Commit 8e06d66f authored by David Mosberger's avatar David Mosberger

ia64: Drop copyright notices on header files which are either entirely trivial

	or ended up being trivial variations of another file.  Fix some
	missing attributions and rephrase existing attributions for specifity.
parent 514c8533
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
* probably would be better to clean up binfmt_elf.c so it does not * probably would be better to clean up binfmt_elf.c so it does not
* necessarily depend on there being a.out support. * necessarily depend on there being a.out support.
* *
* Copyright (C) 1998-2002 Hewlett-Packard Co * Modified 1998-2002
* David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
*/ */
#include <linux/types.h> #include <linux/types.h>
......
...@@ -4,8 +4,10 @@ ...@@ -4,8 +4,10 @@
* Needs: * Needs:
* void check_bugs(void); * void check_bugs(void);
* *
* Copyright (C) 1998, 1999, 2003 Hewlett-Packard Co * Based on <asm-alpha/bugs.h>.
* David Mosberger-Tang <davidm@hpl.hp.com> *
* Modified 1998, 1999, 2003
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
*/ */
#ifndef _ASM_IA64_BUGS_H #ifndef _ASM_IA64_BUGS_H
#define _ASM_IA64_BUGS_H #define _ASM_IA64_BUGS_H
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#define _ASM_IA64_BYTEORDER_H #define _ASM_IA64_BYTEORDER_H
/* /*
* Copyright (C) 1998, 1999 Hewlett-Packard Co * Modified 1998, 1999
* Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
*/ */
#include <asm/types.h> #include <asm/types.h>
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#define _ASM_IA64_CHECKSUM_H #define _ASM_IA64_CHECKSUM_H
/* /*
* Copyright (C) 1998, 1999 Hewlett-Packard Co * Modified 1998, 1999
* Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
/* /*
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#define _ASM_IA64_CURRENT_H #define _ASM_IA64_CURRENT_H
/* /*
* Copyright (C) 1998-2000 Hewlett-Packard Co * Modified 1998-2000
* David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
#include <asm/intrinsics.h> #include <asm/intrinsics.h>
......
#ifndef _ASM_IA64_ERRNO_H
#define _ASM_IA64_ERRNO_H
/*
* This is derived from the Linux/x86 version.
*
* Copyright (C) 1998, 1999, 2002 Hewlett-Packard Co
* David Mosberger-Tang <davidm@hpl.hp.com>
*/
#include <asm-generic/errno.h> #include <asm-generic/errno.h>
#endif /* _ASM_IA64_ERRNO_H */
#ifndef _ASM_IA64_FCNTL_H #ifndef _ASM_IA64_FCNTL_H
#define _ASM_IA64_FCNTL_H #define _ASM_IA64_FCNTL_H
/* /*
* This is mostly compatible with Linux/x86. * Based on <asm-i386/fcntl.h>.
* *
* Copyright (C) 1998-2000 Hewlett-Packard Co * Modified 1998-2000
* Copyright (C) 1998-2000 David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
*/ */
/* /*
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
#define _ASM_IA64_IOCTL_H #define _ASM_IA64_IOCTL_H
/* /*
* This is mostly derived from the Linux/x86 version. * Based on <asm-i386/ioctl.h>.
* *
* Copyright (C) 1998, 1999 Hewlett-Packard Co * Modified 1998, 1999
* Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
/* ioctl command encoding: 32 bits total, command in lower 16 bits, /* ioctl command encoding: 32 bits total, command in lower 16 bits,
......
...@@ -2,8 +2,10 @@ ...@@ -2,8 +2,10 @@
#define _ASM_IA64_IOCTLS_H #define _ASM_IA64_IOCTLS_H
/* /*
* Copyright (C) 1998, 1999, 2002 Hewlett-Packard Co * Based on <asm-i386/ioctls.h>
* David Mosberger-Tang <davidm@hpl.hp.com> *
* Modified 1998, 1999, 2002
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
#include <asm/ioctl.h> #include <asm/ioctl.h>
......
...@@ -2,8 +2,10 @@ ...@@ -2,8 +2,10 @@
#define _ASM_IA64_MMAN_H #define _ASM_IA64_MMAN_H
/* /*
* Copyright (C) 1998-2000, 2002 Hewlett-Packard Co * Based on <asm-i386/mman.h>.
* David Mosberger-Tang <davidm@hpl.hp.com> *
* Modified 1998-2000, 2002
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
#define PROT_READ 0x1 /* page can be read */ #define PROT_READ 0x1 /* page can be read */
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#define _ASM_IA64_NAMEI_H #define _ASM_IA64_NAMEI_H
/* /*
* Copyright (C) 1998, 1999, 2001 Hewlett-Packard Co * Modified 1998, 1999, 2001
* David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
#include <asm/ptrace.h> #include <asm/ptrace.h>
......
...@@ -4,8 +4,10 @@ ...@@ -4,8 +4,10 @@
/* /*
* Fundamental kernel parameters. * Fundamental kernel parameters.
* *
* Copyright (C) 1998, 1999, 2002-2003 Hewlett-Packard Co * Based on <asm-i386/param.h>.
* David Mosberger-Tang <davidm@hpl.hp.com> *
* Modified 1998, 1999, 2002-2003
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
#define EXEC_PAGESIZE 65536 #define EXEC_PAGESIZE 65536
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
#define _ASM_IA64_POLL_H #define _ASM_IA64_POLL_H
/* /*
* poll(2) bit definitions. Chosen to be compatible with Linux/x86. * poll(2) bit definitions. Based on <asm-i386/poll.h>.
* *
* Copyright (C) 1998, 1999, 2002 Hewlett-Packard Co * Modified 1998, 1999, 2002
* David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
#define POLLIN 0x0001 #define POLLIN 0x0001
......
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
* be a little careful about namespace pollution etc. Also, we cannot * be a little careful about namespace pollution etc. Also, we cannot
* assume GCC is being used. * assume GCC is being used.
* *
* Copyright (C) 1998-2000, 2003 Hewlett-Packard Co * Based on <asm-alpha/posix_types.h>.
*
* Modified 1998-2000, 2003 Hewlett-Packard Co
* David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>
*/ */
......
...@@ -4,8 +4,10 @@ ...@@ -4,8 +4,10 @@
/* /*
* Resource limits * Resource limits
* *
* Copyright (C) 1998, 1999 Hewlett-Packard Co * Based on <asm-i386/resource.h>.
* Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com> *
* Modified 1998, 1999
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
#include <asm/ustack.h> #include <asm/ustack.h>
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#define _ASM_IA64_SCATTERLIST_H #define _ASM_IA64_SCATTERLIST_H
/* /*
* Copyright (C) 1998-1999, 2001-2002 Hewlett-Packard Co * Modified 1998-1999, 2001-2002
* David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
struct scatterlist { struct scatterlist {
......
...@@ -2,8 +2,10 @@ ...@@ -2,8 +2,10 @@
#define _ASM_IA64_SIGINFO_H #define _ASM_IA64_SIGINFO_H
/* /*
* Copyright (C) 1998-2002 Hewlett-Packard Co * Based on <asm-i386/siginfo.h>.
* David Mosberger-Tang <davidm@hpl.hp.com> *
* Modified 1998-2002
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
#define SI_PAD_SIZE ((SI_MAX_SIZE/sizeof(int)) - 4) #define SI_PAD_SIZE ((SI_MAX_SIZE/sizeof(int)) - 4)
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#define _ASM_IA64_SIGNAL_H #define _ASM_IA64_SIGNAL_H
/* /*
* Copyright (C) 1998-2001, 2003 Hewlett-Packard Co * Modified 1998-2001, 2003
* David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
* *
* Unfortunately, this file is being included by bits/signal.h in * Unfortunately, this file is being included by bits/signal.h in
* glibc-2.x. Hence the #ifdef __KERNEL__ ugliness. * glibc-2.x. Hence the #ifdef __KERNEL__ ugliness.
......
...@@ -2,10 +2,12 @@ ...@@ -2,10 +2,12 @@
#define _ASM_IA64_SOCKET_H #define _ASM_IA64_SOCKET_H
/* /*
* Socket related defines. This mostly mirrors the Linux/x86 version. * Socket related defines.
* *
* Copyright (C) 1998-2000 Hewlett-Packard Co * Based on <asm-i386/socket.h>.
* Copyright (C) 1998-2000 David Mosberger-Tang <davidm@hpl.hp.com> *
* Modified 1998-2000
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
#include <asm/sockios.h> #include <asm/sockios.h>
......
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
#define _ASM_IA64_SOCKIOS_H #define _ASM_IA64_SOCKIOS_H
/* /*
* Socket-level I/O control calls. This mostly mirrors the Linux/x86 * Socket-level I/O control calls.
* version.
* *
* Copyright (C) 1998, 1999 Hewlett-Packard Co * Based on <asm-i386/sockios.h>.
* Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com> *
* Modified 1998, 1999
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
#define FIOSETOWN 0x8901 #define FIOSETOWN 0x8901
#define SIOCSPGRP 0x8902 #define SIOCSPGRP 0x8902
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#define _ASM_IA64_STAT_H #define _ASM_IA64_STAT_H
/* /*
* Copyright (C) 1998, 1999 Hewlett-Packard Co * Modified 1998, 1999
* Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
struct stat { struct stat {
......
...@@ -2,8 +2,10 @@ ...@@ -2,8 +2,10 @@
#define _ASM_IA64_STATFS_H #define _ASM_IA64_STATFS_H
/* /*
* Copyright (C) 1998, 1999, 2003 Hewlett-Packard Co * Based on <asm-i386/statfs.h>.
* David Mosberger-Tang <davidm@hpl.hp.com> *
* Modified 1998, 1999, 2003
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
#ifndef __KERNEL_STRICT_NAMES #ifndef __KERNEL_STRICT_NAMES
......
...@@ -2,8 +2,10 @@ ...@@ -2,8 +2,10 @@
#define _ASM_IA64_TERMBITS_H #define _ASM_IA64_TERMBITS_H
/* /*
* Copyright (C) 1999 Hewlett-Packard Co * Based on <asm-i386/termbits.h>.
* Copyright (C) 1999 David Mosberger-Tang <davidm@hpl.hp.com> *
* Modified 1999
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
* *
* 99/01/28 Added new baudrates * 99/01/28 Added new baudrates
*/ */
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
#define _ASM_IA64_TERMIOS_H #define _ASM_IA64_TERMIOS_H
/* /*
* Copyright (C) 1999 Hewlett-Packard Co * Modified 1999
* Copyright (C) 1999 David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
* *
* 99/01/28 Added N_IRDA and N_SMSBLOCK * 99/01/28 Added N_IRDA and N_SMSBLOCK
*/ */
......
#ifndef _ASM_IA64_TLB_H #ifndef _ASM_IA64_TLB_H
#define _ASM_IA64_TLB_H #define _ASM_IA64_TLB_H
/* /*
* Based on <asm-generic/tlb.h>.
*
* Copyright (C) 2002-2003 Hewlett-Packard Co * Copyright (C) 2002-2003 Hewlett-Packard Co
* David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>
*
* This file was derived from asm-generic/tlb.h.
*/ */
/* /*
* Removing a translation from a page table (including TLB-shootdown) is a four-step * Removing a translation from a page table (including TLB-shootdown) is a four-step
......
...@@ -7,8 +7,10 @@ ...@@ -7,8 +7,10 @@
* space pollution is not a major issue. However, for interoperability, libraries still * space pollution is not a major issue. However, for interoperability, libraries still
* need to be careful to avoid a name clashes. * need to be careful to avoid a name clashes.
* *
* Copyright (C) 1998-2000, 2002 Hewlett-Packard Co * Based on <asm-alpha/types.h>.
* David Mosberger-Tang <davidm@hpl.hp.com> *
* Modified 1998-2000, 2002
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
#ifdef __ASSEMBLY__ #ifdef __ASSEMBLY__
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
* associated and, if so, sets r8 to -EFAULT and clears r9 to 0 and * associated and, if so, sets r8 to -EFAULT and clears r9 to 0 and
* then resumes execution at the continuation point. * then resumes execution at the continuation point.
* *
* Based on <asm-alpha/uaccess.h>.
*
* Copyright (C) 1998, 1999, 2001-2003 Hewlett-Packard Co * Copyright (C) 1998, 1999, 2001-2003 Hewlett-Packard Co
* David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>
*/ */
......
...@@ -4,8 +4,9 @@ ...@@ -4,8 +4,9 @@
#include <linux/types.h> #include <linux/types.h>
/* /*
* The main single-value unaligned transfer routines. Derived from * The main single-value unaligned transfer routines.
* the Linux/Alpha version. *
* Based on <asm-alpha/unaligned.h>.
* *
* Copyright (C) 1998, 1999, 2003 Hewlett-Packard Co * Copyright (C) 1998, 1999, 2003 Hewlett-Packard Co
* David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
* current->start_stack, so we round each of these in order to be able * current->start_stack, so we round each of these in order to be able
* to write an integer number of pages. * to write an integer number of pages.
* *
* Copyright (C) 1998, 1999, 2001 Hewlett-Packard Co * Modified 1998, 1999, 2001
* Copyright (C) 1998, 1999, 2001 David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/ */
#include <linux/ptrace.h> #include <linux/ptrace.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment