summaryrefslogtreecommitdiff
path: root/libc/misc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/sys')
-rw-r--r--libc/misc/sys/cdefs.h5
-rw-r--r--libc/misc/sys/dir.h5
-rw-r--r--libc/misc/sys/file.h5
-rw-r--r--libc/misc/sys/ioctl.h5
-rw-r--r--libc/misc/sys/mman.h5
-rw-r--r--libc/misc/sys/select.h5
-rw-r--r--libc/misc/sys/uio.h5
-rw-r--r--libc/misc/sys/ustat.h5
-rw-r--r--libc/misc/sys/xattr.h5
9 files changed, 18 insertions, 27 deletions
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