public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/SAASound] rawhide: Correct SPDX license tag for SAASound
@ 2026-07-15 17:40 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-15 17:40 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/SAASound
Branch : rawhide
Commit : 209840e52777e8716bb08fc8568092124e2f5db2
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-14T21:50:09+02:00
Stats : +4/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/SAASound/c/209840e52777e8716bb08fc8568092124e2f5db2?branch=rawhide
Log:
Correct SPDX license tag for SAASound
The automated SPDX conversion mapped the old 'BSD' tag to
'LicenseRef-Callaway-BSD', which is a placeholder indicating the
conversion was mechanical and needs human review.
License analysis:
SAASound core (BSD-3-Clause):
- 'LICENCE' file contains a 3-clause BSD license
(copyright Dave Hooper 1998-2020)
- All source files in 'src/' (except 'src/minIni/') reference this
license via the header "See LICENCE file for details"
- The old 'BSD' tag was correct but non-specific; 'BSD-3-Clause' is
the proper SPDX identifier
Bundled minIni (Apache-2.0):
- Files: 'src/minIni/minIni.c', 'src/minIni/minIni.h',
'src/minIni/minGlue.h'
- minIni is a small, portable INI file parser by CompuPhase
- 'src/minIni/minIni.c' header states:
"Licensed under the Apache License version 2.0"
- No standalone Fedora package for minIni exists; declared as
'Provides: bundled(minIni)'
Combined tag: 'BSD-3-Clause AND Apache-2.0'
Both 'BSD-3-Clause' and 'Apache-2.0' are Fedora-allowed licenses
(category: allowed).
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/SAASound.spec b/SAASound.spec
index c0dc66e..4f65fdf 100644
--- a/SAASound.spec
+++ b/SAASound.spec
@@ -2,8 +2,9 @@ Name: SAASound
Version: 3.5.0
Release: 1%{?dist}
Summary: Phillips SAA 1099 sound chip emulator library
-# Automatically converted from old format: BSD - review is highly recommended.
-License: LicenseRef-Callaway-BSD
+# SAASound itself is BSD-3-Clause (LICENCE file)
+# Bundled minIni (config file parser, src/minIni/) is Apache-2.0
+License: BSD-3-Clause AND Apache-2.0
URL: https://github.com/stripwax/SAASound
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
@@ -66,6 +67,7 @@ Development files for SAASound
- Drop 'SAASound-3.2-fixweaksymbol.patch' (autotools-specific, no longer needed)
- Drop 'SAASound-3.2-configure-c99.patch' (autotools-specific, no longer needed)
- Add 'SAASound-3.5.0-gnuinstalldirs.patch' for proper library install paths
+- Correct SPDX license to 'BSD-3-Clause AND Apache-2.0'
- Library soname changed from 'libSAASound-3.2.so.0' to 'libSAASound.so.3'
- Use '%license' for LICENCE file
- URL updated to GitHub repository
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 17:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 17:40 [rpms/SAASound] rawhide: Correct SPDX license tag for SAASound Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox