[Bf-extensions-cvs] [94fe9406] master: fix gpl license block

meta-androcto noreply at git.blender.org
Thu Sep 21 03:57:44 CEST 2017


Commit: 94fe94067bd556ecdbedd906586a7a4bef05dbd7
Author: meta-androcto
Date:   Thu Sep 21 11:57:24 2017 +1000
Branches: master
https://developer.blender.org/rBAC94fe94067bd556ecdbedd906586a7a4bef05dbd7

fix gpl license block

===================================================================

M	curve_tools/__init__.py

===================================================================

diff --git a/curve_tools/__init__.py b/curve_tools/__init__.py
index 9ae4f567..bae4300a 100644
--- a/curve_tools/__init__.py
+++ b/curve_tools/__init__.py
@@ -1,3 +1,21 @@
+# ##### BEGIN GPL LICENSE BLOCK #####
+#
+#  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; 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
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software Foundation,
+#  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# ##### END GPL LICENSE BLOCK #####
+
 bl_info = {
     "name": "Curve Tools 2",
     "description": "Adds some functionality for bezier/nurbs curve/surface modeling",



More information about the Bf-extensions-cvs mailing list