From 00681fa72d071c2fe6a50db45544180a489d22be Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 2 Sep 2011 13:34:25 -0400 Subject: Clarified GPLv3+ licensing status --- tetris.py | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'tetris.py') diff --git a/tetris.py b/tetris.py index e88e4a7..e97271f 100644 --- a/tetris.py +++ b/tetris.py @@ -1,4 +1,22 @@ #!/usr/bin/env python +# Burton-Conner Tetris Battle -- Tetris installation controlled by DDR pads +# Copyright (C) 2010, 2011 Simon Peverett +# Copyright (C) 2011 Russell Cohen , +# Leah Alpert +# +# 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 . + """ Tetris Tk - A tetris clone written in Python using the Tkinter GUI library. @@ -430,4 +448,11 @@ class TetrisGame(object): if __name__ == "__main__": + print """Burton-Conner Tetris Battle Copyright (C) 2010, 2011 Simon Peverett + Copyright (C) 2011 Russell Cohen, Leah Alpert +This program comes with ABSOLUTELY NO WARRANTY; for details see +. +This is free software, and you are welcome to redistribute it under certain +conditions; see for details.""" + tetrisGame = TetrisGame() -- cgit v1.2.3