diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 04:44:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 04:44:22 +0000 |
commit | 6354f391a0cca0b34d54f8735d8865b71d0d8808 (patch) | |
tree | 450dc2a5e85ce4aad9aaa8589eba3ce2b9045fc6 /sys/lib/libkern | |
parent | 0a2ef473ecf64688381946ed150ac8750bb6e502 (diff) |
another 3/4
Diffstat (limited to 'sys/lib/libkern')
-rw-r--r-- | sys/lib/libkern/arch/hppa/bcopy.m4 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/lib/libkern/arch/hppa/bcopy.m4 b/sys/lib/libkern/arch/hppa/bcopy.m4 index aabab3a0717..4ea84063fb4 100644 --- a/sys/lib/libkern/arch/hppa/bcopy.m4 +++ b/sys/lib/libkern/arch/hppa/bcopy.m4 @@ -1,4 +1,4 @@ -define(_rcsid,``$OpenBSD: bcopy.m4,v 1.13 2002/08/27 16:29:22 mickey Exp $'')dnl +define(_rcsid,``$OpenBSD: bcopy.m4,v 1.14 2003/06/04 04:44:21 deraadt Exp $'')dnl dnl dnl dnl This is the source file for bcopy.S, spcopy.S @@ -24,11 +24,6 @@ dnl * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Michael Shalayeff. - * 4. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |