Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/helpers.py
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2010-02-23 13:51:15 (GMT)
committer Gary Martin <gary@garycmartin.com>2010-02-23 13:51:15 (GMT)
commitb1c1c2de2059e167738fb2b772844947163ed994 (patch)
tree727b48cc4203e97a65958454119d1f4181351aeb /helpers.py
parent13c1b951e4ce40a335d626c9c7b7cf4f4f8c512a (diff)
Added extra license/copyright related ascii provided by quozl in ticket #1695, shame we have to waste our hours with random lawer speak.
Diffstat (limited to 'helpers.py')
-rw-r--r--helpers.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/helpers.py b/helpers.py
index 2086ad8..3348f15 100644
--- a/helpers.py
+++ b/helpers.py
@@ -1,3 +1,21 @@
+"""
+ Physics, a 2D Physics Playground for Kids
+ Copyright (C) 2008 Alex Levenson and Brian Jordan
+
+ 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 3 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, see <http://www.gnu.org/licenses/>.
+
+"""
#==================================================================
# Physics.activity
# Helper classes and functions