diff options
Diffstat (limited to 'scripts/lib/recipetool')
-rw-r--r-- | scripts/lib/recipetool/create_buildsys_python.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create_buildsys_python.py b/scripts/lib/recipetool/create_buildsys_python.py index 8aa44650d3..0b6b042ed1 100644 --- a/scripts/lib/recipetool/create_buildsys_python.py +++ b/scripts/lib/recipetool/create_buildsys_python.py | |||
@@ -101,7 +101,7 @@ class PythonRecipeHandler(RecipeHandler): | |||
101 | 'License :: OSI Approved :: Apple Public Source License': 'APSL', | 101 | 'License :: OSI Approved :: Apple Public Source License': 'APSL', |
102 | 'License :: OSI Approved :: Artistic License': 'Artistic', | 102 | 'License :: OSI Approved :: Artistic License': 'Artistic', |
103 | 'License :: OSI Approved :: Attribution Assurance License': 'AAL', | 103 | 'License :: OSI Approved :: Attribution Assurance License': 'AAL', |
104 | 'License :: OSI Approved :: BSD License': 'BSD', | 104 | 'License :: OSI Approved :: BSD License': 'BSD-3-Clause', |
105 | 'License :: OSI Approved :: Common Public License': 'CPL', | 105 | 'License :: OSI Approved :: Common Public License': 'CPL', |
106 | 'License :: OSI Approved :: Eiffel Forum License': 'EFL', | 106 | 'License :: OSI Approved :: Eiffel Forum License': 'EFL', |
107 | 'License :: OSI Approved :: European Union Public Licence 1.0 (EUPL 1.0)': 'EUPL-1.0', | 107 | 'License :: OSI Approved :: European Union Public Licence 1.0 (EUPL 1.0)': 'EUPL-1.0', |