Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/pippy/console.py4
-rw-r--r--library/pippy/game.py4
2 files changed, 8 insertions, 0 deletions
diff --git a/library/pippy/console.py b/library/pippy/console.py
index a3e8515..dcec56a 100644
--- a/library/pippy/console.py
+++ b/library/pippy/console.py
@@ -1,4 +1,8 @@
"""Console helpers for pippy."""
+# Copyright (C) 2007 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.
+# Written by C. Scott Ananian <cscott@laptop.org>
import sys
def clear():
"""Clear screen on console."""
diff --git a/library/pippy/game.py b/library/pippy/game.py
index 03a51f4..a31e58a 100644
--- a/library/pippy/game.py
+++ b/library/pippy/game.py
@@ -1,4 +1,8 @@
"""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.
+# Written by C. Scott Ananian <cscott@laptop.org>
def pause():
"""Display a "Paused" screen and suspend."""