aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-08-29 07:48:32 +0200
committerGuido Günther <agx@sigxcpu.org>2012-08-29 07:48:59 +0200
commite1c0bb85cb3d9434c91d60c1b0cfd9873d89468c (patch)
tree7be74958a52df5433f3cf9473ec19f4eddc68e84
parentab9b55468d26fc436846385bcff0ea9635c9283e (diff)
Remove FSF address
since it changes from time to time. Use an URL instead.
-rw-r--r--src/ppm/accountdb.py3
-rw-r--r--src/ppm/modemproxy.py4
-rw-r--r--src/ppm/provider.py4
-rw-r--r--src/ppm/providerdb.py3
-rwxr-xr-xsrc/prepaid-manager-applet.py5
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 <http://www.gnu.org/licenses/>.
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 <http://www.gnu.org/licenses/>.
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 <http://www.gnu.org/licenses/>.
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 <http://www.gnu.org/licenses/>.
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 <http://www.gnu.org/licenses/>.
import gettext
from gi.repository import GObject