Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-10-22 19:46:31 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-10-22 19:46:31 (GMT)
commit42fcf8aebaf530984754458f42e8a0cf1ea408d0 (patch)
tree1cc82e476f902c299b960647acf529fd7204b73e
parent5a53c58f10eb0cfb7ebaf08d5481ae977ed0fe57 (diff)
update licence strings
-rw-r--r--.abacusrc4
-rw-r--r--AbacusActivity.py22
-rwxr-xr-xabacus.py22
-rw-r--r--abacus_window.py26
4 files changed, 44 insertions, 30 deletions
diff --git a/.abacusrc b/.abacusrc
deleted file mode 100644
index 9373b51..0000000
--- a/.abacusrc
+++ /dev/null
@@ -1,4 +0,0 @@
-50
-50
-800
-550
diff --git a/AbacusActivity.py b/AbacusActivity.py
index 16e1528..3180c60 100644
--- a/AbacusActivity.py
+++ b/AbacusActivity.py
@@ -1,15 +1,21 @@
# -*- coding: utf-8 -*-
-#Copyright (c) 2010-12, 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
from gi.repository import Gdk
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
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