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. --- misc/Makefile | 5 ++--- misc/acct.c | 5 ++--- misc/ar.h | 5 ++--- misc/bits/error.h | 5 ++--- misc/bits/select2.h | 5 ++--- misc/bits/stab.def | 5 ++--- misc/bits/syslog-ldbl.h | 5 ++--- misc/bits/syslog.h | 5 ++--- misc/brk.c | 5 ++--- misc/chflags.c | 5 ++--- misc/chroot.c | 5 ++--- misc/dirname.c | 5 ++--- misc/efgcvt.c | 5 ++--- misc/efgcvt_r.c | 5 ++--- misc/err.c | 5 ++--- misc/err.h | 5 ++--- misc/error.c | 5 ++--- misc/error.h | 5 ++--- misc/fchflags.c | 5 ++--- misc/fdatasync.c | 5 ++--- misc/fgetxattr.c | 5 ++--- misc/flistxattr.c | 5 ++--- misc/fremovexattr.c | 5 ++--- misc/fsetxattr.c | 5 ++--- misc/fstab.c | 5 ++--- misc/fsync.c | 5 ++--- misc/ftruncate.c | 5 ++--- misc/ftruncate64.c | 5 ++--- misc/futimes.c | 5 ++--- misc/futimesat.c | 5 ++--- misc/getclktck.c | 5 ++--- misc/getdomain.c | 5 ++--- misc/getdtsz.c | 5 ++--- misc/gethostid.c | 5 ++--- misc/gethostname.c | 5 ++--- misc/getloadavg.c | 5 ++--- misc/getpagesize.c | 5 ++--- misc/getpass.c | 5 ++--- misc/getsysstats.c | 5 ++--- misc/getxattr.c | 5 ++--- misc/gtty.c | 5 ++--- misc/hsearch.c | 5 ++--- misc/hsearch_r.c | 5 ++--- misc/init-misc.c | 5 ++--- misc/insremque.c | 5 ++--- misc/ioctl.c | 5 ++--- misc/lgetxattr.c | 5 ++--- misc/libgen.h | 5 ++--- misc/listxattr.c | 5 ++--- misc/llistxattr.c | 5 ++--- misc/lremovexattr.c | 5 ++--- misc/lsearch.c | 5 ++--- misc/lseek.c | 5 ++--- misc/lsetxattr.c | 5 ++--- misc/lutimes.c | 5 ++--- misc/madvise.c | 5 ++--- misc/mincore.c | 5 ++--- misc/mkdtemp.c | 5 ++--- misc/mkostemp.c | 5 ++--- misc/mkostemp64.c | 5 ++--- misc/mkostemps.c | 5 ++--- misc/mkostemps64.c | 5 ++--- misc/mkstemp.c | 5 ++--- misc/mkstemp64.c | 5 ++--- misc/mkstemps.c | 5 ++--- misc/mkstemps64.c | 5 ++--- misc/mktemp.c | 5 ++--- misc/mlock.c | 5 ++--- misc/mlockall.c | 5 ++--- misc/mmap.c | 5 ++--- misc/mmap64.c | 5 ++--- misc/mntent.c | 5 ++--- misc/mntent.h | 5 ++--- misc/mntent_r.c | 5 ++--- misc/mprotect.c | 5 ++--- misc/msync.c | 5 ++--- misc/munlock.c | 5 ++--- misc/munlockall.c | 5 ++--- misc/munmap.c | 5 ++--- misc/preadv.c | 5 ++--- misc/preadv64.c | 5 ++--- misc/pselect.c | 5 ++--- misc/ptrace.c | 5 ++--- misc/pwritev.c | 5 ++--- misc/pwritev64.c | 5 ++--- misc/qefgcvt.c | 5 ++--- misc/qefgcvt_r.c | 5 ++--- misc/readv.c | 5 ++--- misc/reboot.c | 5 ++--- misc/regexp.c | 5 ++--- misc/regexp.h | 5 ++--- misc/remap_file_pages.c | 5 ++--- misc/removexattr.c | 5 ++--- misc/revoke.c | 5 ++--- misc/sbrk.c | 5 ++--- misc/search.h | 5 ++--- misc/select.c | 5 ++--- misc/setdomain.c | 5 ++--- misc/setegid.c | 5 ++--- misc/seteuid.c | 5 ++--- misc/sethostid.c | 5 ++--- misc/sethostname.c | 5 ++--- misc/setregid.c | 5 ++--- misc/setreuid.c | 5 ++--- misc/setxattr.c | 5 ++--- misc/sgtty.h | 5 ++--- misc/sstk.c | 5 ++--- misc/stty.c | 5 ++--- misc/swapoff.c | 5 ++--- misc/swapon.c | 5 ++--- misc/sync.c | 5 ++--- misc/syncfs.c | 5 ++--- misc/sys/cdefs.h | 5 ++--- misc/sys/dir.h | 5 ++--- misc/sys/file.h | 5 ++--- misc/sys/ioctl.h | 5 ++--- misc/sys/mman.h | 5 ++--- misc/sys/select.h | 5 ++--- misc/sys/uio.h | 5 ++--- misc/sys/ustat.h | 5 ++--- misc/sys/xattr.h | 5 ++--- misc/syscall.c | 5 ++--- misc/truncate.c | 5 ++--- misc/truncate64.c | 5 ++--- misc/tsearch.c | 5 ++--- misc/tst-dirname.c | 5 ++--- misc/tst-efgcvt.c | 5 ++--- misc/tst-fdset.c | 5 ++--- misc/tst-tsearch.c | 5 ++--- misc/ualarm.c | 5 ++--- misc/usleep.c | 5 ++--- misc/ustat.c | 5 ++--- misc/utimes.c | 5 ++--- misc/vhangup.c | 5 ++--- misc/writev.c | 5 ++--- 135 files changed, 270 insertions(+), 405 deletions(-) (limited to 'misc') diff --git a/misc/Makefile b/misc/Makefile index f9c51ac..169f2fd 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -12,9 +12,8 @@ # Lesser General Public License for more details. # You should have received a copy of the GNU Lesser General Public -# License along with the GNU C Library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA. +# License along with the GNU C Library; if not, see +# . # # Sub-makefile for misc portion of the library. diff --git a/misc/acct.c b/misc/acct.c index b626b5d..0ae8d7f 100644 --- a/misc/acct.c +++ b/misc/acct.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/misc/ar.h b/misc/ar.h index 5d157ec..30c3fc6 100644 --- a/misc/ar.h +++ b/misc/ar.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 _AR_H #define _AR_H 1 diff --git a/misc/bits/error.h b/misc/bits/error.h index 16633cd..ea74681 100644 --- a/misc/bits/error.h +++ b/misc/bits/error.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 _ERROR_H # error "Never include directly; use instead." diff --git a/misc/bits/select2.h b/misc/bits/select2.h index a7ce1b4..9679925 100644 --- a/misc/bits/select2.h +++ b/misc/bits/select2.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 _SYS_SELECT_H # error "Never include directly; use instead." diff --git a/misc/bits/stab.def b/misc/bits/stab.def index 3d54774..8a2b8f3 100644 --- a/misc/bits/stab.def +++ b/misc/bits/stab.def @@ -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 contains contribution from Cygnus Support. */ diff --git a/misc/bits/syslog-ldbl.h b/misc/bits/syslog-ldbl.h index 714e70c..f71dbb4 100644 --- a/misc/bits/syslog-ldbl.h +++ b/misc/bits/syslog-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 _SYS_SYSLOG_H # error "Never include directly; use instead." diff --git a/misc/bits/syslog.h b/misc/bits/syslog.h index faf47fb..dc7c75b 100644 --- a/misc/bits/syslog.h +++ b/misc/bits/syslog.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 _SYS_SYSLOG_H # error "Never include directly; use instead." diff --git a/misc/brk.c b/misc/brk.c index b951819..0976456 100644 --- a/misc/brk.c +++ b/misc/brk.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/misc/chflags.c b/misc/chflags.c index b678121..ea6e742 100644 --- a/misc/chflags.c +++ b/misc/chflags.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/misc/chroot.c b/misc/chroot.c index f20ccf4..db301ad 100644 --- a/misc/chroot.c +++ b/misc/chroot.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/misc/dirname.c b/misc/dirname.c index 94ab1c0..3fe95c5 100644 --- a/misc/dirname.c +++ b/misc/dirname.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/misc/efgcvt.c b/misc/efgcvt.c index b9fb4a9..d7d15a1 100644 --- a/misc/efgcvt.c +++ b/misc/efgcvt.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/misc/efgcvt_r.c b/misc/efgcvt_r.c index ba9566d..e9f32d6 100644 --- a/misc/efgcvt_r.c +++ b/misc/efgcvt_r.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/misc/err.c b/misc/err.c index 2a15bac..b744b61 100644 --- a/misc/err.c +++ b/misc/err.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/misc/err.h b/misc/err.h index 28dd44e..76478f0 100644 --- a/misc/err.h +++ b/misc/err.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 _ERR_H #define _ERR_H 1 diff --git a/misc/error.c b/misc/error.c index 9a73a61..bb60078 100644 --- a/misc/error.c +++ b/misc/error.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 + . */ /* Written by David MacKenzie . */ diff --git a/misc/error.h b/misc/error.h index 4759d43..8cf8b71 100644 --- a/misc/error.h +++ b/misc/error.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 _ERROR_H #define _ERROR_H 1 diff --git a/misc/fchflags.c b/misc/fchflags.c index 9e252a8..ebb50db 100644 --- a/misc/fchflags.c +++ b/misc/fchflags.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/misc/fdatasync.c b/misc/fdatasync.c index 3edeef0..634e211 100644 --- a/misc/fdatasync.c +++ b/misc/fdatasync.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/misc/fgetxattr.c b/misc/fgetxattr.c index 610ed32..049fd28 100644 --- a/misc/fgetxattr.c +++ b/misc/fgetxattr.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/misc/flistxattr.c b/misc/flistxattr.c index fc2863d..dbbe20a 100644 --- a/misc/flistxattr.c +++ b/misc/flistxattr.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/misc/fremovexattr.c b/misc/fremovexattr.c index 9719d42..8f38e0a 100644 --- a/misc/fremovexattr.c +++ b/misc/fremovexattr.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/misc/fsetxattr.c b/misc/fsetxattr.c index 8a52e72..706e4bb 100644 --- a/misc/fsetxattr.c +++ b/misc/fsetxattr.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/misc/fstab.c b/misc/fstab.c index ab5581e..d53845a 100644 --- a/misc/fstab.c +++ b/misc/fstab.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/misc/fsync.c b/misc/fsync.c index e2a4d70..d94a059 100644 --- a/misc/fsync.c +++ b/misc/fsync.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/misc/ftruncate.c b/misc/ftruncate.c index e3406af..f2b2e27 100644 --- a/misc/ftruncate.c +++ b/misc/ftruncate.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/misc/ftruncate64.c b/misc/ftruncate64.c index a699aed..42f4d70 100644 --- a/misc/ftruncate64.c +++ b/misc/ftruncate64.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/misc/futimes.c b/misc/futimes.c index 3378dbf..b644fd1 100644 --- a/misc/futimes.c +++ b/misc/futimes.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/misc/futimesat.c b/misc/futimesat.c index bf16ce8..5d895bc 100644 --- a/misc/futimesat.c +++ b/misc/futimesat.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/misc/getclktck.c b/misc/getclktck.c index 897c6a2..fe8e133 100644 --- a/misc/getclktck.c +++ b/misc/getclktck.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/misc/getdomain.c b/misc/getdomain.c index 6074ccf..c8d1527 100644 --- a/misc/getdomain.c +++ b/misc/getdomain.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 + . */ /* Put the name of the current YP domain in no more than LEN bytes of NAME. The result is null-terminated if LEN is large enough for the full diff --git a/misc/getdtsz.c b/misc/getdtsz.c index 38b7577..020ec9d 100644 --- a/misc/getdtsz.c +++ b/misc/getdtsz.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/misc/gethostid.c b/misc/gethostid.c index 01baf12..8854cf4 100644 --- a/misc/gethostid.c +++ b/misc/gethostid.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/misc/gethostname.c b/misc/gethostname.c index bc59ab5..6e70da9 100644 --- a/misc/gethostname.c +++ b/misc/gethostname.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/misc/getloadavg.c b/misc/getloadavg.c index 070c879..768fe32 100644 --- a/misc/getloadavg.c +++ b/misc/getloadavg.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/misc/getpagesize.c b/misc/getpagesize.c index 40ed1ee..0ec823d 100644 --- a/misc/getpagesize.c +++ b/misc/getpagesize.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/misc/getpass.c b/misc/getpass.c index bdfa2c8..d9a51c8 100644 --- a/misc/getpass.c +++ b/misc/getpass.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/misc/getsysstats.c b/misc/getsysstats.c index bc67e23..d03e75b 100644 --- a/misc/getsysstats.c +++ b/misc/getsysstats.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/misc/getxattr.c b/misc/getxattr.c index ebf7bf2..bde3619 100644 --- a/misc/getxattr.c +++ b/misc/getxattr.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/misc/gtty.c b/misc/gtty.c index 84e7fed..e1a2668 100644 --- a/misc/gtty.c +++ b/misc/gtty.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/misc/hsearch.c b/misc/hsearch.c index 79d38f5..928b192 100644 --- a/misc/hsearch.c +++ b/misc/hsearch.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/misc/hsearch_r.c b/misc/hsearch_r.c index 73b9565..9aeddac 100644 --- a/misc/hsearch_r.c +++ b/misc/hsearch_r.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/misc/init-misc.c b/misc/init-misc.c index cab5f9f..6bce53f 100644 --- a/misc/init-misc.c +++ b/misc/init-misc.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/misc/insremque.c b/misc/insremque.c index 7f086cd..df7b3f3 100644 --- a/misc/insremque.c +++ b/misc/insremque.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/misc/ioctl.c b/misc/ioctl.c index 3f71452..616ee2d 100644 --- a/misc/ioctl.c +++ b/misc/ioctl.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/misc/lgetxattr.c b/misc/lgetxattr.c index 6adf1fd..fcdf53c 100644 --- a/misc/lgetxattr.c +++ b/misc/lgetxattr.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/misc/libgen.h b/misc/libgen.h index b252543..0a40c43 100644 --- a/misc/libgen.h +++ b/misc/libgen.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _LIBGEN_H #define _LIBGEN_H 1 diff --git a/misc/listxattr.c b/misc/listxattr.c index 490a092..a58f217 100644 --- a/misc/listxattr.c +++ b/misc/listxattr.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/misc/llistxattr.c b/misc/llistxattr.c index 1a7e1e4..f133579 100644 --- a/misc/llistxattr.c +++ b/misc/llistxattr.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/misc/lremovexattr.c b/misc/lremovexattr.c index fad64e5..541e22d 100644 --- a/misc/lremovexattr.c +++ b/misc/lremovexattr.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/misc/lsearch.c b/misc/lsearch.c index 057ff39..9e01276 100644 --- a/misc/lsearch.c +++ b/misc/lsearch.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/misc/lseek.c b/misc/lseek.c index 6daf6ef..0729cb6 100644 --- a/misc/lseek.c +++ b/misc/lseek.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/misc/lsetxattr.c b/misc/lsetxattr.c index 6f8cdde..bc43e17 100644 --- a/misc/lsetxattr.c +++ b/misc/lsetxattr.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/misc/lutimes.c b/misc/lutimes.c index 34fc183..ed7e842 100644 --- a/misc/lutimes.c +++ b/misc/lutimes.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/misc/madvise.c b/misc/madvise.c index 7a4aa8a..8f1c873 100644 --- a/misc/madvise.c +++ b/misc/madvise.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/misc/mincore.c b/misc/mincore.c index 804447e..e85ebce 100644 --- a/misc/mincore.c +++ b/misc/mincore.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/misc/mkdtemp.c b/misc/mkdtemp.c index 6200e9e..b86a06f 100644 --- a/misc/mkdtemp.c +++ b/misc/mkdtemp.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/misc/mkostemp.c b/misc/mkostemp.c index a2023ab..b78554b 100644 --- a/misc/mkostemp.c +++ b/misc/mkostemp.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/misc/mkostemp64.c b/misc/mkostemp64.c index 18a506d..b7a803a 100644 --- a/misc/mkostemp64.c +++ b/misc/mkostemp64.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/misc/mkostemps.c b/misc/mkostemps.c index 0303672..64dd477 100644 --- a/misc/mkostemps.c +++ b/misc/mkostemps.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/misc/mkostemps64.c b/misc/mkostemps64.c index 0c6a2e7..17cbdaf 100644 --- a/misc/mkostemps64.c +++ b/misc/mkostemps64.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/misc/mkstemp.c b/misc/mkstemp.c index bd3bbc8..c03516b 100644 --- a/misc/mkstemp.c +++ b/misc/mkstemp.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/misc/mkstemp64.c b/misc/mkstemp64.c index c384bc7..ba4a6e2 100644 --- a/misc/mkstemp64.c +++ b/misc/mkstemp64.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/misc/mkstemps.c b/misc/mkstemps.c index e5ff089..26205dc 100644 --- a/misc/mkstemps.c +++ b/misc/mkstemps.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/misc/mkstemps64.c b/misc/mkstemps64.c index cf7562b..b4af7ca 100644 --- a/misc/mkstemps64.c +++ b/misc/mkstemps64.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/misc/mktemp.c b/misc/mktemp.c index c42fd5e..05a07cb 100644 --- a/misc/mktemp.c +++ b/misc/mktemp.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/misc/mlock.c b/misc/mlock.c index fd8dc8b..588495c 100644 --- a/misc/mlock.c +++ b/misc/mlock.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/misc/mlockall.c b/misc/mlockall.c index 3d3ed67..a740388 100644 --- a/misc/mlockall.c +++ b/misc/mlockall.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/misc/mmap.c b/misc/mmap.c index 43b25a0..b77856d 100644 --- a/misc/mmap.c +++ b/misc/mmap.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/misc/mmap64.c b/misc/mmap64.c index 2c8aac8..53c9a93 100644 --- a/misc/mmap64.c +++ b/misc/mmap64.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/misc/mntent.c b/misc/mntent.c index 6e9795a..756d1ee 100644 --- a/misc/mntent.c +++ b/misc/mntent.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/misc/mntent.h b/misc/mntent.h index 15e7360..52fcdfd 100644 --- a/misc/mntent.h +++ b/misc/mntent.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 _MNTENT_H #define _MNTENT_H 1 diff --git a/misc/mntent_r.c b/misc/mntent_r.c index 3b5418a..43f3a98 100644 --- a/misc/mntent_r.c +++ b/misc/mntent_r.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/misc/mprotect.c b/misc/mprotect.c index 9fefdfc..e6cb623 100644 --- a/misc/mprotect.c +++ b/misc/mprotect.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/misc/msync.c b/misc/msync.c index 0ffd5c0..c163994 100644 --- a/misc/msync.c +++ b/misc/msync.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/misc/munlock.c b/misc/munlock.c index 3c728c0..0a02e5b 100644 --- a/misc/munlock.c +++ b/misc/munlock.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/misc/munlockall.c b/misc/munlockall.c index ca71982..8094ab6 100644 --- a/misc/munlockall.c +++ b/misc/munlockall.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/misc/munmap.c b/misc/munmap.c index 4a78c32..8c3c37c 100644 --- a/misc/munmap.c +++ b/misc/munmap.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/misc/preadv.c b/misc/preadv.c index facd8ca..0e5138c 100644 --- a/misc/preadv.c +++ b/misc/preadv.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/misc/preadv64.c b/misc/preadv64.c index 4b4e571..c7c9dd1 100644 --- a/misc/preadv64.c +++ b/misc/preadv64.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/misc/pselect.c b/misc/pselect.c index e29d7b3..ef9323a 100644 --- a/misc/pselect.c +++ b/misc/pselect.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/misc/ptrace.c b/misc/ptrace.c index 1825d57..a70f195 100644 --- a/misc/ptrace.c +++ b/misc/ptrace.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/misc/pwritev.c b/misc/pwritev.c index 2ee4770..2e10ca8 100644 --- a/misc/pwritev.c +++ b/misc/pwritev.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/misc/pwritev64.c b/misc/pwritev64.c index 6cff749..650abd6 100644 --- a/misc/pwritev64.c +++ b/misc/pwritev64.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/misc/qefgcvt.c b/misc/qefgcvt.c index d11ac58..9767fc9 100644 --- a/misc/qefgcvt.c +++ b/misc/qefgcvt.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/misc/qefgcvt_r.c b/misc/qefgcvt_r.c index a03ff74..332d79b 100644 --- a/misc/qefgcvt_r.c +++ b/misc/qefgcvt_r.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/misc/readv.c b/misc/readv.c index b33444c..74fb3a9 100644 --- a/misc/readv.c +++ b/misc/readv.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/misc/reboot.c b/misc/reboot.c index 6036726..c8a4c04 100644 --- a/misc/reboot.c +++ b/misc/reboot.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/misc/regexp.c b/misc/regexp.c index ebd0bf7..dd19fd8 100644 --- a/misc/regexp.c +++ b/misc/regexp.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #define __DO_NOT_DEFINE_COMPILE #include diff --git a/misc/regexp.h b/misc/regexp.h index 5c7a161..037ab5c 100644 --- a/misc/regexp.h +++ b/misc/regexp.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 + . */ #ifndef _REGEXP_H #define _REGEXP_H 1 diff --git a/misc/remap_file_pages.c b/misc/remap_file_pages.c index 0f15ea4..2ad057d 100644 --- a/misc/remap_file_pages.c +++ b/misc/remap_file_pages.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/misc/removexattr.c b/misc/removexattr.c index 8379ed1..56a9014 100644 --- a/misc/removexattr.c +++ b/misc/removexattr.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/misc/revoke.c b/misc/revoke.c index fc757d8..ed1659e 100644 --- a/misc/revoke.c +++ b/misc/revoke.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/misc/sbrk.c b/misc/sbrk.c index 985b347..8161eba 100644 --- a/misc/sbrk.c +++ b/misc/sbrk.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/misc/search.h b/misc/search.h index a3610be..f7b8f95 100644 --- a/misc/search.h +++ b/misc/search.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 _SEARCH_H #define _SEARCH_H 1 diff --git a/misc/select.c b/misc/select.c index 124f26a..ce08f0c 100644 --- a/misc/select.c +++ b/misc/select.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/misc/setdomain.c b/misc/setdomain.c index 4d9cbb7..b19e20b 100644 --- a/misc/setdomain.c +++ b/misc/setdomain.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/misc/setegid.c b/misc/setegid.c index 5b5e2cf..22a0bc8 100644 --- a/misc/setegid.c +++ b/misc/setegid.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/misc/seteuid.c b/misc/seteuid.c index 689000f..b338f71 100644 --- a/misc/seteuid.c +++ b/misc/seteuid.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/misc/sethostid.c b/misc/sethostid.c index 6f393de..fd4483e 100644 --- a/misc/sethostid.c +++ b/misc/sethostid.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/misc/sethostname.c b/misc/sethostname.c index 1f65b1e..ff31900 100644 --- a/misc/sethostname.c +++ b/misc/sethostname.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/misc/setregid.c b/misc/setregid.c index f8f33d1..d73260d 100644 --- a/misc/setregid.c +++ b/misc/setregid.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/misc/setreuid.c b/misc/setreuid.c index cce2d9d..3a97788 100644 --- a/misc/setreuid.c +++ b/misc/setreuid.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/misc/setxattr.c b/misc/setxattr.c index 5b8743a..d0f8035 100644 --- a/misc/setxattr.c +++ b/misc/setxattr.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/misc/sgtty.h b/misc/sgtty.h index a73646d..9e4e075 100644 --- a/misc/sgtty.h +++ b/misc/sgtty.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SGTTY_H #define _SGTTY_H 1 diff --git a/misc/sstk.c b/misc/sstk.c index 6cba9b7..3401936 100644 --- a/misc/sstk.c +++ b/misc/sstk.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/misc/stty.c b/misc/stty.c index 49c569a..66c475c 100644 --- a/misc/stty.c +++ b/misc/stty.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/misc/swapoff.c b/misc/swapoff.c index 033d841..f4e59f8 100644 --- a/misc/swapoff.c +++ b/misc/swapoff.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/misc/swapon.c b/misc/swapon.c index 910781f..095f79d 100644 --- a/misc/swapon.c +++ b/misc/swapon.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/misc/sync.c b/misc/sync.c index 5ccdb5d..45e7187 100644 --- a/misc/sync.c +++ b/misc/sync.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/misc/syncfs.c b/misc/syncfs.c index bd7328c..4dc5340 100644 --- a/misc/syncfs.c +++ b/misc/syncfs.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/misc/sys/cdefs.h b/misc/sys/cdefs.h index cf55dbe..724f26e 100644 --- a/misc/sys/cdefs.h +++ b/misc/sys/cdefs.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 _SYS_CDEFS_H #define _SYS_CDEFS_H 1 diff --git a/misc/sys/dir.h b/misc/sys/dir.h index 2611d6c..5352f90 100644 --- a/misc/sys/dir.h +++ b/misc/sys/dir.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_DIR_H #define _SYS_DIR_H 1 diff --git a/misc/sys/file.h b/misc/sys/file.h index 93b3635..16d9499 100644 --- a/misc/sys/file.h +++ b/misc/sys/file.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_FILE_H #define _SYS_FILE_H 1 diff --git a/misc/sys/ioctl.h b/misc/sys/ioctl.h index 6d8a0f4..c49c4ab 100644 --- a/misc/sys/ioctl.h +++ b/misc/sys/ioctl.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_IOCTL_H #define _SYS_IOCTL_H 1 diff --git a/misc/sys/mman.h b/misc/sys/mman.h index 9f0f63e..6158419 100644 --- a/misc/sys/mman.h +++ b/misc/sys/mman.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 _SYS_MMAN_H #define _SYS_MMAN_H 1 diff --git a/misc/sys/select.h b/misc/sys/select.h index 97f2b3d..a69f764 100644 --- a/misc/sys/select.h +++ b/misc/sys/select.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 + . */ /* POSIX 1003.1g: 6.2 Select from File Descriptor Sets */ diff --git a/misc/sys/uio.h b/misc/sys/uio.h index 299d320..d226a98 100644 --- a/misc/sys/uio.h +++ b/misc/sys/uio.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 _SYS_UIO_H #define _SYS_UIO_H 1 diff --git a/misc/sys/ustat.h b/misc/sys/ustat.h index 7a9cdac..11f51b2 100644 --- a/misc/sys/ustat.h +++ b/misc/sys/ustat.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 interface is obsolete. Use instead. diff --git a/misc/sys/xattr.h b/misc/sys/xattr.h index e03db5d..5b3bf14 100644 --- a/misc/sys/xattr.h +++ b/misc/sys/xattr.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_XATTR_H #define _SYS_XATTR_H 1 diff --git a/misc/syscall.c b/misc/syscall.c index ad78a06..ad44d2b 100644 --- a/misc/syscall.c +++ b/misc/syscall.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/misc/truncate.c b/misc/truncate.c index 6d0f0c3..29f72fa 100644 --- a/misc/truncate.c +++ b/misc/truncate.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/misc/truncate64.c b/misc/truncate64.c index 4a8a540..4de2022 100644 --- a/misc/truncate64.c +++ b/misc/truncate64.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/misc/tsearch.c b/misc/tsearch.c index 1e94d64..eb4d97d 100644 --- a/misc/tsearch.c +++ b/misc/tsearch.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 + . */ /* Tree search for red/black trees. The algorithm for adding nodes is taken from one of the many "Algorithms" diff --git a/misc/tst-dirname.c b/misc/tst-dirname.c index a428786..e80437f 100644 --- a/misc/tst-dirname.c +++ b/misc/tst-dirname.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #define _GNU_SOURCE 1 #include diff --git a/misc/tst-efgcvt.c b/misc/tst-efgcvt.c index 976635e..1fdeef4 100644 --- a/misc/tst-efgcvt.c +++ b/misc/tst-efgcvt.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 + . */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 diff --git a/misc/tst-fdset.c b/misc/tst-fdset.c index f5376e3..311f4aa 100644 --- a/misc/tst-fdset.c +++ b/misc/tst-fdset.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/misc/tst-tsearch.c b/misc/tst-tsearch.c index 66f76ac..cc7731b 100644 --- a/misc/tst-tsearch.c +++ b/misc/tst-tsearch.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 + . */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 diff --git a/misc/ualarm.c b/misc/ualarm.c index 4ca0847..ac7c7a4 100644 --- a/misc/ualarm.c +++ b/misc/ualarm.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/misc/usleep.c b/misc/usleep.c index 8f419f9..f67346e 100644 --- a/misc/usleep.c +++ b/misc/usleep.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/misc/ustat.c b/misc/ustat.c index 0aeee62..135afe2 100644 --- a/misc/ustat.c +++ b/misc/ustat.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/misc/utimes.c b/misc/utimes.c index e4a6f04..3d0e868 100644 --- a/misc/utimes.c +++ b/misc/utimes.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/misc/vhangup.c b/misc/vhangup.c index 329fddb..02d8504 100644 --- a/misc/vhangup.c +++ b/misc/vhangup.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/misc/writev.c b/misc/writev.c index d424c72..0bf1cb3 100644 --- a/misc/writev.c +++ b/misc/writev.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 -- cgit v1.1