mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
licenses: Map SGIv1 to SGI-OpenGL
SGI-1 is not a SPDX license identifier. However, the SGI-1 license has the same license text as SGI-OpenGL. Map the old SGIv1 name to SGI-OpenGL. (From OE-Core rev: e97a9c3c86a8fe27a26ad69174ba50e5228846e5) Signed-off-by: Bastian Germann <bage@debian.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
bf76c0aa98
commit
bdcc24a44f
|
@ -112,7 +112,7 @@ SPDXLICENSEMAP[tcl] = "TCL"
|
|||
SPDXLICENSEMAP[vim] = "Vim"
|
||||
|
||||
# Silicon Graphics variations
|
||||
SPDXLICENSEMAP[SGIv1] = "SGI-1"
|
||||
SPDXLICENSEMAP[SGIv1] = "SGI-OpenGL"
|
||||
|
||||
# Additional license directories. Add your custom licenses directories this path.
|
||||
# LICENSE_PATH += "${COREBASE}/custom-licenses"
|
||||
|
|
|
@ -93,7 +93,7 @@ license_map = {
|
|||
"Nauman" : "Naumen",
|
||||
"tcl" : "TCL",
|
||||
"vim" : "Vim",
|
||||
"SGIv1" : "SGI-1",
|
||||
"SGIv1" : "SGI-OpenGL",
|
||||
}
|
||||
|
||||
def processfile(fn):
|
||||
|
|
Loading…
Reference in New Issue
Block a user