summaryrefslogtreecommitdiff
path: root/libc/sysdeps/x86_64/bits
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/x86_64/bits')
-rw-r--r--libc/sysdeps/x86_64/bits/atomic.h5
-rw-r--r--libc/sysdeps/x86_64/bits/byteswap.h5
-rw-r--r--libc/sysdeps/x86_64/bits/link.h5
-rw-r--r--libc/sysdeps/x86_64/bits/mathdef.h5
-rw-r--r--libc/sysdeps/x86_64/bits/select.h5
-rw-r--r--libc/sysdeps/x86_64/bits/setjmp.h5
-rw-r--r--libc/sysdeps/x86_64/bits/string.h5
-rw-r--r--libc/sysdeps/x86_64/bits/xtitypes.h5
8 files changed, 16 insertions, 24 deletions
diff --git a/libc/sysdeps/x86_64/bits/atomic.h b/libc/sysdeps/x86_64/bits/atomic.h
index 7c138eb2f..4a0d40b34 100644
--- a/libc/sysdeps/x86_64/bits/atomic.h
+++ b/libc/sysdeps/x86_64/bits/atomic.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/>. */
#include <stdint.h>
#include <tls.h> /* For tcbhead_t. */
diff --git a/libc/sysdeps/x86_64/bits/byteswap.h b/libc/sysdeps/x86_64/bits/byteswap.h
index c6db93c41..5094a0540 100644
--- a/libc/sysdeps/x86_64/bits/byteswap.h
+++ b/libc/sysdeps/x86_64/bits/byteswap.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
+ <http://www.gnu.org/licenses/>. */
#if !defined _BYTESWAP_H && !defined _NETINET_IN_H && !defined _ENDIAN_H
# error "Never use <bits/byteswap.h> directly; include <byteswap.h> instead."
diff --git a/libc/sysdeps/x86_64/bits/link.h b/libc/sysdeps/x86_64/bits/link.h
index 14cc92b14..c79eda846 100644
--- a/libc/sysdeps/x86_64/bits/link.h
+++ b/libc/sysdeps/x86_64/bits/link.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 _LINK_H
# error "Never include <bits/link.h> directly; use <link.h> instead."
diff --git a/libc/sysdeps/x86_64/bits/mathdef.h b/libc/sysdeps/x86_64/bits/mathdef.h
index 91463921b..846a350a0 100644
--- a/libc/sysdeps/x86_64/bits/mathdef.h
+++ b/libc/sysdeps/x86_64/bits/mathdef.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 _MATH_H && !defined _COMPLEX_H
# error "Never use <bits/mathdef.h> directly; include <math.h> instead"
diff --git a/libc/sysdeps/x86_64/bits/select.h b/libc/sysdeps/x86_64/bits/select.h
index 2ebdd7ccb..439a914bf 100644
--- a/libc/sysdeps/x86_64/bits/select.h
+++ b/libc/sysdeps/x86_64/bits/select.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_SELECT_H
# error "Never use <bits/select.h> directly; include <sys/select.h> instead."
diff --git a/libc/sysdeps/x86_64/bits/setjmp.h b/libc/sysdeps/x86_64/bits/setjmp.h
index c9b98b2e3..a66ca0fa5 100644
--- a/libc/sysdeps/x86_64/bits/setjmp.h
+++ b/libc/sysdeps/x86_64/bits/setjmp.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/>. */
/* Define the machine-dependent type `jmp_buf'. x86-64 version. */
#ifndef _BITS_SETJMP_H
diff --git a/libc/sysdeps/x86_64/bits/string.h b/libc/sysdeps/x86_64/bits/string.h
index 708ce78d6..0ca5fe28d 100644
--- a/libc/sysdeps/x86_64/bits/string.h
+++ b/libc/sysdeps/x86_64/bits/string.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 _STRING_H
# error "Never use <bits/string.h> directly; include <string.h> instead."
diff --git a/libc/sysdeps/x86_64/bits/xtitypes.h b/libc/sysdeps/x86_64/bits/xtitypes.h
index c28b698e3..853c09080 100644
--- a/libc/sysdeps/x86_64/bits/xtitypes.h
+++ b/libc/sysdeps/x86_64/bits/xtitypes.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 _STROPTS_H
# error "Never include <bits/xtitypes.h> directly; use <stropts.h> instead."