diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-02-09 23:18:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-09 23:18:22 +0000 |
commit | 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch) | |
tree | 69edda6ebdfd8fe5d83991ab44723e07f6366420 /elf | |
parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2 |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'elf')
73 files changed, 142 insertions, 215 deletions
diff --git a/elf/Makefile b/elf/Makefile index 3f1772a..8234ba7 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 393b4e5..dadab91 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 96e4812..6a5c4d9 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 b4358a8..edab1d2 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 1a9a5ec..6372019 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 f8f3370..a7a7d9b 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 7882256..498faf1 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 5a01c2e..2e6f88b 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 416d412..14dd104 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 8fb55d0..d232294 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 653e446..ffaa200 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 2538364..4106e42 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 565a339..fb1c305 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 9d219e2..3663f59 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 089e89e..cd56998 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 79ebaaf..3689c4c 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 6dce21e..1375f30 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 9fd913e..05146b3 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 e068124..d283170 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 d6c936c..87c64d7 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 33b56c9..bac5779 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 f44fa10..a58e216 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 f3717ea..41d48ee 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 e655d14..839dd3a 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 e070293..3a984af 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 48310c0..9bf642d 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 ee93b6a..6ed171a 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 a56bdc1..570c5f8 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 8761937..8819930 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 d9250bc..f7e99a0 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 ad0f003..8b99e5f 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 c57b0f0..97d2f6f 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 8778e67..fdaa364 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 229177e..8893682 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 4226d12..565f342 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 0af3e48..1e7ad22 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 3c850ca..fd2dd2f 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 e6c8660..0920cc1 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 90f7a6d..4138312 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 ea0fccd..186de73 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 4415817..e314e02 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 3f8e7eb..10d8f31 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 9cdbee1..aa71227 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 @@ -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 fac3b9c..be7e455 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 cdc6bb4..cbb7bf3 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 2da3a94..aa97213 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 18cc67b..fc3f63e 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 @@ -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 1e84ec2..6a9edcb 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) @@ -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 b8f677a..1983e39 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 eb64a79..8c0e8ea 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 cd83c85..6526aec 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. @@ -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> @@ -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 b01011d..5426726 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 fd7b9e8..ff77f7f 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 f659dfe..2097d31 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 c3cbc3f..c07ccad 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 e4d7776..c3f876f 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 4fc0330..886a92d 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 d1305c1..02a04b7 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 21dcc53..4e77550 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 781aad5..08605b5 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 bd4d888..8b797b5 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 8fe7873..d71dc9a 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 0fe504e..c79b47b 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 480f929..2e769e4 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 ebf9b65..03b24d8 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 6f9c1a5..a03c204 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 5443e7c..2deadae 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 c9df95c..09d62c8 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" |