From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- elf/Makefile | 5 ++--- elf/cache.c | 3 +-- elf/check-execstack.c | 5 ++--- elf/check-localplt.c | 5 ++--- elf/check-textrel.c | 5 ++--- elf/chroot_canon.c | 3 +-- elf/dl-addr.c | 5 ++--- elf/dl-cache.c | 5 ++--- elf/dl-caller.c | 5 ++--- elf/dl-close.c | 5 ++--- elf/dl-conflict.c | 5 ++--- elf/dl-debug.c | 5 ++--- elf/dl-deps.c | 5 ++--- elf/dl-dst.h | 5 ++--- elf/dl-environ.c | 5 ++--- elf/dl-error.c | 5 ++--- elf/dl-execstack.c | 5 ++--- elf/dl-fini.c | 5 ++--- elf/dl-fptr.c | 5 ++--- elf/dl-init.c | 5 ++--- elf/dl-iteratephdr.c | 5 ++--- elf/dl-libc.c | 5 ++--- elf/dl-load.c | 5 ++--- elf/dl-lookup.c | 5 ++--- elf/dl-minimal.c | 5 ++--- elf/dl-misc.c | 5 ++--- elf/dl-object.c | 5 ++--- elf/dl-open.c | 5 ++--- elf/dl-origin.c | 5 ++--- elf/dl-profile.c | 5 ++--- elf/dl-profstub.c | 5 ++--- elf/dl-reloc.c | 5 ++--- elf/dl-runtime.c | 5 ++--- elf/dl-scope.c | 5 ++--- elf/dl-support.c | 5 ++--- elf/dl-sym.c | 5 ++--- elf/dl-symaddr.c | 5 ++--- elf/dl-sysdep.c | 5 ++--- elf/dl-tls.c | 5 ++--- elf/dl-tsd.c | 5 ++--- elf/dl-version.c | 5 ++--- elf/do-rel.h | 5 ++--- elf/dynamic-link.h | 5 ++--- elf/elf.h | 5 ++--- elf/enbl-secure.c | 5 ++--- elf/interp.c | 5 ++--- elf/ldconfig.c | 3 +-- elf/ldd.bash.in | 5 ++--- elf/link.h | 5 ++--- elf/pldd-xx.c | 5 ++--- elf/pldd.c | 5 ++--- elf/readelflib.c | 5 ++--- elf/readlib.c | 3 +-- elf/rtld-Rules | 5 ++--- elf/rtld.c | 5 ++--- elf/sln.c | 5 ++--- elf/sotruss-lib.c | 5 ++--- elf/sotruss.ksh | 5 ++--- elf/sprof.c | 5 ++--- elf/tlsdeschtab.h | 5 ++--- elf/tst-align.c | 5 ++--- elf/tst-align2.c | 5 ++--- elf/tst-alignmod.c | 5 ++--- elf/tst-alignmod2.c | 5 ++--- elf/tst-dlmodcount.c | 5 ++--- elf/tst-dlopenrpath.c | 5 ++--- elf/tst-dlopenrpathmod.c | 5 ++--- elf/tst-pathopt.sh | 5 ++--- elf/tst-stackguard1.c | 5 ++--- elf/vismain.c | 5 ++--- elf/vismod1.c | 5 ++--- elf/vismod2.c | 5 ++--- elf/vismod3.c | 5 ++--- 73 files changed, 142 insertions(+), 215 deletions(-) (limited to 'elf') 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 +# . # 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 . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 . */ #include #include 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 + . */ #include 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 + . */ #include #include 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 + . */ #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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #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 + . */ #include #include 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 + . */ /* 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #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 + . */ #include #include 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 + . */ /* 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 + . */ /* 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 + . */ #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 + . */ /* 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 + . */ 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 . */ #define PROCINFO_CLASS static #include 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 +# . # 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 + . */ #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 + . */ #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 + . */ #include #include 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 + . */ /* 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 . */ /* 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 +# . # 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 + . */ #include #include 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 + . */ #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 + . */ #include #include 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 +# . # 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 + . */ #include #include 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 + . */ #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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 +# . 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #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 + . */ #include #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 + . */ #include "vismod.h" -- cgit v1.2.3