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

            A new commit has been pushed.

            Repo   : rpms/wordwarvi
            Branch : rawhide
            Commit : f736f46c94a88d4ab5541aa42ad219cecf8f83a2
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-14T23:28:18+02:00
            Stats  : +9/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/wordwarvi/c/f736f46c94a88d4ab5541aa42ad219cecf8f83a2?branch=rawhide

            Log:
            Fix SPDX license tag: 'GPL-2.0-only AND CC-BY-3.0 AND CC-BY-SA-3.0'

'ogg_to_pcm.c' and 'ogg_to_pcm.h' are derived from vorbis-tools 'oggdec.c'
and licensed GPL-2.0-only ("version 2" with no "or later" clause). Since
they are compiled and linked into the binary, the effective code license
is GPL-2.0-only, not GPL-2.0-or-later.

Sound files: two tracks by Lucky Lion Studios under CC-BY-3.0
(URL: creativecommons.org/licenses/by/3.0/), remaining 59 tracks
from freesound.org under CC-BY-SA-3.0
(URL: creativecommons.org/licenses/by-sa/3.0/).

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

---
diff --git a/wordwarvi.spec b/wordwarvi.spec
index 92a2d45..c748f31 100644
--- a/wordwarvi.spec
+++ b/wordwarvi.spec
@@ -2,13 +2,15 @@
 
 Name:           wordwarvi
 Version:        1.0.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 # Accidentally used 1.1 for 1.0.1
 Epoch:          1
 %forgemeta
 Summary:        Side-scrolling shoot 'em up '80s style arcade game
-# Automatically converted from old format: GPLv2+ and CC-BY and CC-BY-SA - review is highly recommended.
-License:        GPL-2.0-or-later AND LicenseRef-Callaway-CC-BY AND LicenseRef-Callaway-CC-BY-SA
+# Code is GPL-2.0-or-later except 'ogg_to_pcm.c' / 'ogg_to_pcm.h' which are
+# GPL-2.0-only (from vorbis-tools 'oggdec.c'); effective code license is
+# GPL-2.0-only. Some sounds are CC-BY-3.0, rest are CC-BY-SA-3.0.
+License:        GPL-2.0-only AND CC-BY-3.0 AND CC-BY-SA-3.0
 URL:            https://smcameron.github.io/wordwarvi/
 Source0:        %{forgesource}
 Source1:        %{name}.desktop
@@ -67,6 +69,10 @@ appstream-util validate-relax --nonet \
 
 
 %changelog
+* Tue Jul 14 2026 Michal Schorm <mschorm@redhat.com> - 1:1.0.4-2
+- Fix SPDX license expression: 'GPL-2.0-only AND CC-BY-3.0 AND CC-BY-SA-3.0'
+- 'ogg_to_pcm.c' is GPL-2.0-only (from vorbis-tools), not GPL-2.0-or-later
+
 * Tue May 12 2026 Hans de Goede <johannes.goede@oss.qualcomm.com> - 1:1.0.4-1
 - Update to 1.0.4 release
 - Add Epoch because the 1.1 release from git was 1.0.1

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

only message in thread, other threads:[~2026-07-15 20:04 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:04 [rpms/wordwarvi] rawhide: Fix SPDX license tag: 'GPL-2.0-only AND CC-BY-3.0 AND 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