Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library/pippy/game.py
diff options
context:
space:
mode:
Diffstat (limited to 'library/pippy/game.py')
-rw-r--r--library/pippy/game.py18
1 files changed, 15 insertions, 3 deletions
diff --git a/library/pippy/game.py b/library/pippy/game.py
index a31e58a..09dcd74 100644
--- a/library/pippy/game.py
+++ b/library/pippy/game.py
@@ -1,8 +1,20 @@
"""pygame support for pippy."""
-# Copyright (C) 2007-8 One Laptop Per Child Association, Inc.
-# Licensed under the terms of the GNU GPL v2 or later; see
-# /usr/share/licenses/common-licenses/GPLv2+ for details.
+# Copyright (C) 2007,2008 One Laptop per Child Association, Inc.
# Written by C. Scott Ananian <cscott@laptop.org>
+#
+# 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
def pause():
"""Display a "Paused" screen and suspend."""