From: Florian Eckert Date: Mon, 20 Jul 2026 12:06:03 +0000 (+0200) Subject: nmap: replace non SPDX license identifiers with SPDX compliant notation X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1532e6d72a7c7e8118fb6053ace0094e61da2890;p=openwrt-packages.git nmap: replace non SPDX license identifiers with SPDX compliant notation 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 --- diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 2f71ea5ab..9a432c3ca 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -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