]> git.99rst.org Git - openwrt-packages.git/commitdiff
zoneinfo: use SPDX valid identifier Unlicense instead of Public-Domain
authorFlorian Eckert <redacted>
Mon, 20 Jul 2026 13:50:04 +0000 (15:50 +0200)
committerFlorian Eckert <redacted>
Thu, 23 Jul 2026 05:28:58 +0000 (07:28 +0200)
Replace the 'Public-Domain' not SPDX valid license identifier with the
valied SPDX 'Unlicense' indentifiert.

Signed-off-by: Florian Eckert <redacted>
utils/zoneinfo/Makefile

index ce34a360e81d9a6d8710bdf785510abfc9a52a48..5be329d1537fd81c955bbf1c094a243ab19e56b7 100644 (file)
@@ -14,7 +14,7 @@ PKG_RELEASE:=1
 
 #As i couldn't find real license used "Public Domain"
 #as reference to https://data.iana.org/time-zones/tz-link.html
-PKG_LICENSE:=Public-Domain
+PKG_LICENSE:=Unlicense
 
 PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz
 PKG_SOURCE_CODE:=tzcode$(PKG_VERSION).tar.gz
git clone https://git.99rst.org/PROJECT