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.
Signed-off-by: Bastian Germann <bage@debian.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"
"Nauman" : "Naumen",
"tcl" : "TCL",
"vim" : "Vim",
-"SGIv1" : "SGI-1",
+"SGIv1" : "SGI-OpenGL",
}
def processfile(fn):