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/cjs] rawhide: Fix SPDX license expression: add MPL-2.0 and CC-BY-3.0
Date: Sat, 25 Jul 2026 08:17:28 GMT	[thread overview]
Message-ID: <178496744858.1.14735582586395977807.rpms-cjs-cbca7a311450@fedoraproject.org> (raw)

            A new commit has been pushed.

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

            Log:
            Fix SPDX license expression: add MPL-2.0 and CC-BY-3.0

Both licenses ship in the binary (compiled into GResource):

MPL-2.0 evidence:
- 'modules/_bootstrap/debugger.js': SPDX-License-Identifier: MPL-2.0
  (Mozilla debugger integration, compiled into libcjs GResource)

CC-BY-3.0 evidence:
- 'modules/internal/source-map/extractUrl.js':
  SPDX-License-Identifier: CC-BY-3.0
  (Copyright 2011 Mozilla Foundation and contributors,
  compiled into libcjs GResource)

The project uses REUSE-compliant SPDX headers; 'LICENSES/' directory
includes both MPL-2.0.txt and CC-BY-3.0.legalcode.

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

---
diff --git a/cjs.spec b/cjs.spec
index 7669539..c8f32e1 100644
--- a/cjs.spec
+++ b/cjs.spec
@@ -9,7 +9,7 @@ Version:       140.0
 Release:       2%{?dist}
 Summary:       Javascript Bindings for Cinnamon
 
-License:       MIT AND BSD-3-Clause AND (MIT OR LGPL-2.0-or-later) AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later)
+License:       MIT AND BSD-3-Clause AND MPL-2.0 AND CC-BY-3.0 AND (MIT OR LGPL-2.0-or-later) AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later)
 URL:           https://github.com/linuxmint/%{name}
 Source0:       %{url}/archive/%{version}/%{name}-%{version}.tar.gz
 

                 reply	other threads:[~2026-07-25  8:17 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=178496744858.1.14735582586395977807.rpms-cjs-cbca7a311450@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