summaryrefslogtreecommitdiff
path: root/libc/bits
diff options
context:
space:
mode:
Diffstat (limited to 'libc/bits')
-rw-r--r--libc/bits/atomic.h5
-rw-r--r--libc/bits/byteswap.h5
-rw-r--r--libc/bits/confname.h5
-rw-r--r--libc/bits/dirent.h6
-rw-r--r--libc/bits/dlfcn.h5
-rw-r--r--libc/bits/environments.h5
-rw-r--r--libc/bits/errno.h5
-rw-r--r--libc/bits/fcntl.h5
-rw-r--r--libc/bits/fenv.h5
-rw-r--r--libc/bits/huge_val.h5
-rw-r--r--libc/bits/huge_valf.h5
-rw-r--r--libc/bits/huge_vall.h5
-rw-r--r--libc/bits/in.h5
-rw-r--r--libc/bits/inf.h5
-rw-r--r--libc/bits/ioctl-types.h5
-rw-r--r--libc/bits/ipc.h5
-rw-r--r--libc/bits/ipctypes.h5
-rw-r--r--libc/bits/libc-lock.h5
-rw-r--r--libc/bits/libc-tsd.h5
-rw-r--r--libc/bits/mathdef.h5
-rw-r--r--libc/bits/mman.h5
-rw-r--r--libc/bits/mqueue.h5
-rw-r--r--libc/bits/msq.h5
-rw-r--r--libc/bits/netdb.h5
-rw-r--r--libc/bits/poll.h5
-rw-r--r--libc/bits/resource.h5
-rw-r--r--libc/bits/sched.h5
-rw-r--r--libc/bits/select.h5
-rw-r--r--libc/bits/sem.h5
-rw-r--r--libc/bits/shm.h5
-rw-r--r--libc/bits/sigaction.h5
-rw-r--r--libc/bits/sigcontext.h5
-rw-r--r--libc/bits/siginfo.h5
-rw-r--r--libc/bits/signum.h5
-rw-r--r--libc/bits/sigset.h5
-rw-r--r--libc/bits/sigstack.h5
-rw-r--r--libc/bits/sigthread.h5
-rw-r--r--libc/bits/sockaddr.h5
-rw-r--r--libc/bits/socket.h5
-rw-r--r--libc/bits/stat.h5
-rw-r--r--libc/bits/statfs.h5
-rw-r--r--libc/bits/statvfs.h5
-rw-r--r--libc/bits/stdio-lock.h5
-rw-r--r--libc/bits/stropts.h5
-rw-r--r--libc/bits/sys_errlist.h5
-rw-r--r--libc/bits/syslog-path.h5
-rw-r--r--libc/bits/termios.h5
-rw-r--r--libc/bits/time.h5
-rw-r--r--libc/bits/types.h5
-rw-r--r--libc/bits/typesizes.h5
-rw-r--r--libc/bits/uio.h5
-rw-r--r--libc/bits/ustat.h5
-rw-r--r--libc/bits/utmp.h5
-rw-r--r--libc/bits/utsname.h5
-rw-r--r--libc/bits/waitflags.h5
-rw-r--r--libc/bits/waitstatus.h5
-rw-r--r--libc/bits/wchar.h5
-rw-r--r--libc/bits/xtitypes.h5
58 files changed, 116 insertions, 175 deletions
diff --git a/libc/bits/atomic.h b/libc/bits/atomic.h
index 6245130a9..fa35a2461 100644
--- a/libc/bits/atomic.h
+++ b/libc/bits/atomic.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 _BITS_ATOMIC_H
#define _BITS_ATOMIC_H 1
diff --git a/libc/bits/byteswap.h b/libc/bits/byteswap.h
index 6df2f28c0..9d658e447 100644
--- a/libc/bits/byteswap.h
+++ b/libc/bits/byteswap.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/>. */
#if !defined _BYTESWAP_H && !defined _NETINET_IN_H && !defined _ENDIAN_H
# error "Never use <bits/byteswap.h> directly; include <byteswap.h> instead."
diff --git a/libc/bits/confname.h b/libc/bits/confname.h
index 45fcafbff..653143efb 100644
--- a/libc/bits/confname.h
+++ b/libc/bits/confname.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 _UNISTD_H
# error "Never use <bits/confname.h> directly; include <unistd.h> instead."
diff --git a/libc/bits/dirent.h b/libc/bits/dirent.h
index 3407ebd80..ac1928d3d 100644
--- a/libc/bits/dirent.h
+++ b/libc/bits/dirent.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 _DIRENT_H
# error "Never use <bits/dirent.h> directly; include <dirent.h> instead."
@@ -34,4 +33,3 @@ struct dirent64
int d_fileno;
};
#endif
-
diff --git a/libc/bits/dlfcn.h b/libc/bits/dlfcn.h
index 67fd96a22..8c5931e2c 100644
--- a/libc/bits/dlfcn.h
+++ b/libc/bits/dlfcn.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 _DLFCN_H
# error "Never use <bits/dlfcn.h> directly; include <dlfcn.h> instead."
diff --git a/libc/bits/environments.h b/libc/bits/environments.h
index 548ea7f84..eff32b3fe 100644
--- a/libc/bits/environments.h
+++ b/libc/bits/environments.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 _UNISTD_H
# error "Never include this file directly. Use <unistd.h> instead"
diff --git a/libc/bits/errno.h b/libc/bits/errno.h
index 89a5cfdde..3c6c9fc01 100644
--- a/libc/bits/errno.h
+++ b/libc/bits/errno.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/>. */
/* This file defines the `errno' constants. */
diff --git a/libc/bits/fcntl.h b/libc/bits/fcntl.h
index b397f812f..ba5de0071 100644
--- a/libc/bits/fcntl.h
+++ b/libc/bits/fcntl.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/>. */
/* These values should be changed as appropriate for your system. */
diff --git a/libc/bits/fenv.h b/libc/bits/fenv.h
index 61f31ab5f..aed206626 100644
--- a/libc/bits/fenv.h
+++ b/libc/bits/fenv.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 _FENV_H
# error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
diff --git a/libc/bits/huge_val.h b/libc/bits/huge_val.h
index e102ac322..573bfcc61 100644
--- a/libc/bits/huge_val.h
+++ b/libc/bits/huge_val.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 _MATH_H
# error "Never use <bits/huge_val.h> directly; include <math.h> instead."
diff --git a/libc/bits/huge_valf.h b/libc/bits/huge_valf.h
index 4cb5ebdfc..9b127e1f8 100644
--- a/libc/bits/huge_valf.h
+++ b/libc/bits/huge_valf.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 _MATH_H
# error "Never use <bits/huge_valf.h> directly; include <math.h> instead."
diff --git a/libc/bits/huge_vall.h b/libc/bits/huge_vall.h
index d5e8e2237..2953165ab 100644
--- a/libc/bits/huge_vall.h
+++ b/libc/bits/huge_vall.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 _MATH_H
# error "Never use <bits/huge_vall.h> directly; include <math.h> instead."
diff --git a/libc/bits/in.h b/libc/bits/in.h
index 4687a2963..85f747eba 100644
--- a/libc/bits/in.h
+++ b/libc/bits/in.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/>. */
/* Generic version. */
diff --git a/libc/bits/inf.h b/libc/bits/inf.h
index 2d526adb2..0561a584e 100644
--- a/libc/bits/inf.h
+++ b/libc/bits/inf.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 _MATH_H
# error "Never use <bits/inf.h> directly; include <math.h> instead."
diff --git a/libc/bits/ioctl-types.h b/libc/bits/ioctl-types.h
index 661887f95..577d41f7c 100644
--- a/libc/bits/ioctl-types.h
+++ b/libc/bits/ioctl-types.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_IOCTL_H
# error "Never use <bits/ioctl-types.h> directly; include <sys/ioctl.h> instead."
diff --git a/libc/bits/ipc.h b/libc/bits/ipc.h
index 5ba227d36..5f86f8479 100644
--- a/libc/bits/ipc.h
+++ b/libc/bits/ipc.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_IPC_H
# error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
diff --git a/libc/bits/ipctypes.h b/libc/bits/ipctypes.h
index b88ca1d87..f603f5ea5 100644
--- a/libc/bits/ipctypes.h
+++ b/libc/bits/ipctypes.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/>. */
/*
* Never include <bits/ipctypes.h> directly.
diff --git a/libc/bits/libc-lock.h b/libc/bits/libc-lock.h
index 3f9c211e0..4f0029fa2 100644
--- a/libc/bits/libc-lock.h
+++ b/libc/bits/libc-lock.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 _BITS_LIBC_LOCK_H
#define _BITS_LIBC_LOCK_H 1
diff --git a/libc/bits/libc-tsd.h b/libc/bits/libc-tsd.h
index d1118a5ba..90ac3cf5c 100644
--- a/libc/bits/libc-tsd.h
+++ b/libc/bits/libc-tsd.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 _GENERIC_BITS_LIBC_TSD_H
#define _GENERIC_BITS_LIBC_TSD_H 1
diff --git a/libc/bits/mathdef.h b/libc/bits/mathdef.h
index 3cea5847c..fb998ca22 100644
--- a/libc/bits/mathdef.h
+++ b/libc/bits/mathdef.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/>. */
#if !defined _MATH_H && !defined _COMPLEX_H
# error "Never use <bits/mathdef.h> directly; include <math.h> instead"
diff --git a/libc/bits/mman.h b/libc/bits/mman.h
index 0c1590270..ed6ba1d2f 100644
--- a/libc/bits/mman.h
+++ b/libc/bits/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/>. */
/* These are the bits used by 4.4 BSD and its derivatives. On systems
(such as GNU) where these facilities are not system services but can be
diff --git a/libc/bits/mqueue.h b/libc/bits/mqueue.h
index 27bb4824b..6dfb942db 100644
--- a/libc/bits/mqueue.h
+++ b/libc/bits/mqueue.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 _MQUEUE_H
# error "Never use <bits/mqueue.h> directly; include <mqueue.h> instead."
diff --git a/libc/bits/msq.h b/libc/bits/msq.h
index 0125c43dc..87c51f4d1 100644
--- a/libc/bits/msq.h
+++ b/libc/bits/msq.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_MSG_H
#error "Never use <bits/msq.h> directly; include <sys/msg.h> instead."
diff --git a/libc/bits/netdb.h b/libc/bits/netdb.h
index 41dc73193..0205056b8 100644
--- a/libc/bits/netdb.h
+++ b/libc/bits/netdb.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 _NETDB_H
# error "Never include <bits/netdb.h> directly; use <netdb.h> instead."
diff --git a/libc/bits/poll.h b/libc/bits/poll.h
index 0ee9b0058..1d9b15e36 100644
--- a/libc/bits/poll.h
+++ b/libc/bits/poll.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_POLL_H
# error "Never use <bits/poll.h> directly; include <sys/poll.h> instead."
diff --git a/libc/bits/resource.h b/libc/bits/resource.h
index ef718db0b..39cae5ac2 100644
--- a/libc/bits/resource.h
+++ b/libc/bits/resource.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_RESOURCE_H
# error "Never use <bits/resource.h> directly; include <sys/resource.h> instead."
diff --git a/libc/bits/sched.h b/libc/bits/sched.h
index 14f94bd89..348594bb0 100644
--- a/libc/bits/sched.h
+++ b/libc/bits/sched.h
@@ -15,9 +15,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef __need_schedparam
diff --git a/libc/bits/select.h b/libc/bits/select.h
index 2302c18dd..cc821ab81 100644
--- a/libc/bits/select.h
+++ b/libc/bits/select.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_SELECT_H
# error "Never use <bits/select.h> directly; include <sys/select.h> instead."
diff --git a/libc/bits/sem.h b/libc/bits/sem.h
index dcb1c3edf..93ad0cb2c 100644
--- a/libc/bits/sem.h
+++ b/libc/bits/sem.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_SEM_H
# error "Never include <bits/sem.h> directly; use <sys/sem.h> instead."
diff --git a/libc/bits/shm.h b/libc/bits/shm.h
index df7694902..2c7f2b766 100644
--- a/libc/bits/shm.h
+++ b/libc/bits/shm.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_SHM_H
# error "Never include <bits/shm.h> directly; use <sys/shm.h> instead."
diff --git a/libc/bits/sigaction.h b/libc/bits/sigaction.h
index adcc276cc..a5e1d186a 100644
--- a/libc/bits/sigaction.h
+++ b/libc/bits/sigaction.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 _SIGNAL_H
# error "Never include <bits/sigaction.h> directly; use <signal.h> instead."
diff --git a/libc/bits/sigcontext.h b/libc/bits/sigcontext.h
index 7e90e78c4..182d18f38 100644
--- a/libc/bits/sigcontext.h
+++ b/libc/bits/sigcontext.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 _SIGNAL_H
# error "Never use <bits/sigcontext.h> directly; include <signal.h> instead."
diff --git a/libc/bits/siginfo.h b/libc/bits/siginfo.h
index 241033b7c..62b577b11 100644
--- a/libc/bits/siginfo.h
+++ b/libc/bits/siginfo.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/>. */
#if !defined _SIGNAL_H && !defined __need_siginfo_t \
&& !defined __need_sigevent_t
diff --git a/libc/bits/signum.h b/libc/bits/signum.h
index 25331f943..48bb7b805 100644
--- a/libc/bits/signum.h
+++ b/libc/bits/signum.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/>. */
#ifdef _SIGNAL_H
diff --git a/libc/bits/sigset.h b/libc/bits/sigset.h
index 1d90a996f..6ff970647 100644
--- a/libc/bits/sigset.h
+++ b/libc/bits/sigset.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 _SIGSET_H_types
#define _SIGSET_H_types 1
diff --git a/libc/bits/sigstack.h b/libc/bits/sigstack.h
index de79c90af..f81adf9b9 100644
--- a/libc/bits/sigstack.h
+++ b/libc/bits/sigstack.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 _SIGNAL_H
# error "Never include this file directly. Use <signal.h> instead"
diff --git a/libc/bits/sigthread.h b/libc/bits/sigthread.h
index 2756cc06d..6d38071c0 100644
--- a/libc/bits/sigthread.h
+++ b/libc/bits/sigthread.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 _BITS_SIGTHREAD_H
#define _BITS_SIGTHREAD_H 1
diff --git a/libc/bits/sockaddr.h b/libc/bits/sockaddr.h
index 3e1d1312d..066c3e935 100644
--- a/libc/bits/sockaddr.h
+++ b/libc/bits/sockaddr.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/>. */
/*
* Never include this file directly; use <sys/socket.h> instead.
diff --git a/libc/bits/socket.h b/libc/bits/socket.h
index 20e6f0337..e63c94904 100644
--- a/libc/bits/socket.h
+++ b/libc/bits/socket.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 __BITS_SOCKET_H
#define __BITS_SOCKET_H 1
diff --git a/libc/bits/stat.h b/libc/bits/stat.h
index c8391fc87..06b4816c8 100644
--- a/libc/bits/stat.h
+++ b/libc/bits/stat.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_STAT_H
# error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
diff --git a/libc/bits/statfs.h b/libc/bits/statfs.h
index 851e464fc..6689fb2c0 100644
--- a/libc/bits/statfs.h
+++ b/libc/bits/statfs.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_STATFS_H
# error "Never include <bits/statfs.h> directly; use <sys/statfs.h> instead."
diff --git a/libc/bits/statvfs.h b/libc/bits/statvfs.h
index 66841bf09..6555ab9ca 100644
--- a/libc/bits/statvfs.h
+++ b/libc/bits/statvfs.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_STATVFS_H
# error "Never include <bits/statvfs.h> directly; use <sys/statvfs.h> instead."
diff --git a/libc/bits/stdio-lock.h b/libc/bits/stdio-lock.h
index d7c1db013..2b6077fb0 100644
--- a/libc/bits/stdio-lock.h
+++ b/libc/bits/stdio-lock.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 _BITS_STDIO_LOCK_H
#define _BITS_STDIO_LOCK_H 1
diff --git a/libc/bits/stropts.h b/libc/bits/stropts.h
index c8e2c2c03..e6b2d7b2a 100644
--- a/libc/bits/stropts.h
+++ b/libc/bits/stropts.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 _STROPTS_H
# error "Never include <bits/stropts.h> directly; use <stropts.h> instead."
diff --git a/libc/bits/sys_errlist.h b/libc/bits/sys_errlist.h
index ab839b707..eb2719c55 100644
--- a/libc/bits/sys_errlist.h
+++ b/libc/bits/sys_errlist.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 _STDIO_H
# error "Never include <bits/sys_errlist.h> directly; use <stdio.h> instead."
diff --git a/libc/bits/syslog-path.h b/libc/bits/syslog-path.h
index a1bbd6b21..8c6f43cb0 100644
--- a/libc/bits/syslog-path.h
+++ b/libc/bits/syslog-path.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 this file directly. Use <sys/syslog.h> instead"
diff --git a/libc/bits/termios.h b/libc/bits/termios.h
index b697dd19a..182648261 100644
--- a/libc/bits/termios.h
+++ b/libc/bits/termios.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 _TERMIOS_H
# error "Never include <bits/termios.h> directly; use <termios.h> instead."
diff --git a/libc/bits/time.h b/libc/bits/time.h
index 968ecc549..eadec586b 100644
--- a/libc/bits/time.h
+++ b/libc/bits/time.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/>. */
/*
* Never include this file directly; use <time.h> instead.
diff --git a/libc/bits/types.h b/libc/bits/types.h
index 3ebe82f05..a9bf0add0 100644
--- a/libc/bits/types.h
+++ b/libc/bits/types.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/>. */
/*
* Never include this file directly; use <sys/types.h> instead.
diff --git a/libc/bits/typesizes.h b/libc/bits/typesizes.h
index e9226c417..e1c5a27bb 100644
--- a/libc/bits/typesizes.h
+++ b/libc/bits/typesizes.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 _BITS_TYPES_H
# error "Never include <bits/typesizes.h> directly; use <sys/types.h> instead."
diff --git a/libc/bits/uio.h b/libc/bits/uio.h
index 410ce2a98..63cb9fd53 100644
--- a/libc/bits/uio.h
+++ b/libc/bits/uio.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_UIO_H
# error "Never include <bits/uio.h> directly; use <sys/uio.h> instead."
diff --git a/libc/bits/ustat.h b/libc/bits/ustat.h
index 69c6b7227..ea048d122 100644
--- a/libc/bits/ustat.h
+++ b/libc/bits/ustat.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_USTAT_H
# error "Never include <bits/ustat.h> directly; use <sys/ustat.h> instead."
diff --git a/libc/bits/utmp.h b/libc/bits/utmp.h
index 03a2b1f40..775123d49 100644
--- a/libc/bits/utmp.h
+++ b/libc/bits/utmp.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 _UTMP_H
# error "Never include <bits/utmp.h> directly; use <utmp.h> instead."
diff --git a/libc/bits/utsname.h b/libc/bits/utsname.h
index 48e8a8e9b..e01c3e5da 100644
--- a/libc/bits/utsname.h
+++ b/libc/bits/utsname.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_UTSNAME_H
# error "Never include <bits/utsname.h> directly; use <sys/utsname.h> instead."
diff --git a/libc/bits/waitflags.h b/libc/bits/waitflags.h
index 157dd1211..a5f5f88b5 100644
--- a/libc/bits/waitflags.h
+++ b/libc/bits/waitflags.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/>. */
#if !defined _SYS_WAIT_H && !defined _STDLIB_H
# error "Never include <bits/waitflags.h> directly; use <sys/wait.h> instead."
diff --git a/libc/bits/waitstatus.h b/libc/bits/waitstatus.h
index 699c22498..45d0fd3b4 100644
--- a/libc/bits/waitstatus.h
+++ b/libc/bits/waitstatus.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/>. */
#if !defined _SYS_WAIT_H && !defined _STDLIB_H
# error "Never include <bits/waitstatus.h> directly; use <sys/wait.h> instead."
diff --git a/libc/bits/wchar.h b/libc/bits/wchar.h
index e023fe34d..159457fd7 100644
--- a/libc/bits/wchar.h
+++ b/libc/bits/wchar.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 _BITS_WCHAR_H
#define _BITS_WCHAR_H 1
diff --git a/libc/bits/xtitypes.h b/libc/bits/xtitypes.h
index c21bfb036..2a328d395 100644
--- a/libc/bits/xtitypes.h
+++ b/libc/bits/xtitypes.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 _STROPTS_H
# error "Never include <bits/xtitypes.h> directly; use <stropts.h> instead."