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]:02ddf09bc3
[2]:689e0228ba
Fixes:b9e87eeb7d
(xz: import from old packages feed) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
parent
8da0a4464e
commit
1501f15b26
|
@ -17,7 +17,7 @@ PKG_SOURCE_URL:=@SF/lzmautils
|
|||
PKG_HASH:=e12aa03cbd200597bd4ce11d97be2d09a6e6d39a9311ce72c91ac7deacde3171
|
||||
|
||||
PKG_MAINTAINER:=
|
||||
PKG_LICENSE:=Public-Domain LGPL-2.1-or-later GPL-2.0-or-later GPL-3.0-or-later
|
||||
PKG_LICENSE:=Public-Domain LGPL-2.1-or-later 0BSD
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
PKG_CPE_ID:=cpe:/a:tukaani:xz
|
||||
|
||||
|
|
Loading…
Reference in New Issue