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:
authorArystanbek Dyussenov <arystan.d@gmail.com>2010-06-03 21:41:33 +0400
committerArystanbek Dyussenov <arystan.d@gmail.com>2010-06-03 21:41:33 +0400
commita545998c8445420b601594fc7eb84a357b361990 (patch)
treec5a75c397e69c5b3b8600b440ca6b0997767c689 /source/blender/collada/SConscript
parent6ac2ee592912f1ae4d66fa90f43964a59f6259db (diff)
Merge -c 29009,29081,29189 from COLLADA branch into trunk.
Diffstat (limited to 'source/blender/collada/SConscript')
-rw-r--r--source/blender/collada/SConscript26
1 files changed, 26 insertions, 0 deletions
diff --git a/source/blender/collada/SConscript b/source/blender/collada/SConscript
index 6a1c71c9c86..b86e7312698 100644
--- a/source/blender/collada/SConscript
+++ b/source/blender/collada/SConscript
@@ -1,4 +1,30 @@
#!/usr/bin/python
+# $Id$
+# ***** 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.
+#
+# The Original Code is Copyright (C) 2006, Blender Foundation
+# All rights reserved.
+#
+# The Original Code is: all of this file.
+#
+# Contributor(s): Arystanbek Dyussenov, Nathan Letwory.
+#
+# ***** END GPL LICENSE BLOCK *****
+
Import ('env')
sources = env.Glob('*.cpp')