]> git.99rst.org Git - openwrt-packages.git/commitdiff
nmap: replace non SPDX license identifiers with SPDX compliant notation
authorFlorian Eckert <redacted>
Mon, 20 Jul 2026 12:06:03 +0000 (14:06 +0200)
committerFlorian Eckert <redacted>
Thu, 23 Jul 2026 05:28:58 +0000 (07:28 +0200)
Since this license is not included on the official SPDX License List, it is
referenced in practice as 'NPSL-0.95' or 'NPSL-0.94' but not
'NPSL-0.94-or-NPSL-0.95'.

While we're at it, let's remove the old 'NPSL-0.94', since the source code
uses only 'NPSL-0.95' in the LICENSE file.

Signed-off-by: Florian Eckert <redacted>
net/nmap/Makefile

index 2f71ea5abb90b3dc018e1f7cd851cb9ef1ea5da3..9a432c3cabc96f9b0e2bb8dead507bd68584d36d 100644 (file)
@@ -21,7 +21,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://nmap.org/dist/
 PKG_HASH:=df512492ffd108e53a27a06f26d8635bbe89e0e569455dc8ffef058c035d51b2
 
-PKG_LICENSE:=NPSL-0.94-or-NPSL-0.95
+PKG_LICENSE:=NPSL-0.95
 PKG_LICENSE_FILES:=LICENSE
 PKG_CPE_ID:=cpe:/a:nmap:nmap
 
git clone https://git.99rst.org/PROJECT