diff options
author | 2003-06-04 04:44:21 +0000 | |
---|---|---|
committer | 2003-06-04 04:44:21 +0000 | |
commit | 59f0a47f97ada81f1987faced11a5ff9ec0bbfb5 (patch) | |
tree | 1eb323852cdeb48e03b8a497a4e4d8290ab3141c /sys/lib/libkern/arch | |
parent | more 3/4 cleanups for lazy developers (diff) | |
download | wireguard-openbsd-59f0a47f97ada81f1987faced11a5ff9ec0bbfb5.tar.xz wireguard-openbsd-59f0a47f97ada81f1987faced11a5ff9ec0bbfb5.zip |
another 3/4
Diffstat (limited to 'sys/lib/libkern/arch')
-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 |