summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-09 23:18:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-09 23:18:22 +0000
commit59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch)
tree69edda6ebdfd8fe5d83991ab44723e07f6366420 /elf
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
Replace FSF snail mail address with URLs.
Diffstat (limited to 'elf')
-rw-r--r--elf/Makefile5
-rw-r--r--elf/cache.c3
-rw-r--r--elf/check-execstack.c5
-rw-r--r--elf/check-localplt.c5
-rw-r--r--elf/check-textrel.c5
-rw-r--r--elf/chroot_canon.c3
-rw-r--r--elf/dl-addr.c5
-rw-r--r--elf/dl-cache.c5
-rw-r--r--elf/dl-caller.c5
-rw-r--r--elf/dl-close.c5
-rw-r--r--elf/dl-conflict.c5
-rw-r--r--elf/dl-debug.c5
-rw-r--r--elf/dl-deps.c5
-rw-r--r--elf/dl-dst.h5
-rw-r--r--elf/dl-environ.c5
-rw-r--r--elf/dl-error.c5
-rw-r--r--elf/dl-execstack.c5
-rw-r--r--elf/dl-fini.c5
-rw-r--r--elf/dl-fptr.c5
-rw-r--r--elf/dl-init.c5
-rw-r--r--elf/dl-iteratephdr.c5
-rw-r--r--elf/dl-libc.c5
-rw-r--r--elf/dl-load.c5
-rw-r--r--elf/dl-lookup.c5
-rw-r--r--elf/dl-minimal.c5
-rw-r--r--elf/dl-misc.c5
-rw-r--r--elf/dl-object.c5
-rw-r--r--elf/dl-open.c5
-rw-r--r--elf/dl-origin.c5
-rw-r--r--elf/dl-profile.c5
-rw-r--r--elf/dl-profstub.c5
-rw-r--r--elf/dl-reloc.c5
-rw-r--r--elf/dl-runtime.c5
-rw-r--r--elf/dl-scope.c5
-rw-r--r--elf/dl-support.c5
-rw-r--r--elf/dl-sym.c5
-rw-r--r--elf/dl-symaddr.c5
-rw-r--r--elf/dl-sysdep.c5
-rw-r--r--elf/dl-tls.c5
-rw-r--r--elf/dl-tsd.c5
-rw-r--r--elf/dl-version.c5
-rw-r--r--elf/do-rel.h5
-rw-r--r--elf/dynamic-link.h5
-rw-r--r--elf/elf.h5
-rw-r--r--elf/enbl-secure.c5
-rw-r--r--elf/interp.c5
-rw-r--r--elf/ldconfig.c3
-rw-r--r--elf/ldd.bash.in5
-rw-r--r--elf/link.h5
-rw-r--r--elf/pldd-xx.c5
-rw-r--r--elf/pldd.c5
-rw-r--r--elf/readelflib.c5
-rw-r--r--elf/readlib.c3
-rw-r--r--elf/rtld-Rules5
-rw-r--r--elf/rtld.c5
-rw-r--r--elf/sln.c5
-rw-r--r--elf/sotruss-lib.c5
-rwxr-xr-xelf/sotruss.ksh5
-rw-r--r--elf/sprof.c5
-rw-r--r--elf/tlsdeschtab.h5
-rw-r--r--elf/tst-align.c5
-rw-r--r--elf/tst-align2.c5
-rw-r--r--elf/tst-alignmod.c5
-rw-r--r--elf/tst-alignmod2.c5
-rw-r--r--elf/tst-dlmodcount.c5
-rw-r--r--elf/tst-dlopenrpath.c5
-rw-r--r--elf/tst-dlopenrpathmod.c5
-rwxr-xr-xelf/tst-pathopt.sh5
-rw-r--r--elf/tst-stackguard1.c5
-rw-r--r--elf/vismain.c5
-rw-r--r--elf/vismod1.c5
-rw-r--r--elf/vismod2.c5
-rw-r--r--elf/vismod3.c5
73 files changed, 142 insertions, 215 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 3f1772a523..8234ba7a51 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -12,9 +12,8 @@
# Lesser General Public License for more details.
# 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.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
# Makefile for elf subdirectory of GNU C Library.
diff --git a/elf/cache.c b/elf/cache.c
index 393b4e5939..dadab9132b 100644
--- a/elf/cache.c
+++ b/elf/cache.c
@@ -13,8 +13,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. */
+ along with this program; if not, see <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <error.h>
diff --git a/elf/check-execstack.c b/elf/check-execstack.c
index 96e481208d..6a5c4d9b9a 100644
--- a/elf/check-execstack.c
+++ b/elf/check-execstack.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <byteswap.h>
#include <elf.h>
diff --git a/elf/check-localplt.c b/elf/check-localplt.c
index b4358a8a3f..edab1d2d0a 100644
--- a/elf/check-localplt.c
+++ b/elf/check-localplt.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <byteswap.h>
#include <elf.h>
diff --git a/elf/check-textrel.c b/elf/check-textrel.c
index 1a9a5ecdff..6372019a9c 100644
--- a/elf/check-textrel.c
+++ b/elf/check-textrel.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <byteswap.h>
#include <elf.h>
diff --git a/elf/chroot_canon.c b/elf/chroot_canon.c
index f8f3370493..a7a7d9b225 100644
--- a/elf/chroot_canon.c
+++ b/elf/chroot_canon.c
@@ -14,8 +14,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. */
+ along with this program; if not, see <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include <string.h>
diff --git a/elf/dl-addr.c b/elf/dl-addr.c
index 788225635e..498faf1b2a 100644
--- a/elf/dl-addr.c
+++ b/elf/dl-addr.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <dlfcn.h>
#include <stddef.h>
diff --git a/elf/dl-cache.c b/elf/dl-cache.c
index 5a01c2ed1d..2e6f88b326 100644
--- a/elf/dl-cache.c
+++ b/elf/dl-cache.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <unistd.h>
diff --git a/elf/dl-caller.c b/elf/dl-caller.c
index 416d4127d2..14dd10479c 100644
--- a/elf/dl-caller.c
+++ b/elf/dl-caller.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <ldsodefs.h>
diff --git a/elf/dl-close.c b/elf/dl-close.c
index 8fb55d0fbc..d232294665 100644
--- a/elf/dl-close.c
+++ b/elf/dl-close.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <dlfcn.h>
diff --git a/elf/dl-conflict.c b/elf/dl-conflict.c
index 653e446170..ffaa200584 100644
--- a/elf/dl-conflict.c
+++ b/elf/dl-conflict.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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. */
+ License along with the GNU C Library; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <libintl.h>
diff --git a/elf/dl-debug.c b/elf/dl-debug.c
index 2538364aec..4106e42641 100644
--- a/elf/dl-debug.c
+++ b/elf/dl-debug.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <ldsodefs.h>
diff --git a/elf/dl-deps.c b/elf/dl-deps.c
index 565a339331..fb1c3058c0 100644
--- a/elf/dl-deps.c
+++ b/elf/dl-deps.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <atomic.h>
#include <assert.h>
diff --git a/elf/dl-dst.h b/elf/dl-dst.h
index 9d219e2cb3..3663f59ef9 100644
--- a/elf/dl-dst.h
+++ b/elf/dl-dst.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "trusted-dirs.h"
diff --git a/elf/dl-environ.c b/elf/dl-environ.c
index 089e89e6e7..cd56998abd 100644
--- a/elf/dl-environ.c
+++ b/elf/dl-environ.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <string.h>
#include <stdlib.h>
diff --git a/elf/dl-error.c b/elf/dl-error.c
index 79ebaaf01b..3689c4ca99 100644
--- a/elf/dl-error.c
+++ b/elf/dl-error.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <libintl.h>
#include <setjmp.h>
diff --git a/elf/dl-execstack.c b/elf/dl-execstack.c
index 6dce21e7a1..1375f30219 100644
--- a/elf/dl-execstack.c
+++ b/elf/dl-execstack.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <ldsodefs.h>
#include <errno.h>
diff --git a/elf/dl-fini.c b/elf/dl-fini.c
index 9fd913e0b7..05146b3795 100644
--- a/elf/dl-fini.c
+++ b/elf/dl-fini.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <alloca.h>
#include <assert.h>
diff --git a/elf/dl-fptr.c b/elf/dl-fptr.c
index e068124d6f..d283170096 100644
--- a/elf/dl-fptr.c
+++ b/elf/dl-fptr.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <libintl.h>
#include <unistd.h>
diff --git a/elf/dl-init.c b/elf/dl-init.c
index d6c936cf66..87c64d7eab 100644
--- a/elf/dl-init.c
+++ b/elf/dl-init.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <stddef.h>
#include <ldsodefs.h>
diff --git a/elf/dl-iteratephdr.c b/elf/dl-iteratephdr.c
index 33b56c9627..bac5779530 100644
--- a/elf/dl-iteratephdr.c
+++ b/elf/dl-iteratephdr.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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. */
+ License along with the GNU C Library; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <ldsodefs.h>
diff --git a/elf/dl-libc.c b/elf/dl-libc.c
index f44fa10e0e..a58e2164f6 100644
--- a/elf/dl-libc.c
+++ b/elf/dl-libc.c
@@ -15,9 +15,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <dlfcn.h>
#include <stdlib.h>
diff --git a/elf/dl-load.c b/elf/dl-load.c
index f3717ea58c..41d48ee138 100644
--- a/elf/dl-load.c
+++ b/elf/dl-load.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <elf.h>
#include <errno.h>
diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c
index e655d14dd4..839dd3a4fc 100644
--- a/elf/dl-lookup.c
+++ b/elf/dl-lookup.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <alloca.h>
#include <libintl.h>
diff --git a/elf/dl-minimal.c b/elf/dl-minimal.c
index e07029326c..3a984afb1c 100644
--- a/elf/dl-minimal.c
+++ b/elf/dl-minimal.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <limits.h>
diff --git a/elf/dl-misc.c b/elf/dl-misc.c
index 48310c0284..9bf642daaa 100644
--- a/elf/dl-misc.c
+++ b/elf/dl-misc.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <fcntl.h>
diff --git a/elf/dl-object.c b/elf/dl-object.c
index ee93b6a89c..6ed171a51d 100644
--- a/elf/dl-object.c
+++ b/elf/dl-object.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <string.h>
diff --git a/elf/dl-open.c b/elf/dl-open.c
index a56bdc1e66..570c5f8791 100644
--- a/elf/dl-open.c
+++ b/elf/dl-open.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <dlfcn.h>
diff --git a/elf/dl-origin.c b/elf/dl-origin.c
index 87619379bc..881993001c 100644
--- a/elf/dl-origin.c
+++ b/elf/dl-origin.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include <string.h>
diff --git a/elf/dl-profile.c b/elf/dl-profile.c
index d9250bcadd..f7e99a09e9 100644
--- a/elf/dl-profile.c
+++ b/elf/dl-profile.c
@@ -15,9 +15,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <errno.h>
diff --git a/elf/dl-profstub.c b/elf/dl-profstub.c
index ad0f003abd..8b99e5fd87 100644
--- a/elf/dl-profstub.c
+++ b/elf/dl-profstub.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <dlfcn.h>
#include <elf.h>
diff --git a/elf/dl-reloc.c b/elf/dl-reloc.c
index c57b0f0a0d..97d2f6f779 100644
--- a/elf/dl-reloc.c
+++ b/elf/dl-reloc.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <libintl.h>
diff --git a/elf/dl-runtime.c b/elf/dl-runtime.c
index 8778e67f7c..fdaa364c64 100644
--- a/elf/dl-runtime.c
+++ b/elf/dl-runtime.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#define IN_DL_RUNTIME 1 /* This can be tested in dl-machine.h. */
diff --git a/elf/dl-scope.c b/elf/dl-scope.c
index 229177ed34..889368202d 100644
--- a/elf/dl-scope.c
+++ b/elf/dl-scope.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include <ldsodefs.h>
diff --git a/elf/dl-support.c b/elf/dl-support.c
index 4226d12322..565f342e6b 100644
--- a/elf/dl-support.c
+++ b/elf/dl-support.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* This file defines some things that for the dynamic linker are defined in
rtld.c and dl-sysdep.c in ways appropriate to bootstrap dynamic linking. */
diff --git a/elf/dl-sym.c b/elf/dl-sym.c
index 0af3e48d65..1e7ad22583 100644
--- a/elf/dl-sym.c
+++ b/elf/dl-sym.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <stddef.h>
diff --git a/elf/dl-symaddr.c b/elf/dl-symaddr.c
index 3c850ca835..fd2dd2f921 100644
--- a/elf/dl-symaddr.c
+++ b/elf/dl-symaddr.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <ldsodefs.h>
#include <dl-fptr.h>
diff --git a/elf/dl-sysdep.c b/elf/dl-sysdep.c
index e6c8660cfc..0920cc155a 100644
--- a/elf/dl-sysdep.c
+++ b/elf/dl-sysdep.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <elf.h>
diff --git a/elf/dl-tls.c b/elf/dl-tls.c
index 90f7a6d647..4138312b94 100644
--- a/elf/dl-tls.c
+++ b/elf/dl-tls.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <errno.h>
diff --git a/elf/dl-tsd.c b/elf/dl-tsd.c
index ea0fccd989..186de733f5 100644
--- a/elf/dl-tsd.c
+++ b/elf/dl-tsd.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef _LIBC_REENTRANT
diff --git a/elf/dl-version.c b/elf/dl-version.c
index 4415817046..e314e02d07 100644
--- a/elf/dl-version.c
+++ b/elf/dl-version.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <elf.h>
#include <errno.h>
diff --git a/elf/do-rel.h b/elf/do-rel.h
index 3f8e7eb8c9..10d8f31c4e 100644
--- a/elf/do-rel.h
+++ b/elf/do-rel.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* This file may be included twice, to define both
`elf_dynamic_do_rel' and `elf_dynamic_do_rela'. */
diff --git a/elf/dynamic-link.h b/elf/dynamic-link.h
index 9cdbee1e34..aa7122738b 100644
--- a/elf/dynamic-link.h
+++ b/elf/dynamic-link.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* This macro is used as a callback from elf_machine_rel{a,} when a
static TLS reloc is about to be performed. Since (in dl-load.c) we
diff --git a/elf/elf.h b/elf/elf.h
index b460eceae5..a71de7286b 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _ELF_H
#define _ELF_H 1
diff --git a/elf/enbl-secure.c b/elf/enbl-secure.c
index fac3b9c527..be7e45558e 100644
--- a/elf/enbl-secure.c
+++ b/elf/enbl-secure.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* This file is used in the static libc. For the shared library,
dl-sysdep.c defines and initializes __libc_enable_secure. */
diff --git a/elf/interp.c b/elf/interp.c
index cdc6bb4295..cbb7bf31d0 100644
--- a/elf/interp.c
+++ b/elf/interp.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
const char __invoke_dynamic_linker__[] __attribute__ ((section (".interp")))
= RUNTIME_LINKER;
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index 2da3a94016..aa97213cc2 100644
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@ -13,8 +13,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. */
+ along with this program; if not, see <http://www.gnu.org/licenses/>. */
#define PROCINFO_CLASS static
#include <alloca.h>
diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in
index 18cc67b37d..fc3f63e12b 100644
--- a/elf/ldd.bash.in
+++ b/elf/ldd.bash.in
@@ -13,9 +13,8 @@
# Lesser General Public License for more details.
# 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.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
# This is the `ldd' command, which lists what shared libraries are
diff --git a/elf/link.h b/elf/link.h
index 076531d6e7..11136cc67b 100644
--- a/elf/link.h
+++ b/elf/link.h
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _LINK_H
#define _LINK_H 1
diff --git a/elf/pldd-xx.c b/elf/pldd-xx.c
index 1e84ec211b..6a9edcbd4a 100644
--- a/elf/pldd-xx.c
+++ b/elf/pldd-xx.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#define E(name) E_(name, CLASS)
#define E_(name, cl) E__(name, cl)
diff --git a/elf/pldd.c b/elf/pldd.c
index 51a3f440b6..39095c9888 100644
--- a/elf/pldd.c
+++ b/elf/pldd.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <alloca.h>
#include <argp.h>
diff --git a/elf/readelflib.c b/elf/readelflib.c
index b8f677a7b0..1983e39109 100644
--- a/elf/readelflib.c
+++ b/elf/readelflib.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* This code is a heavily simplified version of the readelf program
that's part of the current binutils development version. For architectures
diff --git a/elf/readlib.c b/elf/readlib.c
index eb64a79f10..8c0e8ea7df 100644
--- a/elf/readlib.c
+++ b/elf/readlib.c
@@ -14,8 +14,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. */
+ along with this program; if not, see <http://www.gnu.org/licenses/>. */
/* The code in this file and in readelflib is a heavily simplified
version of the readelf program that's part of the current binutils
diff --git a/elf/rtld-Rules b/elf/rtld-Rules
index cd83c85235..6526aec19a 100644
--- a/elf/rtld-Rules
+++ b/elf/rtld-Rules
@@ -15,9 +15,8 @@
# Lesser General Public License for more details.
# 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.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
# This makefile is never used by itself, but only from the rtld-libc.a
# rule in Makefile, which does make -f librtld.mk -f rtld-Rules.
diff --git a/elf/rtld.c b/elf/rtld.c
index e4e413f601..2e4f97ffed 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <dlfcn.h>
diff --git a/elf/sln.c b/elf/sln.c
index 71707f5d30..547a818f01 100644
--- a/elf/sln.c
+++ b/elf/sln.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include "config.h"
diff --git a/elf/sotruss-lib.c b/elf/sotruss-lib.c
index b01011d08e..542672692f 100644
--- a/elf/sotruss-lib.c
+++ b/elf/sotruss-lib.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <error.h>
#include <fcntl.h>
diff --git a/elf/sotruss.ksh b/elf/sotruss.ksh
index fd7b9e81ea..ff77f7fe0e 100755
--- a/elf/sotruss.ksh
+++ b/elf/sotruss.ksh
@@ -13,9 +13,8 @@
# Lesser General Public License for more details.
# 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.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
# We should be able to find the translation right at the beginning.
TEXTDOMAIN=libc
diff --git a/elf/sprof.c b/elf/sprof.c
index f659dfeb57..2097d31195 100644
--- a/elf/sprof.c
+++ b/elf/sprof.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <argp.h>
#include <dlfcn.h>
diff --git a/elf/tlsdeschtab.h b/elf/tlsdeschtab.h
index c3cbc3fb79..c07ccad950 100644
--- a/elf/tlsdeschtab.h
+++ b/elf/tlsdeschtab.h
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef TLSDESCHTAB_H
# define TLSDESCHTAB_H 1
diff --git a/elf/tst-align.c b/elf/tst-align.c
index e4d77763cd..c3f876f818 100644
--- a/elf/tst-align.c
+++ b/elf/tst-align.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <dlfcn.h>
#include <stdio.h>
diff --git a/elf/tst-align2.c b/elf/tst-align2.c
index 4fc0330e39..886a92ded0 100644
--- a/elf/tst-align2.c
+++ b/elf/tst-align2.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stdbool.h>
diff --git a/elf/tst-alignmod.c b/elf/tst-alignmod.c
index d1305c1a6c..02a04b7617 100644
--- a/elf/tst-alignmod.c
+++ b/elf/tst-alignmod.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <tst-stack-align.h>
diff --git a/elf/tst-alignmod2.c b/elf/tst-alignmod2.c
index 21dcc535c0..4e77550617 100644
--- a/elf/tst-alignmod2.c
+++ b/elf/tst-alignmod2.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <stdbool.h>
#include <stdio.h>
diff --git a/elf/tst-dlmodcount.c b/elf/tst-dlmodcount.c
index 781aad51d0..08605b56d9 100644
--- a/elf/tst-dlmodcount.c
+++ b/elf/tst-dlmodcount.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <link.h>
#include <stddef.h>
diff --git a/elf/tst-dlopenrpath.c b/elf/tst-dlopenrpath.c
index bd4d888f34..8b797b56e4 100644
--- a/elf/tst-dlopenrpath.c
+++ b/elf/tst-dlopenrpath.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <dlfcn.h>
#include <errno.h>
diff --git a/elf/tst-dlopenrpathmod.c b/elf/tst-dlopenrpathmod.c
index 8fe7873c9d..d71dc9ab62 100644
--- a/elf/tst-dlopenrpathmod.c
+++ b/elf/tst-dlopenrpathmod.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <dlfcn.h>
#include <stdio.h>
diff --git a/elf/tst-pathopt.sh b/elf/tst-pathopt.sh
index 0fe504e1a5..c79b47b04d 100755
--- a/elf/tst-pathopt.sh
+++ b/elf/tst-pathopt.sh
@@ -15,9 +15,8 @@
# Lesser General Public License for more details.
# 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.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
common_objpfx=$1
run_program_prefix=$2
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 480f9297d0..2e769e4e93 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stdbool.h>
diff --git a/elf/vismain.c b/elf/vismain.c
index ebf9b65c34..03b24d89ff 100644
--- a/elf/vismain.c
+++ b/elf/vismain.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/elf/vismod1.c b/elf/vismod1.c
index 6f9c1a59f9..a03c20476c 100644
--- a/elf/vismod1.c
+++ b/elf/vismod1.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "vismod.h"
diff --git a/elf/vismod2.c b/elf/vismod2.c
index 5443e7c8a7..2deadae2f6 100644
--- a/elf/vismod2.c
+++ b/elf/vismod2.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include "vismod.h"
diff --git a/elf/vismod3.c b/elf/vismod3.c
index c9df95cb00..09d62c88c1 100644
--- a/elf/vismod3.c
+++ b/elf/vismod3.c
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
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. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "vismod.h"