Selaa lähdekoodia

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>
Bastian Germann 3 kuukautta sitten
vanhempi
commit
bdcc24a44f
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      meta/conf/licenses.conf
  2. 1 1
      scripts/contrib/convert-spdx-licenses.py

+ 1 - 1
meta/conf/licenses.conf

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

+ 1 - 1
scripts/contrib/convert-spdx-licenses.py

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