Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
authorCristhofer Travieso <cristhofert97@gmail.com>2013-04-02 20:05:22 (GMT)
committer Cristhofer Travieso <cristhofert97@gmail.com>2013-04-02 20:05:22 (GMT)
commit58df5d41906d472e078218f61d651f728c9b8d23 (patch)
tree108b4eae50b9719c2d264ea0589528ea41b435b6 /game.py
parent145071c139fc26359504e8e9b988732e62f88506 (diff)
Add cards
Signed-off-by: Cristhofer Travieso <cristhofert97@gmail.com>
Diffstat (limited to 'game.py')
-rw-r--r--game.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/game.py b/game.py
index 792d600..85ddf05 100644
--- a/game.py
+++ b/game.py
@@ -1 +1,17 @@
+# Copyright (C) 2012 Cristhofer Travieso <cristhofert97@gmail.com>
+
+# 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