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/SAASound] rawhide: Correct SPDX license tag for SAASound
Date: Wed, 15 Jul 2026 17:40:42 GMT	[thread overview]
Message-ID: <178413724238.1.11566476238760834824.rpms-SAASound-209840e52777@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-15 17:40 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=178413724238.1.11566476238760834824.rpms-SAASound-209840e52777@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