summaryrefslogtreecommitdiff
path: root/paxlib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-15 06:34:49 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-15 06:34:49 +0000
commitdd77964e601ae847e8f1ef79e6ebc0dd0864326b (patch)
tree191bf0e3ace56f8278c52a3ac29fbd2c8709e11b /paxlib
parent0b6be275d213091845ebc60d08c8016d7df20176 (diff)
downloadpaxutils-dd77964e601ae847e8f1ef79e6ebc0dd0864326b.tar.gz
Update FSF postal mail address.
Diffstat (limited to 'paxlib')
-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
8 files changed, 8 insertions, 8 deletions
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
{