aboutsummaryrefslogtreecommitdiff
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 2a9a1d9..599413d 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 1a25672..bf3d614 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 ba165ea..3e80d11 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 c80f3fd..c830648 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 5d6b678..628381e 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 f8783e2..c638a5a 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 5d6f320..33bcc36 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 3000b0a..7ff71d9 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 873dab1..6870277 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 8b3dbec..c3de8c92 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 352e8a4..544f0f9 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 2b75791..992a05ac 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 29f8cb2..3c25be2 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 209151b..d12c809 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 1a3cfd8..f350f2b 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 3565916..7cefc3c 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 9bc3929..f2048f1 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 bd129a6..5a1d338 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 f22cde5..6b7a4a1 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 299ec9b..f66f10c 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 c53563c..eca04dd 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 a68b516..67027ab 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 8562e1b..6c881bb 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 be222e0..97e4269 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 9be9b6a..37fc6a5 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 e081268..1c80776 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 b4730d7..fe8ad29 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 3a04397..186b77c 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 5728fb5..9498f4e 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 4db0ac6..e506db4 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 38e2331..7d0c1d0 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 c87b746..44e9717 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 e2bcb43..95a0b3b 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 22226f0..da05e5e 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 7ab97e0..d70cfaa 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 3818f04..47ee515 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 0f68bca..7094e2b 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 ec1730b..f6f442b 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 a0ef6ae..00c9af7 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 5e81ddf..f1feb5c 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 c83c134..2d776ac 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 22fe63d..20cd710 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 0f958ff..d412b23 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 4b469a1..7cd10f5 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 d557c11..7c9257d 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 3dc73df..4084217 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 2d78f54..05927e3 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 15cbb89..0df0fa8 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 b4114b0..cbe499a 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 03fec86..c08c884 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 223857a..4f89284 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 a9fc388..c5ec992 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 6c39aa9..40147bd 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 2c84d98..849d32e 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 3844199..3731bdf 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 acd673c..6a50a7f 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 bf22c6d..ea27cdd 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 883f15d..39e8527 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 b01b518..03b8448 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 0d2dd89..777d503 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 c2cf2a9..0b3b3d3 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 2af42cf..f462883 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 0b6750e..5d87e8c 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 8a87e31..810a71a 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 f4f0601..7175785 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 8ecccd0..c49de58 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 4b6d97c..7cfe5b0 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 1087ab8..c8bdb57 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 d693098..859c9a2 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 a79caac4..ffade26 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 a730595..99c6b57 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 ce0ffd0..bf0388a 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 5af3bd7a..bd03af3 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 d7d418d..39b54c0 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 da75072..c2da403 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 e9077c0..1a7a344 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 c584737..cae20c5 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 eb79967..996118e 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 2e9d158..cc84295 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 abbb9af..2245a81 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 4cc837a..9278ed1 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 7434406..887bb3d 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 4f6870e..83f9720 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,