summaryrefslogtreecommitdiff
path: root/libc/sysdeps/unix/bsd
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/unix/bsd')
-rw-r--r--libc/sysdeps/unix/bsd/bits/dirent.h5
-rw-r--r--libc/sysdeps/unix/bsd/bits/fcntl.h5
-rw-r--r--libc/sysdeps/unix/bsd/bits/signum.h5
-rw-r--r--libc/sysdeps/unix/bsd/bits/stat.h5
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/bits/dirent.h5
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/bits/fcntl.h5
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h5
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/bits/socket.h5
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h5
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h5
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h5
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/tcdrain.c5
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/tcgetattr.c5
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/tcsetattr.c5
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/wait.c5
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/wait3.c5
-rw-r--r--libc/sysdeps/unix/bsd/bsd4.4/waitpid.c5
-rw-r--r--libc/sysdeps/unix/bsd/bsdstat.h5
-rw-r--r--libc/sysdeps/unix/bsd/clock.c5
-rw-r--r--libc/sysdeps/unix/bsd/ftime.c5
-rw-r--r--libc/sysdeps/unix/bsd/getpt.c5
-rw-r--r--libc/sysdeps/unix/bsd/gtty.c5
-rw-r--r--libc/sysdeps/unix/bsd/i386/vfork.S5
-rw-r--r--libc/sysdeps/unix/bsd/i386/wait3.S5
-rw-r--r--libc/sysdeps/unix/bsd/init-posix.c5
-rw-r--r--libc/sysdeps/unix/bsd/isatty.c5
-rw-r--r--libc/sysdeps/unix/bsd/poll.c5
-rw-r--r--libc/sysdeps/unix/bsd/ptsname.c5
-rw-r--r--libc/sysdeps/unix/bsd/setegid.c5
-rw-r--r--libc/sysdeps/unix/bsd/seteuid.c5
-rw-r--r--libc/sysdeps/unix/bsd/setgid.c5
-rw-r--r--libc/sysdeps/unix/bsd/setrgid.c5
-rw-r--r--libc/sysdeps/unix/bsd/setruid.c5
-rw-r--r--libc/sysdeps/unix/bsd/setsid.c5
-rw-r--r--libc/sysdeps/unix/bsd/setuid.c5
-rw-r--r--libc/sysdeps/unix/bsd/sigaction.c5
-rw-r--r--libc/sysdeps/unix/bsd/sigprocmask.c5
-rw-r--r--libc/sysdeps/unix/bsd/sigsuspend.c5
-rw-r--r--libc/sysdeps/unix/bsd/stty.c5
-rw-r--r--libc/sysdeps/unix/bsd/tcdrain.c5
-rw-r--r--libc/sysdeps/unix/bsd/tcflow.c5
-rw-r--r--libc/sysdeps/unix/bsd/tcflush.c5
-rw-r--r--libc/sysdeps/unix/bsd/tcgetattr.c5
-rw-r--r--libc/sysdeps/unix/bsd/tcgetpgrp.c5
-rw-r--r--libc/sysdeps/unix/bsd/tcsendbrk.c5
-rw-r--r--libc/sysdeps/unix/bsd/tcsetattr.c5
-rw-r--r--libc/sysdeps/unix/bsd/tcsetpgrp.c5
-rw-r--r--libc/sysdeps/unix/bsd/telldir.c5
-rw-r--r--libc/sysdeps/unix/bsd/times.c5
-rw-r--r--libc/sysdeps/unix/bsd/ualarm.c5
-rw-r--r--libc/sysdeps/unix/bsd/ulimit.c5
-rw-r--r--libc/sysdeps/unix/bsd/unlockpt.c5
-rw-r--r--libc/sysdeps/unix/bsd/usleep.c5
53 files changed, 106 insertions, 159 deletions
diff --git a/libc/sysdeps/unix/bsd/bits/dirent.h b/libc/sysdeps/unix/bsd/bits/dirent.h
index e84719712..e56efc43b 100644
--- a/libc/sysdeps/unix/bsd/bits/dirent.h
+++ b/libc/sysdeps/unix/bsd/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."
diff --git a/libc/sysdeps/unix/bsd/bits/fcntl.h b/libc/sysdeps/unix/bsd/bits/fcntl.h
index c992f93ef..df93999e7 100644
--- a/libc/sysdeps/unix/bsd/bits/fcntl.h
+++ b/libc/sysdeps/unix/bsd/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/>. */
#ifndef _FCNTL_H
# error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
diff --git a/libc/sysdeps/unix/bsd/bits/signum.h b/libc/sysdeps/unix/bsd/bits/signum.h
index ce7d4682d..0deb83ba6 100644
--- a/libc/sysdeps/unix/bsd/bits/signum.h
+++ b/libc/sysdeps/unix/bsd/bits/signum.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/>. */
#ifdef _SIGNAL_H
diff --git a/libc/sysdeps/unix/bsd/bits/stat.h b/libc/sysdeps/unix/bsd/bits/stat.h
index 6eeab3b0e..afbe6a533 100644
--- a/libc/sysdeps/unix/bsd/bits/stat.h
+++ b/libc/sysdeps/unix/bsd/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/>. */
#if !defined _SYS_STAT_H && !defined _FCNTL_H
# error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
diff --git a/libc/sysdeps/unix/bsd/bsd4.4/bits/dirent.h b/libc/sysdeps/unix/bsd/bsd4.4/bits/dirent.h
index 3f8990cb5..1e0f08b26 100644
--- a/libc/sysdeps/unix/bsd/bsd4.4/bits/dirent.h
+++ b/libc/sysdeps/unix/bsd/bsd4.4/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."
diff --git a/libc/sysdeps/unix/bsd/bsd4.4/bits/fcntl.h b/libc/sysdeps/unix/bsd/bsd4.4/bits/fcntl.h
index 47a67e38e..c801d81f5 100644
--- a/libc/sysdeps/unix/bsd/bsd4.4/bits/fcntl.h
+++ b/libc/sysdeps/unix/bsd/bsd4.4/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/>. */
#ifndef _FCNTL_H
#error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
diff --git a/libc/sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h b/libc/sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h
index 934548875..c253f0726 100644
--- a/libc/sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h
+++ b/libc/sysdeps/unix/bsd/bsd4.4/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/sysdeps/unix/bsd/bsd4.4/bits/socket.h b/libc/sysdeps/unix/bsd/bsd4.4/bits/socket.h
index 79251ab39..f45820476 100644
--- a/libc/sysdeps/unix/bsd/bsd4.4/bits/socket.h
+++ b/libc/sysdeps/unix/bsd/bsd4.4/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; see the file COPYING.LIB. 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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>. */
#ifndef __BITS_SOCKET_H
#define __BITS_SOCKET_H 1
diff --git a/libc/sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h b/libc/sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h
index 92112b554..9bab1b652 100644
--- a/libc/sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h
+++ b/libc/sysdeps/unix/bsd/bsd4.4/freebsd/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/sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h b/libc/sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
index c0e267ff6..6703473c5 100644
--- a/libc/sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
+++ b/libc/sysdeps/unix/bsd/bsd4.4/freebsd/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/sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h b/libc/sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h
index 6b5e07e08..2d7583ac4 100644
--- a/libc/sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h
+++ b/libc/sysdeps/unix/bsd/bsd4.4/freebsd/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
+ <http://www.gnu.org/licenses/>. */
#ifndef _SYS_SYSMACROS_H
#define _SYS_SYSMACROS_H 1
diff --git a/libc/sysdeps/unix/bsd/bsd4.4/tcdrain.c b/libc/sysdeps/unix/bsd/bsd4.4/tcdrain.c
index 4eb5612f7..51f330183 100644
--- a/libc/sysdeps/unix/bsd/bsd4.4/tcdrain.c
+++ b/libc/sysdeps/unix/bsd/bsd4.4/tcdrain.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 <sys/ioctl.h>
diff --git a/libc/sysdeps/unix/bsd/bsd4.4/tcgetattr.c b/libc/sysdeps/unix/bsd/bsd4.4/tcgetattr.c
index ac60752f1..140262f17 100644
--- a/libc/sysdeps/unix/bsd/bsd4.4/tcgetattr.c
+++ b/libc/sysdeps/unix/bsd/bsd4.4/tcgetattr.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 <termios.h>
diff --git a/libc/sysdeps/unix/bsd/bsd4.4/tcsetattr.c b/libc/sysdeps/unix/bsd/bsd4.4/tcsetattr.c
index b3142f6a2..8a5f71e71 100644
--- a/libc/sysdeps/unix/bsd/bsd4.4/tcsetattr.c
+++ b/libc/sysdeps/unix/bsd/bsd4.4/tcsetattr.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/sysdeps/unix/bsd/bsd4.4/wait.c b/libc/sysdeps/unix/bsd/bsd4.4/wait.c
index 643dd7a39..76a139329 100644
--- a/libc/sysdeps/unix/bsd/bsd4.4/wait.c
+++ b/libc/sysdeps/unix/bsd/bsd4.4/wait.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/wait.h>
#include <errno.h>
diff --git a/libc/sysdeps/unix/bsd/bsd4.4/wait3.c b/libc/sysdeps/unix/bsd/bsd4.4/wait3.c
index 540dad6fb..d3056c1fd 100644
--- a/libc/sysdeps/unix/bsd/bsd4.4/wait3.c
+++ b/libc/sysdeps/unix/bsd/bsd4.4/wait3.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/wait.h>
diff --git a/libc/sysdeps/unix/bsd/bsd4.4/waitpid.c b/libc/sysdeps/unix/bsd/bsd4.4/waitpid.c
index 33b29d2c3..7aa59ccc4 100644
--- a/libc/sysdeps/unix/bsd/bsd4.4/waitpid.c
+++ b/libc/sysdeps/unix/bsd/bsd4.4/waitpid.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/wait.h>
diff --git a/libc/sysdeps/unix/bsd/bsdstat.h b/libc/sysdeps/unix/bsd/bsdstat.h
index f1e38c015..635bbad1b 100644
--- a/libc/sysdeps/unix/bsd/bsdstat.h
+++ b/libc/sysdeps/unix/bsd/bsdstat.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/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/libc/sysdeps/unix/bsd/clock.c b/libc/sysdeps/unix/bsd/clock.c
index 4faae57dc..3d7a6a5b1 100644
--- a/libc/sysdeps/unix/bsd/clock.c
+++ b/libc/sysdeps/unix/bsd/clock.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/resource.h>
#include <sys/time.h>
diff --git a/libc/sysdeps/unix/bsd/ftime.c b/libc/sysdeps/unix/bsd/ftime.c
index 187c24c1d..7c6dd2939 100644
--- a/libc/sysdeps/unix/bsd/ftime.c
+++ b/libc/sysdeps/unix/bsd/ftime.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/timeb.h>
#include <sys/time.h>
diff --git a/libc/sysdeps/unix/bsd/getpt.c b/libc/sysdeps/unix/bsd/getpt.c
index f4a6b17f0..2c566cbd4 100644
--- a/libc/sysdeps/unix/bsd/getpt.c
+++ b/libc/sysdeps/unix/bsd/getpt.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 <fcntl.h>
diff --git a/libc/sysdeps/unix/bsd/gtty.c b/libc/sysdeps/unix/bsd/gtty.c
index 081ce25ae..4e1b7a215 100644
--- a/libc/sysdeps/unix/bsd/gtty.c
+++ b/libc/sysdeps/unix/bsd/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/sysdeps/unix/bsd/i386/vfork.S b/libc/sysdeps/unix/bsd/i386/vfork.S
index a245f3e14..c434b9a39 100644
--- a/libc/sysdeps/unix/bsd/i386/vfork.S
+++ b/libc/sysdeps/unix/bsd/i386/vfork.S
@@ -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>
diff --git a/libc/sysdeps/unix/bsd/i386/wait3.S b/libc/sysdeps/unix/bsd/i386/wait3.S
index 5988340cc..d41dc8474 100644
--- a/libc/sysdeps/unix/bsd/i386/wait3.S
+++ b/libc/sysdeps/unix/bsd/i386/wait3.S
@@ -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>
diff --git a/libc/sysdeps/unix/bsd/init-posix.c b/libc/sysdeps/unix/bsd/init-posix.c
index b5ea8846f..1eb66e30f 100644
--- a/libc/sysdeps/unix/bsd/init-posix.c
+++ b/libc/sysdeps/unix/bsd/init-posix.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 <time.h>
diff --git a/libc/sysdeps/unix/bsd/isatty.c b/libc/sysdeps/unix/bsd/isatty.c
index 996c4ed41..e20b62f71 100644
--- a/libc/sysdeps/unix/bsd/isatty.c
+++ b/libc/sysdeps/unix/bsd/isatty.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/sysdeps/unix/bsd/poll.c b/libc/sysdeps/unix/bsd/poll.c
index 0bddf0b27..244c28507 100644
--- a/libc/sysdeps/unix/bsd/poll.c
+++ b/libc/sysdeps/unix/bsd/poll.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 <alloca.h>
#include <sys/poll.h>
diff --git a/libc/sysdeps/unix/bsd/ptsname.c b/libc/sysdeps/unix/bsd/ptsname.c
index 6063201b0..4eb501f5f 100644
--- a/libc/sysdeps/unix/bsd/ptsname.c
+++ b/libc/sysdeps/unix/bsd/ptsname.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 <paths.h>
diff --git a/libc/sysdeps/unix/bsd/setegid.c b/libc/sysdeps/unix/bsd/setegid.c
index cc9f939ba..5eb46f5d7 100644
--- a/libc/sysdeps/unix/bsd/setegid.c
+++ b/libc/sysdeps/unix/bsd/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/sysdeps/unix/bsd/seteuid.c b/libc/sysdeps/unix/bsd/seteuid.c
index 056b6583c..af3cd0301 100644
--- a/libc/sysdeps/unix/bsd/seteuid.c
+++ b/libc/sysdeps/unix/bsd/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/sysdeps/unix/bsd/setgid.c b/libc/sysdeps/unix/bsd/setgid.c
index 3d1fd3196..6d1b64673 100644
--- a/libc/sysdeps/unix/bsd/setgid.c
+++ b/libc/sysdeps/unix/bsd/setgid.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/sysdeps/unix/bsd/setrgid.c b/libc/sysdeps/unix/bsd/setrgid.c
index 9083afd13..7c1e51a42 100644
--- a/libc/sysdeps/unix/bsd/setrgid.c
+++ b/libc/sysdeps/unix/bsd/setrgid.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>
#include <sys/types.h>
diff --git a/libc/sysdeps/unix/bsd/setruid.c b/libc/sysdeps/unix/bsd/setruid.c
index adaff4e48..d8ab7d25a 100644
--- a/libc/sysdeps/unix/bsd/setruid.c
+++ b/libc/sysdeps/unix/bsd/setruid.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>
#include <sys/types.h>
diff --git a/libc/sysdeps/unix/bsd/setsid.c b/libc/sysdeps/unix/bsd/setsid.c
index b09ad3c5b..dbad2711c 100644
--- a/libc/sysdeps/unix/bsd/setsid.c
+++ b/libc/sysdeps/unix/bsd/setsid.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/sysdeps/unix/bsd/setuid.c b/libc/sysdeps/unix/bsd/setuid.c
index 5a37f5c85..92d256b17 100644
--- a/libc/sysdeps/unix/bsd/setuid.c
+++ b/libc/sysdeps/unix/bsd/setuid.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/sysdeps/unix/bsd/sigaction.c b/libc/sysdeps/unix/bsd/sigaction.c
index ba73400af..78b4e8a68 100644
--- a/libc/sysdeps/unix/bsd/sigaction.c
+++ b/libc/sysdeps/unix/bsd/sigaction.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/sysdeps/unix/bsd/sigprocmask.c b/libc/sysdeps/unix/bsd/sigprocmask.c
index 5ad137e02..47a8142fe 100644
--- a/libc/sysdeps/unix/bsd/sigprocmask.c
+++ b/libc/sysdeps/unix/bsd/sigprocmask.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/sysdeps/unix/bsd/sigsuspend.c b/libc/sysdeps/unix/bsd/sigsuspend.c
index 0d62ce218..4acff55a1 100644
--- a/libc/sysdeps/unix/bsd/sigsuspend.c
+++ b/libc/sysdeps/unix/bsd/sigsuspend.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 <signal.h>
diff --git a/libc/sysdeps/unix/bsd/stty.c b/libc/sysdeps/unix/bsd/stty.c
index a995cd0db..1d630dc0b 100644
--- a/libc/sysdeps/unix/bsd/stty.c
+++ b/libc/sysdeps/unix/bsd/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/sysdeps/unix/bsd/tcdrain.c b/libc/sysdeps/unix/bsd/tcdrain.c
index 7dd60759e..5dc03cc30 100644
--- a/libc/sysdeps/unix/bsd/tcdrain.c
+++ b/libc/sysdeps/unix/bsd/tcdrain.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/sysdeps/unix/bsd/tcflow.c b/libc/sysdeps/unix/bsd/tcflow.c
index b3b6f8e11..dff63a5f2 100644
--- a/libc/sysdeps/unix/bsd/tcflow.c
+++ b/libc/sysdeps/unix/bsd/tcflow.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/sysdeps/unix/bsd/tcflush.c b/libc/sysdeps/unix/bsd/tcflush.c
index 9b5d3445c..15d86e005 100644
--- a/libc/sysdeps/unix/bsd/tcflush.c
+++ b/libc/sysdeps/unix/bsd/tcflush.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/sysdeps/unix/bsd/tcgetattr.c b/libc/sysdeps/unix/bsd/tcgetattr.c
index 5743ffa4b..b3a54e390 100644
--- a/libc/sysdeps/unix/bsd/tcgetattr.c
+++ b/libc/sysdeps/unix/bsd/tcgetattr.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/sysdeps/unix/bsd/tcgetpgrp.c b/libc/sysdeps/unix/bsd/tcgetpgrp.c
index 0ccadef87..6f675a89a 100644
--- a/libc/sysdeps/unix/bsd/tcgetpgrp.c
+++ b/libc/sysdeps/unix/bsd/tcgetpgrp.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/ioctl.h>
#include <errno.h>
diff --git a/libc/sysdeps/unix/bsd/tcsendbrk.c b/libc/sysdeps/unix/bsd/tcsendbrk.c
index e8583be53..af6a71b34 100644
--- a/libc/sysdeps/unix/bsd/tcsendbrk.c
+++ b/libc/sysdeps/unix/bsd/tcsendbrk.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/sysdeps/unix/bsd/tcsetattr.c b/libc/sysdeps/unix/bsd/tcsetattr.c
index fd390cd88..0741c475e 100644
--- a/libc/sysdeps/unix/bsd/tcsetattr.c
+++ b/libc/sysdeps/unix/bsd/tcsetattr.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/sysdeps/unix/bsd/tcsetpgrp.c b/libc/sysdeps/unix/bsd/tcsetpgrp.c
index ea7e4cc72..25ffb7fc3 100644
--- a/libc/sysdeps/unix/bsd/tcsetpgrp.c
+++ b/libc/sysdeps/unix/bsd/tcsetpgrp.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/ioctl.h>
diff --git a/libc/sysdeps/unix/bsd/telldir.c b/libc/sysdeps/unix/bsd/telldir.c
index 3d625c65d..e9abd3d39 100644
--- a/libc/sysdeps/unix/bsd/telldir.c
+++ b/libc/sysdeps/unix/bsd/telldir.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/sysdeps/unix/bsd/times.c b/libc/sysdeps/unix/bsd/times.c
index d77438703..ec008e5c9 100644
--- a/libc/sysdeps/unix/bsd/times.c
+++ b/libc/sysdeps/unix/bsd/times.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/sysdeps/unix/bsd/ualarm.c b/libc/sysdeps/unix/bsd/ualarm.c
index 939ca6be2..9505d2148 100644
--- a/libc/sysdeps/unix/bsd/ualarm.c
+++ b/libc/sysdeps/unix/bsd/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 <sys/time.h>
#include <unistd.h>
diff --git a/libc/sysdeps/unix/bsd/ulimit.c b/libc/sysdeps/unix/bsd/ulimit.c
index 963d156e2..0858ef6f1 100644
--- a/libc/sysdeps/unix/bsd/ulimit.c
+++ b/libc/sysdeps/unix/bsd/ulimit.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 <stdarg.h>
diff --git a/libc/sysdeps/unix/bsd/unlockpt.c b/libc/sysdeps/unix/bsd/unlockpt.c
index 59fc7392e..deee79511 100644
--- a/libc/sysdeps/unix/bsd/unlockpt.c
+++ b/libc/sysdeps/unix/bsd/unlockpt.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 <paths.h>
#include <stdlib.h>
diff --git a/libc/sysdeps/unix/bsd/usleep.c b/libc/sysdeps/unix/bsd/usleep.c
index 9c1049c10..95b4e1de4 100644
--- a/libc/sysdeps/unix/bsd/usleep.c
+++ b/libc/sysdeps/unix/bsd/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 <unistd.h>
#include <sys/types.h>