Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Spivak(cwolf3d) <cwolf3d@gmail.com>2021-08-17 14:10:37 +0300
committerVladimir Spivak(cwolf3d) <cwolf3d@gmail.com>2021-08-17 14:10:37 +0300
commit8aa317ee13cc1d675ae13d03a9862cfa1cf81328 (patch)
treebbab2f384dd9ada60a81c90aa9be7b5095c5f034
parent8c8df3e36974c000ffb6b11c40c0e017902e98d7 (diff)
Addon: BSurfaces: use GPLv2+ for better license compatibility
-rw-r--r--mesh_bsurfaces.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 7fa92a4f..ef2a88c8 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -2,8 +2,8 @@
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; version 2
-# of the License.
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of