utils/xz: fix license
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 1 Oct 2024 17:23:10 +0000 (19:23 +0200)
committerRobert Marko <robimarko@gmail.com>
Sun, 6 Oct 2024 20:12:43 +0000 (22:12 +0200)
commit1501f15b267084976e361a1ac0d70b734b82af5a
treec018bc257dc851c8b2608a83530a2aaf6b5e4c85
parent8da0a4464ec1b49ff282ca6594f9c23cf60256dc
utils/xz: fix license

Remove GPL-2.0+ and GPL-3.0+ from PKG_LICENSE as GNU GPLv2+ and GPLv3+
are only used for the build system as stated in [1]:

 The build system contains public domain files, and files that
 are under GNU GPLv2+ or GNU GPLv3+. None of these files end up
 in the binaries being built.

Moreover, add 0BSD which is used since version 5.6.0 [2]

[1]: https://github.com/tukaani-project/xz/commit/02ddf09bc3079b3e17297729b9e43f14d407b8fc
[2]: https://github.com/tukaani-project/xz/commit/689e0228baeb95232430e90d628379db89583d71

Fixes: b9e87eeb7deb8b3890415b835c9c69764893c023 (xz: import from old packages feed)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
utils/xz/Makefile