mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
licenses.conf: add AGPL variations
(From OE-Core rev: 0c16964c8f1c96066ab7254048bc5025dd7b4e59) Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
81cfed92d9
commit
53082b1ae6
@@ -51,6 +51,11 @@ SRC_DISTRIBUTE_LICENSES += "Zimbra-1.3 Zlib ZPL-1.1 ZPL-2.0 ZPL-2.1"
|
||||
# Any mapping to MPL/LGPL/GPL should be fixed
|
||||
# see: https://wiki.yoctoproject.org/wiki/License_Audit
|
||||
|
||||
# AGPL variations
|
||||
SPDXLICENSEMAP[AGPL-3] = "AGPL-3.0"
|
||||
SPDXLICENSEMAP[AGPLv3] = "AGPL-3.0"
|
||||
SPDXLICENSEMAP[AGPLv3.0] = "AGPL-3.0"
|
||||
|
||||
# GPL variations
|
||||
SPDXLICENSEMAP[GPL-1] = "GPL-1.0"
|
||||
SPDXLICENSEMAP[GPLv1] = "GPL-1.0"
|
||||
|
||||
Reference in New Issue
Block a user