From bdcc24a44faa1054bd5d458c1cdb9ac0b06a3cfe Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Fri, 31 Jan 2025 20:25:20 +0100 Subject: 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 Signed-off-by: Richard Purdie --- scripts/contrib/convert-spdx-licenses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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): -- cgit v1.2.3-54-g00ecf