From 266bdc1f623fe6fe489e5115e0f8ef723705d949 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Nov 2012 06:03:05 -0500 Subject: Replace FSF snail mail address with URLs This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger --- include/sys/cdefs.h | 5 ++--- include/sys/dir.h | 5 ++--- include/sys/file.h | 5 ++--- include/sys/fsuid.h | 5 ++--- include/sys/ioctl.h | 5 ++--- include/sys/ipc.h | 5 ++--- include/sys/kd.h | 5 ++--- include/sys/kdaemon.h | 5 ++--- include/sys/klog.h | 5 ++--- include/sys/mman.h | 5 ++--- include/sys/mount.h | 5 ++--- include/sys/msg.h | 5 ++--- include/sys/mtio.h | 5 ++--- include/sys/param.h | 5 ++--- include/sys/personality.h | 5 ++--- include/sys/poll.h | 5 ++--- include/sys/reboot.h | 5 ++--- include/sys/resource.h | 5 ++--- include/sys/select.h | 5 ++--- include/sys/sem.h | 5 ++--- include/sys/sendfile.h | 5 ++--- include/sys/shm.h | 5 ++--- include/sys/socket.h | 5 ++--- include/sys/stat.h | 5 ++--- include/sys/statfs.h | 5 ++--- include/sys/statvfs.h | 5 ++--- include/sys/swap.h | 5 ++--- include/sys/syscall.h | 5 ++--- include/sys/sysctl.h | 5 ++--- include/sys/sysinfo.h | 5 ++--- include/sys/sysmacros.h | 5 ++--- include/sys/time.h | 5 ++--- include/sys/timeb.h | 5 ++--- include/sys/times.h | 5 ++--- include/sys/timex.h | 5 ++--- include/sys/types.h | 5 ++--- include/sys/uio.h | 5 ++--- include/sys/un.h | 5 ++--- include/sys/ustat.h | 5 ++--- include/sys/utsname.h | 5 ++--- include/sys/wait.h | 5 ++--- include/sys/xattr.h | 5 ++--- 42 files changed, 84 insertions(+), 126 deletions(-) (limited to 'include/sys') diff --git a/include/sys/cdefs.h b/include/sys/cdefs.h index 572107188..1ec0b97be 100644 --- a/include/sys/cdefs.h +++ b/include/sys/cdefs.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_CDEFS_H #define _SYS_CDEFS_H 1 diff --git a/include/sys/dir.h b/include/sys/dir.h index 2611d6cd9..5352f9029 100644 --- a/include/sys/dir.h +++ b/include/sys/dir.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_DIR_H #define _SYS_DIR_H 1 diff --git a/include/sys/file.h b/include/sys/file.h index 3b8dbc9c0..42dfa44b5 100644 --- a/include/sys/file.h +++ b/include/sys/file.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_FILE_H #define _SYS_FILE_H 1 diff --git a/include/sys/fsuid.h b/include/sys/fsuid.h index 4ecb19918..2fd512e74 100644 --- a/include/sys/fsuid.h +++ b/include/sys/fsuid.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_FSUID_H #define _SYS_FSUID_H 1 diff --git a/include/sys/ioctl.h b/include/sys/ioctl.h index 528403e71..3ff134c8d 100644 --- a/include/sys/ioctl.h +++ b/include/sys/ioctl.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_IOCTL_H #define _SYS_IOCTL_H 1 diff --git a/include/sys/ipc.h b/include/sys/ipc.h index 42806db2b..adf4b4c3c 100644 --- a/include/sys/ipc.h +++ b/include/sys/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 + . */ #ifndef _SYS_IPC_H #define _SYS_IPC_H 1 diff --git a/include/sys/kd.h b/include/sys/kd.h index d459c079e..44ab953bc 100644 --- a/include/sys/kd.h +++ b/include/sys/kd.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_KD_H #define _SYS_KD_H 1 diff --git a/include/sys/kdaemon.h b/include/sys/kdaemon.h index 61491f93d..921e07274 100644 --- a/include/sys/kdaemon.h +++ b/include/sys/kdaemon.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 + . */ /* Interfaces to control the various kernel daemons. */ diff --git a/include/sys/klog.h b/include/sys/klog.h index 35f5fe40e..f5fef94b0 100644 --- a/include/sys/klog.h +++ b/include/sys/klog.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_KLOG_H diff --git a/include/sys/mman.h b/include/sys/mman.h index 470209ed5..fe0231fc3 100644 --- a/include/sys/mman.h +++ b/include/sys/mman.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_MMAN_H #define _SYS_MMAN_H 1 diff --git a/include/sys/mount.h b/include/sys/mount.h index f3198e6ae..440af139a 100644 --- a/include/sys/mount.h +++ b/include/sys/mount.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* This is taken from /usr/include/linux/fs.h. */ diff --git a/include/sys/msg.h b/include/sys/msg.h index cdc96be9b..e53990054 100644 --- a/include/sys/msg.h +++ b/include/sys/msg.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_MSG_H #define _SYS_MSG_H diff --git a/include/sys/mtio.h b/include/sys/mtio.h index 51fa550cd..60f3e51e7 100644 --- a/include/sys/mtio.h +++ b/include/sys/mtio.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 + . */ /* Written by H. Bergman . */ diff --git a/include/sys/param.h b/include/sys/param.h index 19c119a2c..d329706c9 100644 --- a/include/sys/param.h +++ b/include/sys/param.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_PARAM_H #define _SYS_PARAM_H 1 diff --git a/include/sys/personality.h b/include/sys/personality.h index 154b1131a..ee1de6403 100644 --- a/include/sys/personality.h +++ b/include/sys/personality.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 + . */ /* Taken verbatim from Linux 2.4 (include/linux/personality.h). */ diff --git a/include/sys/poll.h b/include/sys/poll.h index 1f5e12c61..2130ce688 100644 --- a/include/sys/poll.h +++ b/include/sys/poll.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_POLL_H #define _SYS_POLL_H 1 diff --git a/include/sys/reboot.h b/include/sys/reboot.h index 2a719c7a3..bc685aebb 100644 --- a/include/sys/reboot.h +++ b/include/sys/reboot.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 + . */ /* This file should define RB_* macros to be used as flag bits in the argument to the `reboot' system call. */ diff --git a/include/sys/resource.h b/include/sys/resource.h index c7b8e0e47..3356de5a8 100644 --- a/include/sys/resource.h +++ b/include/sys/resource.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_RESOURCE_H #define _SYS_RESOURCE_H 1 diff --git a/include/sys/select.h b/include/sys/select.h index 5436e20a0..0c2192dbb 100644 --- a/include/sys/select.h +++ b/include/sys/select.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* POSIX 1003.1g: 6.2 Select from File Descriptor Sets */ diff --git a/include/sys/sem.h b/include/sys/sem.h index 24a57fc32..9b945ba4e 100644 --- a/include/sys/sem.h +++ b/include/sys/sem.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_SEM_H #define _SYS_SEM_H 1 diff --git a/include/sys/sendfile.h b/include/sys/sendfile.h index 4c1367b6b..dd6c0348d 100644 --- a/include/sys/sendfile.h +++ b/include/sys/sendfile.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_SENDFILE_H #define _SYS_SENDFILE_H 1 diff --git a/include/sys/shm.h b/include/sys/shm.h index 786ce752b..fc9a99d37 100644 --- a/include/sys/shm.h +++ b/include/sys/shm.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_SHM_H #define _SYS_SHM_H 1 diff --git a/include/sys/socket.h b/include/sys/socket.h index 62ba60e94..97f4b0635 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.h @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_SOCKET_H #define _SYS_SOCKET_H 1 diff --git a/include/sys/stat.h b/include/sys/stat.h index 170a4e633..18d087d4b 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* * POSIX Standard: 5.6 File Characteristics diff --git a/include/sys/statfs.h b/include/sys/statfs.h index c754ea35c..870408b77 100644 --- a/include/sys/statfs.h +++ b/include/sys/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 + . */ #ifndef _SYS_STATFS_H #define _SYS_STATFS_H 1 diff --git a/include/sys/statvfs.h b/include/sys/statvfs.h index 6199c5d02..1e7d9d368 100644 --- a/include/sys/statvfs.h +++ b/include/sys/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 + . */ #ifndef _SYS_STATVFS_H #define _SYS_STATVFS_H 1 diff --git a/include/sys/swap.h b/include/sys/swap.h index b6e7bef5d..a5a7aae21 100644 --- a/include/sys/swap.h +++ b/include/sys/swap.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_SWAP_H diff --git a/include/sys/syscall.h b/include/sys/syscall.h index 25264cf91..ec8a75cf1 100644 --- a/include/sys/syscall.h +++ b/include/sys/syscall.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYSCALL_H #define _SYSCALL_H 1 diff --git a/include/sys/sysctl.h b/include/sys/sysctl.h index 110efaa76..2c2d68819 100644 --- a/include/sys/sysctl.h +++ b/include/sys/sysctl.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_SYSCTL_H #define _SYS_SYSCTL_H 1 diff --git a/include/sys/sysinfo.h b/include/sys/sysinfo.h index 508e4e308..c3691a29e 100644 --- a/include/sys/sysinfo.h +++ b/include/sys/sysinfo.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_SYSINFO_H #define _SYS_SYSINFO_H 1 diff --git a/include/sys/sysmacros.h b/include/sys/sysmacros.h index c5efca4f9..7a5635edd 100644 --- a/include/sys/sysmacros.h +++ b/include/sys/sysmacros.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_SYSMACROS_H #define _SYS_SYSMACROS_H 1 diff --git a/include/sys/time.h b/include/sys/time.h index 952e95a30..8ebba4bae 100644 --- a/include/sys/time.h +++ b/include/sys/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 + . */ #ifndef _SYS_TIME_H #define _SYS_TIME_H 1 diff --git a/include/sys/timeb.h b/include/sys/timeb.h index dbdbf45a8..d34e4c10e 100644 --- a/include/sys/timeb.h +++ b/include/sys/timeb.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_TIMEB_H #define _SYS_TIMEB_H 1 diff --git a/include/sys/times.h b/include/sys/times.h index 13535a5f6..3936762bd 100644 --- a/include/sys/times.h +++ b/include/sys/times.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 + . */ /* * POSIX Standard: 4.5.2 Process Times diff --git a/include/sys/timex.h b/include/sys/timex.h index 5e82d464d..621afce62 100644 --- a/include/sys/timex.h +++ b/include/sys/timex.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_TIMEX_H #define _SYS_TIMEX_H 1 diff --git a/include/sys/types.h b/include/sys/types.h index 2d5eabc65..2b45d0300 100644 --- a/include/sys/types.h +++ b/include/sys/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 + . */ /* * POSIX Standard: 2.6 Primitive System Data Types diff --git a/include/sys/uio.h b/include/sys/uio.h index 1b203f71c..43ce07cb6 100644 --- a/include/sys/uio.h +++ b/include/sys/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 + . */ #ifndef _SYS_UIO_H #define _SYS_UIO_H 1 diff --git a/include/sys/un.h b/include/sys/un.h index 1fa10e4fe..e49d552bd 100644 --- a/include/sys/un.h +++ b/include/sys/un.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_UN_H #define _SYS_UN_H 1 diff --git a/include/sys/ustat.h b/include/sys/ustat.h index 7a9cdac0d..11f51b20a 100644 --- a/include/sys/ustat.h +++ b/include/sys/ustat.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* * This interface is obsolete. Use instead. diff --git a/include/sys/utsname.h b/include/sys/utsname.h index 7b57888ce..04ff55be7 100644 --- a/include/sys/utsname.h +++ b/include/sys/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 + . */ /* * POSIX Standard: 4.4 System Identification diff --git a/include/sys/wait.h b/include/sys/wait.h index 2b68847e9..4a2d7c4da 100644 --- a/include/sys/wait.h +++ b/include/sys/wait.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* * POSIX Standard: 3.2.1 Wait for Process Termination diff --git a/include/sys/xattr.h b/include/sys/xattr.h index 2737f90bd..031678d8a 100644 --- a/include/sys/xattr.h +++ b/include/sys/xattr.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SYS_XATTR_H #define _SYS_XATTR_H 1 -- cgit v1.2.3