From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- stdio-common/Makefile | 5 ++--- stdio-common/_i18n_number.h | 5 ++--- stdio-common/_itoa.c | 5 ++--- stdio-common/_itoa.h | 5 ++--- stdio-common/_itowa.c | 5 ++--- stdio-common/_itowa.h | 5 ++--- stdio-common/asprintf.c | 5 ++--- stdio-common/bits/printf-ldbl.h | 5 ++--- stdio-common/ctermid.c | 5 ++--- stdio-common/cuserid.c | 5 ++--- stdio-common/dprintf.c | 5 ++--- stdio-common/errlist.c | 5 ++--- stdio-common/errnobug.c | 5 ++--- stdio-common/flockfile.c | 5 ++--- stdio-common/fprintf.c | 5 ++--- stdio-common/fscanf.c | 5 ++--- stdio-common/ftrylockfile.c | 5 ++--- stdio-common/funlockfile.c | 5 ++--- stdio-common/fxprintf.c | 5 ++--- stdio-common/getline.c | 5 ++--- stdio-common/getw.c | 5 ++--- stdio-common/isoc99_fscanf.c | 5 ++--- stdio-common/isoc99_scanf.c | 5 ++--- stdio-common/isoc99_sscanf.c | 5 ++--- stdio-common/isoc99_vfscanf.c | 5 ++--- stdio-common/isoc99_vscanf.c | 5 ++--- stdio-common/isoc99_vsscanf.c | 5 ++--- stdio-common/itoa-digits.c | 5 ++--- stdio-common/itoa-udigits.c | 5 ++--- stdio-common/itowa-digits.c | 5 ++--- stdio-common/perror.c | 5 ++--- stdio-common/printf-parse.h | 5 ++--- stdio-common/printf-parsemb.c | 5 ++--- stdio-common/printf-prs.c | 5 ++--- stdio-common/printf.c | 5 ++--- stdio-common/printf.h | 5 ++--- stdio-common/printf_fp.c | 5 ++--- stdio-common/printf_fphex.c | 5 ++--- stdio-common/printf_size.c | 5 ++--- stdio-common/psiginfo.c | 5 ++--- stdio-common/psignal.c | 5 ++--- stdio-common/putw.c | 5 ++--- stdio-common/reg-modifier.c | 5 ++--- stdio-common/reg-printf.c | 5 ++--- stdio-common/reg-type.c | 5 ++--- stdio-common/remove.c | 5 ++--- stdio-common/rename.c | 5 ++--- stdio-common/renameat.c | 5 ++--- stdio-common/scanf.c | 5 ++--- stdio-common/scanf11.c | 5 ++--- stdio-common/siglist.c | 5 ++--- stdio-common/snprintf.c | 5 ++--- stdio-common/sprintf.c | 5 ++--- stdio-common/sscanf.c | 5 ++--- stdio-common/stdio_ext.h | 5 ++--- stdio-common/stdio_lim.h.in | 5 ++--- stdio-common/tempnam.c | 5 ++--- stdio-common/tempname.c | 5 ++--- stdio-common/test-fseek.c | 5 ++--- stdio-common/test-popen.c | 5 ++--- stdio-common/test-vfprintf.c | 5 ++--- stdio-common/test_rdwr.c | 5 ++--- stdio-common/tmpfile.c | 5 ++--- stdio-common/tmpnam.c | 5 ++--- stdio-common/tmpnam_r.c | 5 ++--- stdio-common/tst-fileno.c | 5 ++--- stdio-common/tst-fseek.c | 5 ++--- stdio-common/tst-gets.c | 5 ++--- stdio-common/tst-popen.c | 5 ++--- stdio-common/tst-printf.c | 5 ++--- stdio-common/tst-printf.sh | 5 ++--- stdio-common/tst-sscanf.c | 5 ++--- stdio-common/tst-tmpnam.c | 5 ++--- stdio-common/tst-unbputc.sh | 5 ++--- stdio-common/tst-unlockedio.c | 5 ++--- stdio-common/tstgetln.c | 5 ++--- stdio-common/tstscanf.c | 5 ++--- stdio-common/vfprintf.c | 5 ++--- stdio-common/vfscanf.c | 5 ++--- stdio-common/vprintf.c | 5 ++--- 80 files changed, 160 insertions(+), 240 deletions(-) (limited to 'stdio-common') diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 006f546893..a847b28fbc 100644 --- a/stdio-common/Makefile +++ b/stdio-common/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 +# . # # Specific makefile for stdio-common. diff --git a/stdio-common/_i18n_number.h b/stdio-common/_i18n_number.h index 43ed17e717..f18b152852 100644 --- a/stdio-common/_i18n_number.h +++ b/stdio-common/_i18n_number.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/_itoa.c b/stdio-common/_itoa.c index 373843f1cd..e52f666ffa 100644 --- a/stdio-common/_itoa.c +++ b/stdio-common/_itoa.c @@ -16,9 +16,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/_itoa.h b/stdio-common/_itoa.h index 6d9812fe32..8870ee0286 100644 --- a/stdio-common/_itoa.h +++ b/stdio-common/_itoa.h @@ -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 + . */ #ifndef _ITOA_H #define _ITOA_H diff --git a/stdio-common/_itowa.c b/stdio-common/_itowa.c index 09a961dfaf..8047c877c9 100644 --- a/stdio-common/_itowa.c +++ b/stdio-common/_itowa.c @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/_itowa.h b/stdio-common/_itowa.h index 009458b4be..0f3331144f 100644 --- a/stdio-common/_itowa.h +++ b/stdio-common/_itowa.h @@ -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 + . */ #ifndef _ITOWA_H #define _ITOWA_H 1 diff --git a/stdio-common/asprintf.c b/stdio-common/asprintf.c index 66e766ebfb..1f58a20678 100644 --- a/stdio-common/asprintf.c +++ b/stdio-common/asprintf.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/bits/printf-ldbl.h b/stdio-common/bits/printf-ldbl.h index cbdc3f1cbc..43ab026aee 100644 --- a/stdio-common/bits/printf-ldbl.h +++ b/stdio-common/bits/printf-ldbl.h @@ -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 + . */ #ifndef _PRINTF_H # error "Never include directly; use instead." diff --git a/stdio-common/ctermid.c b/stdio-common/ctermid.c index e4d94eada2..b1bc4c9835 100644 --- a/stdio-common/ctermid.c +++ b/stdio-common/ctermid.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/cuserid.c b/stdio-common/cuserid.c index 826972f4de..758574b607 100644 --- a/stdio-common/cuserid.c +++ b/stdio-common/cuserid.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/dprintf.c b/stdio-common/dprintf.c index 6d00e10a63..9c0abc1368 100644 --- a/stdio-common/dprintf.c +++ b/stdio-common/dprintf.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/errlist.c b/stdio-common/errlist.c index 6a834fc329..d618d1e53a 100644 --- a/stdio-common/errlist.c +++ b/stdio-common/errlist.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/stdio-common/errnobug.c b/stdio-common/errnobug.c index 1c19527b7b..61a0a26d82 100644 --- a/stdio-common/errnobug.c +++ b/stdio-common/errnobug.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/flockfile.c b/stdio-common/flockfile.c index 571930ee54..ea7b407c40 100644 --- a/stdio-common/flockfile.c +++ b/stdio-common/flockfile.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/stdio-common/fprintf.c b/stdio-common/fprintf.c index 689e80f466..fea47338eb 100644 --- a/stdio-common/fprintf.c +++ b/stdio-common/fprintf.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/fscanf.c b/stdio-common/fscanf.c index a6b60162cf..fef4b79bbd 100644 --- a/stdio-common/fscanf.c +++ b/stdio-common/fscanf.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/ftrylockfile.c b/stdio-common/ftrylockfile.c index 7bd3e9b53b..e7088b8482 100644 --- a/stdio-common/ftrylockfile.c +++ b/stdio-common/ftrylockfile.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/stdio-common/funlockfile.c b/stdio-common/funlockfile.c index 902d29478d..d727383360 100644 --- a/stdio-common/funlockfile.c +++ b/stdio-common/funlockfile.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/stdio-common/fxprintf.c b/stdio-common/fxprintf.c index f6ba0ca558..3c1341485d 100644 --- a/stdio-common/fxprintf.c +++ b/stdio-common/fxprintf.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/getline.c b/stdio-common/getline.c index 198983c65f..364c8b255a 100644 --- a/stdio-common/getline.c +++ b/stdio-common/getline.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/getw.c b/stdio-common/getw.c index 423da40762..2cd5ab0a80 100644 --- a/stdio-common/getw.c +++ b/stdio-common/getw.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/stdio-common/isoc99_fscanf.c b/stdio-common/isoc99_fscanf.c index 5b8c16e788..6e5e33d68f 100644 --- a/stdio-common/isoc99_fscanf.c +++ b/stdio-common/isoc99_fscanf.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/isoc99_scanf.c b/stdio-common/isoc99_scanf.c index a90fe7018c..d91ef94bbc 100644 --- a/stdio-common/isoc99_scanf.c +++ b/stdio-common/isoc99_scanf.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/isoc99_sscanf.c b/stdio-common/isoc99_sscanf.c index 9500ccb464..ea0904008d 100644 --- a/stdio-common/isoc99_sscanf.c +++ b/stdio-common/isoc99_sscanf.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/isoc99_vfscanf.c b/stdio-common/isoc99_vfscanf.c index 10b04c3bc7..658d5ff361 100644 --- a/stdio-common/isoc99_vfscanf.c +++ b/stdio-common/isoc99_vfscanf.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/isoc99_vscanf.c b/stdio-common/isoc99_vscanf.c index f7858f042b..c9c187cb3a 100644 --- a/stdio-common/isoc99_vscanf.c +++ b/stdio-common/isoc99_vscanf.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/isoc99_vsscanf.c b/stdio-common/isoc99_vsscanf.c index b11cf603d3..628856a6d0 100644 --- a/stdio-common/isoc99_vsscanf.c +++ b/stdio-common/isoc99_vsscanf.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. + License along with the GNU C Library; if not, see + . As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/stdio-common/itoa-digits.c b/stdio-common/itoa-digits.c index cbdc09b105..b0a652d6cf 100644 --- a/stdio-common/itoa-digits.c +++ b/stdio-common/itoa-digits.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 + . */ /* Lower-case digits. */ const char _itoa_lower_digits[36] diff --git a/stdio-common/itoa-udigits.c b/stdio-common/itoa-udigits.c index 0ed4dc119a..39f9549c9c 100644 --- a/stdio-common/itoa-udigits.c +++ b/stdio-common/itoa-udigits.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 + . */ /* Upper-case digits. */ const char _itoa_upper_digits[36] diff --git a/stdio-common/itowa-digits.c b/stdio-common/itowa-digits.c index ce5b9c3b92..ba32523638 100644 --- a/stdio-common/itowa-digits.c +++ b/stdio-common/itowa-digits.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/stdio-common/perror.c b/stdio-common/perror.c index dedc922ccd..6ac1607e62 100644 --- a/stdio-common/perror.c +++ b/stdio-common/perror.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/printf-parse.h b/stdio-common/printf-parse.h index 555ad78f33..72665dcec2 100644 --- a/stdio-common/printf-parse.h +++ b/stdio-common/printf-parse.h @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/printf-parsemb.c b/stdio-common/printf-parsemb.c index a67cc1a499..2bdb5e65ab 100644 --- a/stdio-common/printf-parsemb.c +++ b/stdio-common/printf-parsemb.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/printf-prs.c b/stdio-common/printf-prs.c index e8d84b3be0..68a9c61a13 100644 --- a/stdio-common/printf-prs.c +++ b/stdio-common/printf-prs.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/printf.c b/stdio-common/printf.c index 4c8f3a2a0c..df929b3bd5 100644 --- a/stdio-common/printf.c +++ b/stdio-common/printf.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/printf.h b/stdio-common/printf.h index 274fd9a437..752c05812d 100644 --- a/stdio-common/printf.h +++ b/stdio-common/printf.h @@ -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 + . */ #ifndef _PRINTF_H diff --git a/stdio-common/printf_fp.c b/stdio-common/printf_fp.c index 0853bc296a..46f9e3e904 100644 --- a/stdio-common/printf_fp.c +++ b/stdio-common/printf_fp.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 + . */ /* The gmp headers need some configuration frobs. */ #define HAVE_ALLOCA 1 diff --git a/stdio-common/printf_fphex.c b/stdio-common/printf_fphex.c index 6cb71414f5..01142f9f6d 100644 --- a/stdio-common/printf_fphex.c +++ b/stdio-common/printf_fphex.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/printf_size.c b/stdio-common/printf_size.c index 651b3dba9d..06cbb064ab 100644 --- a/stdio-common/printf_size.c +++ b/stdio-common/printf_size.c @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/psiginfo.c b/stdio-common/psiginfo.c index a10780d05b..eb758c481a 100644 --- a/stdio-common/psiginfo.c +++ b/stdio-common/psiginfo.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/psignal.c b/stdio-common/psignal.c index c8111051b1..23026f9b18 100644 --- a/stdio-common/psignal.c +++ b/stdio-common/psignal.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/putw.c b/stdio-common/putw.c index 66a36fafb7..ecfdcd8b6d 100644 --- a/stdio-common/putw.c +++ b/stdio-common/putw.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/reg-modifier.c b/stdio-common/reg-modifier.c index ea3bdada13..dcfd3a812a 100644 --- a/stdio-common/reg-modifier.c +++ b/stdio-common/reg-modifier.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/reg-printf.c b/stdio-common/reg-printf.c index b5cab679de..30bf7dadd6 100644 --- a/stdio-common/reg-printf.c +++ b/stdio-common/reg-printf.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/reg-type.c b/stdio-common/reg-type.c index 7a96b2893a..31c7472c04 100644 --- a/stdio-common/reg-type.c +++ b/stdio-common/reg-type.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/remove.c b/stdio-common/remove.c index 5dc0e9edf0..17e3ed6057 100644 --- a/stdio-common/remove.c +++ b/stdio-common/remove.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/rename.c b/stdio-common/rename.c index b7d8392179..af84bed00c 100644 --- a/stdio-common/rename.c +++ b/stdio-common/rename.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/renameat.c b/stdio-common/renameat.c index 1261da88a4..821e107a82 100644 --- a/stdio-common/renameat.c +++ b/stdio-common/renameat.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/scanf.c b/stdio-common/scanf.c index d4a4daf726..e7ef18dcb7 100644 --- a/stdio-common/scanf.c +++ b/stdio-common/scanf.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/scanf11.c b/stdio-common/scanf11.c index caa3a678da..557ff86efe 100644 --- a/stdio-common/scanf11.c +++ b/stdio-common/scanf11.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/siglist.c b/stdio-common/siglist.c index 80847cd491..5dade294c8 100644 --- a/stdio-common/siglist.c +++ b/stdio-common/siglist.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/snprintf.c b/stdio-common/snprintf.c index 00d2082350..8ea45885ca 100644 --- a/stdio-common/snprintf.c +++ b/stdio-common/snprintf.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/sprintf.c b/stdio-common/sprintf.c index 7f564d5635..817844a442 100644 --- a/stdio-common/sprintf.c +++ b/stdio-common/sprintf.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/sscanf.c b/stdio-common/sscanf.c index 384a6977dc..0787b59a3f 100644 --- a/stdio-common/sscanf.c +++ b/stdio-common/sscanf.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/stdio_ext.h b/stdio-common/stdio_ext.h index 23d12e0921..1872bde829 100644 --- a/stdio-common/stdio_ext.h +++ b/stdio-common/stdio_ext.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* This header contains the same definitions as the header of the same name on Sun's Solaris OS. */ diff --git a/stdio-common/stdio_lim.h.in b/stdio-common/stdio_lim.h.in index a827255790..ca0fdd4507 100644 --- a/stdio-common/stdio_lim.h.in +++ b/stdio-common/stdio_lim.h.in @@ -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 + . */ #if !defined _STDIO_H && !defined __need_FOPEN_MAX && !defined __need_IOV_MAX # error "Never include directly; use instead." diff --git a/stdio-common/tempnam.c b/stdio-common/tempnam.c index 3604a2d267..929aee3884 100644 --- a/stdio-common/tempnam.c +++ b/stdio-common/tempnam.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/tempname.c b/stdio-common/tempname.c index 02ee34fe8e..cdcdaaa86f 100644 --- a/stdio-common/tempname.c +++ b/stdio-common/tempname.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 + . */ #define __need_size_t #include diff --git a/stdio-common/test-fseek.c b/stdio-common/test-fseek.c index 2b9625612d..2050c88ebb 100644 --- a/stdio-common/test-fseek.c +++ b/stdio-common/test-fseek.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/stdio-common/test-popen.c b/stdio-common/test-popen.c index 5809c7fef6..40f75c0a0d 100644 --- a/stdio-common/test-popen.c +++ b/stdio-common/test-popen.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/test-vfprintf.c b/stdio-common/test-vfprintf.c index 342ac471da..5a323c79a3 100644 --- a/stdio-common/test-vfprintf.c +++ b/stdio-common/test-vfprintf.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/test_rdwr.c b/stdio-common/test_rdwr.c index ec06d486bc..6fa1e1ce2e 100644 --- a/stdio-common/test_rdwr.c +++ b/stdio-common/test_rdwr.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/tmpfile.c b/stdio-common/tmpfile.c index b1507aed89..113999b184 100644 --- a/stdio-common/tmpfile.c +++ b/stdio-common/tmpfile.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/tmpnam.c b/stdio-common/tmpnam.c index 93d47a1212..11f6e618f7 100644 --- a/stdio-common/tmpnam.c +++ b/stdio-common/tmpnam.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/tmpnam_r.c b/stdio-common/tmpnam_r.c index d252bafbb2..799b375cf3 100644 --- a/stdio-common/tmpnam_r.c +++ b/stdio-common/tmpnam_r.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/stdio-common/tst-fileno.c b/stdio-common/tst-fileno.c index 95586e4313..9efab94d38 100644 --- a/stdio-common/tst-fileno.c +++ b/stdio-common/tst-fileno.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/tst-fseek.c b/stdio-common/tst-fseek.c index 8992f7d456..c8718b4cb4 100644 --- a/stdio-common/tst-fseek.c +++ b/stdio-common/tst-fseek.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/tst-gets.c b/stdio-common/tst-gets.c index 79758935d8..505be0599f 100644 --- a/stdio-common/tst-gets.c +++ b/stdio-common/tst-gets.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/tst-popen.c b/stdio-common/tst-popen.c index 4bfdf2ded8..cbf8a6488d 100644 --- a/stdio-common/tst-popen.c +++ b/stdio-common/tst-popen.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/tst-printf.c b/stdio-common/tst-printf.c index 06fa38ab55..dbc8019ca5 100644 --- a/stdio-common/tst-printf.c +++ b/stdio-common/tst-printf.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 + . */ #ifdef BSD #include diff --git a/stdio-common/tst-printf.sh b/stdio-common/tst-printf.sh index f3091d2f96..43e42a8fdd 100644 --- a/stdio-common/tst-printf.sh +++ b/stdio-common/tst-printf.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 +# . common_objpfx=$1; shift run_program_prefix=$1; shift diff --git a/stdio-common/tst-sscanf.c b/stdio-common/tst-sscanf.c index a987e87797..a2db04cd99 100644 --- a/stdio-common/tst-sscanf.c +++ b/stdio-common/tst-sscanf.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/tst-tmpnam.c b/stdio-common/tst-tmpnam.c index 84ac3fed2d..c954caf8c9 100644 --- a/stdio-common/tst-tmpnam.c +++ b/stdio-common/tst-tmpnam.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/tst-unbputc.sh b/stdio-common/tst-unbputc.sh index 3728cf398e..fd650d4838 100755 --- a/stdio-common/tst-unbputc.sh +++ b/stdio-common/tst-unbputc.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 +# . common_objpfx=$1; shift run_program_prefix=$1; shift diff --git a/stdio-common/tst-unlockedio.c b/stdio-common/tst-unlockedio.c index aae29987dc..2e5848ec5f 100644 --- a/stdio-common/tst-unlockedio.c +++ b/stdio-common/tst-unlockedio.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/tstgetln.c b/stdio-common/tstgetln.c index e3080fa4b8..02a786fa07 100644 --- a/stdio-common/tstgetln.c +++ b/stdio-common/tstgetln.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #undef ssize_t diff --git a/stdio-common/tstscanf.c b/stdio-common/tstscanf.c index 123d733e3f..64fd24bce8 100644 --- a/stdio-common/tstscanf.c +++ b/stdio-common/tstscanf.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifdef BSD #include diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index 952886b69e..863cd5d179 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index e18a6c3bf5..ae251556e3 100644 --- a/stdio-common/vfscanf.c +++ b/stdio-common/vfscanf.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/stdio-common/vprintf.c b/stdio-common/vprintf.c index 5c9cac494a..f65cc81374 100644 --- a/stdio-common/vprintf.c +++ b/stdio-common/vprintf.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #undef __OPTIMIZE__ /* Avoid inline `vprintf' function. */ -- cgit 1.4.1