From 9d4ae5ed195dbf58478f46c7e162ba87043222e8 Mon Sep 17 00:00:00 2001 From: Willian Padovani Germano Date: Sun, 2 Jul 2006 19:50:30 +0000 Subject: 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. --- release/scripts/3ds_import.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'release') 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 -- cgit v1.2.3