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:
authorWillian Padovani Germano <wpgermano@gmail.com>2006-07-02 23:50:30 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2006-07-02 23:50:30 +0400
commit9d4ae5ed195dbf58478f46c7e162ba87043222e8 (patch)
treeac20d0ab927da16fc9fbb1cd6e7bda71aafcc330 /release
parentcbae5f962830faca2144a8ce90007468c124209c (diff)
Scripts:
- Jean-Michel Soler (thanks!) pointed that the 3ds importer was missing license info. Added a GPL license block copied from the 3ds exporter by the same author.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/3ds_import.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/release/scripts/3ds_import.py b/release/scripts/3ds_import.py
index 13ce8e342b3..157881087fb 100644
--- a/release/scripts/3ds_import.py
+++ b/release/scripts/3ds_import.py
@@ -77,6 +77,27 @@ Loader is based on 3ds loader from www.gametutorials.com (Thanks DigiBen).
'''
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# Script copyright (C) Bob Holcomb
+#
+# 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 *****
+# --------------------------------------------------------------------------
+
# Importing modules
import Blender