summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCharles Levert <charles_levert@gna.org>2005-05-02 09:47:47 +0000
committerCharles Levert <charles_levert@gna.org>2005-05-02 09:47:47 +0000
commit71df756d5be58e67a3be38944e637726b5b5a419 (patch)
tree5ae824524e1eef67db95f710aa46bdf7ab58398b /lib
parent9f5e4c131a1069042e08722c117f3bc51f649850 (diff)
downloadgrep-71df756d5be58e67a3be38944e637726b5b5a419.tar.gz
Update FSF's civic address, zip code, and citizen relocation code.
* 78 files: Update FSF's civic address, zip code, and citizen relocation code.
Diffstat (limited to 'lib')
-rw-r--r--lib/closeout.c2
-rw-r--r--lib/error.c4
-rw-r--r--lib/error.h2
-rw-r--r--lib/exclude.c2
-rw-r--r--lib/exclude.h2
-rw-r--r--lib/fnmatch.c2
-rw-r--r--lib/fnmatch.h2
-rw-r--r--lib/getopt.c2
-rw-r--r--lib/getopt.h2
-rw-r--r--lib/getopt1.c2
-rw-r--r--lib/hard-locale.c2
-rw-r--r--lib/isdir.c2
-rw-r--r--lib/malloc.c2
-rw-r--r--lib/memchr.c2
-rw-r--r--lib/obstack.c4
-rw-r--r--lib/obstack.h4
-rw-r--r--lib/posix/regex.h4
-rw-r--r--lib/quotearg.c2
-rw-r--r--lib/quotearg.h2
-rw-r--r--lib/realloc.c2
-rw-r--r--lib/regex.c4
-rw-r--r--lib/savedir.c2
-rw-r--r--lib/stpcpy.c2
-rw-r--r--lib/strtol.c2
-rw-r--r--lib/strtoul.c2
-rw-r--r--lib/strtoull.c2
-rw-r--r--lib/strtoumax.c2
-rw-r--r--lib/xalloc.h2
-rw-r--r--lib/xmalloc.c2
-rw-r--r--lib/xstrtol.c2
-rw-r--r--lib/xstrtoumax.c2
31 files changed, 36 insertions, 36 deletions
diff --git a/lib/closeout.c b/lib/closeout.c
index 4fdac32b..c4b6098c 100644
--- a/lib/closeout.c
+++ b/lib/closeout.c
@@ -13,7 +13,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. */
#if HAVE_CONFIG_H
# include <config.h>
diff --git a/lib/error.c b/lib/error.c
index c78b6cff..f00bb044 100644
--- a/lib/error.c
+++ b/lib/error.c
@@ -16,8 +16,8 @@
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., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ write to the Free Software Foundation, Inc.,
+ 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
diff --git a/lib/error.h b/lib/error.h
index 20f75824..4241972c 100644
--- a/lib/error.h
+++ b/lib/error.h
@@ -17,7 +17,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,
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301,
USA. */
#ifndef _ERROR_H
diff --git a/lib/exclude.c b/lib/exclude.c
index 1925a398..d7ed6813 100644
--- a/lib/exclude.c
+++ b/lib/exclude.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. */
/* Written by Paul Eggert <eggert@twinsun.com> */
diff --git a/lib/exclude.h b/lib/exclude.h
index 8a48a00e..18b38b54 100644
--- a/lib/exclude.h
+++ b/lib/exclude.h
@@ -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. */
/* Written by Paul Eggert <eggert@twinsun.com> */
diff --git a/lib/fnmatch.c b/lib/fnmatch.c
index 9bff8c22..fc2f5e42 100644
--- a/lib/fnmatch.c
+++ b/lib/fnmatch.c
@@ -12,7 +12,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. */
#if HAVE_CONFIG_H
# include <config.h>
diff --git a/lib/fnmatch.h b/lib/fnmatch.h
index af1dcf52..c858606b 100644
--- a/lib/fnmatch.h
+++ b/lib/fnmatch.h
@@ -15,7 +15,7 @@ GNU General Public License for more details.
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. */
#ifndef _FNMATCH_H
diff --git a/lib/getopt.c b/lib/getopt.c
index d176d3e7..c24b7821 100644
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -17,7 +17,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. */
/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
Ditto for AIX 3.2 and <stdlib.h>. */
diff --git a/lib/getopt.h b/lib/getopt.h
index 39f4a168..890a23ab 100644
--- a/lib/getopt.h
+++ b/lib/getopt.h
@@ -14,7 +14,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,
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301,
USA. */
#ifndef _GETOPT_H
diff --git a/lib/getopt1.c b/lib/getopt1.c
index 9c825656..643be172 100644
--- a/lib/getopt1.c
+++ b/lib/getopt1.c
@@ -16,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/lib/hard-locale.c b/lib/hard-locale.c
index 1c75b390..2c14771f 100644
--- a/lib/hard-locale.c
+++ b/lib/hard-locale.c
@@ -13,7 +13,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. */
#if HAVE_CONFIG_H
# include <config.h>
diff --git a/lib/isdir.c b/lib/isdir.c
index 01cf8d5e..e1b43048 100644
--- a/lib/isdir.c
+++ b/lib/isdir.c
@@ -13,7 +13,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. */
#if HAVE_CONFIG_H
# include <config.h>
diff --git a/lib/malloc.c b/lib/malloc.c
index 1d198709..72317138 100644
--- a/lib/malloc.c
+++ b/lib/malloc.c
@@ -13,7 +13,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. */
#include <stdlib.h>
diff --git a/lib/memchr.c b/lib/memchr.c
index 8c3b59c1..513e99d2 100644
--- a/lib/memchr.c
+++ b/lib/memchr.c
@@ -20,7 +20,7 @@ GNU General Public License for more details.
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,
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301,
USA. */
#ifdef HAVE_CONFIG_H
diff --git a/lib/obstack.c b/lib/obstack.c
index 17c63134..3f924d53 100644
--- a/lib/obstack.c
+++ b/lib/obstack.c
@@ -16,8 +16,8 @@
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., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ write to the Free Software Foundation, Inc.,
+ 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/lib/obstack.h b/lib/obstack.h
index 4d49ce02..e65ad1a8 100644
--- a/lib/obstack.h
+++ b/lib/obstack.h
@@ -16,8 +16,8 @@
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., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ write to the Free Software Foundation, Inc.,
+ 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
/* Summary:
diff --git a/lib/posix/regex.h b/lib/posix/regex.h
index 63c2fef6..f197c663 100644
--- a/lib/posix/regex.h
+++ b/lib/posix/regex.h
@@ -17,8 +17,8 @@
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., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ write to the Free Software Foundation, Inc.,
+ 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef _REGEX_H
#define _REGEX_H 1
diff --git a/lib/quotearg.c b/lib/quotearg.c
index 2a7ba4c4..e71228f6 100644
--- a/lib/quotearg.c
+++ b/lib/quotearg.c
@@ -13,7 +13,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. */
/* Written by Paul Eggert <eggert@twinsun.com> */
diff --git a/lib/quotearg.h b/lib/quotearg.h
index f6463b1a..17096d71 100644
--- a/lib/quotearg.h
+++ b/lib/quotearg.h
@@ -13,7 +13,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. */
/* Written by Paul Eggert <eggert@twinsun.com> */
diff --git a/lib/realloc.c b/lib/realloc.c
index 2eef59ca..535cffea 100644
--- a/lib/realloc.c
+++ b/lib/realloc.c
@@ -13,7 +13,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. */
#include <stdlib.h>
diff --git a/lib/regex.c b/lib/regex.c
index b9c81075..38031421 100644
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -16,8 +16,8 @@
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., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ write to the Free Software Foundation, Inc.,
+ 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
/* AIX requires this to be the first thing in the file. */
#if defined _AIX && !defined REGEX_MALLOC
diff --git a/lib/savedir.c b/lib/savedir.c
index 9357cada..3990c266 100644
--- a/lib/savedir.c
+++ b/lib/savedir.c
@@ -13,7 +13,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. */
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
diff --git a/lib/stpcpy.c b/lib/stpcpy.c
index a01636cd..c6139dfd 100644
--- a/lib/stpcpy.c
+++ b/lib/stpcpy.c
@@ -16,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301,
USA. */
#ifdef HAVE_CONFIG_H
diff --git a/lib/strtol.c b/lib/strtol.c
index a62db474..196903cb 100644
--- a/lib/strtol.c
+++ b/lib/strtol.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. */
#if HAVE_CONFIG_H
# include <config.h>
diff --git a/lib/strtoul.c b/lib/strtoul.c
index 298ae9ea..45e55e6e 100644
--- a/lib/strtoul.c
+++ b/lib/strtoul.c
@@ -15,7 +15,7 @@ GNU General Public License for more details.
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. */
#define UNSIGNED 1
diff --git a/lib/strtoull.c b/lib/strtoull.c
index d6aa1f80..b848280b 100644
--- a/lib/strtoull.c
+++ b/lib/strtoull.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. */
#define QUAD 1
diff --git a/lib/strtoumax.c b/lib/strtoumax.c
index a147604a..fb3ad113 100644
--- a/lib/strtoumax.c
+++ b/lib/strtoumax.c
@@ -13,7 +13,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. */
/* Written by Paul Eggert. */
diff --git a/lib/xalloc.h b/lib/xalloc.h
index 098a6c2e..4b721da0 100644
--- a/lib/xalloc.h
+++ b/lib/xalloc.h
@@ -13,7 +13,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. */
#ifndef XALLOC_H_
# define XALLOC_H_
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index 2f103d60..ac38f90a 100644
--- a/lib/xmalloc.c
+++ b/lib/xmalloc.c
@@ -13,7 +13,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. */
#if HAVE_CONFIG_H
# include <config.h>
diff --git a/lib/xstrtol.c b/lib/xstrtol.c
index 07023d9f..9d4fa2e3 100644
--- a/lib/xstrtol.c
+++ b/lib/xstrtol.c
@@ -13,7 +13,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. */
/* Written by Jim Meyering. */
diff --git a/lib/xstrtoumax.c b/lib/xstrtoumax.c
index 04d7cf98..d5e45e72 100644
--- a/lib/xstrtoumax.c
+++ b/lib/xstrtoumax.c
@@ -13,7 +13,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. */
/* Written by Paul Eggert. */