summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING6
-rw-r--r--ChangeLog27
-rw-r--r--Makefile.am2
-rwxr-xr-xbuild-aux/bootstrap4
-rw-r--r--configure.ac2
-rw-r--r--lib/Makefile.tmpl4
-rw-r--r--lib/rmt.h2
-rw-r--r--lib/rtapelib.c2
-rw-r--r--lib/system.h2
-rw-r--r--paxlib/Makefile.am2
-rw-r--r--paxlib/pax.h2
-rw-r--r--paxlib/paxbuf.c2
-rw-r--r--paxlib/paxbuf.h2
-rw-r--r--paxlib/rtape.c2
-rw-r--r--paxlib/tar.h2
-rw-r--r--paxlib/tarbuf.c2
-rw-r--r--paxlib/tardef.h2
-rw-r--r--paxtest/Makefile.am2
-rw-r--r--paxtest/paxtest.c2
-rw-r--r--paxtest/paxtest.h2
-rw-r--r--rmt/rmt.c2
-rw-r--r--tests/argcv.c2
-rw-r--r--tests/argcv.h2
-rw-r--r--tests/genfile.c2
24 files changed, 46 insertions, 35 deletions
diff --git a/COPYING b/COPYING
index d60c31a..3912109 100644
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
@@ -313,7 +313,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
- Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
diff --git a/ChangeLog b/ChangeLog
index 64ad81b..2ffdc00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-05-14 Paul Eggert <eggert@cs.ucla.edu>
+
+ * COPYING, Makefile.am, configure.ac, build-aux/bootstrap,
+ lib/Makefile.tmpl, lib/rmt.h, lib/rtapelib.c, lib/system.h,
+ paxlib/Makefile.am, paxlib/pax.h, paxlib/paxbuf.c,
+ paxlib/paxbuf.h, paxlib/rtape.c, paxlib/tar.h, paxlib/tarbuf.c,
+ paxlib/tardef.h, paxtest/Makefile.am, paxtest/paxtest.c,
+ paxtest/paxtest.h, rmt/rmt.c, tests/argcv.c, tests/argcv.h,
+ tests/genfile.c:
+ Update FSF postal mail address.
+
2005-05-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* AUTHORS: New file
@@ -9,7 +20,7 @@
* Makefile.am: New file
* configure.ac: New file
* .cvsignore: New file
-
+
* paxlib: New directory
* paxlib/Makefile.am: New file
* paxlib/pax.h: Likewise
@@ -20,18 +31,18 @@
* paxlib/tarbuf.c: Likewise
* paxlib/tardef.h: Likewise
* paxlib/.cvsignore: New file
-
+
* po: New directory
* po/.cvsignore: New file
* po/Makevars: Likewise
* po/POTFILES.in: Likewise
-
+
* paxtest: New directory
* paxtest/Makefile.am: New file
* paxtest/.cvsignore: New file
* paxtest/paxtest.c: New file
* paxtest/paxtest.h: New file
-
+
* lib/Makefile.tmpl: New file
* lib/.cvsignore: New file
* lib/paxbuf.c: Removed
@@ -42,9 +53,9 @@
* build-aux/bootstrap: New file
* build-aux/gnulib.modules: New file
* build-aux/.cvsignore: New file
-
+
* doc/genfile.texi: Minor fixes
-
+
2005-05-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* lib/system.h: If mkdev is defined, use it as makedev. Proposed
@@ -93,7 +104,7 @@
2004-12-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* rmt/rmt.c (main): Reverted changes. setlocale()
- is handled by system.h.
+ is handled by system.h.
2004-12-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
@@ -114,7 +125,7 @@
Initial import.
-
+
Local Variables:
mode: change-log
version-control: never
diff --git a/Makefile.am b/Makefile.am
index f8cae47..f46e48a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@
#
# You should have received a copy of the GNU General Public License along
# with GNU Paxutils; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
ACLOCAL_AMFLAGS = -I m4
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 25d5242..ea3f4fa 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -16,8 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
# Written by Paul Eggert and Sergey Poznyakoff.
diff --git a/configure.ac b/configure.ac
index 6923d0c..f1177e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License along
# with GNU paxutils; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AC_INIT([GNU paxutils], [0.0.1], [bug-paxutils@gnu.org])
AC_CONFIG_SRCDIR([paxtest/paxtest.c])
diff --git a/lib/Makefile.tmpl b/lib/Makefile.tmpl
index 7ad5ced..f9ba0aa 100644
--- a/lib/Makefile.tmpl
+++ b/lib/Makefile.tmpl
@@ -14,8 +14,8 @@
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-## 02111-1307, USA.
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301, USA.
noinst_LIBRARIES = libgnu.a
diff --git a/lib/rmt.h b/lib/rmt.h
index 1fd2f29..9f96cdb 100644
--- a/lib/rmt.h
+++ b/lib/rmt.h
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
extern char *rmt_command;
extern char *rmt_dev_name__;
diff --git a/lib/rtapelib.c b/lib/rtapelib.c
index 0e499b6..d75b267 100644
--- a/lib/rtapelib.c
+++ b/lib/rtapelib.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* The man page rmt(8) for /etc/rmt documents the remote mag tape protocol
which rdump and rrestore use. Unfortunately, the man page is *WRONG*.
diff --git a/lib/system.h b/lib/system.h
index eb83c8f..83afa11 100644
--- a/lib/system.h
+++ b/lib/system.h
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#if HAVE_CONFIG_H
diff --git a/paxlib/Makefile.am b/paxlib/Makefile.am
index fdf9538..7b509f0 100644
--- a/paxlib/Makefile.am
+++ b/paxlib/Makefile.am
@@ -16,7 +16,7 @@
#
# You should have received a copy of the GNU General Public License along
# with GNU paxutils; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
INCLUDES = -I$(top_srcdir)/lib -I../ -I../lib -I../pax
diff --git a/paxlib/pax.h b/paxlib/pax.h
index ce98636..094fd78 100644
--- a/paxlib/pax.h
+++ b/paxlib/pax.h
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License along
with GNU paxutils; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
struct tar_stat_info
{
diff --git a/paxlib/paxbuf.c b/paxlib/paxbuf.c
index b39fed7..58bd64d 100644
--- a/paxlib/paxbuf.c
+++ b/paxlib/paxbuf.c
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License along
with GNU paxutils; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/paxlib/paxbuf.h b/paxlib/paxbuf.h
index 9d057c9..ab6cc85 100644
--- a/paxlib/paxbuf.h
+++ b/paxlib/paxbuf.h
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License along
with GNU paxutils; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
typedef struct pax_buffer *paxbuf_t;
diff --git a/paxlib/rtape.c b/paxlib/rtape.c
index a947b59..22307fe 100644
--- a/paxlib/rtape.c
+++ b/paxlib/rtape.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* The man page rmt(8) for /etc/rmt documents the remote mag tape protocol
which rdump and rrestore use. Unfortunately, the man page is *WRONG*.
diff --git a/paxlib/tar.h b/paxlib/tar.h
index 059287d..882d596 100644
--- a/paxlib/tar.h
+++ b/paxlib/tar.h
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* tar Header Block, from POSIX 1003.1-1990. */
diff --git a/paxlib/tarbuf.c b/paxlib/tarbuf.c
index 9fa911a..68bd6d8 100644
--- a/paxlib/tarbuf.c
+++ b/paxlib/tarbuf.c
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License along
with GNU paxutils; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <system.h>
#include <safe-read.h>
diff --git a/paxlib/tardef.h b/paxlib/tardef.h
index d7068fd..f26cf97 100644
--- a/paxlib/tardef.h
+++ b/paxlib/tardef.h
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License along
with GNU paxutils; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
struct tar_stat_info
{
diff --git a/paxtest/Makefile.am b/paxtest/Makefile.am
index 58bea1a..d1c12a0 100644
--- a/paxtest/Makefile.am
+++ b/paxtest/Makefile.am
@@ -16,7 +16,7 @@
#
# You should have received a copy of the GNU General Public License along
# with GNU paxutils; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
noinst_PROGRAMS = paxtest
paxtest_SOURCES = paxtest.c
diff --git a/paxtest/paxtest.c b/paxtest/paxtest.c
index 47eb365..ad90ee1 100644
--- a/paxtest/paxtest.c
+++ b/paxtest/paxtest.c
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License along
with GNU paxutils; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/paxtest/paxtest.h b/paxtest/paxtest.h
index 5aee693..508f35f 100644
--- a/paxtest/paxtest.h
+++ b/paxtest/paxtest.h
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License along
with GNU paxutils; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <stdlib.h>
#include <system.h>
diff --git a/rmt/rmt.c b/rmt/rmt.c
index c793c58..619dd97 100644
--- a/rmt/rmt.c
+++ b/rmt/rmt.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* Copyright (C) 1983 Regents of the University of California.
All rights reserved.
diff --git a/tests/argcv.c b/tests/argcv.c
index c64511b..a9d4061 100644
--- a/tests/argcv.c
+++ b/tests/argcv.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
#include <ctype.h>
diff --git a/tests/argcv.h b/tests/argcv.h
index 911aa45..029b1f8 100644
--- a/tests/argcv.h
+++ b/tests/argcv.h
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
#ifndef _ARGCV_H
#define _ARGCV_H 1
diff --git a/tests/genfile.c b/tests/genfile.c
index 284f964..d888002 100644
--- a/tests/genfile.c
+++ b/tests/genfile.c
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <system.h>