mirror of
https://git.yoctoproject.org/poky
synced 2026-06-06 02:39:53 +00:00
libksba: Fix license specification
The tools (e.g. build system, tests) & manual are licensed as GPLv3+ and the library itself is GPLv2+ | LGPLv3+. This is documented in libksba/AUTHORS: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=blob;f=AUTHORS;h=c161951281f2a432ad0ff112111f70a83e1d93fa;hb=3df0cd32e3b21b7da96a93d1f84d6cb6a77b89be (From OE-Core rev: eabbd74c19a6928d00d054422d051d25d4b31f0c) Signed-off-by: Alexander Hirsch <alexander.hirsch@gin.de> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
222f6b3319
commit
03a790db55
@@ -1,6 +1,8 @@
|
||||
SUMMARY = "Easy API to create and parse X.509 and CMS related objects"
|
||||
HOMEPAGE = "http://www.gnupg.org/related_software/libksba/"
|
||||
LICENSE = "GPLv2+ | LGPLv3+ | GPLv3+"
|
||||
LICENSE = "GPLv3+ & (GPLv2+ | LGPLv3+)"
|
||||
LICENSE_${PN} = "GPLv2+ | LGPLv3+"
|
||||
LICENSE_${PN}-doc = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fd541d83f75d038c4e0617b672ed8bda \
|
||||
file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.GPLv3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \
|
||||
|
||||
Reference in New Issue
Block a user