Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-11-18 17:25:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-11-18 17:25:36 +0300
commit273a7ab9c56e13213540e3bdb34f7d36e8a27638 (patch)
treedc753d1809623df3794b01ffc8de372d369d2f60 /release/scripts/templates/operator_simple.py
parent8ddac2b6d50ff9764934bad7076fdcd487668b82 (diff)
remove GPL headers from templates, am happy for them to be public domain
Diffstat (limited to 'release/scripts/templates/operator_simple.py')
-rw-r--r--release/scripts/templates/operator_simple.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/release/scripts/templates/operator_simple.py b/release/scripts/templates/operator_simple.py
index 438df083d4d..030ed85f01f 100644
--- a/release/scripts/templates/operator_simple.py
+++ b/release/scripts/templates/operator_simple.py
@@ -1,20 +1,3 @@
-# ##### 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 LICENSE BLOCK #####
def main(context):
for ob in context.scene.objects: