From: Florian Eckert Date: Thu, 19 Feb 2026 12:30:24 +0000 (+0100) Subject: xz: use correct SPDX license name X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=21234c4da7ff3a0a1a304dd0b8432f52471dcf3c;p=openwrt-packages.git xz: use correct SPDX license name The value 'Public-Domain' is not a correct SPDX identifier so remove them. In addition, the SPDX license GPL-2.0 is still missing, which is hereby corrected. Signed-off-by: Florian Eckert --- diff --git a/utils/xz/Makefile b/utils/xz/Makefile index 2f4cee303..57db085f7 100644 --- a/utils/xz/Makefile +++ b/utils/xz/Makefile @@ -18,7 +18,7 @@ PKG_SOURCE_URL:=https://github.com/tukaani-project/xz/releases/download/v$(PKG_V PKG_HASH:=33bf69c0d6c698e83a68f77e6c1f465778e418ca0b3d59860d3ab446f4ac99a6 PKG_MAINTAINER:=Alexandru Ardelean -PKG_LICENSE:=Public-Domain LGPL-2.1-or-later 0BSD +PKG_LICENSE:=LGPL-2.1-or-later 0BSD PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:tukaani:xz