Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library/pippy/console.py
diff options
context:
space:
mode:
Diffstat (limited to 'library/pippy/console.py')
-rw-r--r--library/pippy/console.py4
1 files changed, 4 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."""