From 2a0103076e6cf7a6a5a4f8c6537b4f7def1cd5c4 Mon Sep 17 00:00:00 2001 From: Alan Aguiar Date: Mon, 20 May 2013 00:05:38 +0000 Subject: more clear notice --- 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 . +# +# Contact information: +# Alan Aguiar alanjas@hotmail.com import os import sys -- cgit v0.9.1