public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-settings-daemon] rawhide: Fix SPDX license expression: add LGPL-2.1-only, LGPL-2.1-or-later, MIT
@ 2026-07-25  8:17 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25  8:17 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/cinnamon-settings-daemon
            Branch : rawhide
            Commit : 9c747b54713ac10f19459ab17caf1e1cfe027159
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-25T00:07:39+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cinnamon-settings-daemon/c/9c747b54713ac10f19459ab17caf1e1cfe027159?branch=rawhide

            Log:
            Fix SPDX license expression: add LGPL-2.1-only, LGPL-2.1-or-later, MIT

'COPYING.LIB' is "GNU Lesser General Public License, Version 2.1,
February 1999" (LGPL-2.1), not LGPL-2.0. The existing LGPL-2.0-or-later
remains correct for files referencing "GNU Library General Public
License" version 2.

LGPL-2.1-only evidence (no "or later" clause):
- 'plugins/media-keys/mpris-controller.c': "GNU Lesser General Public
  License, version 2.1, as published by the Free Software Foundation"
- 'plugins/media-keys/mpris-controller.h': same

LGPL-2.1-or-later evidence:
- 'cinnamon-settings-daemon/csd-enums.h': "GNU Lesser General Public
  License ... version 2.1 of the License, or (at your option) any
  later version"

LGPL-2.0-or-later evidence (retained):
- 'plugins/datetime/gnome-datetime-source.c': "GNU Library General
  Public License ... version 2 of the License, or (at your option)
  any later version"

MIT evidence:
- 'plugins/xsettings/xsettings-common.c': "Permission to use, copy,
  modify, distribute, and sell..."
- 'plugins/xsettings/xsettings-manager.c': same
- 'plugins/clipboard/xutils.c': same
- 'plugins/clipboard/list.c': same

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/cinnamon-settings-daemon.spec b/cinnamon-settings-daemon.spec
index 9cc251b..a221e2f 100644
--- a/cinnamon-settings-daemon.spec
+++ b/cinnamon-settings-daemon.spec
@@ -7,7 +7,7 @@ Version:        6.7.2^unstable
 Release:        2%{?dist}
 Summary:        The daemon sharing settings from CINNAMON to GTK+/KDE applications
 
-License:        GPL-2.0-or-later AND LGPL-2.0-or-later
+License:        GPL-2.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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-25  8:17 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:17 [rpms/cinnamon-settings-daemon] rawhide: Fix SPDX license expression: add LGPL-2.1-only, LGPL-2.1-or-later, MIT Michal Schorm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox