From 266bdc1f623fe6fe489e5115e0f8ef723705d949 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Nov 2012 06:03:05 -0500 Subject: Replace FSF snail mail address with URLs This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger --- libpthread/nptl/sysdeps/alpha/Makefile | 5 ++--- libpthread/nptl/sysdeps/alpha/dl-tls.h | 5 ++--- libpthread/nptl/sysdeps/alpha/elf/pt-initfini.c | 5 ++--- libpthread/nptl/sysdeps/alpha/jmpbuf-unwind.h | 5 ++--- libpthread/nptl/sysdeps/alpha/libc-tls.c | 5 ++--- libpthread/nptl/sysdeps/alpha/pthread_spin_lock.S | 5 ++--- libpthread/nptl/sysdeps/alpha/pthread_spin_trylock.S | 5 ++--- libpthread/nptl/sysdeps/alpha/pthreaddef.h | 5 ++--- libpthread/nptl/sysdeps/alpha/tls.h | 5 ++--- 9 files changed, 18 insertions(+), 27 deletions(-) (limited to 'libpthread/nptl/sysdeps/alpha') diff --git a/libpthread/nptl/sysdeps/alpha/Makefile b/libpthread/nptl/sysdeps/alpha/Makefile index 88c106bbb..1cb812eda 100644 --- a/libpthread/nptl/sysdeps/alpha/Makefile +++ b/libpthread/nptl/sysdeps/alpha/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; see the file COPYING.LIB. If +# not, see . ifeq ($(subdir),csu) gen-as-const-headers += tcb-offsets.sym diff --git a/libpthread/nptl/sysdeps/alpha/dl-tls.h b/libpthread/nptl/sysdeps/alpha/dl-tls.h index f81f95d75..a87f66deb 100644 --- a/libpthread/nptl/sysdeps/alpha/dl-tls.h +++ b/libpthread/nptl/sysdeps/alpha/dl-tls.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 + . */ /* Type used for the representation of TLS information in the GOT. */ diff --git a/libpthread/nptl/sysdeps/alpha/elf/pt-initfini.c b/libpthread/nptl/sysdeps/alpha/elf/pt-initfini.c index ba2e419d6..e5e214dfe 100644 --- a/libpthread/nptl/sysdeps/alpha/elf/pt-initfini.c +++ b/libpthread/nptl/sysdeps/alpha/elf/pt-initfini.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 compiled into assembly code which is then munged by a sed script into two files: crti.s and crtn.s. diff --git a/libpthread/nptl/sysdeps/alpha/jmpbuf-unwind.h b/libpthread/nptl/sysdeps/alpha/jmpbuf-unwind.h index 5ef2f6167..2f64e7d7c 100644 --- a/libpthread/nptl/sysdeps/alpha/jmpbuf-unwind.h +++ b/libpthread/nptl/sysdeps/alpha/jmpbuf-unwind.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 #include diff --git a/libpthread/nptl/sysdeps/alpha/libc-tls.c b/libpthread/nptl/sysdeps/alpha/libc-tls.c index a3b68e928..41cc78c59 100644 --- a/libpthread/nptl/sysdeps/alpha/libc-tls.c +++ b/libpthread/nptl/sysdeps/alpha/libc-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/libpthread/nptl/sysdeps/alpha/pthread_spin_lock.S b/libpthread/nptl/sysdeps/alpha/pthread_spin_lock.S index ce6cd41a4..2dd1e5ddd 100644 --- a/libpthread/nptl/sysdeps/alpha/pthread_spin_lock.S +++ b/libpthread/nptl/sysdeps/alpha/pthread_spin_lock.S @@ -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 + . */ .text diff --git a/libpthread/nptl/sysdeps/alpha/pthread_spin_trylock.S b/libpthread/nptl/sysdeps/alpha/pthread_spin_trylock.S index 0948da698..15905be50 100644 --- a/libpthread/nptl/sysdeps/alpha/pthread_spin_trylock.S +++ b/libpthread/nptl/sysdeps/alpha/pthread_spin_trylock.S @@ -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 _ERRNO_H 1 diff --git a/libpthread/nptl/sysdeps/alpha/pthreaddef.h b/libpthread/nptl/sysdeps/alpha/pthreaddef.h index 26c4daf7b..72a311c33 100644 --- a/libpthread/nptl/sysdeps/alpha/pthreaddef.h +++ b/libpthread/nptl/sysdeps/alpha/pthreaddef.h @@ -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 + . */ /* Default stack size. */ #define ARCH_STACK_DEFAULT_SIZE (4 * 1024 * 1024) diff --git a/libpthread/nptl/sysdeps/alpha/tls.h b/libpthread/nptl/sysdeps/alpha/tls.h index 99cd27a03..96468e06d 100644 --- a/libpthread/nptl/sysdeps/alpha/tls.h +++ b/libpthread/nptl/sysdeps/alpha/tls.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 _TLS_H #define _TLS_H 1 -- cgit v1.2.3