From 15e2433e1f3e3d631c47495d1413d4a4ba25d815 Mon Sep 17 00:00:00 2001 From: "Fiona Klute (Othermo GmbH)" Date: Wed, 22 Jul 2026 17:32:23 +0200 Subject: [PATCH] package/xz: fix license information BSD-0-Clause is not a recognized SPDX license identifier. 0BSD is used in the source SPDX-License-Identifier headers, and the associated text [1] matches the COPYING.0BSD file. FSFUL and FSFULLR are the "few permissive licenses" of certain build system files mentioned in COPYING. Move "Public Domain" to the end of the list because it applies only to a few files. [1] https://spdx.org/licenses/0BSD.html Signed-off-by: Fiona Klute (Othermo GmbH) Signed-off-by: Julien Olivain --- package/xz/xz.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/xz/xz.mk b/package/xz/xz.mk index 91eedd7a83..056c168057 100644 --- a/package/xz/xz.mk +++ b/package/xz/xz.mk @@ -9,7 +9,7 @@ XZ_SOURCE = xz-$(XZ_VERSION).tar.bz2 XZ_SITE = https://github.com/tukaani-project/xz/releases/download/v$(XZ_VERSION) XZ_INSTALL_STAGING = YES XZ_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99' -XZ_LICENSE = Public Domain, BSD-0-Clause, GPL-2.0+, GPL-3.0+, LGPL-2.1+ +XZ_LICENSE = 0BSD, GPL-2.0+, GPL-3.0+, LGPL-2.1+, FSFUL, FSFULLR, Public Domain XZ_LICENSE_FILES = COPYING COPYING.0BSD COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 XZ_CPE_ID_VENDOR = tukaani # autoreconf needed to fix a musl static build failure