Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-05-20 00:05:38 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-05-20 00:05:38 (GMT)
commit2a0103076e6cf7a6a5a4f8c6537b4f7def1cd5c4 (patch)
treed1f934c05fead725ab650b8de56e949836a6d228
parent28487950aa99ab300f89e12060bf832f364e9fb8 (diff)
more clear notice
-rwxr-xr-xJump.py26
1 files changed, 19 insertions, 7 deletions
diff --git a/Jump.py b/Jump.py
index 410de15..671edb3 100755
--- a/Jump.py
+++ b/Jump.py
@@ -2,13 +2,25 @@
# -*- coding: utf-8 -*-
#
# Jump
-# Authored by Joshua Seaver and Bimal Sadhwani with a big big nod to Natalie Rusk who did the original code in Logo.
-# Version .22 added mouse cursor, alpha overlay on whole screen...partially done
-# Josh added sound integration---annoying???
-# This is the version with a wooden board and a restart button in the lower left and text about marbles left and moves left
-# Note too that olpcgames and eventwrap are not enabled...7
-# Finally, it would be a good idea to clean out all of the commented out functions that are not being used.'''
-# added code for alpha freezing screen: to add - the moves left code and then check if no moves left bring up the screen.
+# Copyright (C) 2008, Joshua Seaver, Bimal Sadhwani, Natalie Rusk
+# Copyright (C) 2012, 2013, Alan Aguiar
+# Based on the original code in Logo of Natalie Rusk.
+#
+# This program 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.
+#
+# This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Contact information:
+# Alan Aguiar alanjas@hotmail.com
import os
import sys