Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2009-02-05 15:05:07 (GMT)
committer Joel Stanley <joel@jms.id.au>2009-02-05 15:05:07 (GMT)
commit4e9d8b920400839d9bc0fae4b04a3c752c5ed2c5 (patch)
tree0f1031437382f5e973efcdf77ad34b5c6dabe9d2
parentc4960a7fd28798128a00564994065754fe5e836d (diff)
moar copyrightv0.2.1
-rw-r--r--README5
-rw-r--r--ovpc.py17
2 files changed, 21 insertions, 1 deletions
diff --git a/README b/README
index e11ba3a..9d37a00 100644
--- a/README
+++ b/README
@@ -3,7 +3,10 @@ One Velociraptor per Child
OVPC is a concept, a tshirt, a website, and now it is also a side scrolling
game for children, adults and raptors of all ages.
-Copyright 2008 Joel Stanley <joel.stanley@adelaide.edu.au>
+Copyright 2009 Joel Stanley <joel@jms.id.au>
+Copyright 2009 Tim Ansell <mithro@mithis.com>
+
+Code licenced under GNU General Public License version 3.
Inspired by <http://velociraptorz.org/>.
diff --git a/ovpc.py b/ovpc.py
index 2e72415..920a287 100644
--- a/ovpc.py
+++ b/ovpc.py
@@ -1,4 +1,21 @@
#!/usr/bin/env python
+#
+# One Velociraptor per Child
+#
+# Copyright 2009 Joel Stanley <joel@jms.id.au>
+#
+# 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, version 3 of the License.
+#
+# 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/>.
+#
import sys
sys.path.insert(0, '.')