Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-07-09 23:34:42 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-07-09 23:34:42 (GMT)
commit6470362d3540d2d5519fa2922af87a32bc4569de (patch)
tree8fee9758681d40167e7c05704a40c3f0779bb769
parent0ec3cd7bded443bf3913ad56304bc26678786404 (diff)
Adding header
-rw-r--r--game.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/game.py b/game.py
index cf7cc9d..5f40ae7 100644
--- a/game.py
+++ b/game.py
@@ -1,3 +1,22 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+# activity.py by:
+# Agustin Zubiaga <aguz@sugarlabs.org>
+
+# 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, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from gi.repository import Gtk
from gi.repository import Gdk