summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-15 03:38:07 +0000
committerJim Meyering <jim@meyering.net>1996-07-15 03:38:07 +0000
commite5e6e34ead93c7669133186a0b7a6fc7ba603884 (patch)
treec7a9b12bf3d51aa2644ae3b5ad3412b4e2f332df /lib
parente8b07e3796d1a3cdcc36cf18fc83707440dbc4b2 (diff)
downloadcoreutils-e5e6e34ead93c7669133186a0b7a6fc7ba603884.tar.xz
update FSF address in copyright
Diffstat (limited to 'lib')
-rw-r--r--lib/euidaccess.c4
-rw-r--r--lib/mktime.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/euidaccess.c b/lib/euidaccess.c
index e2b19c4c9..4e032a911 100644
--- a/lib/euidaccess.c
+++ b/lib/euidaccess.c
@@ -15,8 +15,8 @@ Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA. */
+not, write to the Free Software Foundation, Inc., 59 Temple Place -
+Suite 330, Boston, MA 02111-1307, USA. */
/* Written by David MacKenzie and Torbjorn Granlund.
Adapted for GNU C library by Roland McGrath. */
diff --git a/lib/mktime.c b/lib/mktime.c
index 852d4058b..bff026f3e 100644
--- a/lib/mktime.c
+++ b/lib/mktime.c
@@ -15,8 +15,8 @@ Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA. */
+not, write to the Free Software Foundation, Inc., 59 Temple Place -
+Suite 330, Boston, MA 02111-1307, USA. */
/* Define this to have a standalone program to test this implementation of
mktime. */