diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-02-09 23:18:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-09 23:18:22 +0000 |
commit | 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch) | |
tree | 69edda6ebdfd8fe5d83991ab44723e07f6366420 /debug | |
parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2 |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'debug')
95 files changed, 190 insertions, 285 deletions
diff --git a/debug/Makefile b/debug/Makefile index dca4e97..4055211 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 +# <http://www.gnu.org/licenses/>. # # Sub-makefile for debug portion of the library. diff --git a/debug/asprintf_chk.c b/debug/asprintf_chk.c index fd943c8..8c3b798 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 + <http://www.gnu.org/licenses/>. */ #include <libioP.h> #include <stdarg.h> diff --git a/debug/backtrace.c b/debug/backtrace.c index f2d5237..a3fd81c 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 + <http://www.gnu.org/licenses/>. */ #include <execinfo.h> #include <signal.h> diff --git a/debug/backtracesyms.c b/debug/backtracesyms.c index db7ba36..a010664 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 + <http://www.gnu.org/licenses/>. */ #include <execinfo.h> #include <stdlib.h> diff --git a/debug/backtracesymsfd.c b/debug/backtracesymsfd.c index b01f8b0..fe247d8 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 + <http://www.gnu.org/licenses/>. */ #include <execinfo.h> #include <string.h> diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh index 743e339..9bbcfc0 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 +# <http://www.gnu.org/licenses/>. if test $# -eq 0; then echo "$0: missing program name" >&2 diff --git a/debug/chk_fail.c b/debug/chk_fail.c index bff17e4..c42acae 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 + <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c index dae7714..8105299 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 + <http://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/debug/dprintf_chk.c b/debug/dprintf_chk.c index d9e6705..19175ed 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 + <http://www.gnu.org/licenses/>. */ #include <libioP.h> #include <stdarg.h> diff --git a/debug/execinfo.h b/debug/execinfo.h index 04189a1..b852113 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 + <http://www.gnu.org/licenses/>. */ #ifndef _EXECINFO_H #define _EXECINFO_H 1 diff --git a/debug/fdelt_chk.c b/debug/fdelt_chk.c index 7d9e4b9..5e06f8f 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 + <http://www.gnu.org/licenses/>. */ #include <sys/select.h> diff --git a/debug/fgets_chk.c b/debug/fgets_chk.c index 27fbede..720ba5d 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 + <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/debug/fgets_u_chk.c b/debug/fgets_u_chk.c index 324d7e3..7784d24 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 + <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/debug/fgetws_chk.c b/debug/fgetws_chk.c index d080ccb..9e3ef00 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 + <http://www.gnu.org/licenses/>. */ #include "libioP.h" #include <wchar.h> diff --git a/debug/fgetws_u_chk.c b/debug/fgetws_u_chk.c index b6cc87b..980b9fb 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 + <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/debug/fortify_fail.c b/debug/fortify_fail.c index 3b5821e..c5621ea 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 + <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/debug/fprintf_chk.c b/debug/fprintf_chk.c index 77c5031..65c00d1 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 + <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <stdio.h> diff --git a/debug/fread_chk.c b/debug/fread_chk.c index 2dbe05e..7d5eded 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 + <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/debug/fread_u_chk.c b/debug/fread_u_chk.c index 72a007e..50c2291 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 + <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/debug/fwprintf_chk.c b/debug/fwprintf_chk.c index b7e3494..657ec6c 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 + <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <wchar.h> diff --git a/debug/getcwd_chk.c b/debug/getcwd_chk.c index cb864c8..b2a7b87 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/debug/getdomainname_chk.c b/debug/getdomainname_chk.c index a854645..58d5faf 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 + <http://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/debug/getgroups_chk.c b/debug/getgroups_chk.c index 8c3d99d..57bd26f 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/debug/gethostname_chk.c b/debug/gethostname_chk.c index 734cc56..f3ac2a7 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 + <http://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/debug/getlogin_r_chk.c b/debug/getlogin_r_chk.c index ae495cd..06b7fb5 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 + <http://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/debug/gets_chk.c b/debug/gets_chk.c index 3715a39..01b7727 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 + <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/debug/getwd_chk.c b/debug/getwd_chk.c index 898af28..81256ab 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/debug/longjmp_chk.c b/debug/longjmp_chk.c index 7de2a98..9b80bf8 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 + <http://www.gnu.org/licenses/>. */ #include <setjmp.h> diff --git a/debug/mbsnrtowcs_chk.c b/debug/mbsnrtowcs_chk.c index fdad043..54bcafa 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 + <http://www.gnu.org/licenses/>. */ #include <locale.h> #include <wchar.h> diff --git a/debug/mbsrtowcs_chk.c b/debug/mbsrtowcs_chk.c index 73d8797..afdd0cc 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 + <http://www.gnu.org/licenses/>. */ #include <locale.h> #include <wchar.h> diff --git a/debug/mbstowcs_chk.c b/debug/mbstowcs_chk.c index d1403c5..d840d1f 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 + <http://www.gnu.org/licenses/>. */ #include <locale.h> #include <string.h> diff --git a/debug/memcpy_chk.c b/debug/memcpy_chk.c index 638cd0e..bd43583 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 + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/debug/memmove_chk.c b/debug/memmove_chk.c index 6a3e157..5a304ef 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 + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/debug/mempcpy_chk.c b/debug/mempcpy_chk.c index 5297bba..8e26953 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 + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/debug/memset_chk.c b/debug/memset_chk.c index d6206ff..ef60351 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 + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/debug/noophooks.c b/debug/noophooks.c index a7c97f4..f60233a 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 + <http://www.gnu.org/licenses/>. */ #include <libc-internal.h> diff --git a/debug/obprintf_chk.c b/debug/obprintf_chk.c index 8e7014f..0163a757 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 + <http://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/debug/pcprofile.c b/debug/pcprofile.c index 4af8500..42baa33 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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <fcntl.h> diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c index 13d9e8c..fe6f3b4 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 + <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/debug/poll_chk.c b/debug/poll_chk.c index df795e8..a1bb201 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 + <http://www.gnu.org/licenses/>. */ #include <sys/poll.h> diff --git a/debug/ppoll_chk.c b/debug/ppoll_chk.c index 63f9223..e9e9f25 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 + <http://www.gnu.org/licenses/>. */ #include <sys/poll.h> diff --git a/debug/pread64_chk.c b/debug/pread64_chk.c index 318579f..6649872 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 + <http://www.gnu.org/licenses/>. */ #include <unistd.h> #include <sys/param.h> diff --git a/debug/pread_chk.c b/debug/pread_chk.c index de111ea..4d871cb 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 + <http://www.gnu.org/licenses/>. */ #include <unistd.h> #include <sys/param.h> diff --git a/debug/printf_chk.c b/debug/printf_chk.c index 7bea9f6..01834e7 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 + <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <stdio.h> diff --git a/debug/ptsname_r_chk.c b/debug/ptsname_r_chk.c index 5f03592..38691fe 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 + <http://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/debug/read_chk.c b/debug/read_chk.c index da2bc94..b669bd0 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 + <http://www.gnu.org/licenses/>. */ #include <unistd.h> #include <sys/param.h> diff --git a/debug/readlink_chk.c b/debug/readlink_chk.c index ac18ee2..c2c43b0 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 + <http://www.gnu.org/licenses/>. */ #include <unistd.h> #include <sys/param.h> diff --git a/debug/readlinkat_chk.c b/debug/readlinkat_chk.c index eab99c0..d2dd71a 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 + <http://www.gnu.org/licenses/>. */ #include <unistd.h> #include <sys/param.h> diff --git a/debug/readonly-area.c b/debug/readonly-area.c index 4b8172f..fa11198 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 + <http://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/debug/realpath_chk.c b/debug/realpath_chk.c index 961aea0..66a43fd 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 + <http://www.gnu.org/licenses/>. */ #include <limits.h> #include <stdlib.h> diff --git a/debug/recv_chk.c b/debug/recv_chk.c index 479ebdf..129513a 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 + <http://www.gnu.org/licenses/>. */ #include <sys/param.h> #include <sys/socket.h> diff --git a/debug/recvfrom_chk.c b/debug/recvfrom_chk.c index 9790a15..d5c31a4 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 + <http://www.gnu.org/licenses/>. */ #include <sys/param.h> #include <sys/socket.h> diff --git a/debug/segfault.c b/debug/segfault.c index 413f207..18f8115 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 + <http://www.gnu.org/licenses/>. */ #include <alloca.h> #include <ctype.h> diff --git a/debug/snprintf_chk.c b/debug/snprintf_chk.c index 315d47c..d593f07 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 + <http://www.gnu.org/licenses/>. */ #include <libioP.h> #include <stdarg.h> diff --git a/debug/sprintf_chk.c b/debug/sprintf_chk.c index 658c0cc..5f00510 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 + <http://www.gnu.org/licenses/>. */ #include <libioP.h> #include <stdarg.h> diff --git a/debug/stack_chk_fail.c b/debug/stack_chk_fail.c index 77e42f2..639e681 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 + <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/debug/stack_chk_fail_local.c b/debug/stack_chk_fail_local.c index 113088d..35762bc 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 + <http://www.gnu.org/licenses/>. */ #include <sys/cdefs.h> diff --git a/debug/stpcpy_chk.c b/debug/stpcpy_chk.c index dacda01..2bb7b51 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 + <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/debug/stpncpy_chk.c b/debug/stpncpy_chk.c index d136339..b537f33 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 + <http://www.gnu.org/licenses/>. */ /* This is almost copied from strncpy.c, written by Torbjorn Granlund. */ diff --git a/debug/strcat_chk.c b/debug/strcat_chk.c index b3fb347..c930caa 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 + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/debug/strcpy_chk.c b/debug/strcpy_chk.c index a4d909f..e867754 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 + <http://www.gnu.org/licenses/>. */ #include <stddef.h> #include <string.h> diff --git a/debug/strncat_chk.c b/debug/strncat_chk.c index 953b435..c88034d 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 + <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/debug/strncpy_chk.c b/debug/strncpy_chk.c index bdede77..674d160 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 + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/debug/swprintf_chk.c b/debug/swprintf_chk.c index 554cbe6..1108a8e 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 + <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <wchar.h> diff --git a/debug/test-stpcpy_chk.c b/debug/test-stpcpy_chk.c index d717ca7..f7f9a54 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 + <http://www.gnu.org/licenses/>. */ #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 e08141d..2536362 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 + <http://www.gnu.org/licenses/>. */ #ifndef STRCPY_RESULT # define STRCPY_RESULT(dst, len) dst diff --git a/debug/tst-chk1.c b/debug/tst-chk1.c index 21419ee..b8745ee 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 + <http://www.gnu.org/licenses/>. */ #include <assert.h> #include <fcntl.h> diff --git a/debug/ttyname_r_chk.c b/debug/ttyname_r_chk.c index 9b06d5a..a76fa51 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 + <http://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/debug/vasprintf_chk.c b/debug/vasprintf_chk.c index bdd3acf..087945f 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 + <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/debug/vdprintf_chk.c b/debug/vdprintf_chk.c index adb6026..4de3f75 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 + <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/debug/vfprintf_chk.c b/debug/vfprintf_chk.c index 7146986..93ce1c8 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 + <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <stdio.h> diff --git a/debug/vfwprintf_chk.c b/debug/vfwprintf_chk.c index f0ae041c..8dea8af 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 + <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <wchar.h> diff --git a/debug/vprintf_chk.c b/debug/vprintf_chk.c index 68ff490..333bc89 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 + <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <stdio.h> diff --git a/debug/vsnprintf_chk.c b/debug/vsnprintf_chk.c index 8e3d99f..258a0502 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 + <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <stdio.h> diff --git a/debug/vsprintf_chk.c b/debug/vsprintf_chk.c index 22cb2c7..b5379ca 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 + <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <stdio.h> diff --git a/debug/vswprintf_chk.c b/debug/vswprintf_chk.c index f9a50c6..979e757 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 + <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <wchar.h> diff --git a/debug/vwprintf_chk.c b/debug/vwprintf_chk.c index 48306a7..2f1f499 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 + <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <stdio.h> diff --git a/debug/warning-nop.c b/debug/warning-nop.c index 74df8e7..f5d9f2a 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 + <http://www.gnu.org/licenses/>. */ #include <sys/cdefs.h> diff --git a/debug/wcpcpy_chk.c b/debug/wcpcpy_chk.c index c48ec68..5fe9bdd 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 + <http://www.gnu.org/licenses/>. */ #include <wchar.h> diff --git a/debug/wcpncpy_chk.c b/debug/wcpncpy_chk.c index ea13401..493ae0c 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 + <http://www.gnu.org/licenses/>. */ #include <wchar.h> diff --git a/debug/wcrtomb_chk.c b/debug/wcrtomb_chk.c index 228430f..2c7cafa 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 + <http://www.gnu.org/licenses/>. */ #include <langinfo.h> #include <locale.h> diff --git a/debug/wcscat_chk.c b/debug/wcscat_chk.c index eef0451..27d9ee5 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 + <http://www.gnu.org/licenses/>. */ #include <wchar.h> diff --git a/debug/wcscpy_chk.c b/debug/wcscpy_chk.c index 93b78cd..1183dbb 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 + <http://www.gnu.org/licenses/>. */ #include <stddef.h> #include <wchar.h> diff --git a/debug/wcsncat_chk.c b/debug/wcsncat_chk.c index b28773f..24d4b4b 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 + <http://www.gnu.org/licenses/>. */ #include <wchar.h> diff --git a/debug/wcsncpy_chk.c b/debug/wcsncpy_chk.c index 199e4b0..43c0ea6 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 + <http://www.gnu.org/licenses/>. */ #include <wchar.h> diff --git a/debug/wcsnrtombs_chk.c b/debug/wcsnrtombs_chk.c index a38c324..59b6185 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 + <http://www.gnu.org/licenses/>. */ #include <locale.h> #include <wchar.h> diff --git a/debug/wcsrtombs_chk.c b/debug/wcsrtombs_chk.c index 6c36a1f..e8daa1b 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 + <http://www.gnu.org/licenses/>. */ #include <locale.h> #include <wchar.h> diff --git a/debug/wcstombs_chk.c b/debug/wcstombs_chk.c index dbbc6a4..c0951a0 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 + <http://www.gnu.org/licenses/>. */ #include <locale.h> #include <string.h> diff --git a/debug/wctomb_chk.c b/debug/wctomb_chk.c index 23fc2ff..025fd1c 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 + <http://www.gnu.org/licenses/>. */ #include <locale.h> #include <stdlib.h> diff --git a/debug/wmemcpy_chk.c b/debug/wmemcpy_chk.c index eeee927..d2bfa07 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 + <http://www.gnu.org/licenses/>. */ #include <wchar.h> #include <string.h> diff --git a/debug/wmemmove_chk.c b/debug/wmemmove_chk.c index da0446e..6b31775 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 + <http://www.gnu.org/licenses/>. */ #include <wchar.h> #include <string.h> diff --git a/debug/wmempcpy_chk.c b/debug/wmempcpy_chk.c index 52c629a..a2ff8cc 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 + <http://www.gnu.org/licenses/>. */ #include <wchar.h> #include <string.h> diff --git a/debug/wmemset_chk.c b/debug/wmemset_chk.c index 5ed88e8..24f8519 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 + <http://www.gnu.org/licenses/>. */ #include <wchar.h> diff --git a/debug/wprintf_chk.c b/debug/wprintf_chk.c index ef60f8a..fc23627 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 + <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <stdio.h> diff --git a/debug/xtrace.sh b/debug/xtrace.sh index 9a9628f..ea4d254 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 +# <http://www.gnu.org/licenses/>. pcprofileso='@SLIBDIR@/libpcprofile.so' pcprofiledump='@BINDIR@/pcprofiledump' |