[Durian-svn] [2478] Added the GPL header for release on the DVD (otherwise I'll forget)

ben institute at blender.org
Tue Apr 27 11:11:29 CEST 2010


Revision: 2478
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=2478
Author:   ben
Date:     2010-04-27 11:11:29 +0200 (Tue, 27 Apr 2010)
Log Message:
-----------
Added the GPL header for release on the DVD (otherwise I'll forget)

Modified Paths:
--------------
    pro/scripts/utilities/removeImagesFromViewers.py

Modified: pro/scripts/utilities/removeImagesFromViewers.py
===================================================================
--- pro/scripts/utilities/removeImagesFromViewers.py	2010-04-27 09:08:53 UTC (rev 2477)
+++ pro/scripts/utilities/removeImagesFromViewers.py	2010-04-27 09:11:29 UTC (rev 2478)
@@ -1,7 +1,28 @@
+'''
+ * ***** 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.
+ *
+ *
+ * Contributor(s): Dolf... thanks cam
+ *
+ * ***** END GPL LICENSE BLOCK *****
+'''
+
 #Tiny thing that removes all images from image viewers (should clear datablocks that shouldn't be there anyway)
 
-# By Dolf... thanks cam
-
 import bpy
 
 for s in bpy.data.screens:



More information about the Durian-svn mailing list