summaryrefslogtreecommitdiffstats
path: root/scripts/contrib/convert-spdx-licenses.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/contrib/convert-spdx-licenses.py')
-rwxr-xr-xscripts/contrib/convert-spdx-licenses.py2
1 files changed, 1 insertions, 1 deletions
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 = {
93"Nauman" : "Naumen", 93"Nauman" : "Naumen",
94"tcl" : "TCL", 94"tcl" : "TCL",
95"vim" : "Vim", 95"vim" : "Vim",
96"SGIv1" : "SGI-1", 96"SGIv1" : "SGI-OpenGL",
97} 97}
98 98
99def processfile(fn): 99def processfile(fn):