From 42fcf8aebaf530984754458f42e8a0cf1ea408d0 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 22 Oct 2013 19:46:31 +0000 Subject: update licence strings --- 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 . + 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 . + 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 . + import gi from gi.repository import Gtk, Gdk, GdkPixbuf -- cgit v0.9.1