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:
authorDalai Felinto <dalai@blender.org>2022-01-11 19:23:20 +0300
committerDalai Felinto <dalai@blender.org>2022-01-11 19:23:20 +0300
commit880efe429a65eb33f731dc72a9a14ee25fae7c03 (patch)
tree656609bb5f66a45690a6d04cf5db0cff1447619b /mesh_tools
parent4cd7c8fc05d080588abf40ab3cdee68238e5fa27 (diff)
Mesh Tools: Fix the license of "Edge Floor Plan" file
The add-on file had the license as GPL2, but for it to be compatible with Blender it has to be GPL or later.
Diffstat (limited to 'mesh_tools')
-rw-r--r--mesh_tools/mesh_edges_floor_plan.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh_tools/mesh_edges_floor_plan.py b/mesh_tools/mesh_edges_floor_plan.py
index ae4aaa65..a23cf73d 100644
--- a/mesh_tools/mesh_edges_floor_plan.py
+++ b/mesh_tools/mesh_edges_floor_plan.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