Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/abacus.py
diff options
context:
space:
mode:
Diffstat (limited to 'abacus.py')
-rwxr-xr-xabacus.py22
1 files changed, 14 insertions, 8 deletions
diff --git a/abacus.py b/abacus.py
index 66b9859..f53f077 100755
--- a/abacus.py
+++ b/abacus.py
@@ -1,17 +1,23 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-#Copyright (c) 2010, Walter Bender
+# Copyright 2010-13, Walter Bender
-# This program is free software; you can redistribute it and/or modify
+# This file is part of the Abacus Activity.
+
+# The Abacus Activity 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
+# 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.
+
+# The Abacus Activity 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 the Abacus Activity. If not, see <http://www.gnu.org/licenses/>.
+
from gi.repository import Gtk, Gdk