public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/AllegroOGG] rawhide: Fix SPDX license tag: 'LicenseRef-Callaway-BSD' -> 'BSD-3-Clause'
@ 2026-07-21 13:39 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-21 13:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/AllegroOGG
Branch : rawhide
Commit : 45c0c6500f3083ff0a8122df740c90bed0a2b10b
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-15T22:15:38+02:00
Stats : +5/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/AllegroOGG/c/45c0c6500f3083ff0a8122df740c90bed0a2b10b?branch=rawhide
Log:
Fix SPDX license tag: 'LicenseRef-Callaway-BSD' -> 'BSD-3-Clause'
License analysis:
- Examined 'docs/COPYING.txt' (the main license file for AllegroOGG)
- Copyright holder: Xiph.org Foundation (2002)
- The license text contains three clauses:
1. Redistributions of source code must retain copyright notice
2. Redistributions in binary form must reproduce copyright notice
3. "Neither the name of the Xiph.org Foundation nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission"
- Clause 3 is the "no-endorsement" clause, making this BSD-3-Clause
The bundled 'decoder/libogg/COPYING' and 'decoder/libvorbis/COPYING'
contain identical BSD-3-Clause text, but the bundled decoder source is
not compiled or shipped -- the package links against system 'libvorbis-devel'.
The correct SPDX identifier is 'BSD-3-Clause'.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/AllegroOGG.spec b/AllegroOGG.spec
index 336b2af..43cf697 100644
--- a/AllegroOGG.spec
+++ b/AllegroOGG.spec
@@ -1,9 +1,8 @@
Name: AllegroOGG
Version: 1.0.3
-Release: 42%{?dist}
+Release: 43%{?dist}
Summary: Ogg library for use with the Allegro game library
-# Automatically converted from old format: BSD - review is highly recommended.
-License: LicenseRef-Callaway-BSD
+License: BSD-3-Clause
URL: http://www.allegro.cc/resource/Libraries/Audio/alogg
Source0: http://www.hero6.com/filereviver/alogg.zip
Source1: AllegroOGG.pc.in
@@ -65,6 +64,9 @@ install -m 644 include/* $RPM_BUILD_ROOT%{_includedir}/%{name}
%changelog
+* Wed Jul 15 2026 Michal Schorm <mschorm@redhat.com> - 1.0.3-43
+- Fix SPDX license tag: 'LicenseRef-Callaway-BSD' -> 'BSD-3-Clause'
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-42
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-21 13:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 13:39 [rpms/AllegroOGG] rawhide: Fix SPDX license tag: 'LicenseRef-Callaway-BSD' -> 'BSD-3-Clause' Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox