mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +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:
committed by
Richard Purdie
parent
bf76c0aa98
commit
bdcc24a44f
@@ -93,7 +93,7 @@ license_map = {
|
||||
"Nauman" : "Naumen",
|
||||
"tcl" : "TCL",
|
||||
"vim" : "Vim",
|
||||
"SGIv1" : "SGI-1",
|
||||
"SGIv1" : "SGI-OpenGL",
|
||||
}
|
||||
|
||||
def processfile(fn):
|
||||
|
||||
Reference in New Issue
Block a user