Re: [Buildroot] [PATCH 6/7] package/xz: fix license information

Thomas Perale via buildroot <[email protected]> Fri, 31 Jul 2026 14:05:45 +0200
Newsgroups net.busybox.buildroot
Message-ID <[email protected]>
In reply of:
> 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) <[email protected]>

Applied to 2025.02.x & 2026.05.x. Thanks

> ---
>  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
> -- 
> 2.53.0
> 
> _______________________________________________
> buildroot mailing list
> [email protected]
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
[email protected]
https://lists.buildroot.org/mailman/listinfo/buildroot