public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-control-center] rawhide: Fix SPDX license expression: restore missing LGPL-2.0-or-later and LGPL-2.1-or-later
@ 2026-07-25 8:15 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 8:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cinnamon-control-center
Branch : rawhide
Commit : 908257eb192bfc6648ae7ebbe334fd45d7619387
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-25T00:07:24+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cinnamon-control-center/c/908257eb192bfc6648ae7ebbe334fd45d7619387?branch=rawhide
Log:
Fix SPDX license expression: restore missing LGPL-2.0-or-later and LGPL-2.1-or-later
The prior SPDX fix correctly dropped ISC ('panels/network/rfkill.h'
removed upstream) but incorrectly also dropped both LGPL variants.
LGPL-2.0-or-later evidence:
- 'panels/display/cc-display-labeler.c': "GNU Library General Public
License ... either version 2 of the License, or (at your option)
any later version"
- 'panels/display/cc-display-labeler.h': same
LGPL-2.1-or-later evidence:
- 'panels/network/wireless-security/nm-default.h': "GNU Lesser General
Public License ... version 2 of the License, or (at your option)
any later version"
("GNU Lesser" name = LGPL-2.1 lineage)
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/cinnamon-control-center.spec b/cinnamon-control-center.spec
index 01b8099..e7c3276 100644
--- a/cinnamon-control-center.spec
+++ b/cinnamon-control-center.spec
@@ -11,7 +11,7 @@ Summary: Utilities to configure the Cinnamon desktop
Name: cinnamon-control-center
Version: 6.7.2^unstable
Release: 2%{?dist}
-License: GPL-2.0-or-later AND MIT
+License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
URL: https://github.com/linuxmint/%{name}
Source0: %url/archive/%{upstream_version}/%{name}-%{upstream_version}.tar.gz
Source1: http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_%{_artwork_version}.tar.xz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-25 8:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 8:15 [rpms/cinnamon-control-center] rawhide: Fix SPDX license expression: restore missing LGPL-2.0-or-later and LGPL-2.1-or-later Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox