Skip to content

Commit 0c98593

Browse files
committed
change default to GPL 3.0, official extensions platform recommendation
1 parent 432a9bf commit 0c98593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeToPython/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class NTPOptions(bpy.types.PropertyGroup):
9999
"See https://www.blender.org/about/license/ for "
100100
"more details")
101101
],
102-
default = 'OTHER'
102+
default = 'SPDX:GPL-3.0-or-later'
103103
)
104104
should_create_license: bpy.props.BoolProperty(
105105
name="Create License",

0 commit comments

Comments
 (0)