public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hawknl] rawhide: Fix the 'License' tag to use a valid SPDX expression
@ 2026-07-15 18:10 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-15 18:10 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 18:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 18:10 [rpms/hawknl] rawhide: Fix the 'License' tag to use a valid SPDX expression Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox