Skip to content

Commit 11aa01d

Browse files
DimStar77kaiw
authored andcommitted
Update FSF address (closes bgo#687830)
1 parent cec4278 commit 11aa01d

35 files changed

Lines changed: 90 additions & 46 deletions

COPYING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version 2, June 1991
33

44
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5-
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
66
Everyone is permitted to copy and distribute verbatim copies
77
of this license document, but changing it is not allowed.
88

@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
305305

306306
You should have received a copy of the GNU General Public License
307307
along with this program; if not, write to the Free Software
308-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
308+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
309309

310310

311311
Also add information on how to contact you by electronic and paper mail.

bin/meld

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
### You should have received a copy of the GNU General Public License
1616
### along with this program; if not, write to the Free Software
17-
### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
18+
### USA.
1819

1920
import locale
2021
import os

meld/diffmap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
### You should have received a copy of the GNU General Public License
1515
### along with this program; if not, write to the Free Software
16-
### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17+
### USA.
1718

1819
import collections
1920

meld/diffutil.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
### You should have received a copy of the GNU General Public License
1515
### along with this program; if not, write to the Free Software
16-
### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17+
### USA.
1718

1819
import difflib
1920

meld/dirdiff.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
### You should have received a copy of the GNU General Public License
1515
### along with this program; if not, write to the Free Software
16-
### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17+
### USA.
1718

1819
import collections
1920
import copy

meld/filediff.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
### You should have received a copy of the GNU General Public License
1515
### along with this program; if not, write to the Free Software
16-
### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17+
### USA.
1718

1819
import codecs
1920
import copy

meld/filemerge.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
### You should have received a copy of the GNU General Public License
1515
### along with this program; if not, write to the Free Software
16-
### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17+
### USA.
1718

1819
from gettext import gettext as _
1920

meld/linkmap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
### You should have received a copy of the GNU General Public License
1515
### along with this program; if not, write to the Free Software
16-
### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17+
### USA.
1718

1819

1920
import math

meld/matchers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
### You should have received a copy of the GNU General Public License
1414
### along with this program; if not, write to the Free Software
15-
### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
16+
### USA.
1617

1718
from collections import namedtuple
1819
import difflib

meld/meldapp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
### You should have received a copy of the GNU General Public License
1515
### along with this program; if not, write to the Free Software
16-
### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17+
### USA.
1718

1819

1920
import optparse

0 commit comments

Comments
 (0)