summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-05-14 14:22:35 +0000
committerBruno Haible <bruno@clisp.org>2005-05-14 14:22:35 +0000
commit61ba5cd46afd728f5eba93b0ea52776ff664357e (patch)
treef3d2e0beb20ddd441a031535d8ead082227d2de0
parentcc332fc6fa2721942a6aa21fe343bb88c6b7c7c6 (diff)
downloadgperf-61ba5cd46afd728f5eba93b0ea52776ff664357e.tar.gz
Update FSF postal address.
-rw-r--r--COPYING2
-rw-r--r--Makefile.in2
-rw-r--r--Makefile.msvc2
-rw-r--r--Makefile.vms2
-rw-r--r--configure.in2
-rw-r--r--doc/Makefile.in2
-rw-r--r--doc/configure.in2
-rwxr-xr-xdoc/help2man2
-rw-r--r--doc/texinfo.tex4
-rw-r--r--lib/Makefile.in2
-rw-r--r--lib/configure.in2
-rw-r--r--lib/getline.cc3
-rw-r--r--lib/getline.h3
-rw-r--r--lib/getopt.c4
-rw-r--r--lib/getopt.h4
-rw-r--r--lib/getopt1.c4
-rw-r--r--src/Makefile.in2
-rw-r--r--src/bool-array.cc2
-rw-r--r--src/bool-array.h2
-rw-r--r--src/bool-array.icc2
-rw-r--r--src/configure.in2
-rw-r--r--src/hash-table.cc2
-rw-r--r--src/hash-table.h2
-rw-r--r--src/input.cc2
-rw-r--r--src/input.h2
-rw-r--r--src/keyword-list.cc2
-rw-r--r--src/keyword-list.h2
-rw-r--r--src/keyword-list.icc2
-rw-r--r--src/keyword.cc2
-rw-r--r--src/keyword.h2
-rw-r--r--src/keyword.icc2
-rw-r--r--src/main.cc2
-rw-r--r--src/options.cc2
-rw-r--r--src/options.h2
-rw-r--r--src/options.icc2
-rw-r--r--src/output.cc2
-rw-r--r--src/output.h2
-rw-r--r--src/positions.cc2
-rw-r--r--src/positions.h2
-rw-r--r--src/positions.icc2
-rw-r--r--src/search.cc2
-rw-r--r--src/search.h2
-rw-r--r--src/version.cc2
-rw-r--r--src/version.h2
-rw-r--r--tests/Makefile.in2
-rw-r--r--tests/configure.in2
-rw-r--r--tests/java.exp4
-rw-r--r--tests/java.gperf4
48 files changed, 56 insertions, 54 deletions
diff --git a/COPYING b/COPYING
index bab08af..3005d95 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,
+ 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.
diff --git a/Makefile.in b/Makefile.in
index 5a0029c..979156f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.
# 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. */
#### Start of system configuration section. ####
diff --git a/Makefile.msvc b/Makefile.msvc
index a91cf1f..2a80226 100644
--- a/Makefile.msvc
+++ b/Makefile.msvc
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.
# 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.
#### Start of system configuration section. ####
diff --git a/Makefile.vms b/Makefile.vms
index 2c22e07..b889a4d 100644
--- a/Makefile.vms
+++ b/Makefile.vms
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.
# 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.
#### Start of system configuration section. ####
diff --git a/configure.in b/configure.in
index a6dbc05..1c8d751 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; see the file COPYING.
dnl If not, write to the Free Software Foundation, Inc.,
-dnl 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AC_INIT(doc/gperf.1)
AC_PROG_MAKE_SET
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 4fa8c4d..21dd59f 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.
# 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. */
#### Start of system configuration section. ####
diff --git a/doc/configure.in b/doc/configure.in
index d4bce0d..0c6a190 100644
--- a/doc/configure.in
+++ b/doc/configure.in
@@ -19,7 +19,7 @@ dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; see the file COPYING.
dnl If not, write to the Free Software Foundation, Inc.,
-dnl 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
AC_INIT(gperf.1)
PACKAGE=gperf
diff --git a/doc/help2man b/doc/help2man
index 506fcb8..5fc20dc 100755
--- a/doc/help2man
+++ b/doc/help2man
@@ -15,7 +15,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.
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# Written by Brendan O'Dea <bod@compusol.com.au>
# Available from ftp://ftp.gnu.org/gnu/help2man/
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index faad86b..49b7bd1 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -20,8 +20,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.
%
% In other words, you are welcome to use, share and improve this program.
% You are forbidden to forbid anyone else to use, share and improve
diff --git a/lib/Makefile.in b/lib/Makefile.in
index a328f3e..71005ef 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.
# 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. */
#### Start of system configuration section. ####
diff --git a/lib/configure.in b/lib/configure.in
index 8755aa6..7def6a7 100644
--- a/lib/configure.in
+++ b/lib/configure.in
@@ -19,7 +19,7 @@ dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; see the file COPYING.
dnl If not, write to the Free Software Foundation, Inc.,
-dnl 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
AC_INIT(hash.cc)
AC_PROG_MAKE_SET
diff --git a/lib/getline.cc b/lib/getline.cc
index 8fc1629..d3393fb 100644
--- a/lib/getline.cc
+++ b/lib/getline.cc
@@ -14,7 +14,8 @@ 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. */
/* Written by Jan Brittenson, bson@gnu.ai.mit.edu. */
diff --git a/lib/getline.h b/lib/getline.h
index d213f00..4456aa5 100644
--- a/lib/getline.h
+++ b/lib/getline.h
@@ -12,7 +12,8 @@ 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. */
#ifndef GETLINE_H_
# define GETLINE_H_ 1
diff --git a/lib/getopt.c b/lib/getopt.c
index 2341d04..914c3c2 100644
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -18,8 +18,8 @@
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ write to the Free Software Foundation, Inc., 51 Franklin Street,
+ Fifth Floor, Boston, MA 02110-1301, USA. */
/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
Ditto for AIX 3.2 and <stdlib.h>. */
diff --git a/lib/getopt.h b/lib/getopt.h
index a9d75f2..057fb62 100644
--- a/lib/getopt.h
+++ b/lib/getopt.h
@@ -14,8 +14,8 @@
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ write to the Free Software Foundation, Inc., 51 Franklin Street,
+ Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef _GETOPT_H
#define _GETOPT_H 1
diff --git a/lib/getopt1.c b/lib/getopt1.c
index 3d264f2..7daddf1 100644
--- a/lib/getopt1.c
+++ b/lib/getopt1.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ write to the Free Software Foundation, Inc., 51 Franklin Street,
+ Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Makefile.in b/src/Makefile.in
index fd6d872..2ebfd63 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.
# 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.
#### Start of system configuration section. ####
diff --git a/src/bool-array.cc b/src/bool-array.cc
index 330ca17..ca3c501 100644
--- a/src/bool-array.cc
+++ b/src/bool-array.cc
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
/* Specification. */
#include "bool-array.h"
diff --git a/src/bool-array.h b/src/bool-array.h
index 8c6991d..ddfbd86 100644
--- a/src/bool-array.h
+++ b/src/bool-array.h
@@ -21,7 +21,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
#ifndef bool_array_h
#define bool_array_h 1
diff --git a/src/bool-array.icc b/src/bool-array.icc
index 63e6adb..fba4a31 100644
--- a/src/bool-array.icc
+++ b/src/bool-array.icc
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
// This needs:
//#include <stdio.h>
diff --git a/src/configure.in b/src/configure.in
index ef7883f..5b6e7aa 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -19,7 +19,7 @@ dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; see the file COPYING.
dnl If not, write to the Free Software Foundation, Inc.,
-dnl 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AC_INIT(main.cc)
AC_CONFIG_HEADER(config.h)
diff --git a/src/hash-table.cc b/src/hash-table.cc
index 615afd6..ece08e4 100644
--- a/src/hash-table.cc
+++ b/src/hash-table.cc
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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.
/* Specification. */
#include "hash-table.h"
diff --git a/src/hash-table.h b/src/hash-table.h
index 8b7f6a2..d6938eb 100644
--- a/src/hash-table.h
+++ b/src/hash-table.h
@@ -21,7 +21,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
#ifndef hash_table_h
#define hash_table_h 1
diff --git a/src/input.cc b/src/input.cc
index c98ab98..247b5a4 100644
--- a/src/input.cc
+++ b/src/input.cc
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
/* Specification. */
#include "input.h"
diff --git a/src/input.h b/src/input.h
index 5d51ab6..76ba012 100644
--- a/src/input.h
+++ b/src/input.h
@@ -21,7 +21,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
#ifndef input_h
#define input_h 1
diff --git a/src/keyword-list.cc b/src/keyword-list.cc
index d4b55f9..ac559f7 100644
--- a/src/keyword-list.cc
+++ b/src/keyword-list.cc
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
/* Specification. */
#include "keyword-list.h"
diff --git a/src/keyword-list.h b/src/keyword-list.h
index d371022..a15b3b4 100644
--- a/src/keyword-list.h
+++ b/src/keyword-list.h
@@ -20,7 +20,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
#ifndef keyword_list_h
#define keyword_list_h 1
diff --git a/src/keyword-list.icc b/src/keyword-list.icc
index 5c17a19..7fbdaac 100644
--- a/src/keyword-list.icc
+++ b/src/keyword-list.icc
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
/* -------------------------- Keyword_List class --------------------------- */
diff --git a/src/keyword.cc b/src/keyword.cc
index fbf1a0a..01e6336 100644
--- a/src/keyword.cc
+++ b/src/keyword.cc
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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.
/* Specification. */
#include "keyword.h"
diff --git a/src/keyword.h b/src/keyword.h
index c0e2156..8824350 100644
--- a/src/keyword.h
+++ b/src/keyword.h
@@ -21,7 +21,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
#ifndef keyword_h
#define keyword_h 1
diff --git a/src/keyword.icc b/src/keyword.icc
index baa61d7..ba0bb56 100644
--- a/src/keyword.icc
+++ b/src/keyword.icc
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
/* ----------------------------- Keyword class ----------------------------- */
diff --git a/src/main.cc b/src/main.cc
index 7245b40..c8415de 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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.
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/options.cc b/src/options.cc
index 5c615b0..de001a4 100644
--- a/src/options.cc
+++ b/src/options.cc
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
/* Specification. */
#include "options.h"
diff --git a/src/options.h b/src/options.h
index 179400a..bda7f0c 100644
--- a/src/options.h
+++ b/src/options.h
@@ -21,7 +21,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
/* This module provides a uniform interface to the various options available
to a user of the gperf hash function generator. */
diff --git a/src/options.icc b/src/options.icc
index a2aa29e..4188ddc 100644
--- a/src/options.icc
+++ b/src/options.icc
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
/* ----------------------------- Class Options ----------------------------- */
diff --git a/src/output.cc b/src/output.cc
index 5f95445..19af43e 100644
--- a/src/output.cc
+++ b/src/output.cc
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
/* Specification. */
#include "output.h"
diff --git a/src/output.h b/src/output.h
index 9dd5ba2..bb9345b 100644
--- a/src/output.h
+++ b/src/output.h
@@ -21,7 +21,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
#ifndef output_h
#define output_h 1
diff --git a/src/positions.cc b/src/positions.cc
index f6439e3..d023fdb 100644
--- a/src/positions.cc
+++ b/src/positions.cc
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
/* Specification. */
#include "positions.h"
diff --git a/src/positions.h b/src/positions.h
index d16c214..a1a2058 100644
--- a/src/positions.h
+++ b/src/positions.h
@@ -21,7 +21,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
#ifndef positions_h
#define positions_h 1
diff --git a/src/positions.icc b/src/positions.icc
index ca9347d..c0be81b 100644
--- a/src/positions.icc
+++ b/src/positions.icc
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
// This needs:
//#include <string.h>
diff --git a/src/search.cc b/src/search.cc
index 6eec1bb..c245970 100644
--- a/src/search.cc
+++ b/src/search.cc
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
/* Specification. */
#include "search.h"
diff --git a/src/search.h b/src/search.h
index c098f50..6b562c9 100644
--- a/src/search.h
+++ b/src/search.h
@@ -21,7 +21,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
#ifndef search_h
#define search_h 1
diff --git a/src/version.cc b/src/version.cc
index d9508c6..a12aae6 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
/* Specification. */
#include "version.h"
diff --git a/src/version.h b/src/version.h
index 3ba414d..feafbe9 100644
--- a/src/version.h
+++ b/src/version.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
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. */
/* Current release version. */
extern const char *version_string;
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 48c172f..ae93897 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.
# 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.
#### Start of system configuration section. ####
diff --git a/tests/configure.in b/tests/configure.in
index 6f015ed..b1f2498 100644
--- a/tests/configure.in
+++ b/tests/configure.in
@@ -19,7 +19,7 @@ dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; see the file COPYING.
dnl If not, write to the Free Software Foundation, Inc.,
-dnl 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AC_INIT(c-parse.gperf)
AC_PROG_MAKE_SET
diff --git a/tests/java.exp b/tests/java.exp
index fcebfb9..48b6d6d 100644
--- a/tests/java.exp
+++ b/tests/java.exp
@@ -47,8 +47,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA.
Java and all Java-based marks are trademarks or registered trademarks
of Sun Microsystems, Inc. in the United States and other countries.
diff --git a/tests/java.gperf b/tests/java.gperf
index 0e05876..2e79332 100644
--- a/tests/java.gperf
+++ b/tests/java.gperf
@@ -17,8 +17,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA.
Java and all Java-based marks are trademarks or registered trademarks
of Sun Microsystems, Inc. in the United States and other countries.