]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Update FSF postal mail address.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 14 May 2005 07:00:38 +0000 (07:00 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 14 May 2005 07:00:38 +0000 (07:00 +0000)
95 files changed:
AUTHORS
BUGS
COPYING
ChangeLog
ChangeLog.0
ChangeLog.1
ChangeLog.2
GNUmakefile
HACKING
Makefile.am
Makefile.cfg
Makefile.maint
NEWS
README
README-alpha
TODO
bin/Makefile.am
bin/autoconf.as
bin/autoheader.in
bin/autom4te.in
bin/autoreconf.in
bin/autoscan.in
bin/autoupdate.in
bin/ifnames.in
config/Makefile.am
config/config.guess
config/config.sub
config/elisp-comp
config/m4.m4
config/mdate-sh
config/missing
config/texinfo.tex
configure.ac
doc/Makefile.am
doc/fdl.texi
lib/Autom4te/C4che.pm
lib/Autom4te/ChannelDefs.pm
lib/Autom4te/Channels.pm
lib/Autom4te/Configure_ac.pm
lib/Autom4te/FileUtils.pm
lib/Autom4te/General.pm
lib/Autom4te/Request.pm
lib/Autom4te/Struct.pm
lib/Autom4te/XFile.pm
lib/Makefile.am
lib/autoconf/Makefile.am
lib/autoconf/autoconf.m4
lib/autoconf/autoheader.m4
lib/autoconf/autoscan.m4
lib/autoconf/autotest.m4
lib/autoconf/autoupdate.m4
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/functions.m4
lib/autoconf/general.m4
lib/autoconf/headers.m4
lib/autoconf/lang.m4
lib/autoconf/libs.m4
lib/autoconf/oldnames.m4
lib/autoconf/programs.m4
lib/autoconf/specific.m4
lib/autoconf/status.m4
lib/autoconf/types.m4
lib/autom4te.in
lib/autoscan/Makefile.am
lib/autoscan/autoscan.list
lib/autoscan/autoscan.pre
lib/autotest/Makefile.am
lib/autotest/autotest.m4
lib/autotest/general.m4
lib/emacs/Makefile.am
lib/emacs/autoconf-mode.el
lib/emacs/autotest-mode.el
lib/freeze.mk
lib/m4sugar/Makefile.am
lib/m4sugar/m4sh.m4
lib/m4sugar/m4sugar.m4
man/Makefile.am
tests/Makefile.am
tests/atlocal.in
tests/autotest.at
tests/base.at
tests/c.at
tests/compile.at
tests/foreign.at
tests/fortran.at
tests/local.at
tests/m4sh.at
tests/m4sugar.at
tests/mktests.sh
tests/semantics.at
tests/suite.at
tests/tools.at
tests/torture.at
tests/wrapper.as

diff --git a/AUTHORS b/AUTHORS
index 73686c2d011e01523ef63bbfb1ef957b74039d41..3c7199f63404c3b4b55978d0e1c267859a0338a1 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -28,5 +28,5 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with autoconf; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
diff --git a/BUGS b/BUGS
index eeb5c534e10865227020ff4221f855076e8a47ab..bc57b85129313d9b2e3d7a5d79442040d0031083 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -19,8 +19,8 @@ file before using Autoconf, and especially CVS versions of Autoconf.
 
        You should have received a copy of the GNU General Public License
        along with autoconf; see the file COPYING.  If not, write to
-       the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-       Boston, MA 02111-1307, USA.
+       the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+       Boston, MA 02110-1301, USA.
 
 
 Autoconf must not be used in production if there are ``Serious'' bugs,
diff --git a/COPYING b/COPYING
index d60c31a97a544b53039088d14fe9114583c0efc3..3912109b5cd65a68039d473c11c9f7ac2303e06d 100644 (file)
--- 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 St, 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 St, Fifth Floor, Boston, MA  02110-1301  USA
 
 
 Also add information on how to contact you by electronic and paper mail.
@@ -313,7 +313,7 @@ Also add information on how to contact you by electronic and paper mail.
 If the program is interactive, make it output a short notice like this
 when it starts in an interactive mode:
 
-    Gnomovision version 69, Copyright (C) year  name of author
+    Gnomovision version 69, Copyright (C) year name of author
     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.
index 70d1a8a303ae43a38d9df3b431f379eda00d1a64..0c7c01595a5d28d61c2c775f3b4acf7161fea70d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
+       ChangeLog.2, GNUmakefile, HACKING, Makefile.am, Makefile.cfg,
+       Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
+       bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
+       bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
+       bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
+       config/config.guess, config/config.sub, config/elisp-comp,
+       config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
+       doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
+       lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
+       lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
+       lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
+       lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
+       lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
+       lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
+       lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
+       lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
+       lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
+       lib/autoconf/general.m4, lib/autoconf/headers.m4,
+       lib/autoconf/lang.m4, lib/autoconf/libs.m4,
+       lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
+       lib/autoconf/specific.m4, lib/autoconf/status.m4,
+       lib/autoconf/types.m4, lib/autoscan/Makefile.am,
+       lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
+       lib/autotest/Makefile.am, lib/autotest/autotest.m4,
+       lib/autotest/general.m4, lib/emacs/Makefile.am,
+       lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
+       lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
+       lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
+       tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
+       tests/compile.at, tests/foreign.at, tests/fortran.at,
+       tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
+       tests/semantics.at, tests/suite.at, tests/tools.at,
+       tests/torture.at, tests/wrapper.as:
+       Update FSF postal mail address.
+
 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
 
        * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
@@ -8454,5 +8492,5 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with autoconf; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
index 6544391cd27ef6fd38709a5a68ce721cf708bf17..a32f56ed91f3d3fb4f5369feab38008a45c20807 100644 (file)
@@ -360,5 +360,5 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with autoconf; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
index 048341917ea4061a79486481000b089f5f8b57c4..007ca5da5f502afebfae47442382ce72f66bb2cf 100644 (file)
@@ -1937,5 +1937,5 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with autoconf; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
index 0f3618dacffa71e2437c9efb57e7393b3efdd66a..d640da7eda5383cdb2ed41f649c288850b5bab41 100644 (file)
@@ -12866,5 +12866,5 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with autoconf; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
index 7e67536c4bcc3abeb611a3a0427c4ddc6a20960e..675af82285cec4768133b3e8bf40b6eb9782db9e 100644 (file)
@@ -18,7 +18,7 @@
 #
 # 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.
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 # Systems where /bin/sh is not the default shell need this.  The $(shell)
 # command below won't work with e.g. stock DOS/Windows shells.
diff --git a/HACKING b/HACKING
index adbded2b1f3bfb6d23c2f4ed4b769fded2373643..f758cf551b6b992e24e4ec877a0cba5f4b0a8dc7 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -113,5 +113,5 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Autoconf; see the file COPYING.  If not, write to the
-Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA.
index dec5bf32aff8c6605172e56d51f0b2267df54146..3e20b84127d58f126df72dacca2730a30528d14b 100644 (file)
@@ -17,8 +17,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.
 
 # bin/ must be run first, as it builds executables needed for tests.
 # autom4te uses autotest.m4f to generate `testsuite', so build tests last.
index 46a89abba85e477dc4439ca7c36ea6254db8cbd3..33899f9d112d97cdbaad972eaf7bd0ff01ebc455 100644 (file)
@@ -13,8 +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.
 
 prev_version_file = $(srcdir)/config/prev-version.txt
 move_if_change = $(srcdir)/config/move-if-change
index a67d6f6392315117427909df93a09af3c39f1137..4671664875e877bad9fadf676b68535ee2b7a72f 100644 (file)
@@ -16,8 +16,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.
 
 # This is reported not to work with make-3.79.1
 # ME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
diff --git a/NEWS b/NEWS
index 697fb7fccec020659c32a3ab8b542fef6020ea56..da98a55ce43ed5578c0c3230f0c0a927833a1ddf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1254,8 +1254,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Autoconf; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
 
 Local Variables:
 mode: outline
diff --git a/README b/README
index 757b4dd4792ff7c87600466dcdee0cc520305acb..f63b943f2361c2ba0bfa32a655b944bd97568f21 100644 (file)
--- a/README
+++ b/README
@@ -60,5 +60,5 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Autoconf; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
index dd12b2b63f468cbabf4d853282ea1e688b52c0c6..f6595d9edc9a0ee89a3023e70d423d4b8f506197 100644 (file)
@@ -38,5 +38,5 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Autoconf; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
diff --git a/TODO b/TODO
index 3795a244539d326f7af7c49e649f865421933e6b..c187e179fe1d71dd185759329dfb1b045dce8793 100644 (file)
--- a/TODO
+++ b/TODO
@@ -668,5 +668,5 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with autoconf; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
index ff55e4548a63f45f74912d53c7032260990440ca..05ad01e2fb095e682c253b2f927fe42b7ecd7c8f 100644 (file)
@@ -17,8 +17,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.
 
 include ../lib/freeze.mk
 
index 33d9404904272415bd46c4fd3e79c916d5784880..4d3f0621e4f74aa7775bf0fd22a5b34c4fc41a17 100644 (file)
@@ -15,8 +15,8 @@ AS_INIT[]dnl                                            -*- shell-script -*-
 
 # 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.
 
 usage=["\
 Usage: $0 [OPTION] ... [TEMPLATE-FILE]
index b4ad709e72702f64014b8db1296932d76022b965..b897678e77f4d43f8d2d479aa748f13261529d90 100644 (file)
@@ -22,8 +22,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 
 # 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.
 
 # Written by Roland McGrath.
 # Rewritten in Perl by Akim Demaille.
index 935a8db12d09d85c6bb9b6c14e7e397334eb3264..f8ea1f8d6c8f66518ce49c93c357cbee9f2862e6 100644 (file)
@@ -20,8 +20,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 
 # 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.
 
 
 BEGIN
index e6da58fc54383237b811e7d94680f5141fb54f88..280ae0938d4d890aea72f13f7406bdfb61620a8b 100644 (file)
@@ -21,8 +21,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 
 # 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.
 
 # Written by David J. MacKenzie.
 # Extended and rewritten in Perl by Akim Demaille.
index 22bcfb84dde6e9bb7a8944c6341b8d92c92157c8..99bde6d7da2419833c6cc0b3f03cb190445b6763 100644 (file)
@@ -18,8 +18,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.
 
 # Written by David MacKenzie <djm@gnu.ai.mit.edu>.
 
index 0d4782fe20c373c03827c3eb36aef43b982e9e31..73b1a791e07926375dccb5e0eb1544f016531fc2 100644 (file)
@@ -18,8 +18,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.
 
 # Originally written by David MacKenzie <djm@gnu.ai.mit.edu>.
 # Rewritten by Akim Demaille <akim@freefriends.org>.
index d6264011ec75872b2dbaca16c507bb80652c182e..b19b4a2d687ad3f1c0dfafc06b7313cfa9c5f6bc 100644 (file)
@@ -22,8 +22,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 
 # 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.
 
 # Reads from stdin if no files are given.
 # Writes to stdout.
index d4aaba003549cf79b578be33863893ccc5555060..a29684371b1a04240aa5fede29c525f3fb972195 100644 (file)
@@ -15,8 +15,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.
 
 EXTRA_DIST = $(SPECIFIC_MACROS) $(SPECIFIC_TOOLS) \
              prev-version.txt
index 82294713260e37ecfdb3ae9ffeaa5ffad9c5b460..c55ad28fa9c9ed017443926bdc4f41666fb565b3 100755 (executable)
@@ -17,7 +17,7 @@ timestamp='2004-11-12'
 #
 # 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.
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
index 987b17d814153a566eda7829e10959a295ba42d7..17ee45296821fedbd21fc3e3396f165f9078b97d 100755 (executable)
@@ -21,8 +21,8 @@ timestamp='2004-11-30'
 #
 # 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.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
index 489ae83d7680fd406b548390c5d8b19197ac341e..4525f5f59922dcfc3686456d0459494c9233b279 100755 (executable)
@@ -17,7 +17,7 @@ scriptversion=2003-11-08.23
 #
 # 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.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
index 7c9145e04c598204d5e8f60a0bb66c5bc7df0ecf..97083067b09856c7e8f7ac34a40db7c4e667e52b 100644 (file)
@@ -12,8 +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.
 
 # AC_PROG_GNU_M4
 # --------------
index 881782eb55e450d170a16422ca9d50fb09afbe7a..1d7b98fe14452f738a639313094df12af9792585 100644 (file)
@@ -18,7 +18,7 @@ scriptversion=2004-12-08.12
 #
 # 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.
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
index 64b5f901dd558f301c33a0fb99466b48eb58a27f..3392b9e7082a16b67b17850e0506d7f2f58e18af 100755 (executable)
@@ -19,8 +19,8 @@ scriptversion=2004-09-07.08
 
 # 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.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
index 58bea4dde6f30901215c68a9d8998a6480412443..e0fbe6358eb746547e246925474640a13cb8ce23 100644 (file)
@@ -21,8 +21,8 @@
 %
 % You should have received a copy of the GNU General Public License
 % along with this texinfo.tex file; see the file COPYING.  If not, write
-% to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-% Boston, MA 02111-1307, USA.
+% to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+% Boston, MA 02110-1301, USA.
 %
 % As a special exception, when this file is read by TeX when processing
 % a Texinfo source document, you may use the result without
index 353c68c371999b78ec047ca770d6be3bf2da66d9..c9fd368e4f8efe24bce0fb3549a05cffd56fecb6 100644 (file)
@@ -16,8 +16,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.
 
 # We need AC_CONFIG_TESTDIR.
 AC_PREREQ([2.59])
index 308aae62396593a1f737d093d41ec31cc6da25d9..77fb0dd413cdbc6ffc0e1468260f6bc09736e5b1 100644 (file)
@@ -15,8 +15,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.
 
 AM_MAKEINFOFLAGS = --no-split
 TEXI2DVI = texi2dvi --batch
index 11737cc89bd1b83f687f6bc0f42abbc3e7d38ad8..fe78df8d5399bef64eb6ffb539f3b2b19e9c521e 100644 (file)
@@ -7,7 +7,7 @@
 
 @display
 Copyright @copyright{} 2000,2001,2002 Free Software Foundation, Inc.
-59 Temple Place, Suite 330, Boston, MA  02111-1307, USA
+51 Franklin St, 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.
index ef6f0c303329206d06d52a183d51e6d18206a39d..f11bd7414c85a64322d6ef554ca07a8deafc91d4 100644 (file)
@@ -13,8 +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.
 
 package Autom4te::C4che;
 
index 4afc87993c3b3d041f67a5b12825d4d5b3eeed9a..7615ce690f2bcdb868be3c5a140df49636784514 100644 (file)
@@ -12,8 +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.
 
 package Autom4te::ChannelDefs;
 
index ebc49d85c0eda9f594c77f596d98d649917237b5..9ab1addcfacdd6159c64437ff39ac8cab47b9f51 100644 (file)
@@ -12,8 +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.
 
 package Autom4te::Channels;
 
index 14addced4f432a787e59bd39605b44e0a590eed0..c136a475387a3c0f899b6c688a4c28b7f626bec3 100644 (file)
@@ -12,8 +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.
 
 package Autom4te::Configure_ac;
 
index 6ebbfc64a4ece147f382deefc50e6ede86e02d19..c8a5beb5b4fe449da8a23a2db31d3b515710cf4e 100644 (file)
@@ -12,8 +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.
 
 package Autom4te::FileUtils;
 
index 5cbf2a388e7a1b65874fde713ff8231b6fe0d79c..26cc2dc04361b6c2a1a217a237a1925d2a51670f 100644 (file)
@@ -13,8 +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.
 
 package Autom4te::General;
 
index 97a6f7f359a07792a8130140747374c91727e58d..f6e0332f6fab6ba5667c571e117fb20d0b17181d 100644 (file)
@@ -13,8 +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.
 
 package Autom4te::Request;
 
index c11f0001c52bab3eb5831bf6fbe98504fd193ef6..7c7f3b51b459fc0c06eeab9b4548c55ca70f36d0 100644 (file)
@@ -13,8 +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.
 
 # This file is basically Perl 5.6's Class::Struct, but made compatible
 # with Perl 5.5.  If someday this has to be updated, be sure to rename
index f10e4d10322c6ee47bb2b082302464252934da83..caf3b3fc8fbcdd7f25ec4268539920ef1e2b1669 100644 (file)
@@ -12,8 +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.
 
 # Written by Akim Demaille <akim@freefriends.org>.
 
index 6503be560a37aec28e0c77855d301070a284c7a8..8936ff240de1131c7ec1992ea6a6cd0f85d88570 100644 (file)
@@ -14,8 +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.
 
 SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs
 nodist_pkgdata_DATA = autom4te.cfg
index 7d776bbee8e4b5279e5ee32a53e7703424084bbc..a53a78dada021d0dcf34ea9bd9bb7ef33a12d3ff 100644 (file)
@@ -14,8 +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.
 
 autoconflibdir = $(pkgdatadir)/autoconf
 dist_autoconflib_DATA = \
index 7988e9834cbccd5117c7a471f3baf76acbf4129b..c8d05f0d119836ebdbf4354b74d10eeedb1b479e 100644 (file)
@@ -14,8 +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.
 #
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index b9131fd91685b8d45d8b2c4746fde9d8d0f2eb47..ac8304ac1388ad69638da89528a5758cca40fb2a 100644 (file)
@@ -16,8 +16,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.
 
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index f3b354a5ff1e68cbe9bf363e7dca803bc6db3e29..20fa75c001e32476a9b032b0d6d14dd861fb2948 100644 (file)
@@ -15,8 +15,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.
 
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index b2a4fb5233f52313a38a84fba4aa3e22f806990d..497cc6b7e0e3c33bda16091cab36603ee338379a 100644 (file)
@@ -15,8 +15,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.
 
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index 753b09328594e1531b6ba16794d7c2f0d6d382fe..cee3f16a3f1719ae1e373dc5ad372ee009ae862c 100644 (file)
@@ -16,8 +16,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.
 
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index 28647e813a228ccf71b69433704afe9ea450ad2d..7ed40a04ca7a201cca924f117307307cb580f793 100644 (file)
@@ -14,8 +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.
 #
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index 2bbaa45784fcfe8adbafdc0bb7746ddd33214a47..e4192efa36c7de08b0fcc93bd0a71184f5eaa937 100644 (file)
@@ -15,8 +15,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.
 #
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index be02455e5f0c111b0a8a2274f2792043cb8ff2ff..57fb458522e8be1747db43ee485814c37a94e173 100644 (file)
@@ -15,8 +15,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.
 #
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index 4839bc317daa579fbdd9096dbc385ba11aa72a53..e1ca2ee817cc27734e6614e52ca10876362e6515 100644 (file)
@@ -15,8 +15,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.
 
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index b1ec24bef619e80f6dff5ab2cb24789ca422bc3b..f105bb82dabf016615eeca55e7e2d274de0267cd 100644 (file)
@@ -15,8 +15,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.
 #
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index 04b78a85a0fcd396b4c5f97d42e40813e802df8d..0a0e312802fe0af5b053d96639596087a521781b 100644 (file)
@@ -14,8 +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.
 #
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index 1867cc8208b74ad56e9d8a176557b276f8a570e9..f1b30ea8735280613d3b7705cd3e51fb2fba20d8 100644 (file)
@@ -15,8 +15,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.
 
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index ee7a055741334c8a2aa6ba47231f0d583b1afbce..9b67bb7fd2d6d79a0297f1d1d0f29d25c9e72c01 100644 (file)
@@ -14,8 +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.
 #
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index e98ecc40a46b81fa6d777da822fd5408de5f58ca..4ec48d6ae3365330c4bd035526862e2c56c429c1 100644 (file)
@@ -16,8 +16,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.
 
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index 874ec21feb1631f92c7ae3dbd640cc8528fd9f2a..92dcf017c50be0ba8902c0576e78692a73a6b90f 100644 (file)
@@ -16,8 +16,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.
 #
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index b89017aa83abc6239347fd0be0439f842a70188d..9cd8535cb9553245f676454e1afceaa005ed4fdd 100644 (file)
@@ -15,8 +15,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.
 
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index b6a17632c8a6a2553b82140200fdc570abe71651..c7f5093e550f2505965aa7ec890cfb69bfdc3afa 100644 (file)
@@ -14,8 +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.
 #
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index dc67126289ebfb132da944094586a949e4d5ddab..d13a85885e6b41ced6d101f5844583516a3c362b 100644 (file)
@@ -16,8 +16,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with autoconf; see the file COPYING.  If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
 
 ## -------------------------- ##
 ## Autoheader preselections.  ##
index a9ff0a10cf423c181f4b39d8469ec6151d087aad..11dd4cc2dbcf4a8132543bb25b370621947810c2 100644 (file)
@@ -14,8 +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.
 
 autoscanlibdir = $(pkgdatadir)/autoscan
 
index 4ceafc3aa39a3749339220a58de5423cdabb5074..1f92b4d0bff66474745aea0f968186779994be59 100644 (file)
@@ -15,8 +15,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.
 function: __argz_count         AC_CHECK_FUNCS
 function: __argz_next          AC_CHECK_FUNCS
 function: __argz_stringify             AC_CHECK_FUNCS
index 0bb363e01b756fb04f5fffaf351e713bd5e1bc03..1905fce7ca11d7803bb0f10f7abff9c8908fa2ed 100644 (file)
@@ -14,5 +14,5 @@
 #
 # 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.
index de3203a7658bca740848acf70e554a587acb981d..5bc1b049976476b513f36dc33e34d306e2fc352e 100644 (file)
@@ -14,8 +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.
 
 autotestlibdir = $(pkgdatadir)/autotest
 dist_autotestlib_DATA = autotest.m4 general.m4
index 1ae2f626ea20b9f28cb7bf19e8f981c042a29a01..9cc8dbf6c7d5d13bcdb083def54abda0f1b63b68 100644 (file)
@@ -14,8 +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.
 
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index f52dfed343306c66470f039636d914d11368b5bd..fe1f2e884203cf19889ef2c352a92965abe7afc7 100644 (file)
@@ -16,8 +16,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.
 
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index 5b9aa75eb64213181430f9d671009f00f26bd88f..fba457e2c56ded05a4e96fa5ea5d4c12389ad2d8 100644 (file)
@@ -14,7 +14,7 @@
 ##
 ## 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.
 
 dist_lisp_LISP = autoconf-mode.el autotest-mode.el
index c168ea050192d1194b5d1a2069f6fc1ccd816566..3476765a65d2ce7871670584b9df532d63a932df 100644 (file)
@@ -20,8 +20,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.
 
 ;; A major mode for editing autoconf input (like configure.in).
 ;; Derived from m4-mode.el by Andrew Csillag (drew@staff.prodigy.com)
index c8caa921aa26af2debc1d07b3717b601ec168594..9aa4b0ea6b2eb94c1c0423f3f16f4e2b7da7e8b1 100644 (file)
@@ -19,8 +19,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.
 
 ;;; Commentary:
 
index 9de0ccae564f0160107ded456f6ba3555e03faf3..cb6fd12eb761e95f325913bd9c6bc75ee0d7bd21 100644 (file)
@@ -14,8 +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.
 
 
 ## ----------------- ##
index caf3c1e68fc4bf4c6a07d67bfa11e754f5c4c2cd..75b5548a008862afae8a086db2921ec3f098006f 100644 (file)
@@ -14,8 +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.
 
 m4sugarlibdir = $(pkgdatadir)/m4sugar
 dist_m4sugarlib_DATA = m4sugar.m4 m4sh.m4
index 1ee12e44f082682f9d27ac3a82643379a6f0faba..4c48da36476a985b1d1882a6d2503738bed1a56e 100644 (file)
@@ -17,8 +17,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.
 #
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index a8cc5c0dfa80b3cf59d713cf589d5e0e0e0409cf..4a84e9f4a8d1b41201577b89bcab904e1b915b2a 100644 (file)
@@ -18,8 +18,8 @@ divert(-1)#                                                  -*- Autoconf -*-
 #
 # 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.
 #
 # As a special exception, the Free Software Foundation gives unlimited
 # permission to copy, distribute and modify the configure scripts that
index 8284c195b3c150527c805c2ed05432babc19767a..fe813798ac937657dc701e4d9f8ec352a5ed4caf 100644 (file)
@@ -15,8 +15,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.
 
 dist_man_MANS = \
        $(srcdir)/autoconf.1 \
index d97f1f2bce459c5f26ff2c6c412d8980816395bc..bb98044eed0e2dc9f7108351940fe6f454a3a386 100644 (file)
@@ -16,8 +16,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.
 
 # We don't actually distribute the testsuite, since one only
 # needs m4 to build it, m4 being required anyway to install Autoconf.
index 339862c8c116f05f8e44daa18354880044300be9..d12edc7ccc2b505c776228611267c42a6ed24824 100644 (file)
@@ -16,8 +16,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.
 
 PERL='@PERL@'
 GREP='@GREP@'
index 4a8a5e1280f6dad1ee235cbe685057b19afbf120..0776444fc6fa29e087c7718c47f259eac8ae5aaf 100644 (file)
@@ -16,8 +16,8 @@ AT_BANNER([Autotest.])
 #
 # 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.
 
 # AT_CHECK_AT(TITLE, SUITE-CODE, [XFAIL-CONDITION], [STATUS = 0],
 #             [STDOUT := ignore], STDERR)
index 6f43b73aaaf085d9589007cfe454bf88da2f1b8a..dd478696fb336277c50c2bed39dcc4cd58beedea 100644 (file)
@@ -16,8 +16,8 @@ AT_BANNER([Autoconf base layer.])
 #
 # 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.
 
 
 ## ------------------------------- ##
index 865525b1ed0ae5accc5e5e2fd414eedf99b5abee..3c640fe903bd247c0a69378edce9c385c3da2580 100644 (file)
@@ -17,8 +17,8 @@ AT_BANNER([C low level compiling/preprocessing macros.])
 #
 # 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.
 
 
 # Since the macros which compile are required by most tests, check
index d47492bdc24da59f4c908ad986d01a0e56e00a20..b56b02a7a69a193050b8ef43cf7b0c602f4db5d4 100644 (file)
@@ -16,8 +16,8 @@ AT_BANNER([Low level compiling/preprocessing macros.])
 #
 # 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.
 
 
 # Since the macros which compile are required by most tests, check
index 4bf25969ffe8e526323ecb9061ce3df6e127764a..44f29aaca7cfdcf344c25e1e091bf84bf2639a27 100644 (file)
@@ -17,8 +17,8 @@ AT_BANNER([Compatibility with other tools.])
 #
 # 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.
 
 
 ## --------- ##
index 8c5bbda3a5a4227a361695cb95b301a19195ae52..312ca5bd069e286c0af6c11f4ea0f1337efe2671 100644 (file)
@@ -16,8 +16,8 @@ AT_BANNER([Fortran low level compiling/preprocessing macros.])
 #
 # 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.
 
 
 # Since the macros which compile are required by most tests, check
index 5cc1b675275a4ecd0fcc0ba408e92487f9acad01..ceb48630dc43663998d35510bf805c79144ba80e 100644 (file)
@@ -15,8 +15,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.
 
 # We need a very up to date version of Autotest.
 m4_version_prereq([2.57])
index 646f5ffb411568bfab213dac64374b517f0c4059..0f9e599d1b0d7f9dd265f4e4a5af42666a946038 100644 (file)
@@ -17,8 +17,8 @@ AT_BANNER([M4sh.])
 #
 # 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.
 
 ## ---------------- ##
 ## LINENO support.  ##
index a696de526eafb4128f6bd6fe62bcc41f56d908e3..3fe47d8b1bf0c223bf9e0f215c2529cd6cd81dd5 100644 (file)
@@ -16,8 +16,8 @@ AT_BANNER([M4sugar.])
 #
 # 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.
 
 
 # AT_CHECK_M4SUGAR_TEXT(CODE, STDOUT, STDER)
index 79106a81a97271132a015ec1e08a6c26e29e0315..e254c9f947055154592a165b77dddcf027a14472 100755 (executable)
@@ -17,8 +17,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.
 
 # If we fail, clean up, but touch the output files.  We probably failed
 # because we used some non portable tool, but we just don't care: this
index 870a430f0227775d080efaa65fb5ac166b94940a..2477476193f28610ca7235fd47df9c9122867164 100644 (file)
@@ -16,8 +16,8 @@ AT_BANNER([Semantics.])
 #
 # 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.
 
 
 ## -------------------------------- ##
index c16fc1d2cb94d6eb876f68f1d24e2f75b5e0404e..ef8548c9c4518689617a101411f0af71832b635d 100644 (file)
@@ -14,8 +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.
 
 # Run the tests from the lowest level to the highest level, and from
 # the most selective to the easiest.
index dc90abfd6b9dba26846e09f6bfc1cd8b5508e078..6bbf048d0dc4c08c38a5bc01a5d52d0e14cd1bdb 100644 (file)
@@ -16,8 +16,8 @@ AT_BANNER([Executables (autoheader, autoupdate...).])
 #
 # 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.
 
 
 ## ----------------------------- ##
index 02daaf7a26187cbf9d7fe491b42b583289f5dd37..5ec2aadd155a38b1c9d02a1e6000e6c1eb04267d 100644 (file)
@@ -15,8 +15,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.
 
 
 AT_BANNER([[Testing config.status.]])
index f9f61069215801417acf810a94457ec3b6ff3483..aac3cb3af05fdcbea0bcad3adefc48747a73cd4e 100644 (file)
@@ -15,8 +15,8 @@ AS_INIT[]dnl                                            -*- shell-script -*-
 
 # 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.
 
 testdir='@abs_top_builddir@/tests'
 AUTOCONF=$testdir/autoconf