From: Florian Eckert Date: Mon, 20 Jul 2026 13:50:04 +0000 (+0200) Subject: zoneinfo: use SPDX valid identifier Unlicense instead of Public-Domain X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=198e8cce3392647d6f0f13c33c4d0434322f3bbe;p=openwrt-packages.git zoneinfo: use SPDX valid identifier Unlicense instead of Public-Domain Replace the 'Public-Domain' not SPDX valid license identifier with the valied SPDX 'Unlicense' indentifiert. Signed-off-by: Florian Eckert --- diff --git a/utils/zoneinfo/Makefile b/utils/zoneinfo/Makefile index ce34a360e..5be329d15 100644 --- a/utils/zoneinfo/Makefile +++ b/utils/zoneinfo/Makefile @@ -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