summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-01-05 07:23:55 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-01-05 07:23:55 +0000
commitf5c76109838cdf542958a88020bd34e2f54f97a4 (patch)
treeca730624a4cca3f5a06a6ec6b4c127e687259c13 /lib
parente781e2df7cbe7794165e267a627417c906e4adbd (diff)
downloaddiffutils-f5c76109838cdf542958a88020bd34e2f54f97a4.tar.gz
Update FSF address.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am4
-rw-r--r--lib/cmpbuf.c2
-rw-r--r--lib/cmpbuf.h2
-rw-r--r--lib/prepargs.c4
4 files changed, 6 insertions, 6 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index fb14eb3..565f28d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -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 = libdiffutils.a
diff --git a/lib/cmpbuf.c b/lib/cmpbuf.c
index 971d4ac..aa110d2 100644
--- a/lib/cmpbuf.c
+++ b/lib/cmpbuf.c
@@ -16,7 +16,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>
diff --git a/lib/cmpbuf.h b/lib/cmpbuf.h
index 9b29cd0..71ea074 100644
--- a/lib/cmpbuf.h
+++ b/lib/cmpbuf.h
@@ -15,7 +15,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. */
size_t block_read (int, char *, size_t);
size_t buffer_lcm (size_t, size_t, size_t);
diff --git a/lib/prepargs.c b/lib/prepargs.c
index f5735ac..34c2856 100644
--- a/lib/prepargs.c
+++ b/lib/prepargs.c
@@ -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. */
/* Written by Paul Eggert <eggert@twinsun.com>. */