public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon] rawhide: Fix SPDX license expression: add missing LGPL-2.1 variants
@ 2026-07-25 8:13 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 8:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cinnamon
Branch : rawhide
Commit : 2d90c38cf56087bed7ab5dd8a67b07087a3686d2
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-25T00:07:23+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cinnamon/c/2d90c38cf56087bed7ab5dd8a67b07087a3686d2?branch=rawhide
Log:
Fix SPDX license expression: add missing LGPL-2.1 variants
The 'src/st/croco/' library (~35 files) and many 'src/st/' widget files
are licensed under LGPL-2.1-only — they specify "version 2.1 of the
GNU Lesser General Public License" with no "or later" clause.
Another subset of 'src/st/' files (st-border-image.c, st-drawing-area.c,
st-focus-manager.c, st-shadow.c, st-theme-context.c, st-theme-node.c,
etc.) are LGPL-2.1-or-later — "either version 2.1 of the License, or
(at your option) any later version."
These are distinct from the LGPL-2.0-or-later files (menu-editor
scripts, 'cinnamon-secure-text-buffer.c') which reference the
"GNU Library General Public License" version 2.
Evidence:
- 'src/st/croco/cr-additional-sel.c': "version 2.1 of the GNU Lesser
General Public License" (LGPL-2.1-only, no "or later")
- 'src/st/st-adjustment.c': "GNU Lesser General Public License,
version 2.1" (LGPL-2.1-only)
- 'src/st/st-border-image.c': "GNU Lesser General Public License ...
either version 2.1 ... or (at your option) any later version"
(LGPL-2.1-or-later)
- 'files/usr/share/cinnamon/cinnamon-menu-editor/cme/MainWindow.py':
"GNU Library General Public License" version 2+ (LGPL-2.0-or-later)
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/cinnamon.spec b/cinnamon.spec
index de3a31b..7811007 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -15,7 +15,7 @@ Name: cinnamon
Version: 6.7.4^unstable
Release: 2%{?dist}
Summary: Window management and application launching for GNOME
-License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND MIT
+License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-only 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: 10_cinnamon-common.gschema.override
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-25 8:13 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:13 [rpms/cinnamon] rawhide: Fix SPDX license expression: add missing LGPL-2.1 variants Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox