summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-04 22:29:06 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-04 22:29:06 +0000
commit1e9ef50681e20ef14c2ba38aef37a71ff148be08 (patch)
treee93209f89160caf4c3326d45c83f35e805082f6b /lib
parent82c345d92531e2577f16928efe62c14d19d5fc47 (diff)
Fix FSF address. No exception for libdwarf.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/crc32.c2
-rw-r--r--lib/crc32_file.c2
-rw-r--r--lib/dynamicsizehash.c2
-rw-r--r--lib/dynamicsizehash.h2
-rw-r--r--lib/fixedsizehash.h2
-rw-r--r--lib/list.h2
-rw-r--r--lib/next_prime.c2
-rw-r--r--lib/system.h2
-rw-r--r--lib/xmalloc.c2
-rw-r--r--lib/xstrdup.c2
-rw-r--r--lib/xstrndup.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7a30a92c..4218e963 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -14,7 +14,7 @@
##
## You should have received a copy of the GNU General Public License along
## with Red Hat elfutils; 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.
##
## Red Hat elfutils is an included package of the Open Invention Network.
## An included package of the Open Invention Network is a package for which
diff --git a/lib/crc32.c b/lib/crc32.c
index 7441f64c..e0ef2f63 100644
--- a/lib/crc32.c
+++ b/lib/crc32.c
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License along
with Red Hat elfutils; 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.
In addition, as a special exception, Red Hat, Inc. gives You the
additional right to link the code of Red Hat elfutils with code licensed
diff --git a/lib/crc32_file.c b/lib/crc32_file.c
index 9bbecae9..5946df96 100644
--- a/lib/crc32_file.c
+++ b/lib/crc32_file.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License along
with Red Hat elfutils; 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.
In addition, as a special exception, Red Hat, Inc. gives You the
additional right to link the code of Red Hat elfutils with code licensed
diff --git a/lib/dynamicsizehash.c b/lib/dynamicsizehash.c
index 39a1e09b..b645da6a 100644
--- a/lib/dynamicsizehash.c
+++ b/lib/dynamicsizehash.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License along
with Red Hat elfutils; 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.
In addition, as a special exception, Red Hat, Inc. gives You the
additional right to link the code of Red Hat elfutils with code licensed
diff --git a/lib/dynamicsizehash.h b/lib/dynamicsizehash.h
index 3422907e..7cbb169d 100644
--- a/lib/dynamicsizehash.h
+++ b/lib/dynamicsizehash.h
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License along
with Red Hat elfutils; 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.
In addition, as a special exception, Red Hat, Inc. gives You the
additional right to link the code of Red Hat elfutils with code licensed
diff --git a/lib/fixedsizehash.h b/lib/fixedsizehash.h
index 4977ad85..a686051c 100644
--- a/lib/fixedsizehash.h
+++ b/lib/fixedsizehash.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License along
with Red Hat elfutils; 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.
In addition, as a special exception, Red Hat, Inc. gives You the
additional right to link the code of Red Hat elfutils with code licensed
diff --git a/lib/list.h b/lib/list.h
index 650a6ae8..c712c1f3 100644
--- a/lib/list.h
+++ b/lib/list.h
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License along
with Red Hat elfutils; 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.
In addition, as a special exception, Red Hat, Inc. gives You the
additional right to link the code of Red Hat elfutils with code licensed
diff --git a/lib/next_prime.c b/lib/next_prime.c
index a9aaa014..5d4fc3fc 100644
--- a/lib/next_prime.c
+++ b/lib/next_prime.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License along
with Red Hat elfutils; 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.
In addition, as a special exception, Red Hat, Inc. gives You the
additional right to link the code of Red Hat elfutils with code licensed
diff --git a/lib/system.h b/lib/system.h
index 41e80620..23c666ad 100644
--- a/lib/system.h
+++ b/lib/system.h
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License along
with Red Hat elfutils; 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.
In addition, as a special exception, Red Hat, Inc. gives You the
additional right to link the code of Red Hat elfutils with code licensed
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index ec3b754b..b12b0591 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 Red Hat elfutils; 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.
Red Hat elfutils is an included package of the Open Invention Network.
An included package of the Open Invention Network is a package for which
diff --git a/lib/xstrdup.c b/lib/xstrdup.c
index f5290843..c4e7a528 100644
--- a/lib/xstrdup.c
+++ b/lib/xstrdup.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License along
with Red Hat elfutils; 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.
Red Hat elfutils is an included package of the Open Invention Network.
An included package of the Open Invention Network is a package for which
diff --git a/lib/xstrndup.c b/lib/xstrndup.c
index 312f5e2d..2082c17f 100644
--- a/lib/xstrndup.c
+++ b/lib/xstrndup.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License along
with Red Hat elfutils; 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.
Red Hat elfutils is an included package of the Open Invention Network.
An included package of the Open Invention Network is a package for which