diff options
Diffstat (limited to 'libc/misc')
135 files changed, 270 insertions, 405 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 84fae065f..9536f02f2 100644 --- a/libc/misc/Makefile +++ b/libc/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 +# <http://www.gnu.org/licenses/>. # # Sub-makefile for misc portion of the library. diff --git a/libc/misc/acct.c b/libc/misc/acct.c index b626b5d93..0ae8d7fe1 100644 --- a/libc/misc/acct.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/ar.h b/libc/misc/ar.h index 5d157eca9..30c3fc6a9 100644 --- a/libc/misc/ar.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _AR_H #define _AR_H 1 diff --git a/libc/misc/bits/error.h b/libc/misc/bits/error.h index 16633cd64..ea74681e2 100644 --- a/libc/misc/bits/error.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _ERROR_H # error "Never include <bits/error.h> directly; use <error.h> instead." diff --git a/libc/misc/bits/select2.h b/libc/misc/bits/select2.h index a7ce1b47e..9679925b0 100644 --- a/libc/misc/bits/select2.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _SYS_SELECT_H # error "Never include <bits/select2.h> directly; use <sys/select.h> instead." diff --git a/libc/misc/bits/stab.def b/libc/misc/bits/stab.def index 3d54774cf..8a2b8f39d 100644 --- a/libc/misc/bits/stab.def +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ /* This contains contribution from Cygnus Support. */ diff --git a/libc/misc/bits/syslog-ldbl.h b/libc/misc/bits/syslog-ldbl.h index 714e70c20..f71dbb46f 100644 --- a/libc/misc/bits/syslog-ldbl.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _SYS_SYSLOG_H # error "Never include <bits/syslog-ldbl.h> directly; use <sys/syslog.h> instead." diff --git a/libc/misc/bits/syslog.h b/libc/misc/bits/syslog.h index faf47fbc6..dc7c75be5 100644 --- a/libc/misc/bits/syslog.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _SYS_SYSLOG_H # error "Never include <bits/syslog.h> directly; use <sys/syslog.h> instead." diff --git a/libc/misc/brk.c b/libc/misc/brk.c index b951819f2..097645679 100644 --- a/libc/misc/brk.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/chflags.c b/libc/misc/chflags.c index b67812126..ea6e742cf 100644 --- a/libc/misc/chflags.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <stddef.h> diff --git a/libc/misc/chroot.c b/libc/misc/chroot.c index f20ccf4c2..db301ad6a 100644 --- a/libc/misc/chroot.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/dirname.c b/libc/misc/dirname.c index 94ab1c085..3fe95c51e 100644 --- a/libc/misc/dirname.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <libgen.h> #include <string.h> diff --git a/libc/misc/efgcvt.c b/libc/misc/efgcvt.c index b9fb4a9b7..d7d15a184 100644 --- a/libc/misc/efgcvt.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <math.h> #include <stdio.h> diff --git a/libc/misc/efgcvt_r.c b/libc/misc/efgcvt_r.c index ba9566d22..e9f32d673 100644 --- a/libc/misc/efgcvt_r.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <float.h> diff --git a/libc/misc/err.c b/libc/misc/err.c index 8dde6edb9..1322b94e0 100644 --- a/libc/misc/err.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <err.h> diff --git a/libc/misc/err.h b/libc/misc/err.h index 28dd44e99..76478f04a 100644 --- a/libc/misc/err.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _ERR_H #define _ERR_H 1 diff --git a/libc/misc/error.c b/libc/misc/error.c index 7a879fa4b..f51fefdd0 100644 --- a/libc/misc/error.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ /* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */ diff --git a/libc/misc/error.h b/libc/misc/error.h index 4759d4388..8cf8b7149 100644 --- a/libc/misc/error.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _ERROR_H #define _ERROR_H 1 diff --git a/libc/misc/fchflags.c b/libc/misc/fchflags.c index 9e252a8d0..ebb50dbfc 100644 --- a/libc/misc/fchflags.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <stddef.h> diff --git a/libc/misc/fdatasync.c b/libc/misc/fdatasync.c index 3edeef0c9..634e211d3 100644 --- a/libc/misc/fdatasync.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/libc/misc/fgetxattr.c b/libc/misc/fgetxattr.c index 610ed32d1..049fd28d4 100644 --- a/libc/misc/fgetxattr.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/xattr.h> diff --git a/libc/misc/flistxattr.c b/libc/misc/flistxattr.c index fc2863d31..dbbe20a3b 100644 --- a/libc/misc/flistxattr.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/xattr.h> diff --git a/libc/misc/fremovexattr.c b/libc/misc/fremovexattr.c index 9719d42d4..8f38e0a39 100644 --- a/libc/misc/fremovexattr.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/xattr.h> diff --git a/libc/misc/fsetxattr.c b/libc/misc/fsetxattr.c index 8a52e7252..706e4bb54 100644 --- a/libc/misc/fsetxattr.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/xattr.h> diff --git a/libc/misc/fstab.c b/libc/misc/fstab.c index ab5581e9b..d53845a90 100644 --- a/libc/misc/fstab.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <fstab.h> #include <mntent.h> diff --git a/libc/misc/fsync.c b/libc/misc/fsync.c index e2a4d700d..d94a0592d 100644 --- a/libc/misc/fsync.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/ftruncate.c b/libc/misc/ftruncate.c index e3406af04..f2b2e27ee 100644 --- a/libc/misc/ftruncate.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/types.h> diff --git a/libc/misc/ftruncate64.c b/libc/misc/ftruncate64.c index a699aed35..42f4d700f 100644 --- a/libc/misc/ftruncate64.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <errno.h> diff --git a/libc/misc/futimes.c b/libc/misc/futimes.c index 3378dbf41..b644fd190 100644 --- a/libc/misc/futimes.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/time.h> #include <errno.h> diff --git a/libc/misc/futimesat.c b/libc/misc/futimesat.c index bf16ce8de..5d895bc0b 100644 --- a/libc/misc/futimesat.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <fcntl.h> diff --git a/libc/misc/getclktck.c b/libc/misc/getclktck.c index 897c6a25b..fe8e1338b 100644 --- a/libc/misc/getclktck.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <time.h> diff --git a/libc/misc/getdomain.c b/libc/misc/getdomain.c index 6074ccfb7..c8d1527a7 100644 --- a/libc/misc/getdomain.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ /* 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/libc/misc/getdtsz.c b/libc/misc/getdtsz.c index 38b757791..020ec9d02 100644 --- a/libc/misc/getdtsz.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/gethostid.c b/libc/misc/gethostid.c index 01baf1223..8854cf441 100644 --- a/libc/misc/gethostid.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/gethostname.c b/libc/misc/gethostname.c index bc59ab57c..6e70da981 100644 --- a/libc/misc/gethostname.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/getloadavg.c b/libc/misc/getloadavg.c index 070c879fd..768fe3298 100644 --- a/libc/misc/getloadavg.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/getpagesize.c b/libc/misc/getpagesize.c index 40ed1ee2b..0ec823d96 100644 --- a/libc/misc/getpagesize.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/getpass.c b/libc/misc/getpass.c index bdfa2c807..d9a51c878 100644 --- a/libc/misc/getpass.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdio_ext.h> diff --git a/libc/misc/getsysstats.c b/libc/misc/getsysstats.c index bc67e23e7..d03e75b38 100644 --- a/libc/misc/getsysstats.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/sysinfo.h> diff --git a/libc/misc/getxattr.c b/libc/misc/getxattr.c index ebf7bf2b4..bde3619c1 100644 --- a/libc/misc/getxattr.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/xattr.h> diff --git a/libc/misc/gtty.c b/libc/misc/gtty.c index 84e7fed55..e1a2668d0 100644 --- a/libc/misc/gtty.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sgtty.h> diff --git a/libc/misc/hsearch.c b/libc/misc/hsearch.c index 79d38f5d0..928b192a5 100644 --- a/libc/misc/hsearch.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <search.h> diff --git a/libc/misc/hsearch_r.c b/libc/misc/hsearch_r.c index 73b956503..9aeddac84 100644 --- a/libc/misc/hsearch_r.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <malloc.h> diff --git a/libc/misc/init-misc.c b/libc/misc/init-misc.c index cab5f9f9e..6bce53f96 100644 --- a/libc/misc/init-misc.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <libc-internal.h> diff --git a/libc/misc/insremque.c b/libc/misc/insremque.c index 7f086cd39..df7b3f366 100644 --- a/libc/misc/insremque.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <stddef.h> #include <search.h> diff --git a/libc/misc/ioctl.c b/libc/misc/ioctl.c index 3f71452cc..616ee2d90 100644 --- a/libc/misc/ioctl.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/ioctl.h> diff --git a/libc/misc/lgetxattr.c b/libc/misc/lgetxattr.c index 6adf1fdf0..fcdf53c6c 100644 --- a/libc/misc/lgetxattr.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/xattr.h> diff --git a/libc/misc/libgen.h b/libc/misc/libgen.h index b25254357..0a40c43f0 100644 --- a/libc/misc/libgen.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _LIBGEN_H #define _LIBGEN_H 1 diff --git a/libc/misc/listxattr.c b/libc/misc/listxattr.c index 490a092b7..a58f21742 100644 --- a/libc/misc/listxattr.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/xattr.h> diff --git a/libc/misc/llistxattr.c b/libc/misc/llistxattr.c index 1a7e1e4cf..f133579ea 100644 --- a/libc/misc/llistxattr.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/xattr.h> diff --git a/libc/misc/lremovexattr.c b/libc/misc/lremovexattr.c index fad64e515..541e22d27 100644 --- a/libc/misc/lremovexattr.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/xattr.h> diff --git a/libc/misc/lsearch.c b/libc/misc/lsearch.c index 057ff396e..9e0127640 100644 --- a/libc/misc/lsearch.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <search.h> #include <string.h> diff --git a/libc/misc/lseek.c b/libc/misc/lseek.c index 6daf6ef15..0729cb66e 100644 --- a/libc/misc/lseek.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/lsetxattr.c b/libc/misc/lsetxattr.c index 6f8cdde1d..bc43e1758 100644 --- a/libc/misc/lsetxattr.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/xattr.h> diff --git a/libc/misc/lutimes.c b/libc/misc/lutimes.c index 34fc1838f..ed7e842e8 100644 --- a/libc/misc/lutimes.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/time.h> #include <errno.h> diff --git a/libc/misc/madvise.c b/libc/misc/madvise.c index 7a4aa8ab8..8f1c873c0 100644 --- a/libc/misc/madvise.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <sys/mman.h> diff --git a/libc/misc/mincore.c b/libc/misc/mincore.c index 804447e8f..e85ebceef 100644 --- a/libc/misc/mincore.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/mman.h> #include <errno.h> diff --git a/libc/misc/mkdtemp.c b/libc/misc/mkdtemp.c index 6200e9e4f..b86a06f86 100644 --- a/libc/misc/mkdtemp.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/libc/misc/mkostemp.c b/libc/misc/mkostemp.c index a2023ab47..b78554bd0 100644 --- a/libc/misc/mkostemp.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/libc/misc/mkostemp64.c b/libc/misc/mkostemp64.c index 18a506dd6..b7a803a93 100644 --- a/libc/misc/mkostemp64.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <fcntl.h> #include <stdio.h> diff --git a/libc/misc/mkostemps.c b/libc/misc/mkostemps.c index 030367296..64dd477fd 100644 --- a/libc/misc/mkostemps.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdio.h> diff --git a/libc/misc/mkostemps64.c b/libc/misc/mkostemps64.c index 0c6a2e763..17cbdaf1a 100644 --- a/libc/misc/mkostemps64.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <fcntl.h> diff --git a/libc/misc/mkstemp.c b/libc/misc/mkstemp.c index bd3bbc88b..c03516bb7 100644 --- a/libc/misc/mkstemp.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/libc/misc/mkstemp64.c b/libc/misc/mkstemp64.c index c384bc71e..ba4a6e28f 100644 --- a/libc/misc/mkstemp64.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <fcntl.h> #include <stdio.h> diff --git a/libc/misc/mkstemps.c b/libc/misc/mkstemps.c index e5ff08944..26205dc1b 100644 --- a/libc/misc/mkstemps.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdio.h> diff --git a/libc/misc/mkstemps64.c b/libc/misc/mkstemps64.c index cf7562b48..b4af7ca40 100644 --- a/libc/misc/mkstemps64.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <fcntl.h> diff --git a/libc/misc/mktemp.c b/libc/misc/mktemp.c index c42fd5ec4..05a07cb30 100644 --- a/libc/misc/mktemp.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/libc/misc/mlock.c b/libc/misc/mlock.c index fd8dc8bc9..588495c6a 100644 --- a/libc/misc/mlock.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <sys/mman.h> diff --git a/libc/misc/mlockall.c b/libc/misc/mlockall.c index 3d3ed6736..a7403889f 100644 --- a/libc/misc/mlockall.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <sys/mman.h> diff --git a/libc/misc/mmap.c b/libc/misc/mmap.c index 43b25a06d..b77856dec 100644 --- a/libc/misc/mmap.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <sys/mman.h> diff --git a/libc/misc/mmap64.c b/libc/misc/mmap64.c index 2c8aac808..53c9a9317 100644 --- a/libc/misc/mmap64.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/mman.h> diff --git a/libc/misc/mntent.c b/libc/misc/mntent.c index 6e9795a1e..756d1ee2e 100644 --- a/libc/misc/mntent.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <mntent.h> #include <stdlib.h> diff --git a/libc/misc/mntent.h b/libc/misc/mntent.h index 15e736081..52fcdfd8c 100644 --- a/libc/misc/mntent.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _MNTENT_H #define _MNTENT_H 1 diff --git a/libc/misc/mntent_r.c b/libc/misc/mntent_r.c index 3b5418a19..43f3a980a 100644 --- a/libc/misc/mntent_r.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <alloca.h> #include <mntent.h> diff --git a/libc/misc/mprotect.c b/libc/misc/mprotect.c index 9fefdfce7..e6cb62353 100644 --- a/libc/misc/mprotect.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <sys/mman.h> diff --git a/libc/misc/msync.c b/libc/misc/msync.c index 0ffd5c04f..c1639940e 100644 --- a/libc/misc/msync.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <sys/mman.h> diff --git a/libc/misc/munlock.c b/libc/misc/munlock.c index 3c728c01d..0a02e5b23 100644 --- a/libc/misc/munlock.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <sys/mman.h> diff --git a/libc/misc/munlockall.c b/libc/misc/munlockall.c index ca7198265..8094ab6e5 100644 --- a/libc/misc/munlockall.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <sys/mman.h> diff --git a/libc/misc/munmap.c b/libc/misc/munmap.c index 4a78c324a..8c3c37c70 100644 --- a/libc/misc/munmap.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <sys/mman.h> diff --git a/libc/misc/preadv.c b/libc/misc/preadv.c index facd8ca01..0e5138cec 100644 --- a/libc/misc/preadv.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/preadv64.c b/libc/misc/preadv64.c index 4b4e5717f..c7c9dd14c 100644 --- a/libc/misc/preadv64.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/pselect.c b/libc/misc/pselect.c index e29d7b36a..ef9323a6d 100644 --- a/libc/misc/pselect.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <signal.h> diff --git a/libc/misc/ptrace.c b/libc/misc/ptrace.c index 1825d5714..a70f1952b 100644 --- a/libc/misc/ptrace.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/ptrace.h> diff --git a/libc/misc/pwritev.c b/libc/misc/pwritev.c index 2ee47708e..2e10ca815 100644 --- a/libc/misc/pwritev.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/pwritev64.c b/libc/misc/pwritev64.c index 6cff74908..650abd6d8 100644 --- a/libc/misc/pwritev64.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/qefgcvt.c b/libc/misc/qefgcvt.c index d11ac588b..9767fc984 100644 --- a/libc/misc/qefgcvt.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <float.h> diff --git a/libc/misc/qefgcvt_r.c b/libc/misc/qefgcvt_r.c index a03ff748e..332d79b06 100644 --- a/libc/misc/qefgcvt_r.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <float.h> diff --git a/libc/misc/readv.c b/libc/misc/readv.c index b33444c03..74fb3a9c7 100644 --- a/libc/misc/readv.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/reboot.c b/libc/misc/reboot.c index 6036726c1..c8a4c04c1 100644 --- a/libc/misc/reboot.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/regexp.c b/libc/misc/regexp.c index ebd0bf764..dd19fd808 100644 --- a/libc/misc/regexp.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #define __DO_NOT_DEFINE_COMPILE #include <regexp.h> diff --git a/libc/misc/regexp.h b/libc/misc/regexp.h index 5c7a161db..037ab5c47 100644 --- a/libc/misc/regexp.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _REGEXP_H #define _REGEXP_H 1 diff --git a/libc/misc/remap_file_pages.c b/libc/misc/remap_file_pages.c index 0f15ea44c..2ad057d5e 100644 --- a/libc/misc/remap_file_pages.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/mman.h> #include <errno.h> diff --git a/libc/misc/removexattr.c b/libc/misc/removexattr.c index 8379ed10c..56a9014e4 100644 --- a/libc/misc/removexattr.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/xattr.h> diff --git a/libc/misc/revoke.c b/libc/misc/revoke.c index fc757d80b..ed1659e75 100644 --- a/libc/misc/revoke.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <unistd.h> #include <errno.h> diff --git a/libc/misc/sbrk.c b/libc/misc/sbrk.c index 985b34749..8161eba50 100644 --- a/libc/misc/sbrk.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdint.h> diff --git a/libc/misc/search.h b/libc/misc/search.h index a3610be7d..f7b8f954c 100644 --- a/libc/misc/search.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _SEARCH_H #define _SEARCH_H 1 diff --git a/libc/misc/select.c b/libc/misc/select.c index 124f26aff..ce08f0c4b 100644 --- a/libc/misc/select.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/time.h> #include <sys/types.h> diff --git a/libc/misc/setdomain.c b/libc/misc/setdomain.c index 4d9cbb7ca..b19e20be2 100644 --- a/libc/misc/setdomain.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/setegid.c b/libc/misc/setegid.c index 5b5e2cf4b..22a0bc8a7 100644 --- a/libc/misc/setegid.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/seteuid.c b/libc/misc/seteuid.c index 689000f99..b338f7153 100644 --- a/libc/misc/seteuid.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/sethostid.c b/libc/misc/sethostid.c index 6f393de06..fd4483e15 100644 --- a/libc/misc/sethostid.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/sethostname.c b/libc/misc/sethostname.c index 1f65b1e75..ff31900fb 100644 --- a/libc/misc/sethostname.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/setregid.c b/libc/misc/setregid.c index f8f33d1da..d73260da8 100644 --- a/libc/misc/setregid.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/setreuid.c b/libc/misc/setreuid.c index cce2d9d52..3a97788c1 100644 --- a/libc/misc/setreuid.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/setxattr.c b/libc/misc/setxattr.c index 5b8743a7c..d0f803591 100644 --- a/libc/misc/setxattr.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sys/xattr.h> diff --git a/libc/misc/sgtty.h b/libc/misc/sgtty.h index a73646dba..9e4e075f6 100644 --- a/libc/misc/sgtty.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _SGTTY_H #define _SGTTY_H 1 diff --git a/libc/misc/sstk.c b/libc/misc/sstk.c index 6cba9b7fb..34019366f 100644 --- a/libc/misc/sstk.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> diff --git a/libc/misc/stty.c b/libc/misc/stty.c index 49c569a77..66c475c55 100644 --- a/libc/misc/stty.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <sgtty.h> diff --git a/libc/misc/swapoff.c b/libc/misc/swapoff.c index 033d841d9..f4e59f85c 100644 --- a/libc/misc/swapoff.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/swapon.c b/libc/misc/swapon.c index 910781fa9..095f79d9f 100644 --- a/libc/misc/swapon.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/sync.c b/libc/misc/sync.c index 5ccdb5d5b..45e7187c7 100644 --- a/libc/misc/sync.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/syncfs.c b/libc/misc/syncfs.c index bd7328cf8..4dc534011 100644 --- a/libc/misc/syncfs.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/sys/cdefs.h b/libc/misc/sys/cdefs.h index cf55dbe67..724f26e39 100644 --- a/libc/misc/sys/cdefs.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _SYS_CDEFS_H #define _SYS_CDEFS_H 1 diff --git a/libc/misc/sys/dir.h b/libc/misc/sys/dir.h index 2611d6cd9..5352f9029 100644 --- a/libc/misc/sys/dir.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _SYS_DIR_H #define _SYS_DIR_H 1 diff --git a/libc/misc/sys/file.h b/libc/misc/sys/file.h index 93b36350a..16d9499ae 100644 --- a/libc/misc/sys/file.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _SYS_FILE_H #define _SYS_FILE_H 1 diff --git a/libc/misc/sys/ioctl.h b/libc/misc/sys/ioctl.h index 6d8a0f40b..c49c4ab21 100644 --- a/libc/misc/sys/ioctl.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _SYS_IOCTL_H #define _SYS_IOCTL_H 1 diff --git a/libc/misc/sys/mman.h b/libc/misc/sys/mman.h index 9f0f63eb4..615841963 100644 --- a/libc/misc/sys/mman.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _SYS_MMAN_H #define _SYS_MMAN_H 1 diff --git a/libc/misc/sys/select.h b/libc/misc/sys/select.h index 97f2b3d65..a69f76412 100644 --- a/libc/misc/sys/select.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ /* POSIX 1003.1g: 6.2 Select from File Descriptor Sets <sys/select.h> */ diff --git a/libc/misc/sys/uio.h b/libc/misc/sys/uio.h index 299d320f4..d226a98e2 100644 --- a/libc/misc/sys/uio.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _SYS_UIO_H #define _SYS_UIO_H 1 diff --git a/libc/misc/sys/ustat.h b/libc/misc/sys/ustat.h index 7a9cdac0d..11f51b20a 100644 --- a/libc/misc/sys/ustat.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ /* * This interface is obsolete. Use <sys/statfs.h> instead. diff --git a/libc/misc/sys/xattr.h b/libc/misc/sys/xattr.h index e03db5db1..5b3bf14f9 100644 --- a/libc/misc/sys/xattr.h +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _SYS_XATTR_H #define _SYS_XATTR_H 1 diff --git a/libc/misc/syscall.c b/libc/misc/syscall.c index ad78a06b7..ad44d2bc0 100644 --- a/libc/misc/syscall.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sysdep.h> #include <errno.h> diff --git a/libc/misc/truncate.c b/libc/misc/truncate.c index 6d0f0c3bc..29f72fa9c 100644 --- a/libc/misc/truncate.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <errno.h> diff --git a/libc/misc/truncate64.c b/libc/misc/truncate64.c index 4a8a54074..4de202237 100644 --- a/libc/misc/truncate64.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/types.h> #include <errno.h> diff --git a/libc/misc/tsearch.c b/libc/misc/tsearch.c index 1e94d6459..eb4d97d7e 100644 --- a/libc/misc/tsearch.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ /* Tree search for red/black trees. The algorithm for adding nodes is taken from one of the many "Algorithms" diff --git a/libc/misc/tst-dirname.c b/libc/misc/tst-dirname.c index a428786db..e80437f53 100644 --- a/libc/misc/tst-dirname.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #define _GNU_SOURCE 1 #include <libgen.h> diff --git a/libc/misc/tst-efgcvt.c b/libc/misc/tst-efgcvt.c index 2b79f2cce..2a806c7f7 100644 --- a/libc/misc/tst-efgcvt.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 diff --git a/libc/misc/tst-fdset.c b/libc/misc/tst-fdset.c index f5376e3a4..311f4aae8 100644 --- a/libc/misc/tst-fdset.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <sys/types.h> diff --git a/libc/misc/tst-tsearch.c b/libc/misc/tst-tsearch.c index 66f76ac88..cc7731bdd 100644 --- a/libc/misc/tst-tsearch.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 diff --git a/libc/misc/ualarm.c b/libc/misc/ualarm.c index 4ca084757..ac7c7a412 100644 --- a/libc/misc/ualarm.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/usleep.c b/libc/misc/usleep.c index 8f419f901..f67346e7a 100644 --- a/libc/misc/usleep.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/ustat.c b/libc/misc/ustat.c index 0aeee620c..135afe22d 100644 --- a/libc/misc/ustat.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <unistd.h> #include <errno.h> diff --git a/libc/misc/utimes.c b/libc/misc/utimes.c index e4a6f0427..3d0e868ac 100644 --- a/libc/misc/utimes.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <sys/time.h> #include <errno.h> diff --git a/libc/misc/vhangup.c b/libc/misc/vhangup.c index 329fddbf2..02d85040b 100644 --- a/libc/misc/vhangup.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/libc/misc/writev.c b/libc/misc/writev.c index d424c7214..0bf1cb3de 100644 --- a/libc/misc/writev.c +++ b/libc/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 + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> |