public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/scorched3d] rawhide: Fix SPDX license tag: 'LicenseRef-Callaway-CC-BY-SA' -> 'CC-BY-SA-3.0'
@ 2026-07-15 20:03 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-15 20:03 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/scorched3d
            Branch : rawhide
            Commit : 76d7969e73426a7c3136bbc6bcdee6e31a805869
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-14T23:05:22+02:00
            Stats  : +6/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/scorched3d/c/76d7969e73426a7c3136bbc6bcdee6e31a805869?branch=rawhide

            Log:
            Fix SPDX license tag: 'LicenseRef-Callaway-CC-BY-SA' -> 'CC-BY-SA-3.0'

The automated SPDX conversion (commit by msuchy, 44-37) left behind a
'LicenseRef-Callaway-CC-BY-SA' placeholder because the CC-BY-SA version
could not be determined without inspecting the source tarball.

License analysis
================

Files examined in 'Scorched3D-44-src.tar.gz':

1. 'scorched/COPYING' -- full text of the GNU General Public License
   version 2.  Source files reference "or later", confirming
   'GPL-2.0-or-later'.

2. 'scorched/data/globalmods/apoc/license.txt' -- full legal text
   of the Creative Commons Attribution-ShareAlike license.  The first
   line reads:

     "Creative Commons Attribution-ShareAlike 3.0 License"

   The body matches the CC-BY-SA-3.0 legal code (references
   "Creative Commons Compatible License", section 4(b) re-licensing
   provisions specific to version 3.0).  This is the authoritative
   license for the bundled Apocalypse mod content.

3. 'scorched/data/globalmods/apoc/readme.txt' -- mod readme, "Legal
   Stuff" section also states "Creative Commons Attribution-ShareAlike
   3.0", consistent with 'license.txt'.

4. 'scorched/data/globalmods/apoc/readme-nexus.txt' -- historical
   readme for Nexus6's map pack references "Attribution-ShareAlike
   2.0" in its human-readable summary, but directs readers to the
   LICENSE file for the full legal text.  The actual license file
   ('license.txt') is unambiguously version 3.0.  The Apocalypse mod
   absorbed Nexus6's maps under CC-BY-SA-3.0 (which is a valid
   re-licensing path under CC-BY-SA-2.0 share-alike provisions).

5. 'scorched/data/globalmods/apoc/data/landscapes.xml' -- copyright
   notices for maps by Bobirov, Nexus6, and ShoCkwaVe all state
   "distributed under the Creative Commons Attribution-ShareAlike
   license" without specifying a version; the mod-level 'license.txt'
   governs.

SPDX mapping
=============

  Old: 'GPL-2.0-or-later AND LicenseRef-Callaway-CC-BY-SA'
  New: 'GPL-2.0-or-later AND CC-BY-SA-3.0'

Also removed the "Automatically converted" comment and bumped
Release to 43.

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

---
diff --git a/scorched3d.spec b/scorched3d.spec
index c12cf91..83d5a03 100644
--- a/scorched3d.spec
+++ b/scorched3d.spec
@@ -2,10 +2,9 @@
 
 Name:           scorched3d
 Version:        44
-Release:        42%{?dist}
+Release:        43%{?dist}
 Summary:        Game based loosely on the classic DOS game Scorched Earth
-# Automatically converted from old format: GPLv2+ and CC-BY-SA - review is highly recommended.
-License:        GPL-2.0-or-later AND LicenseRef-Callaway-CC-BY-SA
+License:        GPL-2.0-or-later AND CC-BY-SA-3.0
 URL:            http://www.scorched3d.co.uk/
 Source0:        http://downloads.sourceforge.net/%{name}/Scorched3D-%{version}-src.tar.gz
 Source1:        %{name}.desktop
@@ -152,6 +151,10 @@ EOF
 
 
 %changelog
+* Tue Jul 14 2026 Michal Schorm <mschorm@redhat.com> - 44-43
+- Fix SPDX license tag: replace 'LicenseRef-Callaway-CC-BY-SA' with
+  'CC-BY-SA-3.0' based on upstream license text
+
 * Thu Apr 16 2026 Tom Callaway <spot@fedoraproject.org> - 44-42
 - rebuild
 

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

only message in thread, other threads:[~2026-07-15 20:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 20:03 [rpms/scorched3d] rawhide: Fix SPDX license tag: 'LicenseRef-Callaway-CC-BY-SA' -> 'CC-BY-SA-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