Skip to content

Commit 8ddfa08

Browse files
committed
fix: wrong quotation marks in some license texts
1 parent e7b17ba commit 8ddfa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class NTPOptions(bpy.types.PropertyGroup):
8585
('SPDX:LGPL-3.0-or-later', "GNU Lesser General Public License v3.0 or later", ""),
8686
('SPDX:BSD-1-Clause', "BSD 1-Clause \"Simplified\" License", ""),
8787
('SPDX:BSD-2-Clause', "BSD 2-Clause \"Simplified\" License", ""),
88-
('SPDX:BSD-3-Clause', "BSD 3-Clause New or Revised License", ""),
88+
('SPDX:BSD-3-Clause', "BSD 3-Clause \"New\" or \"Revised\" License", ""),
8989
('SPDX:BSL-1.0', "Boost Software License 1.0", ""),
9090
('SPDX:MIT', "MIT License", ""),
9191
('SPDX:MIT-0', "MIT No Attribution", ""),

0 commit comments

Comments
 (0)