Message ID | 20250131192527.7449-3-bage@debian.org |
---|---|
State | New |
Headers | show |
Series | licenses: Map SGIv1 to SGI-OpenGL | expand |
diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index 991fb6cc23..dcb499c3f3 100644 --- a/meta/conf/licenses.conf +++ b/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" diff --git a/scripts/contrib/convert-spdx-licenses.py b/scripts/contrib/convert-spdx-licenses.py index 4e194dee3f..13cf12a33f 100755 --- a/scripts/contrib/convert-spdx-licenses.py +++ b/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):
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> --- meta/conf/licenses.conf | 2 +- scripts/contrib/convert-spdx-licenses.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)