From e1c0bb85cb3d9434c91d60c1b0cfd9873d89468c Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 29 Aug 2012 07:48:32 +0200 Subject: Remove FSF address since it changes from time to time. Use an URL instead. --- src/ppm/accountdb.py | 3 +-- src/ppm/modemproxy.py | 4 +--- src/ppm/provider.py | 4 +--- src/ppm/providerdb.py | 3 +-- src/prepaid-manager-applet.py | 5 +---- 5 files changed, 5 insertions(+), 14 deletions(-) diff --git a/src/ppm/accountdb.py b/src/ppm/accountdb.py index 70c7bb6..47bbef6 100644 --- a/src/ppm/accountdb.py +++ b/src/ppm/accountdb.py @@ -12,8 +12,7 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# along with this program; if not, see . from gi.repository import Gio from gi.repository import GObject diff --git a/src/ppm/modemproxy.py b/src/ppm/modemproxy.py index d81f32b..db791b4 100644 --- a/src/ppm/modemproxy.py +++ b/src/ppm/modemproxy.py @@ -12,9 +12,7 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# +# along with this program; if not, see . from gi.repository import GObject from gi.repository import GLib diff --git a/src/ppm/provider.py b/src/ppm/provider.py index 54bc0fe..ccdf810 100644 --- a/src/ppm/provider.py +++ b/src/ppm/provider.py @@ -12,9 +12,7 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# +# along with this program; if not, see . import logging diff --git a/src/ppm/providerdb.py b/src/ppm/providerdb.py index c1aebec..0e35b59 100644 --- a/src/ppm/providerdb.py +++ b/src/ppm/providerdb.py @@ -12,8 +12,7 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# along with this program; if not, see . import os import logging diff --git a/src/prepaid-manager-applet.py b/src/prepaid-manager-applet.py index 2b53794..df57088 100755 --- a/src/prepaid-manager-applet.py +++ b/src/prepaid-manager-applet.py @@ -13,10 +13,7 @@ # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# - +# along with this program; if not, see . import gettext from gi.repository import GObject -- cgit v1.2.3