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:
Bastian Germann 2025-01-31 20:25:20 +01:00 committed by Richard Purdie
parent bf76c0aa98
commit bdcc24a44f
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -93,7 +93,7 @@ license_map = {
"Nauman" : "Naumen",
"tcl" : "TCL",
"vim" : "Vim",
"SGIv1" : "SGI-1",
"SGIv1" : "SGI-OpenGL",
}
def processfile(fn):