summaryrefslogtreecommitdiff
path: root/libc/posix/sys
diff options
context:
space:
mode:
Diffstat (limited to 'libc/posix/sys')
-rw-r--r--libc/posix/sys/times.h5
-rw-r--r--libc/posix/sys/types.h5
-rw-r--r--libc/posix/sys/utsname.h5
-rw-r--r--libc/posix/sys/wait.h5
4 files changed, 8 insertions, 12 deletions
diff --git a/libc/posix/sys/times.h b/libc/posix/sys/times.h
index 6022f2f84..c7c60efb3 100644
--- a/libc/posix/sys/times.h
+++ b/libc/posix/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
+ <http://www.gnu.org/licenses/>. */
/*
* POSIX Standard: 4.5.2 Process Times <sys/times.h>
diff --git a/libc/posix/sys/types.h b/libc/posix/sys/types.h
index a7e9084e2..c5e1290aa 100644
--- a/libc/posix/sys/types.h
+++ b/libc/posix/sys/types.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/>. */
/*
* POSIX Standard: 2.6 Primitive System Data Types <sys/types.h>
diff --git a/libc/posix/sys/utsname.h b/libc/posix/sys/utsname.h
index a03aab9fc..2cb7bde88 100644
--- a/libc/posix/sys/utsname.h
+++ b/libc/posix/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
+ <http://www.gnu.org/licenses/>. */
/*
* POSIX Standard: 4.4 System Identification <sys/utsname.h>
diff --git a/libc/posix/sys/wait.h b/libc/posix/sys/wait.h
index 23080f255..f889ada2a 100644
--- a/libc/posix/sys/wait.h
+++ b/libc/posix/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
+ <http://www.gnu.org/licenses/>. */
/*
* POSIX Standard: 3.2.1 Wait for Process Termination <sys/wait.h>