Skip to content

Commit 432a9bf

Browse files
committed
feat: more info on licensing
1 parent 9e53bc9 commit 432a9bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

NodeToPython/options.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,12 @@ class NTPOptions(bpy.types.PropertyGroup):
9292
('SPDX:MPL-2.0', "Mozilla Public License 2.0", ""),
9393
('SPDX:Pixar', "Pixar License", ""),
9494
('SPDX:Zlib', "Zlib License", ""),
95-
('OTHER', "Other", "")
95+
('OTHER', "Other", "User is responsible for including the license "
96+
"and adding it to the manifest.\n"
97+
"Please note that by using the Blender Python "
98+
"API your add-on must comply with the GNU GPL. "
99+
"See https://www.blender.org/about/license/ for "
100+
"more details")
96101
],
97102
default = 'OTHER'
98103
)

0 commit comments

Comments
 (0)