Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/abacus_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'abacus_window.py')
-rw-r--r--abacus_window.py26
1 files changed, 16 insertions, 10 deletions
diff --git a/abacus_window.py b/abacus_window.py
index 73f4229..dd04aed 100644
--- a/abacus_window.py
+++ b/abacus_window.py
@@ -1,16 +1,22 @@
# -*- coding: utf-8 -*-
-#Copyright (c) 2010-13, Walter Bender
-#Copyright (c) 2010, Tuukka Hastrup
-#
-# This program is free software; you can redistribute it and/or modify
+# Copyright 2010-13, Walter Bender
+# Copyright 2010, Tuukka Hastrup
+
+# 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/>.
+
import gi
from gi.repository import Gtk, Gdk, GdkPixbuf