[gnome-builder] meson-templates: Add Apache-2.0 to LICENSE_TO_SPDX



commit 1592efc762a9d70572481b082779d8fc479feb58
Author: Fries <fries1234 protonmail com>
Date:   Sun Feb 27 00:38:10 2022 -0800

    meson-templates: Add Apache-2.0 to LICENSE_TO_SPDX
    
    This commit adds the Apache-2.0 SPDX to the `LICENSE_TO_SPDX` list.

 src/plugins/meson-templates/meson_templates.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/plugins/meson-templates/meson_templates.py b/src/plugins/meson-templates/meson_templates.py
index 68ee0f563..2612c1ed9 100644
--- a/src/plugins/meson-templates/meson_templates.py
+++ b/src/plugins/meson-templates/meson_templates.py
@@ -203,6 +203,7 @@ class MesonTemplate(Ide.TemplateBase, Ide.ProjectTemplate):
             'lgpl_2_1': 'LGPL-2.1-or-later',
             'lgpl_3': 'LGPL-3.0-or-later',
             'mit_x11': 'MIT',
+            'apache': 'Apache-2.0',
         }
 
         if 'license_full' in params:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]