summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2005-06-21 11:31:12 +0000
committerPaolo Bonzini <bonzini@gnu.org>2008-01-09 16:11:52 +0100
commit07e543c45f6b85d1e773307c8d064aa6c589a044 (patch)
treeea656b58609d74d869fb4aeb52953e038531e8cd /lib
parent72edd0eea01cae8f2ca61b605c08d83f8d34fc4f (diff)
downloadsed-07e543c45f6b85d1e773307c8d064aa6c589a044.tar.gz
update FSF address
git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-49
Diffstat (limited to 'lib')
-rw-r--r--lib/getopt.c2
-rw-r--r--lib/getopt.h2
-rw-r--r--lib/getopt1.c2
-rw-r--r--lib/memchr.c2
-rw-r--r--lib/memcmp.c2
-rw-r--r--lib/memmove.c2
-rw-r--r--lib/obstack.c2
-rw-r--r--lib/obstack.h4
-rw-r--r--lib/regcomp.c4
-rw-r--r--lib/regex.c4
-rw-r--r--lib/regex_.h4
-rw-r--r--lib/regex_internal.c4
-rw-r--r--lib/regex_internal.h4
-rw-r--r--lib/regexec.c4
-rw-r--r--lib/stdbool_.h2
-rw-r--r--lib/strerror.c2
-rw-r--r--lib/strverscmp.c2
-rw-r--r--lib/utils.c2
-rw-r--r--lib/utils.h2
19 files changed, 26 insertions, 26 deletions
diff --git a/lib/getopt.c b/lib/getopt.c
index 395d597..6199501 100644
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -21,7 +21,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., 59 Temple Place - Suite 330, Boston, MA 02110-1301,
USA. */
/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
diff --git a/lib/getopt.h b/lib/getopt.h
index fb30719..5d1fa4a 100644
--- a/lib/getopt.h
+++ b/lib/getopt.h
@@ -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., 59 Temple Place - Suite 330, Boston, MA 02110-1301,
USA. */
#ifndef _GETOPT_H
diff --git a/lib/getopt1.c b/lib/getopt1.c
index ff25737..99900b3 100644
--- a/lib/getopt1.c
+++ b/lib/getopt1.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,
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02110-1301,
USA. */
#ifdef HAVE_CONFIG_H
diff --git a/lib/memchr.c b/lib/memchr.c
index f48388f..acb2745 100644
--- a/lib/memchr.c
+++ b/lib/memchr.c
@@ -20,7 +20,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., 59 Temple Place - Suite 330, Boston, MA 02110-1301,
USA. */
#ifdef HAVE_CONFIG_H
diff --git a/lib/memcmp.c b/lib/memcmp.c
index ace5d40..0eadfc3 100644
--- a/lib/memcmp.c
+++ b/lib/memcmp.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., 59 Temple Place - Suite 330, Boston, MA 02110-1301,
USA. */
#ifdef HAVE_CONFIG_H
diff --git a/lib/memmove.c b/lib/memmove.c
index 46de02c..262beed 100644
--- a/lib/memmove.c
+++ b/lib/memmove.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,
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02110-1301,
USA. */
/* Last ditch effort to support memmove: if user doesn't have
diff --git a/lib/obstack.c b/lib/obstack.c
index f67625d..d349446 100644
--- a/lib/obstack.c
+++ b/lib/obstack.c
@@ -17,7 +17,7 @@
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. */
+ Boston, MA 02110-1301, USA. */
#include "obstack.h"
diff --git a/lib/obstack.h b/lib/obstack.h
index 71736e3..f77825c 100644
--- a/lib/obstack.h
+++ b/lib/obstack.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA. */
/* Summary:
diff --git a/lib/regcomp.c b/lib/regcomp.c
index 4fe5d5c..dd11bb3 100644
--- a/lib/regcomp.c
+++ b/lib/regcomp.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA. */
static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
int length, reg_syntax_t syntax);
diff --git a/lib/regex.c b/lib/regex.c
index 7a4f304..60b7300 100644
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA. */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/lib/regex_.h b/lib/regex_.h
index b2d9a62..99e7214 100644
--- a/lib/regex_.h
+++ b/lib/regex_.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA. */
#ifndef _REGEX_H
#define _REGEX_H 1
diff --git a/lib/regex_internal.c b/lib/regex_internal.c
index c3295a8..fd6ebe8 100644
--- a/lib/regex_internal.c
+++ b/lib/regex_internal.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA. */
static void re_string_construct_common (const char *str, int len,
re_string_t *pstr,
diff --git a/lib/regex_internal.h b/lib/regex_internal.h
index 299c6e9..0a55cf3 100644
--- a/lib/regex_internal.h
+++ b/lib/regex_internal.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA. */
#ifndef _REGEX_INTERNAL_H
#define _REGEX_INTERNAL_H 1
diff --git a/lib/regexec.c b/lib/regexec.c
index 636396e..b077c20 100644
--- a/lib/regexec.c
+++ b/lib/regexec.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA. */
static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
int n) internal_function;
diff --git a/lib/stdbool_.h b/lib/stdbool_.h
index 69f6ef7..4af0517 100644
--- a/lib/stdbool_.h
+++ b/lib/stdbool_.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., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. */
#ifndef _STDBOOL_H
#define _STDBOOL_H
diff --git a/lib/strerror.c b/lib/strerror.c
index 5a666d2..96bf6ec 100644
--- a/lib/strerror.c
+++ b/lib/strerror.c
@@ -18,7 +18,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, 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ Boston, MA 02110-1301, USA. */
#include "config.h"
diff --git a/lib/strverscmp.c b/lib/strverscmp.c
index 93d7160..11933c3 100644
--- a/lib/strverscmp.c
+++ b/lib/strverscmp.c
@@ -16,7 +16,7 @@
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. */
+ Boston, MA 02110-1301, USA. */
#if HAVE_CONFIG_H
# include <config.h>
diff --git a/lib/utils.c b/lib/utils.c
index dbabebb..440a895 100644
--- a/lib/utils.c
+++ b/lib/utils.c
@@ -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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Foundation, 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. */
#include "config.h"
diff --git a/lib/utils.h b/lib/utils.h
index 921795d..10e7780 100644
--- a/lib/utils.h
+++ b/lib/utils.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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Foundation, 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. */
#include <stdio.h>