mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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) <fiona.klute@gmx.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
0f80126bfe
commit
15e2433e1f
@@ -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_SITE = https://github.com/tukaani-project/xz/releases/download/v$(XZ_VERSION)
|
||||||
XZ_INSTALL_STAGING = YES
|
XZ_INSTALL_STAGING = YES
|
||||||
XZ_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
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_LICENSE_FILES = COPYING COPYING.0BSD COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1
|
||||||
XZ_CPE_ID_VENDOR = tukaani
|
XZ_CPE_ID_VENDOR = tukaani
|
||||||
# autoreconf needed to fix a musl static build failure
|
# autoreconf needed to fix a musl static build failure
|
||||||
|
|||||||
Reference in New Issue
Block a user