diff options
Diffstat (limited to 'libc/sysdeps/linux/vax/bits')
-rw-r--r-- | libc/sysdeps/linux/vax/bits/fcntl.h | 3 | ||||
-rw-r--r-- | libc/sysdeps/linux/vax/bits/huge_val.h | 5 | ||||
-rw-r--r-- | libc/sysdeps/linux/vax/bits/ipc.h | 3 | ||||
-rw-r--r-- | libc/sysdeps/linux/vax/bits/sem.h | 3 | ||||
-rw-r--r-- | libc/sysdeps/linux/vax/bits/shm.h | 3 | ||||
-rw-r--r-- | libc/sysdeps/linux/vax/bits/sigcontext.h | 3 | ||||
-rw-r--r-- | libc/sysdeps/linux/vax/bits/wordsize.h | 3 |
7 files changed, 8 insertions, 15 deletions
diff --git a/libc/sysdeps/linux/vax/bits/fcntl.h b/libc/sysdeps/linux/vax/bits/fcntl.h index 66c2812c4..ff5bff38c 100644 --- a/libc/sysdeps/linux/vax/bits/fcntl.h +++ b/libc/sysdeps/linux/vax/bits/fcntl.h @@ -14,8 +14,7 @@ You should have received a copy of the GNU Library 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. */ + 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/linux/vax/bits/huge_val.h b/libc/sysdeps/linux/vax/bits/huge_val.h index 63395b15e..f479021ad 100644 --- a/libc/sysdeps/linux/vax/bits/huge_val.h +++ b/libc/sysdeps/linux/vax/bits/huge_val.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/>. */ #ifndef _MATH_H # error "Never use <bits/huge_val.h> directly; include <math.h> instead." diff --git a/libc/sysdeps/linux/vax/bits/ipc.h b/libc/sysdeps/linux/vax/bits/ipc.h index c4e37358e..e4dba68f2 100644 --- a/libc/sysdeps/linux/vax/bits/ipc.h +++ b/libc/sysdeps/linux/vax/bits/ipc.h @@ -13,8 +13,7 @@ You should have received a copy of the GNU Library 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. */ + see <http://www.gnu.org/licenses/>. */ #ifndef _SYS_IPC_H # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead." diff --git a/libc/sysdeps/linux/vax/bits/sem.h b/libc/sysdeps/linux/vax/bits/sem.h index c5c04bad1..99f76a038 100644 --- a/libc/sysdeps/linux/vax/bits/sem.h +++ b/libc/sysdeps/linux/vax/bits/sem.h @@ -13,8 +13,7 @@ You should have received a copy of the GNU Library 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. */ + see <http://www.gnu.org/licenses/>. */ #ifndef _SYS_SEM_H # error "Never include <bits/sem.h> directly; use <sys/sem.h> instead." diff --git a/libc/sysdeps/linux/vax/bits/shm.h b/libc/sysdeps/linux/vax/bits/shm.h index f1a44c982..d271bed76 100644 --- a/libc/sysdeps/linux/vax/bits/shm.h +++ b/libc/sysdeps/linux/vax/bits/shm.h @@ -13,8 +13,7 @@ You should have received a copy of the GNU Library 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. */ + see <http://www.gnu.org/licenses/>. */ #ifndef _SYS_SHM_H # error "Never include <bits/shm.h> directly; use <sys/shm.h> instead." diff --git a/libc/sysdeps/linux/vax/bits/sigcontext.h b/libc/sysdeps/linux/vax/bits/sigcontext.h index 97cbf4b30..e61969458 100644 --- a/libc/sysdeps/linux/vax/bits/sigcontext.h +++ b/libc/sysdeps/linux/vax/bits/sigcontext.h @@ -13,8 +13,7 @@ You should have received a copy of the GNU Library 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. */ + see <http://www.gnu.org/licenses/>. */ #if !defined _SIGNAL_H && !defined _SYS_UCONTEXT_H # error "Never use <bits/sigcontext.h> directly; include <signal.h> instead." diff --git a/libc/sysdeps/linux/vax/bits/wordsize.h b/libc/sysdeps/linux/vax/bits/wordsize.h index 62dad0c71..cbe1418d4 100644 --- a/libc/sysdeps/linux/vax/bits/wordsize.h +++ b/libc/sysdeps/linux/vax/bits/wordsize.h @@ -13,7 +13,6 @@ You should have received a copy of the GNU Library 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. */ + see <http://www.gnu.org/licenses/>. */ #define __WORDSIZE 32 |