Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-10-28 12:03:36 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-10-28 12:03:36 (GMT)
commitb1bf90471926ff7dc4a1d836b9280c5e7c479748 (patch)
treeee7e193e27220c88624800d1185cdea39c901979 /game.py
parent23a14ff5894470f97a1e1da436e52c01ce2ea74a (diff)
fixed address in licensev10
Diffstat (limited to 'game.py')
-rw-r--r--game.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/game.py b/game.py
index 3899628..67a00bf 100644
--- a/game.py
+++ b/game.py
@@ -1,4 +1,4 @@
-#-*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
#Copyright (c) 2011 Walter Bender
# This program is free software; you can redistribute it and/or modify
@@ -6,10 +6,10 @@
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# You should have received a copy of the GNU General Public License
+# along with this library; if not, write to the Free Software
+# Foundation, 51 Franklin Street, Suite 500 Boston, MA 02110-1335 USA
+
import gtk
import gobject