From de8987bf9a2477563796269933485506fceccd84 Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Fri, 21 Nov 2008 18:22:26 +0000 Subject: Add license to keyboard.py. --- (limited to 'keyboard.py') diff --git a/keyboard.py b/keyboard.py index 4a9f7ea..6960a08 100644 --- a/keyboard.py +++ b/keyboard.py @@ -1,3 +1,18 @@ +# Copyright 2008 by Kate Scheppke and Wade Brainerd. +# This file is part of Typing Turtle. +# +# Typing Turtle 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 3 of the License, or +# (at your option) any later version. +# +# Typing Turtle 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 Typing Turtle. If not, see . #!/usr/bin/env python import pygtk -- cgit v0.9.1