We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b17ba commit 8ddfa08Copy full SHA for 8ddfa08
options.py
@@ -85,7 +85,7 @@ class NTPOptions(bpy.types.PropertyGroup):
85
('SPDX:LGPL-3.0-or-later', "GNU Lesser General Public License v3.0 or later", ""),
86
('SPDX:BSD-1-Clause', "BSD 1-Clause \"Simplified\" License", ""),
87
('SPDX:BSD-2-Clause', "BSD 2-Clause \"Simplified\" License", ""),
88
- ('SPDX:BSD-3-Clause', "BSD 3-Clause “New” or “Revised” License", ""),
+ ('SPDX:BSD-3-Clause', "BSD 3-Clause \"New\" or \"Revised\" License", ""),
89
('SPDX:BSL-1.0', "Boost Software License 1.0", ""),
90
('SPDX:MIT', "MIT License", ""),
91
('SPDX:MIT-0', "MIT No Attribution", ""),
0 commit comments