summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-15 03:59:08 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-15 03:59:08 +0000
commit120e96c480fbfc5fa31fba0f59ba1a45953b838e (patch)
tree100388649e6eefde09fe8a04cca1c70f758941a1 /lib
parent271ed97494af6cbc0f6f83ed477afa8154e9ec23 (diff)
downloadtar-120e96c480fbfc5fa31fba0f59ba1a45953b838e.tar.gz
Update FSF postal mail address.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.tmpl4
-rw-r--r--lib/prepargs.c4
-rw-r--r--lib/waitpid.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/Makefile.tmpl b/lib/Makefile.tmpl
index 03fc1064..d08027a6 100644
--- a/lib/Makefile.tmpl
+++ b/lib/Makefile.tmpl
@@ -15,8 +15,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 = libtar.a
noinst_HEADERS = system.h localedir.h rmt.h
diff --git a/lib/prepargs.c b/lib/prepargs.c
index 2003b335..1b0d9f5e 100644
--- a/lib/prepargs.c
+++ b/lib/prepargs.c
@@ -13,8 +13,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 <eggert@twinsun.com>. */
diff --git a/lib/waitpid.c b/lib/waitpid.c
index 3360f075..b6f585e4 100644
--- a/lib/waitpid.c
+++ b/lib/waitpid.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING.
If not, write to the Free Software Foundation,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#if HAVE_CONFIG_H
# include <config.h>