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 a67919e..c36c42c 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 19c50d0..e1a44a9 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 10ba3da..dcd508d 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 fd295f2..0aad835 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 56c2b02..91ba74c 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 f7de2b7..3b646a4 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 d5d2c98..a383d8f 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 107153f..f0327a6 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 fa21274..0115061 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 559d13e..a88c8c2 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 dc7ca55..0f9bfd7 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 5a49942..b00a5cc 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 75a71eb..e15b4c2 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 7c0b022..8115669 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 564aec5..7803938 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 v1.1