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/hawknl] rawhide: Fix the 'License' tag to use a valid SPDX expression
Date: Wed, 15 Jul 2026 18:10:26 GMT	[thread overview]
Message-ID: <178413902694.1.18047195590381602381.rpms-hawknl-38017b8cdbf8@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/hawknl
            Branch : rawhide
            Commit : 38017b8cdbf81d51a6ac5d70f610eb0bb8be3b0a
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-14T23:03:49+02:00
            Stats  : +5/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/hawknl/c/38017b8cdbf81d51a6ac5d70f610eb0bb8be3b0a?branch=rawhide

            Log:
            Fix the 'License' tag to use a valid SPDX expression

All HawkNL source files ('nl.h', 'nl.c', 'nlinternal.h', 'hawknl.pas',
'sock.c', 'sock.h', 'group.c', 'thread.c', 'mutex.c', 'condition.c',
'crc.c', 'err.c', 'errorstr.c', 'nltime.c', 'ipx.c', 'ipx.h',
'loopback.c', 'loopback.h', 'serial.h', 'wsock.h', 'parallel.h')
carry the same license header:

  "This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
   License as published by the Free Software Foundation; either
   version 2 of the License, or (at your option) any later version."

The phrase "GNU Library General Public License ... version 2" refers
to the license published in June 1991 (LGPL-2.0), not the later
"GNU Lesser General Public License" version 2.1 (February 1999).
The "or (at your option) any later version" clause makes the SPDX
identifier 'LGPL-2.0-or-later'.

The previous tag 'LicenseRef-Callaway-LGPLv2+' was an automatic
conversion placeholder. This commit replaces it with the reviewed
SPDX expression and removes the "Automatically converted" comment.

Note: The 'src/win32/' subdirectory contains bundled pthreads-win32
headers ('pthread.h', 'sched.h', 'semaphore.h') under "GNU Lesser
General Public License ... version 2 ... or later", which is also
'LGPL-2.0-or-later'. These Win32-only files are not used in the
Linux build. No separate COPYING or LICENSE file exists in the
upstream tarball; the license is declared solely in source headers.

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

---
diff --git a/hawknl.spec b/hawknl.spec
index 84a77de..4105826 100644
--- a/hawknl.spec
+++ b/hawknl.spec
@@ -1,9 +1,8 @@
 Name:           hawknl
 Version:        1.68
-Release:        38%{?dist}
+Release:        39%{?dist}
 Summary:        Game oriented network library
-# Automatically converted from old format: LGPLv2+ - review is highly recommended.
-License:        LicenseRef-Callaway-LGPLv2+ 
+License:        LGPL-2.0-or-later
 URL:            http://www.hawksoft.com/hawknl/
 Source0:        http://www.sonic.net/~philf/download/HawkNL168src.tar.gz
 Patch0:         hawknl-64bit.patch
@@ -66,6 +65,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/libNL.a $RPM_BUILD_ROOT%{_libdir}/NL.so \
 
 
 %changelog
+* Tue Jul 14 2026 Michal Schorm <mschorm@redhat.com> - 1.68-39
+- Fix the 'License' tag to use a valid SPDX expression
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.68-38
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

                 reply	other threads:[~2026-07-15 18:10 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=178413902694.1.18047195590381602381.rpms-hawknl-38017b8cdbf8@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