summaryrefslogtreecommitdiff
path: root/libc/debug
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-02-18 02:24:59 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-02-18 02:24:59 +0000
commit33f3f8954d202664c7c7a224d13ba5a0c14a0e01 (patch)
treee0f840c6480989b155a172c09109241a7be183e7 /libc/debug
parentfa83b30737d538378a98cab7fbc982ae3f8ac442 (diff)
downloadeglibc2-33f3f8954d202664c7c7a224d13ba5a0c14a0e01.tar.gz
Merge changes between r17050 and r17194 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@17195 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/debug')
-rw-r--r--libc/debug/Makefile5
-rw-r--r--libc/debug/asprintf_chk.c5
-rw-r--r--libc/debug/backtrace.c5
-rw-r--r--libc/debug/backtracesyms.c5
-rw-r--r--libc/debug/backtracesymsfd.c5
-rwxr-xr-xlibc/debug/catchsegv.sh5
-rw-r--r--libc/debug/chk_fail.c5
-rw-r--r--libc/debug/confstr_chk.c5
-rw-r--r--libc/debug/dprintf_chk.c5
-rw-r--r--libc/debug/execinfo.h5
-rw-r--r--libc/debug/fdelt_chk.c5
-rw-r--r--libc/debug/fgets_chk.c5
-rw-r--r--libc/debug/fgets_u_chk.c5
-rw-r--r--libc/debug/fgetws_chk.c5
-rw-r--r--libc/debug/fgetws_u_chk.c5
-rw-r--r--libc/debug/fortify_fail.c5
-rw-r--r--libc/debug/fprintf_chk.c5
-rw-r--r--libc/debug/fread_chk.c5
-rw-r--r--libc/debug/fread_u_chk.c5
-rw-r--r--libc/debug/fwprintf_chk.c5
-rw-r--r--libc/debug/getcwd_chk.c5
-rw-r--r--libc/debug/getdomainname_chk.c5
-rw-r--r--libc/debug/getgroups_chk.c5
-rw-r--r--libc/debug/gethostname_chk.c5
-rw-r--r--libc/debug/getlogin_r_chk.c5
-rw-r--r--libc/debug/gets_chk.c5
-rw-r--r--libc/debug/getwd_chk.c5
-rw-r--r--libc/debug/longjmp_chk.c5
-rw-r--r--libc/debug/mbsnrtowcs_chk.c5
-rw-r--r--libc/debug/mbsrtowcs_chk.c5
-rw-r--r--libc/debug/mbstowcs_chk.c5
-rw-r--r--libc/debug/memcpy_chk.c5
-rw-r--r--libc/debug/memmove_chk.c5
-rw-r--r--libc/debug/mempcpy_chk.c5
-rw-r--r--libc/debug/memset_chk.c5
-rw-r--r--libc/debug/noophooks.c5
-rw-r--r--libc/debug/obprintf_chk.c5
-rw-r--r--libc/debug/pcprofile.c5
-rw-r--r--libc/debug/pcprofiledump.c5
-rw-r--r--libc/debug/poll_chk.c5
-rw-r--r--libc/debug/ppoll_chk.c5
-rw-r--r--libc/debug/pread64_chk.c5
-rw-r--r--libc/debug/pread_chk.c5
-rw-r--r--libc/debug/printf_chk.c5
-rw-r--r--libc/debug/ptsname_r_chk.c5
-rw-r--r--libc/debug/read_chk.c5
-rw-r--r--libc/debug/readlink_chk.c5
-rw-r--r--libc/debug/readlinkat_chk.c5
-rw-r--r--libc/debug/readonly-area.c5
-rw-r--r--libc/debug/realpath_chk.c5
-rw-r--r--libc/debug/recv_chk.c5
-rw-r--r--libc/debug/recvfrom_chk.c5
-rw-r--r--libc/debug/segfault.c5
-rw-r--r--libc/debug/snprintf_chk.c5
-rw-r--r--libc/debug/sprintf_chk.c5
-rw-r--r--libc/debug/stack_chk_fail.c5
-rw-r--r--libc/debug/stack_chk_fail_local.c5
-rw-r--r--libc/debug/stpcpy_chk.c5
-rw-r--r--libc/debug/stpncpy_chk.c5
-rw-r--r--libc/debug/strcat_chk.c5
-rw-r--r--libc/debug/strcpy_chk.c5
-rw-r--r--libc/debug/strncat_chk.c5
-rw-r--r--libc/debug/strncpy_chk.c5
-rw-r--r--libc/debug/swprintf_chk.c5
-rw-r--r--libc/debug/test-stpcpy_chk.c5
-rw-r--r--libc/debug/test-strcpy_chk.c5
-rw-r--r--libc/debug/tst-chk1.c5
-rw-r--r--libc/debug/ttyname_r_chk.c5
-rw-r--r--libc/debug/vasprintf_chk.c5
-rw-r--r--libc/debug/vdprintf_chk.c5
-rw-r--r--libc/debug/vfprintf_chk.c5
-rw-r--r--libc/debug/vfwprintf_chk.c5
-rw-r--r--libc/debug/vprintf_chk.c5
-rw-r--r--libc/debug/vsnprintf_chk.c5
-rw-r--r--libc/debug/vsprintf_chk.c5
-rw-r--r--libc/debug/vswprintf_chk.c5
-rw-r--r--libc/debug/vwprintf_chk.c5
-rw-r--r--libc/debug/warning-nop.c5
-rw-r--r--libc/debug/wcpcpy_chk.c5
-rw-r--r--libc/debug/wcpncpy_chk.c5
-rw-r--r--libc/debug/wcrtomb_chk.c5
-rw-r--r--libc/debug/wcscat_chk.c5
-rw-r--r--libc/debug/wcscpy_chk.c5
-rw-r--r--libc/debug/wcsncat_chk.c5
-rw-r--r--libc/debug/wcsncpy_chk.c5
-rw-r--r--libc/debug/wcsnrtombs_chk.c5
-rw-r--r--libc/debug/wcsrtombs_chk.c5
-rw-r--r--libc/debug/wcstombs_chk.c5
-rw-r--r--libc/debug/wctomb_chk.c5
-rw-r--r--libc/debug/wmemcpy_chk.c5
-rw-r--r--libc/debug/wmemmove_chk.c5
-rw-r--r--libc/debug/wmempcpy_chk.c5
-rw-r--r--libc/debug/wmemset_chk.c5
-rw-r--r--libc/debug/wprintf_chk.c5
-rwxr-xr-xlibc/debug/xtrace.sh5
95 files changed, 190 insertions, 285 deletions
diff --git a/libc/debug/Makefile b/libc/debug/Makefile
index c66fe5d99..60aa76fca 100644
--- a/libc/debug/Makefile
+++ b/libc/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
+# <http://www.gnu.org/licenses/>.
#
# Sub-makefile for debug portion of the library.
diff --git a/libc/debug/asprintf_chk.c b/libc/debug/asprintf_chk.c
index fd943c851..8c3b798cf 100644
--- a/libc/debug/asprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <libioP.h>
#include <stdarg.h>
diff --git a/libc/debug/backtrace.c b/libc/debug/backtrace.c
index f2d52372d..a3fd81c32 100644
--- a/libc/debug/backtrace.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <execinfo.h>
#include <signal.h>
diff --git a/libc/debug/backtracesyms.c b/libc/debug/backtracesyms.c
index db7ba36d0..a0106647f 100644
--- a/libc/debug/backtracesyms.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <execinfo.h>
#include <stdlib.h>
diff --git a/libc/debug/backtracesymsfd.c b/libc/debug/backtracesymsfd.c
index b01f8b009..fe247d8cc 100644
--- a/libc/debug/backtracesymsfd.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <execinfo.h>
#include <string.h>
diff --git a/libc/debug/catchsegv.sh b/libc/debug/catchsegv.sh
index 9f64c6fd3..ad91097d1 100755
--- a/libc/debug/catchsegv.sh
+++ b/libc/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
+# <http://www.gnu.org/licenses/>.
if test $# -eq 0; then
echo "$0: missing program name" >&2
diff --git a/libc/debug/chk_fail.c b/libc/debug/chk_fail.c
index bff17e4d3..c42acae75 100644
--- a/libc/debug/chk_fail.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/libc/debug/confstr_chk.c b/libc/debug/confstr_chk.c
index dae7714fc..810529921 100644
--- a/libc/debug/confstr_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <unistd.h>
diff --git a/libc/debug/dprintf_chk.c b/libc/debug/dprintf_chk.c
index d9e6705db..19175edff 100644
--- a/libc/debug/dprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <libioP.h>
#include <stdarg.h>
diff --git a/libc/debug/execinfo.h b/libc/debug/execinfo.h
index 04189a1ab..b85211333 100644
--- a/libc/debug/execinfo.h
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _EXECINFO_H
#define _EXECINFO_H 1
diff --git a/libc/debug/fdelt_chk.c b/libc/debug/fdelt_chk.c
index 7d9e4b96e..5e06f8f6a 100644
--- a/libc/debug/fdelt_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <sys/select.h>
diff --git a/libc/debug/fgets_chk.c b/libc/debug/fgets_chk.c
index 27fbede7f..720ba5d06 100644
--- a/libc/debug/fgets_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>.
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/libc/debug/fgets_u_chk.c b/libc/debug/fgets_u_chk.c
index 324d7e371..7784d24fe 100644
--- a/libc/debug/fgets_u_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>.
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/libc/debug/fgetws_chk.c b/libc/debug/fgetws_chk.c
index d080ccb47..9e3ef0045 100644
--- a/libc/debug/fgetws_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include "libioP.h"
#include <wchar.h>
diff --git a/libc/debug/fgetws_u_chk.c b/libc/debug/fgetws_u_chk.c
index b6cc87b80..980b9fb02 100644
--- a/libc/debug/fgetws_u_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>.
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/libc/debug/fortify_fail.c b/libc/debug/fortify_fail.c
index 3b5821e93..c5621ea6b 100644
--- a/libc/debug/fortify_fail.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/libc/debug/fprintf_chk.c b/libc/debug/fprintf_chk.c
index 77c50311f..65c00d1bb 100644
--- a/libc/debug/fprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <stdio.h>
diff --git a/libc/debug/fread_chk.c b/libc/debug/fread_chk.c
index 2dbe05e15..7d5eded57 100644
--- a/libc/debug/fread_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>.
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/libc/debug/fread_u_chk.c b/libc/debug/fread_u_chk.c
index 72a007e08..50c2291f4 100644
--- a/libc/debug/fread_u_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>.
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/libc/debug/fwprintf_chk.c b/libc/debug/fwprintf_chk.c
index b7e3494c7..657ec6c8f 100644
--- a/libc/debug/fwprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <wchar.h>
diff --git a/libc/debug/getcwd_chk.c b/libc/debug/getcwd_chk.c
index cb864c858..b2a7b87c5 100644
--- a/libc/debug/getcwd_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/libc/debug/getdomainname_chk.c b/libc/debug/getdomainname_chk.c
index a85464589..58d5fafe1 100644
--- a/libc/debug/getdomainname_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <unistd.h>
diff --git a/libc/debug/getgroups_chk.c b/libc/debug/getgroups_chk.c
index 8c3d99da7..57bd26f3b 100644
--- a/libc/debug/getgroups_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/libc/debug/gethostname_chk.c b/libc/debug/gethostname_chk.c
index 734cc56b0..f3ac2a703 100644
--- a/libc/debug/gethostname_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <unistd.h>
diff --git a/libc/debug/getlogin_r_chk.c b/libc/debug/getlogin_r_chk.c
index ae495cd7a..06b7fb54f 100644
--- a/libc/debug/getlogin_r_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <unistd.h>
diff --git a/libc/debug/gets_chk.c b/libc/debug/gets_chk.c
index 3715a3967..01b772731 100644
--- a/libc/debug/gets_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>.
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/libc/debug/getwd_chk.c b/libc/debug/getwd_chk.c
index 898af28d3..81256ab62 100644
--- a/libc/debug/getwd_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/libc/debug/longjmp_chk.c b/libc/debug/longjmp_chk.c
index 7de2a98a3..9b80bf880 100644
--- a/libc/debug/longjmp_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <setjmp.h>
diff --git a/libc/debug/mbsnrtowcs_chk.c b/libc/debug/mbsnrtowcs_chk.c
index fdad043c8..54bcafa89 100644
--- a/libc/debug/mbsnrtowcs_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <locale.h>
#include <wchar.h>
diff --git a/libc/debug/mbsrtowcs_chk.c b/libc/debug/mbsrtowcs_chk.c
index 73d87978e..afdd0ccd7 100644
--- a/libc/debug/mbsrtowcs_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <locale.h>
#include <wchar.h>
diff --git a/libc/debug/mbstowcs_chk.c b/libc/debug/mbstowcs_chk.c
index d1403c5d2..d840d1f6a 100644
--- a/libc/debug/mbstowcs_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <locale.h>
#include <string.h>
diff --git a/libc/debug/memcpy_chk.c b/libc/debug/memcpy_chk.c
index 638cd0e4f..bd43583ff 100644
--- a/libc/debug/memcpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <string.h>
#include <memcopy.h>
diff --git a/libc/debug/memmove_chk.c b/libc/debug/memmove_chk.c
index 6a3e157d8..5a304ef1b 100644
--- a/libc/debug/memmove_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <string.h>
#include <memcopy.h>
diff --git a/libc/debug/mempcpy_chk.c b/libc/debug/mempcpy_chk.c
index 5297bbab9..8e2695376 100644
--- a/libc/debug/mempcpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <string.h>
#include <memcopy.h>
diff --git a/libc/debug/memset_chk.c b/libc/debug/memset_chk.c
index d6206ffc9..ef6035119 100644
--- a/libc/debug/memset_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <string.h>
#include <memcopy.h>
diff --git a/libc/debug/noophooks.c b/libc/debug/noophooks.c
index a7c97f456..f60233adf 100644
--- a/libc/debug/noophooks.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <libc-internal.h>
diff --git a/libc/debug/obprintf_chk.c b/libc/debug/obprintf_chk.c
index 8e7014f39..0163a7572 100644
--- a/libc/debug/obprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
diff --git a/libc/debug/pcprofile.c b/libc/debug/pcprofile.c
index 4af850006..42baa33a0 100644
--- a/libc/debug/pcprofile.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
diff --git a/libc/debug/pcprofiledump.c b/libc/debug/pcprofiledump.c
index 9c6186d6f..be78251af 100644
--- a/libc/debug/pcprofiledump.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
/* This is mainly an example. It shows how programs which want to use
the information should read the file. */
diff --git a/libc/debug/poll_chk.c b/libc/debug/poll_chk.c
index df795e8ae..a1bb201af 100644
--- a/libc/debug/poll_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <sys/poll.h>
diff --git a/libc/debug/ppoll_chk.c b/libc/debug/ppoll_chk.c
index 63f922321..e9e9f2532 100644
--- a/libc/debug/ppoll_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <sys/poll.h>
diff --git a/libc/debug/pread64_chk.c b/libc/debug/pread64_chk.c
index 318579f0b..66498727f 100644
--- a/libc/debug/pread64_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#include <sys/param.h>
diff --git a/libc/debug/pread_chk.c b/libc/debug/pread_chk.c
index de111eaf8..4d871cb4d 100644
--- a/libc/debug/pread_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#include <sys/param.h>
diff --git a/libc/debug/printf_chk.c b/libc/debug/printf_chk.c
index 7bea9f6b0..01834e7b5 100644
--- a/libc/debug/printf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <stdio.h>
diff --git a/libc/debug/ptsname_r_chk.c b/libc/debug/ptsname_r_chk.c
index 5f03592bd..38691fef2 100644
--- a/libc/debug/ptsname_r_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
diff --git a/libc/debug/read_chk.c b/libc/debug/read_chk.c
index da2bc945b..b669bd060 100644
--- a/libc/debug/read_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#include <sys/param.h>
diff --git a/libc/debug/readlink_chk.c b/libc/debug/readlink_chk.c
index ac18ee2c2..c2c43b04c 100644
--- a/libc/debug/readlink_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#include <sys/param.h>
diff --git a/libc/debug/readlinkat_chk.c b/libc/debug/readlinkat_chk.c
index eab99c0ea..d2dd71ade 100644
--- a/libc/debug/readlinkat_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#include <sys/param.h>
diff --git a/libc/debug/readonly-area.c b/libc/debug/readonly-area.c
index 4b8172f19..fa11198db 100644
--- a/libc/debug/readonly-area.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
diff --git a/libc/debug/realpath_chk.c b/libc/debug/realpath_chk.c
index 961aea0b8..66a43fd33 100644
--- a/libc/debug/realpath_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <limits.h>
#include <stdlib.h>
diff --git a/libc/debug/recv_chk.c b/libc/debug/recv_chk.c
index 479ebdfe7..129513a22 100644
--- a/libc/debug/recv_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <sys/param.h>
#include <sys/socket.h>
diff --git a/libc/debug/recvfrom_chk.c b/libc/debug/recvfrom_chk.c
index 9790a15de..d5c31a4d6 100644
--- a/libc/debug/recvfrom_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <sys/param.h>
#include <sys/socket.h>
diff --git a/libc/debug/segfault.c b/libc/debug/segfault.c
index 89f26ee3f..332550dc6 100644
--- a/libc/debug/segfault.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <alloca.h>
#include <ctype.h>
diff --git a/libc/debug/snprintf_chk.c b/libc/debug/snprintf_chk.c
index 315d47c88..d593f07fd 100644
--- a/libc/debug/snprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <libioP.h>
#include <stdarg.h>
diff --git a/libc/debug/sprintf_chk.c b/libc/debug/sprintf_chk.c
index 658c0cccd..5f00510a8 100644
--- a/libc/debug/sprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <libioP.h>
#include <stdarg.h>
diff --git a/libc/debug/stack_chk_fail.c b/libc/debug/stack_chk_fail.c
index 77e42f2dc..639e681d5 100644
--- a/libc/debug/stack_chk_fail.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/libc/debug/stack_chk_fail_local.c b/libc/debug/stack_chk_fail_local.c
index 113088d55..35762bcf1 100644
--- a/libc/debug/stack_chk_fail_local.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <sys/cdefs.h>
diff --git a/libc/debug/stpcpy_chk.c b/libc/debug/stpcpy_chk.c
index dacda0115..2bb7b5184 100644
--- a/libc/debug/stpcpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/libc/debug/stpncpy_chk.c b/libc/debug/stpncpy_chk.c
index d136339de..b537f3389 100644
--- a/libc/debug/stpncpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
/* This is almost copied from strncpy.c, written by Torbjorn Granlund. */
diff --git a/libc/debug/strcat_chk.c b/libc/debug/strcat_chk.c
index b3fb3470b..c930caaf0 100644
--- a/libc/debug/strcat_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <string.h>
#include <memcopy.h>
diff --git a/libc/debug/strcpy_chk.c b/libc/debug/strcpy_chk.c
index a4d909fed..e867754d4 100644
--- a/libc/debug/strcpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stddef.h>
#include <string.h>
diff --git a/libc/debug/strncat_chk.c b/libc/debug/strncat_chk.c
index 953b435a4..c88034dc4 100644
--- a/libc/debug/strncat_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <string.h>
diff --git a/libc/debug/strncpy_chk.c b/libc/debug/strncpy_chk.c
index bdede7738..674d16033 100644
--- a/libc/debug/strncpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <string.h>
#include <memcopy.h>
diff --git a/libc/debug/swprintf_chk.c b/libc/debug/swprintf_chk.c
index 554cbe66a..1108a8e4d 100644
--- a/libc/debug/swprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <wchar.h>
diff --git a/libc/debug/test-stpcpy_chk.c b/libc/debug/test-stpcpy_chk.c
index d717ca736..f7f9a5463 100644
--- a/libc/debug/test-stpcpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#define STRCPY_RESULT(dst, len) ((dst) + (len))
#define TEST_MAIN
diff --git a/libc/debug/test-strcpy_chk.c b/libc/debug/test-strcpy_chk.c
index e08141dad..253636289 100644
--- a/libc/debug/test-strcpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#ifndef STRCPY_RESULT
# define STRCPY_RESULT(dst, len) dst
diff --git a/libc/debug/tst-chk1.c b/libc/debug/tst-chk1.c
index 1d07e236b..ec9d7ccc9 100644
--- a/libc/debug/tst-chk1.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <fcntl.h>
diff --git a/libc/debug/ttyname_r_chk.c b/libc/debug/ttyname_r_chk.c
index 9b06d5a71..a76fa51a2 100644
--- a/libc/debug/ttyname_r_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <unistd.h>
diff --git a/libc/debug/vasprintf_chk.c b/libc/debug/vasprintf_chk.c
index bdd3acf3b..087945f26 100644
--- a/libc/debug/vasprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>.
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/libc/debug/vdprintf_chk.c b/libc/debug/vdprintf_chk.c
index adb60262f..4de3f75bf 100644
--- a/libc/debug/vdprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>.
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/libc/debug/vfprintf_chk.c b/libc/debug/vfprintf_chk.c
index 7146986d5..93ce1c8f4 100644
--- a/libc/debug/vfprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <stdio.h>
diff --git a/libc/debug/vfwprintf_chk.c b/libc/debug/vfwprintf_chk.c
index f0ae041c2..8dea8af0f 100644
--- a/libc/debug/vfwprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <wchar.h>
diff --git a/libc/debug/vprintf_chk.c b/libc/debug/vprintf_chk.c
index 68ff4909b..333bc89bd 100644
--- a/libc/debug/vprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <stdio.h>
diff --git a/libc/debug/vsnprintf_chk.c b/libc/debug/vsnprintf_chk.c
index 8e3d99fa5..258a05025 100644
--- a/libc/debug/vsnprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <stdio.h>
diff --git a/libc/debug/vsprintf_chk.c b/libc/debug/vsprintf_chk.c
index 22cb2c7ad..b5379caf5 100644
--- a/libc/debug/vsprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <stdio.h>
diff --git a/libc/debug/vswprintf_chk.c b/libc/debug/vswprintf_chk.c
index f9a50c6e5..979e757c2 100644
--- a/libc/debug/vswprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <wchar.h>
diff --git a/libc/debug/vwprintf_chk.c b/libc/debug/vwprintf_chk.c
index 48306a743..2f1f499c4 100644
--- a/libc/debug/vwprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <stdio.h>
diff --git a/libc/debug/warning-nop.c b/libc/debug/warning-nop.c
index 74df8e7c5..f5d9f2aa9 100644
--- a/libc/debug/warning-nop.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <sys/cdefs.h>
diff --git a/libc/debug/wcpcpy_chk.c b/libc/debug/wcpcpy_chk.c
index c48ec68cc..5fe9bdd2a 100644
--- a/libc/debug/wcpcpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <wchar.h>
diff --git a/libc/debug/wcpncpy_chk.c b/libc/debug/wcpncpy_chk.c
index ea1340191..493ae0ca7 100644
--- a/libc/debug/wcpncpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <wchar.h>
diff --git a/libc/debug/wcrtomb_chk.c b/libc/debug/wcrtomb_chk.c
index 228430f37..2c7cafa3d 100644
--- a/libc/debug/wcrtomb_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <langinfo.h>
#include <locale.h>
diff --git a/libc/debug/wcscat_chk.c b/libc/debug/wcscat_chk.c
index eef04519f..27d9ee5f9 100644
--- a/libc/debug/wcscat_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <wchar.h>
diff --git a/libc/debug/wcscpy_chk.c b/libc/debug/wcscpy_chk.c
index 93b78cd01..1183dbbee 100644
--- a/libc/debug/wcscpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stddef.h>
#include <wchar.h>
diff --git a/libc/debug/wcsncat_chk.c b/libc/debug/wcsncat_chk.c
index b28773ff2..24d4b4b51 100644
--- a/libc/debug/wcsncat_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <wchar.h>
diff --git a/libc/debug/wcsncpy_chk.c b/libc/debug/wcsncpy_chk.c
index 199e4b01a..43c0ea643 100644
--- a/libc/debug/wcsncpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <wchar.h>
diff --git a/libc/debug/wcsnrtombs_chk.c b/libc/debug/wcsnrtombs_chk.c
index a38c3240f..59b6185b4 100644
--- a/libc/debug/wcsnrtombs_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <locale.h>
#include <wchar.h>
diff --git a/libc/debug/wcsrtombs_chk.c b/libc/debug/wcsrtombs_chk.c
index 6c36a1f8a..e8daa1b6b 100644
--- a/libc/debug/wcsrtombs_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <locale.h>
#include <wchar.h>
diff --git a/libc/debug/wcstombs_chk.c b/libc/debug/wcstombs_chk.c
index dbbc6a4eb..c0951a0e4 100644
--- a/libc/debug/wcstombs_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <locale.h>
#include <string.h>
diff --git a/libc/debug/wctomb_chk.c b/libc/debug/wctomb_chk.c
index 23fc2ffbd..025fd1c67 100644
--- a/libc/debug/wctomb_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <locale.h>
#include <stdlib.h>
diff --git a/libc/debug/wmemcpy_chk.c b/libc/debug/wmemcpy_chk.c
index eeee927e9..d2bfa0795 100644
--- a/libc/debug/wmemcpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <wchar.h>
#include <string.h>
diff --git a/libc/debug/wmemmove_chk.c b/libc/debug/wmemmove_chk.c
index da0446eb2..6b317757b 100644
--- a/libc/debug/wmemmove_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <wchar.h>
#include <string.h>
diff --git a/libc/debug/wmempcpy_chk.c b/libc/debug/wmempcpy_chk.c
index 52c629a35..a2ff8cc61 100644
--- a/libc/debug/wmempcpy_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <wchar.h>
#include <string.h>
diff --git a/libc/debug/wmemset_chk.c b/libc/debug/wmemset_chk.c
index 5ed88e83a..24f851962 100644
--- a/libc/debug/wmemset_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <wchar.h>
diff --git a/libc/debug/wprintf_chk.c b/libc/debug/wprintf_chk.c
index ef60f8a9f..fc2362776 100644
--- a/libc/debug/wprintf_chk.c
+++ b/libc/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
+ <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <stdio.h>
diff --git a/libc/debug/xtrace.sh b/libc/debug/xtrace.sh
index b19879805..f3312b6cd 100755
--- a/libc/debug/xtrace.sh
+++ b/libc/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
+# <http://www.gnu.org/licenses/>.
pcprofileso='@SLIBDIR@/libpcprofile.so'
pcprofiledump='@BINDIR@/pcprofiledump'