Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/keyboard.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2008-11-21 18:22:26 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2008-11-21 18:22:26 (GMT)
commitde8987bf9a2477563796269933485506fceccd84 (patch)
tree2cb4b994731569cae1360671af68c3a72d632b2d /keyboard.py
parent17b4da11f04d740fc6867b7a3442c1474c96f7c9 (diff)
Add license to keyboard.py.
Diffstat (limited to 'keyboard.py')
-rw-r--r--keyboard.py15
1 files changed, 15 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
#!/usr/bin/env python
import pygtk