From 331ffd26eb6bb8521c53c01f0ffd55b175c1c621 Mon Sep 17 00:00:00 2001 From: C. Scott Ananian Date: Wed, 24 Sep 2008 19:54:59 +0000 Subject: Add proper license header to the library files I wrote. --- (limited to 'library') 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 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 def pause(): """Display a "Paused" screen and suspend.""" -- cgit v0.9.1