public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cjs] rawhide: Fix SPDX license expression: add MPL-2.0 and CC-BY-3.0
@ 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/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
^ 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/cjs] rawhide: Fix SPDX license expression: add MPL-2.0 and CC-BY-3.0 Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox