[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [10743] trunk/blender/release/scripts: adding GPL headers

Campbell Barton cbarton at metavr.com
Sun May 20 19:30:36 CEST 2007


Revision: 10743
          https://svn.blender.org//revision/?rev=10743&view=rev
Author:   campbellbarton
Date:     2007-05-20 19:30:30 +0200 (Sun, 20 May 2007)

Log Message:
-----------
adding GPL headers

Modified Paths:
--------------
    trunk/blender/release/scripts/export_mdd.py
    trunk/blender/release/scripts/import_mdd.py
    trunk/blender/release/scripts/mesh_unfolder.py
    trunk/blender/release/scripts/uvcopy.py
    trunk/blender/release/scripts/vertexpaint_gradient.py
    trunk/blender/release/scripts/weightpaint_gradient.py

Modified: trunk/blender/release/scripts/export_mdd.py
===================================================================
--- trunk/blender/release/scripts/export_mdd.py	2007-05-20 15:55:49 UTC (rev 10742)
+++ trunk/blender/release/scripts/export_mdd.py	2007-05-20 17:30:30 UTC (rev 10743)
@@ -18,7 +18,25 @@
 """
 #Please send any fixes,updates,bugs to Slow67_at_Gmail.com or cbarton_at_metavr.com
 #Bill Niewuendorp
+# ***** 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+# ***** END GPL LICENCE BLOCK *****
 
+
 import Blender
 from Blender import *
 import BPyMessages

Modified: trunk/blender/release/scripts/import_mdd.py
===================================================================
--- trunk/blender/release/scripts/import_mdd.py	2007-05-20 15:55:49 UTC (rev 10742)
+++ trunk/blender/release/scripts/import_mdd.py	2007-05-20 17:30:30 UTC (rev 10743)
@@ -26,6 +26,27 @@
 #Please send any fixes,updates,bugs to Slow67_at_Gmail.com
 #Bill Niewuendorp
 
+# ***** 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+# ***** END GPL LICENCE BLOCK *****
+
+
+
+
 try:
 	from struct import unpack
 except:

Modified: trunk/blender/release/scripts/mesh_unfolder.py
===================================================================
--- trunk/blender/release/scripts/mesh_unfolder.py	2007-05-20 15:55:49 UTC (rev 10742)
+++ trunk/blender/release/scripts/mesh_unfolder.py	2007-05-20 17:30:30 UTC (rev 10743)
@@ -47,9 +47,26 @@
 or later, currently at http://www.gnu.org/copyleft/gpl.html
 
 The idea came while I was riding a bike.
-
 """	
 
+# ***** 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+# ***** END GPL LICENCE BLOCK *****
+
 # Face lookup
 class FacesAndEdges:
 	def __init__(self, mesh):

Modified: trunk/blender/release/scripts/uvcopy.py
===================================================================
--- trunk/blender/release/scripts/uvcopy.py	2007-05-20 15:55:49 UTC (rev 10742)
+++ trunk/blender/release/scripts/uvcopy.py	2007-05-20 17:30:30 UTC (rev 10743)
@@ -17,6 +17,24 @@
 All target meshes must have the same number of faces at the active
 """
 
+# ***** 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+# ***** END GPL LICENCE BLOCK *****
+
 import Blender
 
 def face_key(me):

Modified: trunk/blender/release/scripts/vertexpaint_gradient.py
===================================================================
--- trunk/blender/release/scripts/vertexpaint_gradient.py	2007-05-20 15:55:49 UTC (rev 10742)
+++ trunk/blender/release/scripts/vertexpaint_gradient.py	2007-05-20 17:30:30 UTC (rev 10743)
@@ -10,6 +10,24 @@
 __url__ = ("blender", "elysiun", "http://members.iinet.net.au/~cpbarton/ideasman/")
 __version__ = "0.1"
 
+# ***** 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+# ***** END GPL LICENCE BLOCK *****
+
 import mesh_gradient
 import Blender
 

Modified: trunk/blender/release/scripts/weightpaint_gradient.py
===================================================================
--- trunk/blender/release/scripts/weightpaint_gradient.py	2007-05-20 15:55:49 UTC (rev 10742)
+++ trunk/blender/release/scripts/weightpaint_gradient.py	2007-05-20 17:30:30 UTC (rev 10743)
@@ -20,6 +20,24 @@
 Holding Shift or clicking outside the mesh on the second click will blend the first colour to nothing.	
 '''
 
+# ***** 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+# ***** END GPL LICENCE BLOCK *****
+
 import mesh_gradient
 import Blender
 





More information about the Bf-blender-cvs mailing list