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. --- debug/Makefile | 5 ++--- debug/asprintf_chk.c | 5 ++--- debug/backtrace.c | 5 ++--- debug/backtracesyms.c | 5 ++--- debug/backtracesymsfd.c | 5 ++--- debug/catchsegv.sh | 5 ++--- debug/chk_fail.c | 5 ++--- debug/confstr_chk.c | 5 ++--- debug/dprintf_chk.c | 5 ++--- debug/execinfo.h | 5 ++--- debug/fdelt_chk.c | 5 ++--- debug/fgets_chk.c | 5 ++--- debug/fgets_u_chk.c | 5 ++--- debug/fgetws_chk.c | 5 ++--- debug/fgetws_u_chk.c | 5 ++--- debug/fortify_fail.c | 5 ++--- debug/fprintf_chk.c | 5 ++--- debug/fread_chk.c | 5 ++--- debug/fread_u_chk.c | 5 ++--- debug/fwprintf_chk.c | 5 ++--- debug/getcwd_chk.c | 5 ++--- debug/getdomainname_chk.c | 5 ++--- debug/getgroups_chk.c | 5 ++--- debug/gethostname_chk.c | 5 ++--- debug/getlogin_r_chk.c | 5 ++--- debug/gets_chk.c | 5 ++--- debug/getwd_chk.c | 5 ++--- debug/longjmp_chk.c | 5 ++--- debug/mbsnrtowcs_chk.c | 5 ++--- debug/mbsrtowcs_chk.c | 5 ++--- debug/mbstowcs_chk.c | 5 ++--- debug/memcpy_chk.c | 5 ++--- debug/memmove_chk.c | 5 ++--- debug/mempcpy_chk.c | 5 ++--- debug/memset_chk.c | 5 ++--- debug/noophooks.c | 5 ++--- debug/obprintf_chk.c | 5 ++--- debug/pcprofile.c | 5 ++--- debug/pcprofiledump.c | 5 ++--- debug/poll_chk.c | 5 ++--- debug/ppoll_chk.c | 5 ++--- debug/pread64_chk.c | 5 ++--- debug/pread_chk.c | 5 ++--- debug/printf_chk.c | 5 ++--- debug/ptsname_r_chk.c | 5 ++--- debug/read_chk.c | 5 ++--- debug/readlink_chk.c | 5 ++--- debug/readlinkat_chk.c | 5 ++--- debug/readonly-area.c | 5 ++--- debug/realpath_chk.c | 5 ++--- debug/recv_chk.c | 5 ++--- debug/recvfrom_chk.c | 5 ++--- debug/segfault.c | 5 ++--- debug/snprintf_chk.c | 5 ++--- debug/sprintf_chk.c | 5 ++--- debug/stack_chk_fail.c | 5 ++--- debug/stack_chk_fail_local.c | 5 ++--- debug/stpcpy_chk.c | 5 ++--- debug/stpncpy_chk.c | 5 ++--- debug/strcat_chk.c | 5 ++--- debug/strcpy_chk.c | 5 ++--- debug/strncat_chk.c | 5 ++--- debug/strncpy_chk.c | 5 ++--- debug/swprintf_chk.c | 5 ++--- debug/test-stpcpy_chk.c | 5 ++--- debug/test-strcpy_chk.c | 5 ++--- debug/tst-chk1.c | 5 ++--- debug/ttyname_r_chk.c | 5 ++--- debug/vasprintf_chk.c | 5 ++--- debug/vdprintf_chk.c | 5 ++--- debug/vfprintf_chk.c | 5 ++--- debug/vfwprintf_chk.c | 5 ++--- debug/vprintf_chk.c | 5 ++--- debug/vsnprintf_chk.c | 5 ++--- debug/vsprintf_chk.c | 5 ++--- debug/vswprintf_chk.c | 5 ++--- debug/vwprintf_chk.c | 5 ++--- debug/warning-nop.c | 5 ++--- debug/wcpcpy_chk.c | 5 ++--- debug/wcpncpy_chk.c | 5 ++--- debug/wcrtomb_chk.c | 5 ++--- debug/wcscat_chk.c | 5 ++--- debug/wcscpy_chk.c | 5 ++--- debug/wcsncat_chk.c | 5 ++--- debug/wcsncpy_chk.c | 5 ++--- debug/wcsnrtombs_chk.c | 5 ++--- debug/wcsrtombs_chk.c | 5 ++--- debug/wcstombs_chk.c | 5 ++--- debug/wctomb_chk.c | 5 ++--- debug/wmemcpy_chk.c | 5 ++--- debug/wmemmove_chk.c | 5 ++--- debug/wmempcpy_chk.c | 5 ++--- debug/wmemset_chk.c | 5 ++--- debug/wprintf_chk.c | 5 ++--- debug/xtrace.sh | 5 ++--- 95 files changed, 190 insertions(+), 285 deletions(-) (limited to 'debug') diff --git a/debug/Makefile b/debug/Makefile index dca4e97615..4055211083 100644 --- a/debug/Makefile +++ b/debug/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 +# . # # Sub-makefile for debug portion of the library. diff --git a/debug/asprintf_chk.c b/debug/asprintf_chk.c index fd943c851b..8c3b798cf2 100644 --- a/debug/asprintf_chk.c +++ b/debug/asprintf_chk.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/debug/backtrace.c b/debug/backtrace.c index f2d52372d5..a3fd81c32d 100644 --- a/debug/backtrace.c +++ b/debug/backtrace.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/debug/backtracesyms.c b/debug/backtracesyms.c index db7ba36d0f..a0106647f1 100644 --- a/debug/backtracesyms.c +++ b/debug/backtracesyms.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/debug/backtracesymsfd.c b/debug/backtracesymsfd.c index b01f8b0094..fe247d8cc8 100644 --- a/debug/backtracesymsfd.c +++ b/debug/backtracesymsfd.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/debug/catchsegv.sh b/debug/catchsegv.sh index 743e33918c..9bbcfc0f87 100755 --- a/debug/catchsegv.sh +++ b/debug/catchsegv.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 +# . if test $# -eq 0; then echo "$0: missing program name" >&2 diff --git a/debug/chk_fail.c b/debug/chk_fail.c index bff17e4d3a..c42acae753 100644 --- a/debug/chk_fail.c +++ b/debug/chk_fail.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/debug/confstr_chk.c b/debug/confstr_chk.c index dae7714fcf..810529921f 100644 --- a/debug/confstr_chk.c +++ b/debug/confstr_chk.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 diff --git a/debug/dprintf_chk.c b/debug/dprintf_chk.c index d9e6705db0..19175edff8 100644 --- a/debug/dprintf_chk.c +++ b/debug/dprintf_chk.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/debug/execinfo.h b/debug/execinfo.h index 04189a1abb..b85211333c 100644 --- a/debug/execinfo.h +++ b/debug/execinfo.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 + . */ #ifndef _EXECINFO_H #define _EXECINFO_H 1 diff --git a/debug/fdelt_chk.c b/debug/fdelt_chk.c index 7d9e4b96e8..5e06f8f6a9 100644 --- a/debug/fdelt_chk.c +++ b/debug/fdelt_chk.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 diff --git a/debug/fgets_chk.c b/debug/fgets_chk.c index 27fbede7f0..720ba5d06e 100644 --- a/debug/fgets_chk.c +++ b/debug/fgets_chk.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 + . As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/fgets_u_chk.c b/debug/fgets_u_chk.c index 324d7e371b..7784d24fe9 100644 --- a/debug/fgets_u_chk.c +++ b/debug/fgets_u_chk.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 + . As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/fgetws_chk.c b/debug/fgetws_chk.c index d080ccb473..9e3ef0045a 100644 --- a/debug/fgetws_chk.c +++ b/debug/fgetws_chk.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 "libioP.h" #include diff --git a/debug/fgetws_u_chk.c b/debug/fgetws_u_chk.c index b6cc87b80d..980b9fb02e 100644 --- a/debug/fgetws_u_chk.c +++ b/debug/fgetws_u_chk.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 + . As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/fortify_fail.c b/debug/fortify_fail.c index 3b5821e934..c5621ea6b5 100644 --- a/debug/fortify_fail.c +++ b/debug/fortify_fail.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/debug/fprintf_chk.c b/debug/fprintf_chk.c index 77c50311f7..65c00d1bb1 100644 --- a/debug/fprintf_chk.c +++ b/debug/fprintf_chk.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/debug/fread_chk.c b/debug/fread_chk.c index 2dbe05e155..7d5eded571 100644 --- a/debug/fread_chk.c +++ b/debug/fread_chk.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 + . As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/fread_u_chk.c b/debug/fread_u_chk.c index 72a007e08b..50c2291f41 100644 --- a/debug/fread_u_chk.c +++ b/debug/fread_u_chk.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 + . As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/fwprintf_chk.c b/debug/fwprintf_chk.c index b7e3494c7d..657ec6c8f9 100644 --- a/debug/fwprintf_chk.c +++ b/debug/fwprintf_chk.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/debug/getcwd_chk.c b/debug/getcwd_chk.c index cb864c858e..b2a7b87c52 100644 --- a/debug/getcwd_chk.c +++ b/debug/getcwd_chk.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/debug/getdomainname_chk.c b/debug/getdomainname_chk.c index a85464589b..58d5fafe1a 100644 --- a/debug/getdomainname_chk.c +++ b/debug/getdomainname_chk.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 diff --git a/debug/getgroups_chk.c b/debug/getgroups_chk.c index 8c3d99da7e..57bd26f3b7 100644 --- a/debug/getgroups_chk.c +++ b/debug/getgroups_chk.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/debug/gethostname_chk.c b/debug/gethostname_chk.c index 734cc56b0b..f3ac2a703b 100644 --- a/debug/gethostname_chk.c +++ b/debug/gethostname_chk.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 diff --git a/debug/getlogin_r_chk.c b/debug/getlogin_r_chk.c index ae495cd7ab..06b7fb54f6 100644 --- a/debug/getlogin_r_chk.c +++ b/debug/getlogin_r_chk.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 diff --git a/debug/gets_chk.c b/debug/gets_chk.c index 3715a39672..01b7727313 100644 --- a/debug/gets_chk.c +++ b/debug/gets_chk.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 + . As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/getwd_chk.c b/debug/getwd_chk.c index 898af28d3f..81256ab62c 100644 --- a/debug/getwd_chk.c +++ b/debug/getwd_chk.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/debug/longjmp_chk.c b/debug/longjmp_chk.c index 7de2a98a30..9b80bf8807 100644 --- a/debug/longjmp_chk.c +++ b/debug/longjmp_chk.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 diff --git a/debug/mbsnrtowcs_chk.c b/debug/mbsnrtowcs_chk.c index fdad043c8d..54bcafa899 100644 --- a/debug/mbsnrtowcs_chk.c +++ b/debug/mbsnrtowcs_chk.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/debug/mbsrtowcs_chk.c b/debug/mbsrtowcs_chk.c index 73d87978ef..afdd0ccd78 100644 --- a/debug/mbsrtowcs_chk.c +++ b/debug/mbsrtowcs_chk.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/debug/mbstowcs_chk.c b/debug/mbstowcs_chk.c index d1403c5d2b..d840d1f6a1 100644 --- a/debug/mbstowcs_chk.c +++ b/debug/mbstowcs_chk.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/debug/memcpy_chk.c b/debug/memcpy_chk.c index 638cd0e4fb..bd43583ff4 100644 --- a/debug/memcpy_chk.c +++ b/debug/memcpy_chk.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/debug/memmove_chk.c b/debug/memmove_chk.c index 6a3e157d8b..5a304ef1b1 100644 --- a/debug/memmove_chk.c +++ b/debug/memmove_chk.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/debug/mempcpy_chk.c b/debug/mempcpy_chk.c index 5297bbab92..8e26953764 100644 --- a/debug/mempcpy_chk.c +++ b/debug/mempcpy_chk.c @@ -16,9 +16,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/debug/memset_chk.c b/debug/memset_chk.c index d6206ffc99..ef6035119f 100644 --- a/debug/memset_chk.c +++ b/debug/memset_chk.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/debug/noophooks.c b/debug/noophooks.c index a7c97f4566..f60233adf6 100644 --- a/debug/noophooks.c +++ b/debug/noophooks.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/debug/obprintf_chk.c b/debug/obprintf_chk.c index 8e7014f394..0163a75723 100644 --- a/debug/obprintf_chk.c +++ b/debug/obprintf_chk.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 diff --git a/debug/pcprofile.c b/debug/pcprofile.c index 4af8500064..42baa33a00 100644 --- a/debug/pcprofile.c +++ b/debug/pcprofile.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/debug/pcprofiledump.c b/debug/pcprofiledump.c index 13d9e8c34c..fe6f3b4f3d 100644 --- a/debug/pcprofiledump.c +++ b/debug/pcprofiledump.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 is mainly an example. It shows how programs which want to use the information should read the file. */ diff --git a/debug/poll_chk.c b/debug/poll_chk.c index df795e8ae9..a1bb201afe 100644 --- a/debug/poll_chk.c +++ b/debug/poll_chk.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 diff --git a/debug/ppoll_chk.c b/debug/ppoll_chk.c index 63f922321c..e9e9f2532e 100644 --- a/debug/ppoll_chk.c +++ b/debug/ppoll_chk.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 diff --git a/debug/pread64_chk.c b/debug/pread64_chk.c index 318579f0b5..66498727ff 100644 --- a/debug/pread64_chk.c +++ b/debug/pread64_chk.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/debug/pread_chk.c b/debug/pread_chk.c index de111eaf82..4d871cb4da 100644 --- a/debug/pread_chk.c +++ b/debug/pread_chk.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/debug/printf_chk.c b/debug/printf_chk.c index 7bea9f6b06..01834e7b5b 100644 --- a/debug/printf_chk.c +++ b/debug/printf_chk.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/debug/ptsname_r_chk.c b/debug/ptsname_r_chk.c index 5f03592bd1..38691fef25 100644 --- a/debug/ptsname_r_chk.c +++ b/debug/ptsname_r_chk.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 diff --git a/debug/read_chk.c b/debug/read_chk.c index da2bc945b7..b669bd060a 100644 --- a/debug/read_chk.c +++ b/debug/read_chk.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/debug/readlink_chk.c b/debug/readlink_chk.c index ac18ee2c29..c2c43b04c1 100644 --- a/debug/readlink_chk.c +++ b/debug/readlink_chk.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/debug/readlinkat_chk.c b/debug/readlinkat_chk.c index eab99c0ea9..d2dd71ade0 100644 --- a/debug/readlinkat_chk.c +++ b/debug/readlinkat_chk.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/debug/readonly-area.c b/debug/readonly-area.c index 4b8172f193..fa11198dba 100644 --- a/debug/readonly-area.c +++ b/debug/readonly-area.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 diff --git a/debug/realpath_chk.c b/debug/realpath_chk.c index 961aea0b85..66a43fd338 100644 --- a/debug/realpath_chk.c +++ b/debug/realpath_chk.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/debug/recv_chk.c b/debug/recv_chk.c index 479ebdfe72..129513a220 100644 --- a/debug/recv_chk.c +++ b/debug/recv_chk.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/debug/recvfrom_chk.c b/debug/recvfrom_chk.c index 9790a15deb..d5c31a4d6a 100644 --- a/debug/recvfrom_chk.c +++ b/debug/recvfrom_chk.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/debug/segfault.c b/debug/segfault.c index 413f207207..18f811580b 100644 --- a/debug/segfault.c +++ b/debug/segfault.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/debug/snprintf_chk.c b/debug/snprintf_chk.c index 315d47c88b..d593f07fd4 100644 --- a/debug/snprintf_chk.c +++ b/debug/snprintf_chk.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/debug/sprintf_chk.c b/debug/sprintf_chk.c index 658c0cccda..5f00510a83 100644 --- a/debug/sprintf_chk.c +++ b/debug/sprintf_chk.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/debug/stack_chk_fail.c b/debug/stack_chk_fail.c index 77e42f2dcb..639e681d56 100644 --- a/debug/stack_chk_fail.c +++ b/debug/stack_chk_fail.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/debug/stack_chk_fail_local.c b/debug/stack_chk_fail_local.c index 113088d55e..35762bcf1b 100644 --- a/debug/stack_chk_fail_local.c +++ b/debug/stack_chk_fail_local.c @@ -29,9 +29,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/debug/stpcpy_chk.c b/debug/stpcpy_chk.c index dacda0115a..2bb7b51844 100644 --- a/debug/stpcpy_chk.c +++ b/debug/stpcpy_chk.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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/debug/stpncpy_chk.c b/debug/stpncpy_chk.c index d136339dea..b537f33895 100644 --- a/debug/stpncpy_chk.c +++ b/debug/stpncpy_chk.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 + . */ /* This is almost copied from strncpy.c, written by Torbjorn Granlund. */ diff --git a/debug/strcat_chk.c b/debug/strcat_chk.c index b3fb3470b7..c930caaf0f 100644 --- a/debug/strcat_chk.c +++ b/debug/strcat_chk.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/debug/strcpy_chk.c b/debug/strcpy_chk.c index a4d909feda..e867754d4a 100644 --- a/debug/strcpy_chk.c +++ b/debug/strcpy_chk.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/debug/strncat_chk.c b/debug/strncat_chk.c index 953b435a4b..c88034dc4b 100644 --- a/debug/strncat_chk.c +++ b/debug/strncat_chk.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 diff --git a/debug/strncpy_chk.c b/debug/strncpy_chk.c index bdede7738b..674d16033b 100644 --- a/debug/strncpy_chk.c +++ b/debug/strncpy_chk.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/debug/swprintf_chk.c b/debug/swprintf_chk.c index 554cbe66a3..1108a8e4d2 100644 --- a/debug/swprintf_chk.c +++ b/debug/swprintf_chk.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/debug/test-stpcpy_chk.c b/debug/test-stpcpy_chk.c index d717ca7363..f7f9a54636 100644 --- a/debug/test-stpcpy_chk.c +++ b/debug/test-stpcpy_chk.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 + . */ #define STRCPY_RESULT(dst, len) ((dst) + (len)) #define TEST_MAIN diff --git a/debug/test-strcpy_chk.c b/debug/test-strcpy_chk.c index e08141dad0..2536362893 100644 --- a/debug/test-strcpy_chk.c +++ b/debug/test-strcpy_chk.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 + . */ #ifndef STRCPY_RESULT # define STRCPY_RESULT(dst, len) dst diff --git a/debug/tst-chk1.c b/debug/tst-chk1.c index 21419eec76..b8745ee66c 100644 --- a/debug/tst-chk1.c +++ b/debug/tst-chk1.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/debug/ttyname_r_chk.c b/debug/ttyname_r_chk.c index 9b06d5a718..a76fa51a2d 100644 --- a/debug/ttyname_r_chk.c +++ b/debug/ttyname_r_chk.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 diff --git a/debug/vasprintf_chk.c b/debug/vasprintf_chk.c index bdd3acf3bb..087945f261 100644 --- a/debug/vasprintf_chk.c +++ b/debug/vasprintf_chk.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 + . As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/vdprintf_chk.c b/debug/vdprintf_chk.c index adb60262f4..4de3f75bf9 100644 --- a/debug/vdprintf_chk.c +++ b/debug/vdprintf_chk.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 + . As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/vfprintf_chk.c b/debug/vfprintf_chk.c index 7146986d5e..93ce1c8f4a 100644 --- a/debug/vfprintf_chk.c +++ b/debug/vfprintf_chk.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/debug/vfwprintf_chk.c b/debug/vfwprintf_chk.c index f0ae041c2e..8dea8af0f2 100644 --- a/debug/vfwprintf_chk.c +++ b/debug/vfwprintf_chk.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/debug/vprintf_chk.c b/debug/vprintf_chk.c index 68ff4909ba..333bc89bd1 100644 --- a/debug/vprintf_chk.c +++ b/debug/vprintf_chk.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/debug/vsnprintf_chk.c b/debug/vsnprintf_chk.c index 8e3d99fa57..258a050252 100644 --- a/debug/vsnprintf_chk.c +++ b/debug/vsnprintf_chk.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/debug/vsprintf_chk.c b/debug/vsprintf_chk.c index 22cb2c7ad9..b5379caf53 100644 --- a/debug/vsprintf_chk.c +++ b/debug/vsprintf_chk.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/debug/vswprintf_chk.c b/debug/vswprintf_chk.c index f9a50c6e5d..979e757c2e 100644 --- a/debug/vswprintf_chk.c +++ b/debug/vswprintf_chk.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/debug/vwprintf_chk.c b/debug/vwprintf_chk.c index 48306a7438..2f1f499c48 100644 --- a/debug/vwprintf_chk.c +++ b/debug/vwprintf_chk.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/debug/warning-nop.c b/debug/warning-nop.c index 74df8e7c58..f5d9f2aa9d 100644 --- a/debug/warning-nop.c +++ b/debug/warning-nop.c @@ -30,9 +30,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/debug/wcpcpy_chk.c b/debug/wcpcpy_chk.c index c48ec68ccc..5fe9bdd2af 100644 --- a/debug/wcpcpy_chk.c +++ b/debug/wcpcpy_chk.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 diff --git a/debug/wcpncpy_chk.c b/debug/wcpncpy_chk.c index ea1340191a..493ae0ca77 100644 --- a/debug/wcpncpy_chk.c +++ b/debug/wcpncpy_chk.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 diff --git a/debug/wcrtomb_chk.c b/debug/wcrtomb_chk.c index 228430f373..2c7cafa3d5 100644 --- a/debug/wcrtomb_chk.c +++ b/debug/wcrtomb_chk.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/debug/wcscat_chk.c b/debug/wcscat_chk.c index eef04519fd..27d9ee5f90 100644 --- a/debug/wcscat_chk.c +++ b/debug/wcscat_chk.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 diff --git a/debug/wcscpy_chk.c b/debug/wcscpy_chk.c index 93b78cd01c..1183dbbeeb 100644 --- a/debug/wcscpy_chk.c +++ b/debug/wcscpy_chk.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/debug/wcsncat_chk.c b/debug/wcsncat_chk.c index b28773ff27..24d4b4b51b 100644 --- a/debug/wcsncat_chk.c +++ b/debug/wcsncat_chk.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 diff --git a/debug/wcsncpy_chk.c b/debug/wcsncpy_chk.c index 199e4b01ab..43c0ea6438 100644 --- a/debug/wcsncpy_chk.c +++ b/debug/wcsncpy_chk.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 diff --git a/debug/wcsnrtombs_chk.c b/debug/wcsnrtombs_chk.c index a38c3240fa..59b6185b45 100644 --- a/debug/wcsnrtombs_chk.c +++ b/debug/wcsnrtombs_chk.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/debug/wcsrtombs_chk.c b/debug/wcsrtombs_chk.c index 6c36a1f8aa..e8daa1b6bd 100644 --- a/debug/wcsrtombs_chk.c +++ b/debug/wcsrtombs_chk.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/debug/wcstombs_chk.c b/debug/wcstombs_chk.c index dbbc6a4ebf..c0951a0e40 100644 --- a/debug/wcstombs_chk.c +++ b/debug/wcstombs_chk.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/debug/wctomb_chk.c b/debug/wctomb_chk.c index 23fc2ffbd1..025fd1c673 100644 --- a/debug/wctomb_chk.c +++ b/debug/wctomb_chk.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/debug/wmemcpy_chk.c b/debug/wmemcpy_chk.c index eeee927e91..d2bfa0795f 100644 --- a/debug/wmemcpy_chk.c +++ b/debug/wmemcpy_chk.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/debug/wmemmove_chk.c b/debug/wmemmove_chk.c index da0446eb28..6b317757ba 100644 --- a/debug/wmemmove_chk.c +++ b/debug/wmemmove_chk.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/debug/wmempcpy_chk.c b/debug/wmempcpy_chk.c index 52c629a354..a2ff8cc61d 100644 --- a/debug/wmempcpy_chk.c +++ b/debug/wmempcpy_chk.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/debug/wmemset_chk.c b/debug/wmemset_chk.c index 5ed88e83a2..24f8519629 100644 --- a/debug/wmemset_chk.c +++ b/debug/wmemset_chk.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 diff --git a/debug/wprintf_chk.c b/debug/wprintf_chk.c index ef60f8a9f8..fc23627762 100644 --- a/debug/wprintf_chk.c +++ b/debug/wprintf_chk.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/debug/xtrace.sh b/debug/xtrace.sh index 9a9628f879..ea4d25431b 100755 --- a/debug/xtrace.sh +++ b/debug/xtrace.sh @@ -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 +# . pcprofileso='@SLIBDIR@/libpcprofile.so' pcprofiledump='@BINDIR@/pcprofiledump' -- cgit 1.4.1