[meld] Update FSF address (closes bgo#687830)
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Update FSF address (closes bgo#687830)
- Date: Sat, 10 Nov 2012 00:25:18 +0000 (UTC)
commit 11aa01dc931a211b8502e8ef419beec75e42fb7c
Author: Dominique Leuenberger <dimstar opensuse org>
Date: Wed Nov 7 10:23:07 2012 +0100
Update FSF address (closes bgo#687830)
COPYING | 4 ++--
bin/meld | 3 ++-
meld/diffmap.py | 3 ++-
meld/diffutil.py | 3 ++-
meld/dirdiff.py | 3 ++-
meld/filediff.py | 3 ++-
meld/filemerge.py | 3 ++-
meld/linkmap.py | 3 ++-
meld/matchers.py | 3 ++-
meld/meldapp.py | 3 ++-
meld/meldbuffer.py | 3 ++-
meld/melddoc.py | 3 ++-
meld/meldwindow.py | 3 ++-
meld/merge.py | 3 ++-
meld/misc.py | 3 ++-
meld/patchdialog.py | 3 ++-
meld/paths.py | 3 ++-
meld/preferences.py | 3 ++-
meld/task.py | 3 ++-
meld/tree.py | 3 ++-
meld/ui/emblemcellrenderer.py | 3 ++-
meld/ui/findbar.py | 3 ++-
meld/ui/gnomeglade.py | 3 ++-
meld/ui/historyentry.py | 3 ++-
meld/ui/listwidget.py | 3 ++-
meld/ui/msgarea.py | 3 ++-
meld/ui/notebooklabel.py | 3 ++-
meld/ui/statusbar.py | 3 ++-
meld/undo.py | 3 ++-
meld/util/prefs.py | 3 ++-
meld/util/sourceviewer.py | 3 ++-
meld/vcview.py | 3 ++-
po/pt.po | 33 ++++++++++++++++++++++-----------
tools/check_release | 3 ++-
tools/make_release | 3 ++-
35 files changed, 90 insertions(+), 46 deletions(-)
---
diff --git a/COPYING b/COPYING
index d60c31a..623b625 100644
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
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
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
diff --git a/bin/meld b/bin/meld
index 07fa0ea..a695437 100755
--- a/bin/meld
+++ b/bin/meld
@@ -14,7 +14,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import locale
import os
diff --git a/meld/diffmap.py b/meld/diffmap.py
index 403690d..5c8292c 100644
--- a/meld/diffmap.py
+++ b/meld/diffmap.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import collections
diff --git a/meld/diffutil.py b/meld/diffutil.py
index 67e8174..5077a60 100644
--- a/meld/diffutil.py
+++ b/meld/diffutil.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import difflib
diff --git a/meld/dirdiff.py b/meld/dirdiff.py
index 36772b6..987e845 100644
--- a/meld/dirdiff.py
+++ b/meld/dirdiff.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import collections
import copy
diff --git a/meld/filediff.py b/meld/filediff.py
index 59c82dd..c50ef0f 100644
--- a/meld/filediff.py
+++ b/meld/filediff.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import codecs
import copy
diff --git a/meld/filemerge.py b/meld/filemerge.py
index d88ebae..3da7243 100644
--- a/meld/filemerge.py
+++ b/meld/filemerge.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
from gettext import gettext as _
diff --git a/meld/linkmap.py b/meld/linkmap.py
index 2d57345..c55ad23 100644
--- a/meld/linkmap.py
+++ b/meld/linkmap.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import math
diff --git a/meld/matchers.py b/meld/matchers.py
index 1b7c152..6c56256 100644
--- a/meld/matchers.py
+++ b/meld/matchers.py
@@ -12,7 +12,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
from collections import namedtuple
import difflib
diff --git a/meld/meldapp.py b/meld/meldapp.py
index ecc04ad..9c80965 100644
--- a/meld/meldapp.py
+++ b/meld/meldapp.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import optparse
diff --git a/meld/meldbuffer.py b/meld/meldbuffer.py
index e8e5661..8216cf5 100644
--- a/meld/meldbuffer.py
+++ b/meld/meldbuffer.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import sys
from gettext import gettext as _
diff --git a/meld/melddoc.py b/meld/melddoc.py
index 28961b6..9d53d59 100644
--- a/meld/melddoc.py
+++ b/meld/melddoc.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import os
diff --git a/meld/meldwindow.py b/meld/meldwindow.py
index d2c19c1..2ef4eba 100644
--- a/meld/meldwindow.py
+++ b/meld/meldwindow.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import os
from gettext import gettext as _
diff --git a/meld/merge.py b/meld/merge.py
index d68bb97..1f39996 100644
--- a/meld/merge.py
+++ b/meld/merge.py
@@ -12,7 +12,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import diffutil
import matchers
diff --git a/meld/misc.py b/meld/misc.py
index 86693c4..237f9ec 100644
--- a/meld/misc.py
+++ b/meld/misc.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
"""Module of commonly used helper classes and functions
"""
diff --git a/meld/patchdialog.py b/meld/patchdialog.py
index 9693856..c7ed846 100644
--- a/meld/patchdialog.py
+++ b/meld/patchdialog.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import difflib
from gettext import gettext as _
diff --git a/meld/paths.py b/meld/paths.py
index 60ae44a..36fb1bc 100644
--- a/meld/paths.py
+++ b/meld/paths.py
@@ -12,7 +12,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import os
diff --git a/meld/preferences.py b/meld/preferences.py
index 6d681b8..6ac6d28 100644
--- a/meld/preferences.py
+++ b/meld/preferences.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
from gettext import gettext as _
diff --git a/meld/task.py b/meld/task.py
index 06f86e7..b3216b2 100644
--- a/meld/task.py
+++ b/meld/task.py
@@ -12,7 +12,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
"""Classes to implement scheduling for cooperative threads.
"""
diff --git a/meld/tree.py b/meld/tree.py
index 59d3151..f757173 100644
--- a/meld/tree.py
+++ b/meld/tree.py
@@ -12,7 +12,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import os
import gobject
diff --git a/meld/ui/emblemcellrenderer.py b/meld/ui/emblemcellrenderer.py
index 051dedb..5f6e273 100644
--- a/meld/ui/emblemcellrenderer.py
+++ b/meld/ui/emblemcellrenderer.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import cairo
import gobject
diff --git a/meld/ui/findbar.py b/meld/ui/findbar.py
index ae0d5dc..b79b518 100644
--- a/meld/ui/findbar.py
+++ b/meld/ui/findbar.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import gnomeglade
from meld import paths
diff --git a/meld/ui/gnomeglade.py b/meld/ui/gnomeglade.py
index 0ee8d2b..4411069 100644
--- a/meld/ui/gnomeglade.py
+++ b/meld/ui/gnomeglade.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import gtk
import re
diff --git a/meld/ui/historyentry.py b/meld/ui/historyentry.py
index 4d2d1cf..22e4213 100644
--- a/meld/ui/historyentry.py
+++ b/meld/ui/historyentry.py
@@ -12,7 +12,8 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
import os
import sys
diff --git a/meld/ui/listwidget.py b/meld/ui/listwidget.py
index 9395ca6..95569bd 100644
--- a/meld/ui/listwidget.py
+++ b/meld/ui/listwidget.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import gnomeglade
diff --git a/meld/ui/msgarea.py b/meld/ui/msgarea.py
index 35281ea..e2b669a 100644
--- a/meld/ui/msgarea.py
+++ b/meld/ui/msgarea.py
@@ -14,7 +14,8 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
import logging
diff --git a/meld/ui/notebooklabel.py b/meld/ui/notebooklabel.py
index c78827f..00331ca 100644
--- a/meld/ui/notebooklabel.py
+++ b/meld/ui/notebooklabel.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
from gettext import gettext as _
diff --git a/meld/ui/statusbar.py b/meld/ui/statusbar.py
index 26debdf..05bab4c 100644
--- a/meld/ui/statusbar.py
+++ b/meld/ui/statusbar.py
@@ -12,7 +12,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import gobject
import gtk
diff --git a/meld/undo.py b/meld/undo.py
index 6ea744d..fcc2a7f 100644
--- a/meld/undo.py
+++ b/meld/undo.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
"""Module to help implement undo functionality.
diff --git a/meld/util/prefs.py b/meld/util/prefs.py
index 9e5b65b..e721c03 100644
--- a/meld/util/prefs.py
+++ b/meld/util/prefs.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
"""Module to help implement 'instant-apply' preferences.
diff --git a/meld/util/sourceviewer.py b/meld/util/sourceviewer.py
index a36c236..9081013 100644
--- a/meld/util/sourceviewer.py
+++ b/meld/util/sourceviewer.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
'''Abstraction from sourceview version API incompatibilities
'''
diff --git a/meld/vcview.py b/meld/vcview.py
index 83525bf..ea649e5 100644
--- a/meld/vcview.py
+++ b/meld/vcview.py
@@ -13,7 +13,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import tempfile
import shutil
diff --git a/po/pt.po b/po/pt.po
index c73d301..4278bd8 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -34,7 +34,8 @@ msgstr "Visualizador de DiferenÃas Meld"
#. ## 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
+#. ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+#. ## USA.
#. ###############################################################################
#.
#. Local Functions
@@ -166,7 +167,8 @@ msgstr "Seleccione primeiro alguns ficheiros."
#. ## 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
+#. ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+#. ## USA.
#. ###############################################################################
#.
#. Differ
@@ -194,7 +196,8 @@ msgstr "Seleccione primeiro alguns ficheiros."
#. ## 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
+#. ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+#. ## USA.
#. ###############################################################################
#.
#. Local Functions
@@ -355,7 +358,8 @@ msgstr ""
#. ## 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
+#. ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+#. ## USA.
#. ###############################################################################
#.
#. FileDiff
@@ -548,7 +552,8 @@ msgstr ""
#. ## 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
+#. ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+#. ## USA.
#. system
#. gnome
#. project
@@ -776,7 +781,8 @@ msgstr "NÃmero incorrecto de argumentos (Obtidos %i)"
#. ## 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
+#. ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+#. ## USA.
#. Use these to ensure consistent return values.
#: melddoc.py:44
msgid "untitled"
@@ -793,7 +799,8 @@ msgstr "sem tÃtulo"
#. ## 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
+#. ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+#. ## USA.
#. remove common prefix
#. split on /
#. no common path. empty names get changed to "[None]"
@@ -817,7 +824,8 @@ msgstr "[Nenhum]"
#. ## 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
+#. ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+#. ## USA.
#. maybe fall back to ConfigParser if gconf is unavailable.
#. types of values allowed
#. LIST = "list"
@@ -837,7 +845,8 @@ msgstr "[Nenhum]"
#. ## 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
+#. ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+#. ## USA.
#. m.add_task(h)
#. m.add_task(h)
#. s.add_task( sayhello(40).next )
@@ -867,7 +876,8 @@ msgstr "[Nenhum]"
#. ## 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
+#. ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+#. ## USA.
#. ignored, new, normal, ignored changes,
#. error, placeholder, cvs added
#. cvs modified, cvs conflict, cvs removed
@@ -905,7 +915,8 @@ msgstr "[Nenhum]"
#. ## 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
+#. ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+#. ## USA.
#. collapse
#.
#. * Translatable strings file generated by Glade.
diff --git a/tools/check_release b/tools/check_release
index 83fbee6..17fd238 100755
--- a/tools/check_release
+++ b/tools/check_release
@@ -14,7 +14,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import sys
import glob
diff --git a/tools/make_release b/tools/make_release
index 1baf66d..845b43d 100755
--- a/tools/make_release
+++ b/tools/make_release
@@ -14,7 +14,8 @@
### 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
+### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+### USA.
import os
import sys
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]