diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 21:11:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 21:11:51 +0000 |
commit | 192948004cae9d64f9d361ef104eda50a6e66fec (patch) | |
tree | 07d63f5d714f96f3065051403e0441ac9b41bbba /lib/libc/arch/powerpc | |
parent | 75cf5dab649d7c9760ecda4b013e3445ff604b59 (diff) |
terms 3 & 4 cleanup based on "terms" file
Diffstat (limited to 'lib/libc/arch/powerpc')
-rw-r--r-- | lib/libc/arch/powerpc/gen/setjmp.S | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/arch/powerpc/gen/setjmp.S b/lib/libc/arch/powerpc/gen/setjmp.S index 43b1afe0f00..9ca99b1a85a 100644 --- a/lib/libc/arch/powerpc/gen/setjmp.S +++ b/lib/libc/arch/powerpc/gen/setjmp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: setjmp.S,v 1.3 2002/05/08 20:33:42 drahn Exp $ */ +/* $OpenBSD: setjmp.S,v 1.4 2003/06/03 21:11:50 deraadt Exp $ */ /* * Copyright (c) 1996 Dale Rahn. All rights reserved. * @@ -11,11 +11,6 @@ * 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 Dale Rahn. - * 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 |