[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [10746] trunk/blender/release/scripts/ IDPropBrowser.py: =IDProperty Script GPL Update=

Joseph Eagar joeedh at gmail.com
Sun May 20 23:40:57 CEST 2007


Revision: 10746
          https://svn.blender.org//revision/?rev=10746&view=rev
Author:   joeedh
Date:     2007-05-20 23:40:57 +0200 (Sun, 20 May 2007)

Log Message:
-----------
=IDProperty Script GPL Update=
ID Property browser script updated to have a GPL license block.
Heh I can't believe I forgot this. :)

Modified Paths:
--------------
    trunk/blender/release/scripts/IDPropBrowser.py

Modified: trunk/blender/release/scripts/IDPropBrowser.py
===================================================================
--- trunk/blender/release/scripts/IDPropBrowser.py	2007-05-20 21:30:29 UTC (rev 10745)
+++ trunk/blender/release/scripts/IDPropBrowser.py	2007-05-20 21:40:57 UTC (rev 10746)
@@ -17,7 +17,29 @@
 etc.
 """
 
+# --------------------------------------------------------------------------
+# ID Property Browser.
+# --------------------------------------------------------------------------
+# ***** 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 *****
+# --------------------------------------------------------------------------
 
+
 from Blender import *
 from Blender.BGL import *
 from Blender.Types import IDGroupType, IDArrayType





More information about the Bf-blender-cvs mailing list