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. --- csu/Makefile | 5 ++--- csu/abi-note.S | 5 ++--- csu/check_fds.c | 5 ++--- csu/dso_handle.c | 5 ++--- csu/elf-init.c | 5 ++--- csu/errno-loc.c | 5 ++--- csu/errno.c | 5 ++--- csu/gmon-start.c | 5 ++--- csu/init-first.c | 5 ++--- csu/init.c | 5 ++--- csu/libc-start.c | 5 ++--- csu/libc-tls.c | 5 ++--- csu/tst-atomic-long.c | 5 ++--- csu/tst-atomic.c | 5 ++--- csu/version.c | 5 ++--- 15 files changed, 30 insertions(+), 45 deletions(-) (limited to 'csu') diff --git a/csu/Makefile b/csu/Makefile index a67919ef84..c36c42c420 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -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 directory contains the C startup code (that which calls main). This # consists of the startfile, built from start.c and installed as crt0.o diff --git a/csu/abi-note.S b/csu/abi-note.S index 19c50d04f1..e1a44a9ed4 100644 --- a/csu/abi-note.S +++ b/csu/abi-note.S @@ -22,9 +22,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 an ELF note identifying the operating-system ABI that the executable was created for. The ELF note information identifies a diff --git a/csu/check_fds.c b/csu/check_fds.c index 10ba3da395..dcd508d28f 100644 --- a/csu/check_fds.c +++ b/csu/check_fds.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/csu/dso_handle.c b/csu/dso_handle.c index fd295f2442..0aad835a30 100644 --- a/csu/dso_handle.c +++ b/csu/dso_handle.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 + . */ /* We have to define __dso_handle ourselves since we do not use gcc's crtbegin files. */ diff --git a/csu/elf-init.c b/csu/elf-init.c index 56c2b02b91..91ba74ce55 100644 --- a/csu/elf-init.c +++ b/csu/elf-init.c @@ -31,9 +31,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/csu/errno-loc.c b/csu/errno-loc.c index f7de2b7b08..3b646a4a31 100644 --- a/csu/errno-loc.c +++ b/csu/errno-loc.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/csu/errno.c b/csu/errno.c index d5d2c98fb7..a383d8f549 100644 --- a/csu/errno.c +++ b/csu/errno.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/csu/gmon-start.c b/csu/gmon-start.c index 107153ff4e..f0327a6cfd 100644 --- a/csu/gmon-start.c +++ b/csu/gmon-start.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/csu/init-first.c b/csu/init-first.c index fa21274c73..0115061956 100644 --- a/csu/init-first.c +++ b/csu/init-first.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/csu/init.c b/csu/init.c index 559d13e647..a88c8c2c0f 100644 --- a/csu/init.c +++ b/csu/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 + . */ #if defined __GNUC__ && __GNUC__ >= 2 diff --git a/csu/libc-start.c b/csu/libc-start.c index dc7ca55f09..0f9bfd7fc5 100644 --- a/csu/libc-start.c +++ b/csu/libc-start.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/csu/libc-tls.c b/csu/libc-tls.c index 5a49942861..b00a5ccb9d 100644 --- a/csu/libc-tls.c +++ b/csu/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/csu/tst-atomic-long.c b/csu/tst-atomic-long.c index 75a71ebd5f..e15b4c2e3e 100644 --- a/csu/tst-atomic-long.c +++ b/csu/tst-atomic-long.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/csu/tst-atomic.c b/csu/tst-atomic.c index 7c0b022b78..8115669352 100644 --- a/csu/tst-atomic.c +++ b/csu/tst-atomic.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/csu/version.c b/csu/version.c index 564aec5384..78039388e2 100644 --- a/csu/version.c +++ b/csu/version.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 "version.h" #include -- cgit 1.4.1