summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libchill/Makefile.in3
-rw-r--r--libchill/abstime.c3
-rw-r--r--libchill/allgmem.c3
-rw-r--r--libchill/allmem.c3
-rw-r--r--libchill/allocate.c3
-rw-r--r--libchill/andps.c3
-rw-r--r--libchill/auxtypes.h3
-rw-r--r--libchill/basicio.c3
-rw-r--r--libchill/bitstring.h3
-rw-r--r--libchill/cardps.c3
-rw-r--r--libchill/cause.c3
-rw-r--r--libchill/checkcycle.c3
-rw-r--r--libchill/chillrt0.c3
-rw-r--r--libchill/chillstdio.c3
-rw-r--r--libchill/concatps.c3
-rw-r--r--libchill/concatstr.c3
-rw-r--r--libchill/continue.c3
-rw-r--r--libchill/convdurrtstime.c3
-rw-r--r--libchill/copyps.c3
-rw-r--r--libchill/delaycase.c3
-rw-r--r--libchill/delete.c3
-rw-r--r--libchill/diffps.c3
-rw-r--r--libchill/eoln.c3
-rw-r--r--libchill/eqps.c3
-rw-r--r--libchill/eqstr.c3
-rw-r--r--libchill/exh.c3
-rw-r--r--libchill/exhstack.c3
-rw-r--r--libchill/existing.c3
-rw-r--r--libchill/ffsetclrps.c3
-rw-r--r--libchill/ffsetps.c3
-rw-r--r--libchill/fileio.h3
-rw-r--r--libchill/flsetclrps.c3
-rw-r--r--libchill/flsetps.c3
-rw-r--r--libchill/format.c3
-rw-r--r--libchill/format.h3
-rw-r--r--libchill/getassoc.c3
-rw-r--r--libchill/gettextaccess.c3
-rw-r--r--libchill/gettextindex.c3
-rw-r--r--libchill/gettextrecord.c3
-rw-r--r--libchill/getusage.c3
-rw-r--r--libchill/inbitstr.c3
-rw-r--r--libchill/indexable.c3
-rw-r--r--libchill/inps.c3
-rw-r--r--libchill/inttime.c3
-rw-r--r--libchill/ioerror.c3
-rw-r--r--libchill/ioerror.h3
-rw-r--r--libchill/iomodes.h3
-rw-r--r--libchill/isassociated.c3
-rw-r--r--libchill/leps.c3
-rw-r--r--libchill/ltps.c3
-rw-r--r--libchill/ltstr.c3
-rw-r--r--libchill/memmove.c3
-rw-r--r--libchill/neps.c3
-rw-r--r--libchill/notps.c3
-rw-r--r--libchill/orps.c3
-rw-r--r--libchill/outoffile.c3
-rw-r--r--libchill/powerset.h3
-rw-r--r--libchill/printbuffer.c3
-rw-r--r--libchill/printevent.c3
-rw-r--r--libchill/queuelength.c3
-rw-r--r--libchill/readable.c3
-rw-r--r--libchill/readrecord.c3
-rw-r--r--libchill/remaintime.c3
-rw-r--r--libchill/retmem.c3
-rw-r--r--libchill/rtltypes.h3
-rw-r--r--libchill/rtsdummy.c3
-rw-r--r--libchill/sendbuffer.c3
-rw-r--r--libchill/sequencible.c3
-rw-r--r--libchill/setbitps.c3
-rw-r--r--libchill/setbits.c3
-rw-r--r--libchill/settextaccess.c3
-rw-r--r--libchill/settextindex.c3
-rw-r--r--libchill/settextrecord.c3
-rw-r--r--libchill/sliceps.c3
-rw-r--r--libchill/terminate.c3
-rw-r--r--libchill/unhex.c3
-rw-r--r--libchill/unhex1.c3
-rw-r--r--libchill/variable.c3
-rw-r--r--libchill/waitbuffer.c3
-rw-r--r--libchill/waituntil.c3
-rw-r--r--libchill/writeable.c3
-rw-r--r--libchill/writerecord.c3
-rw-r--r--libchill/xorps.c3
83 files changed, 166 insertions, 83 deletions
diff --git a/libchill/Makefile.in b/libchill/Makefile.in
index 2a9a1d91511..599413dd116 100644
--- a/libchill/Makefile.in
+++ b/libchill/Makefile.in
@@ -15,7 +15,8 @@
#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, 675 Mass Ave, Cambridge, MA 02139, USA.
+#the Free Software Foundation, 59 Temple Place - Suite 330,
+#Boston, MA 02111-1307, USA. */
# This was cribbed from the libf2c, libiberty and libstdc++ Makefile.in
# files. Some of this stuff may be unnecessary and worthless.
diff --git a/libchill/abstime.c b/libchill/abstime.c
index 1a256726026..bf3d6149110 100644
--- a/libchill/abstime.c
+++ b/libchill/abstime.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/allgmem.c b/libchill/allgmem.c
index ba165ea3893..3e80d119ae6 100644
--- a/libchill/allgmem.c
+++ b/libchill/allgmem.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/allmem.c b/libchill/allmem.c
index c80f3fd240a..c8306482472 100644
--- a/libchill/allmem.c
+++ b/libchill/allmem.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/allocate.c b/libchill/allocate.c
index 5d6b678fe21..628381e772a 100644
--- a/libchill/allocate.c
+++ b/libchill/allocate.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/andps.c b/libchill/andps.c
index f8783e2b4d8..c638a5a6de1 100644
--- a/libchill/andps.c
+++ b/libchill/andps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/auxtypes.h b/libchill/auxtypes.h
index 5d6f3206727..33bcc36573b 100644
--- a/libchill/auxtypes.h
+++ b/libchill/auxtypes.h
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/basicio.c b/libchill/basicio.c
index 3000b0ab3ec..7ff71d9f524 100644
--- a/libchill/basicio.c
+++ b/libchill/basicio.c
@@ -16,7 +16,8 @@
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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/bitstring.h b/libchill/bitstring.h
index 873dab11eee..6870277d0b1 100644
--- a/libchill/bitstring.h
+++ b/libchill/bitstring.h
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/cardps.c b/libchill/cardps.c
index 8b3dbecaa06..c3de8c921da 100644
--- a/libchill/cardps.c
+++ b/libchill/cardps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/cause.c b/libchill/cause.c
index 352e8a4b455..544f0f94a5e 100644
--- a/libchill/cause.c
+++ b/libchill/cause.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/checkcycle.c b/libchill/checkcycle.c
index 2b757915eed..992a05acbd6 100644
--- a/libchill/checkcycle.c
+++ b/libchill/checkcycle.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/chillrt0.c b/libchill/chillrt0.c
index 29f8cb23950..3c25be2d3eb 100644
--- a/libchill/chillrt0.c
+++ b/libchill/chillrt0.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/chillstdio.c b/libchill/chillstdio.c
index 209151b7cee..d12c809625e 100644
--- a/libchill/chillstdio.c
+++ b/libchill/chillstdio.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/concatps.c b/libchill/concatps.c
index 1a3cfd801cf..f350f2b5363 100644
--- a/libchill/concatps.c
+++ b/libchill/concatps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/concatstr.c b/libchill/concatstr.c
index 3565916fa54..7cefc3c8c6a 100644
--- a/libchill/concatstr.c
+++ b/libchill/concatstr.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/continue.c b/libchill/continue.c
index 9bc39291371..f2048f17ae7 100644
--- a/libchill/continue.c
+++ b/libchill/continue.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/convdurrtstime.c b/libchill/convdurrtstime.c
index bd129a6aa3a..5a1d3380168 100644
--- a/libchill/convdurrtstime.c
+++ b/libchill/convdurrtstime.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/copyps.c b/libchill/copyps.c
index f22cde527cb..6b7a4a19356 100644
--- a/libchill/copyps.c
+++ b/libchill/copyps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/delaycase.c b/libchill/delaycase.c
index 299ec9b90d1..f66f10c8c40 100644
--- a/libchill/delaycase.c
+++ b/libchill/delaycase.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/delete.c b/libchill/delete.c
index c53563c7f01..eca04dd4e8f 100644
--- a/libchill/delete.c
+++ b/libchill/delete.c
@@ -16,7 +16,8 @@
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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/diffps.c b/libchill/diffps.c
index a68b51692bf..67027abd847 100644
--- a/libchill/diffps.c
+++ b/libchill/diffps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/eoln.c b/libchill/eoln.c
index 8562e1b1e53..6c881bb74ed 100644
--- a/libchill/eoln.c
+++ b/libchill/eoln.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/eqps.c b/libchill/eqps.c
index be222e02e89..97e4269e940 100644
--- a/libchill/eqps.c
+++ b/libchill/eqps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/eqstr.c b/libchill/eqstr.c
index 9be9b6aae3f..37fc6a58b24 100644
--- a/libchill/eqstr.c
+++ b/libchill/eqstr.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/exh.c b/libchill/exh.c
index e0812682a38..1c80776076f 100644
--- a/libchill/exh.c
+++ b/libchill/exh.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/exhstack.c b/libchill/exhstack.c
index b4730d78bc5..fe8ad2905f8 100644
--- a/libchill/exhstack.c
+++ b/libchill/exhstack.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/existing.c b/libchill/existing.c
index 3a043971033..186b77ca36f 100644
--- a/libchill/existing.c
+++ b/libchill/existing.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/ffsetclrps.c b/libchill/ffsetclrps.c
index 5728fb5b9b9..9498f4e0048 100644
--- a/libchill/ffsetclrps.c
+++ b/libchill/ffsetclrps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/ffsetps.c b/libchill/ffsetps.c
index 4db0ac69fbc..e506db41a9d 100644
--- a/libchill/ffsetps.c
+++ b/libchill/ffsetps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/fileio.h b/libchill/fileio.h
index 38e233137ce..7d0c1d09901 100644
--- a/libchill/fileio.h
+++ b/libchill/fileio.h
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/flsetclrps.c b/libchill/flsetclrps.c
index c87b74679ff..44e97173191 100644
--- a/libchill/flsetclrps.c
+++ b/libchill/flsetclrps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/flsetps.c b/libchill/flsetps.c
index e2bcb434aae..95a0b3bad68 100644
--- a/libchill/flsetps.c
+++ b/libchill/flsetps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/format.c b/libchill/format.c
index 22226f07b51..da05e5edb7e 100644
--- a/libchill/format.c
+++ b/libchill/format.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/format.h b/libchill/format.h
index 7ab97e04f8c..d70cfaa79b7 100644
--- a/libchill/format.h
+++ b/libchill/format.h
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/getassoc.c b/libchill/getassoc.c
index 3818f04cd8b..47ee5154f5c 100644
--- a/libchill/getassoc.c
+++ b/libchill/getassoc.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/gettextaccess.c b/libchill/gettextaccess.c
index 0f68bcae77a..7094e2bcae4 100644
--- a/libchill/gettextaccess.c
+++ b/libchill/gettextaccess.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/gettextindex.c b/libchill/gettextindex.c
index ec1730b734d..f6f442b9c36 100644
--- a/libchill/gettextindex.c
+++ b/libchill/gettextindex.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/gettextrecord.c b/libchill/gettextrecord.c
index a0ef6ae54e2..00c9af7e4dc 100644
--- a/libchill/gettextrecord.c
+++ b/libchill/gettextrecord.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/getusage.c b/libchill/getusage.c
index 5e81ddf349a..f1feb5c8e8d 100644
--- a/libchill/getusage.c
+++ b/libchill/getusage.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/inbitstr.c b/libchill/inbitstr.c
index c83c13411eb..2d776ac4f35 100644
--- a/libchill/inbitstr.c
+++ b/libchill/inbitstr.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/indexable.c b/libchill/indexable.c
index 22fe63dee83..20cd7100f82 100644
--- a/libchill/indexable.c
+++ b/libchill/indexable.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/inps.c b/libchill/inps.c
index 0f958ff8d5c..d412b23d940 100644
--- a/libchill/inps.c
+++ b/libchill/inps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/inttime.c b/libchill/inttime.c
index 4b469a14270..7cd10f52d0b 100644
--- a/libchill/inttime.c
+++ b/libchill/inttime.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/ioerror.c b/libchill/ioerror.c
index d557c11f3cc..7c9257d16ec 100644
--- a/libchill/ioerror.c
+++ b/libchill/ioerror.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/ioerror.h b/libchill/ioerror.h
index 3dc73df4b61..40842173424 100644
--- a/libchill/ioerror.h
+++ b/libchill/ioerror.h
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/iomodes.h b/libchill/iomodes.h
index 2d78f54d805..05927e3c102 100644
--- a/libchill/iomodes.h
+++ b/libchill/iomodes.h
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/isassociated.c b/libchill/isassociated.c
index 15cbb894c86..0df0fa87c26 100644
--- a/libchill/isassociated.c
+++ b/libchill/isassociated.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/leps.c b/libchill/leps.c
index b4114b0f05e..cbe499ab58d 100644
--- a/libchill/leps.c
+++ b/libchill/leps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/ltps.c b/libchill/ltps.c
index 03fec86a586..c08c884d6c0 100644
--- a/libchill/ltps.c
+++ b/libchill/ltps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/ltstr.c b/libchill/ltstr.c
index 223857abb82..4f89284e5cd 100644
--- a/libchill/ltstr.c
+++ b/libchill/ltstr.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/memmove.c b/libchill/memmove.c
index a9fc3887ffe..c5ec992bd84 100644
--- a/libchill/memmove.c
+++ b/libchill/memmove.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/neps.c b/libchill/neps.c
index 6c39aa9b355..40147bd97bf 100644
--- a/libchill/neps.c
+++ b/libchill/neps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/notps.c b/libchill/notps.c
index 2c84d980605..849d32eeba8 100644
--- a/libchill/notps.c
+++ b/libchill/notps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/orps.c b/libchill/orps.c
index 3844199387f..3731bdfb1c0 100644
--- a/libchill/orps.c
+++ b/libchill/orps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/outoffile.c b/libchill/outoffile.c
index acd673c2c7d..6a50a7f67c8 100644
--- a/libchill/outoffile.c
+++ b/libchill/outoffile.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/powerset.h b/libchill/powerset.h
index bf22c6dbb61..ea27cddc389 100644
--- a/libchill/powerset.h
+++ b/libchill/powerset.h
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/printbuffer.c b/libchill/printbuffer.c
index 883f15d5833..39e8527d3f8 100644
--- a/libchill/printbuffer.c
+++ b/libchill/printbuffer.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/printevent.c b/libchill/printevent.c
index b01b518d117..03b8448ac53 100644
--- a/libchill/printevent.c
+++ b/libchill/printevent.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/queuelength.c b/libchill/queuelength.c
index 0d2dd893077..777d50389d5 100644
--- a/libchill/queuelength.c
+++ b/libchill/queuelength.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/readable.c b/libchill/readable.c
index c2cf2a91309..0b3b3d3858b 100644
--- a/libchill/readable.c
+++ b/libchill/readable.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/readrecord.c b/libchill/readrecord.c
index 2af42cfbfe2..f462883972b 100644
--- a/libchill/readrecord.c
+++ b/libchill/readrecord.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/remaintime.c b/libchill/remaintime.c
index 0b6750e3fda..5d87e8c7af3 100644
--- a/libchill/remaintime.c
+++ b/libchill/remaintime.c
@@ -16,7 +16,8 @@
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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/retmem.c b/libchill/retmem.c
index 8a87e3181b0..810a71ad8ea 100644
--- a/libchill/retmem.c
+++ b/libchill/retmem.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/rtltypes.h b/libchill/rtltypes.h
index f4f060121b2..7175785440c 100644
--- a/libchill/rtltypes.h
+++ b/libchill/rtltypes.h
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/rtsdummy.c b/libchill/rtsdummy.c
index 8ecccd007b0..c49de589844 100644
--- a/libchill/rtsdummy.c
+++ b/libchill/rtsdummy.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/sendbuffer.c b/libchill/sendbuffer.c
index 4b6d97c603b..7cfe5b0deb9 100644
--- a/libchill/sendbuffer.c
+++ b/libchill/sendbuffer.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/sequencible.c b/libchill/sequencible.c
index 1087ab8f427..c8bdb573834 100644
--- a/libchill/sequencible.c
+++ b/libchill/sequencible.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/setbitps.c b/libchill/setbitps.c
index d6930986a3c..859c9a2714c 100644
--- a/libchill/setbitps.c
+++ b/libchill/setbitps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/setbits.c b/libchill/setbits.c
index a79caac467d..ffade265579 100644
--- a/libchill/setbits.c
+++ b/libchill/setbits.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/settextaccess.c b/libchill/settextaccess.c
index a730595ec8a..99c6b57553e 100644
--- a/libchill/settextaccess.c
+++ b/libchill/settextaccess.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/settextindex.c b/libchill/settextindex.c
index ce0ffd0a766..bf0388ad201 100644
--- a/libchill/settextindex.c
+++ b/libchill/settextindex.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/settextrecord.c b/libchill/settextrecord.c
index 5af3bd7a9aa..bd03af3f16f 100644
--- a/libchill/settextrecord.c
+++ b/libchill/settextrecord.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/sliceps.c b/libchill/sliceps.c
index d7d418d85df..39b54c046fe 100644
--- a/libchill/sliceps.c
+++ b/libchill/sliceps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/terminate.c b/libchill/terminate.c
index da75072d672..c2da4038802 100644
--- a/libchill/terminate.c
+++ b/libchill/terminate.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/unhex.c b/libchill/unhex.c
index e9077c01453..1a7a34408c1 100644
--- a/libchill/unhex.c
+++ b/libchill/unhex.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/unhex1.c b/libchill/unhex1.c
index c584737c3b3..cae20c5e258 100644
--- a/libchill/unhex1.c
+++ b/libchill/unhex1.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/variable.c b/libchill/variable.c
index eb7996700a7..996118e8653 100644
--- a/libchill/variable.c
+++ b/libchill/variable.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/waitbuffer.c b/libchill/waitbuffer.c
index 2e9d1583076..cc84295fedd 100644
--- a/libchill/waitbuffer.c
+++ b/libchill/waitbuffer.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/waituntil.c b/libchill/waituntil.c
index abbb9afad05..2245a81809a 100644
--- a/libchill/waituntil.c
+++ b/libchill/waituntil.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/writeable.c b/libchill/writeable.c
index 4cc837a28c7..9278ed1ec1a 100644
--- a/libchill/writeable.c
+++ b/libchill/writeable.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/writerecord.c b/libchill/writerecord.c
index 7434406e738..887bb3d4989 100644
--- a/libchill/writerecord.c
+++ b/libchill/writerecord.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libchill/xorps.c b/libchill/xorps.c
index 4f6870e9d3b..83f972071f1 100644
--- a/libchill/xorps.c
+++ b/libchill/xorps.c
@@ -16,7 +16,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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,