diff options
author | Miles Bader <miles@gnu.org> | 1997-06-20 05:25:56 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-06-20 05:25:56 +0000 |
commit | 16bccc69f7e455b39be060ff3ff7bf747dc99772 (patch) | |
tree | 4fb5c334e62c799478e61771d48fcccc099072c0 /libstore | |
parent | 3a46a82a8b776b4882fa347ffff785743bfd7e54 (diff) |
Update FSF address.
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/argp.c | 6 | ||||
-rw-r--r-- | libstore/create.c | 6 | ||||
-rw-r--r-- | libstore/flags.c | 6 | ||||
-rw-r--r-- | libstore/open.c | 6 |
4 files changed, 8 insertions, 16 deletions
diff --git a/libstore/argp.c b/libstore/argp.c index 897f0604..9ac7fa16 100644 --- a/libstore/argp.c +++ b/libstore/argp.c @@ -1,9 +1,7 @@ /* Store argument parsing - Copyright (C) 1996 Free Software Foundation, Inc. - + Copyright (C) 1996, 1997 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> - This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or @@ -18,7 +16,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., - 675 Mass Ave, Cambridge, MA 02139, USA. */ + 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include <string.h> #include <assert.h> diff --git a/libstore/create.c b/libstore/create.c index 48c34462..71a4c62e 100644 --- a/libstore/create.c +++ b/libstore/create.c @@ -1,9 +1,7 @@ /* Store creation - Copyright (C) 1995, 1996 Free Software Foundation, Inc. - + Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> - This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or @@ -18,7 +16,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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include <hurd/fs.h> diff --git a/libstore/flags.c b/libstore/flags.c index 5d2ce74b..7f366097 100644 --- a/libstore/flags.c +++ b/libstore/flags.c @@ -1,9 +1,7 @@ /* Setting various store flags - Copyright (C) 1996 Free Software Foundation, Inc. - + Copyright (C) 1996, 1997 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> - This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or @@ -18,7 +16,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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include <malloc.h> #include <string.h> diff --git a/libstore/open.c b/libstore/open.c index 37c40514..ebfe2d5c 100644 --- a/libstore/open.c +++ b/libstore/open.c @@ -1,9 +1,7 @@ /* Store creation from a file name - Copyright (C) 1996 Free Software Foundation, Inc. - + Copyright (C) 1996, 1997 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> - This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or @@ -18,7 +16,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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include <fcntl.h> #include <hurd.h> |