summary refs log tree commit diff
path: root/misc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sys')
-rw-r--r--misc/sys/cdefs.h5
-rw-r--r--misc/sys/dir.h5
-rw-r--r--misc/sys/file.h5
-rw-r--r--misc/sys/ioctl.h5
-rw-r--r--misc/sys/mman.h5
-rw-r--r--misc/sys/select.h5
-rw-r--r--misc/sys/uio.h5
-rw-r--r--misc/sys/ustat.h5
-rw-r--r--misc/sys/xattr.h5
9 files changed, 18 insertions, 27 deletions
diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h
index cf55dbe676..724f26e399 100644
--- a/misc/sys/cdefs.h
+++ b/misc/sys/cdefs.h
@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #ifndef	_SYS_CDEFS_H
 #define	_SYS_CDEFS_H	1
diff --git a/misc/sys/dir.h b/misc/sys/dir.h
index 2611d6cd9c..5352f90294 100644
--- a/misc/sys/dir.h
+++ b/misc/sys/dir.h
@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #ifndef	_SYS_DIR_H
 #define	_SYS_DIR_H	1
diff --git a/misc/sys/file.h b/misc/sys/file.h
index 93b36350a6..16d9499aec 100644
--- a/misc/sys/file.h
+++ b/misc/sys/file.h
@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #ifndef	_SYS_FILE_H
 #define	_SYS_FILE_H	1
diff --git a/misc/sys/ioctl.h b/misc/sys/ioctl.h
index 6d8a0f40be..c49c4ab210 100644
--- a/misc/sys/ioctl.h
+++ b/misc/sys/ioctl.h
@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #ifndef	_SYS_IOCTL_H
 #define	_SYS_IOCTL_H	1
diff --git a/misc/sys/mman.h b/misc/sys/mman.h
index 9f0f63eb49..615841963b 100644
--- a/misc/sys/mman.h
+++ b/misc/sys/mman.h
@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #ifndef	_SYS_MMAN_H
 #define	_SYS_MMAN_H	1
diff --git a/misc/sys/select.h b/misc/sys/select.h
index 97f2b3d65f..a69f764122 100644
--- a/misc/sys/select.h
+++ b/misc/sys/select.h
@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 /*	POSIX 1003.1g: 6.2 Select from File Descriptor Sets <sys/select.h>  */
 
diff --git a/misc/sys/uio.h b/misc/sys/uio.h
index 299d320f44..d226a98e25 100644
--- a/misc/sys/uio.h
+++ b/misc/sys/uio.h
@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_UIO_H
 #define _SYS_UIO_H	1
diff --git a/misc/sys/ustat.h b/misc/sys/ustat.h
index 7a9cdac0d1..11f51b20a9 100644
--- a/misc/sys/ustat.h
+++ b/misc/sys/ustat.h
@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 /*
  * This interface is obsolete.  Use <sys/statfs.h> instead.
diff --git a/misc/sys/xattr.h b/misc/sys/xattr.h
index e03db5db14..5b3bf14f90 100644
--- a/misc/sys/xattr.h
+++ b/misc/sys/xattr.h
@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_XATTR_H
 #define _SYS_XATTR_H	1