public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cinnamon-control-center] rawhide: Fix SPDX license expression: restore missing LGPL-2.0-or-later and LGPL-2.1-or-later
Date: Sat, 25 Jul 2026 08:15:10 GMT	[thread overview]
Message-ID: <178496731019.1.17394913001576971291.rpms-cinnamon-control-center-908257eb192b@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-25  8:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178496731019.1.17394913001576971291.rpms-cinnamon-control-center-908257eb192b@fedoraproject.org \
    --to=mschorm@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox