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/wordwarvi] rawhide: Fix SPDX license tag: 'GPL-2.0-only AND CC-BY-3.0 AND CC-BY-SA-3.0'
Date: Wed, 15 Jul 2026 20:04:20 GMT [thread overview]
Message-ID: <178414586089.1.8706594134502692486.rpms-wordwarvi-f736f46c94a8@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-15 20:04 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=178414586089.1.8706594134502692486.rpms-wordwarvi-f736f46c94a8@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