[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1804] contrib/py/scripts/addons/ space_view3d_manipulator_Menu.py: forgot to add gpl licence block

michael williamson michaelw at cowtoolsmedia.co.uk
Sat Apr 9 18:39:42 CEST 2011


Revision: 1804
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1804
Author:   michaelw
Date:     2011-04-09 16:39:42 +0000 (Sat, 09 Apr 2011)
Log Message:
-----------
forgot to add gpl licence block

Modified Paths:
--------------
    contrib/py/scripts/addons/space_view3d_manipulator_Menu.py

Modified: contrib/py/scripts/addons/space_view3d_manipulator_Menu.py
===================================================================
--- contrib/py/scripts/addons/space_view3d_manipulator_Menu.py	2011-04-09 16:36:26 UTC (rev 1803)
+++ contrib/py/scripts/addons/space_view3d_manipulator_Menu.py	2011-04-09 16:39:42 UTC (rev 1804)
@@ -1,6 +1,24 @@
 #re creating the functionality of the manipulator menu from 2.49
 
+# ##### 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': '3d View: Manipulator Menu',
     'author': 'MichaelW',
@@ -94,4 +112,4 @@
                 break
 
 if __name__ == "__main__":
-    register()
+    register



More information about the Bf-extensions-cvs mailing list