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-10-31 23:16:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-10-31 23:16:59 +0300
commit41c0236aaa1f4b07650f55905ad1cfa886336268 (patch)
tree3421e88539840605eed4b8cb533468948797c773 /release/scripts/ui/space_logic.py
parent944a8d33feb3741eea563b6ac64f60b5f959bf63 (diff)
GPL2 header from firebird (without disclaimer), notice theres no copyright attributed and only the GPLv2 (without the v2 or later clause).
Contributors list isnt used much in our C code so probably its easier if people just use svn blame for this. Can change if this isnt acceptable but I guessed people didnt care so much since most scripts had no header.
Diffstat (limited to 'release/scripts/ui/space_logic.py')
-rw-r--r--release/scripts/ui/space_logic.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/scripts/ui/space_logic.py b/release/scripts/ui/space_logic.py
index cd2f2262ef6..9e9f9bd3394 100644
--- a/release/scripts/ui/space_logic.py
+++ b/release/scripts/ui/space_logic.py
@@ -1,3 +1,8 @@
+# This software is distributable under the terms of the GNU
+# General Public License (GPL) v2, the text of which can be found at
+# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise
+# using this module constitutes acceptance of the terms of this License.
+
import bpy
class LOGIC_PT_properties(bpy.types.Panel):