From 4e9d8b920400839d9bc0fae4b04a3c752c5ed2c5 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Thu, 05 Feb 2009 15:05:07 +0000 Subject: moar copyright --- 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 +Copyright 2009 Joel Stanley +Copyright 2009 Tim Ansell + +Code licenced under GNU General Public License version 3. Inspired by . 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 +# +# 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 . +# import sys sys.path.insert(0, '.') -- cgit v0.9.1