diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2003-06-03 01:27:32 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2003-06-03 01:27:32 +0000 |
commit | e254bbbc4fab3264965461423d60a72dccb928dc (patch) | |
tree | 477a5ec49f938ff871c66d70b2637fa6a05f8617 /sys | |
parent | 73b1102b88b314b434ba3a10053f7a1847510111 (diff) |
license cleaning.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/kern_malloc_debug.c | 7 | ||||
-rw-r--r-- | sys/sys/timeout.h | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/sys/kern/kern_malloc_debug.c b/sys/kern/kern_malloc_debug.c index beffe411edf..544d9f56fa9 100644 --- a/sys/kern/kern_malloc_debug.c +++ b/sys/kern/kern_malloc_debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_malloc_debug.c,v 1.21 2002/12/20 06:00:53 art Exp $ */ +/* $OpenBSD: kern_malloc_debug.c,v 1.22 2003/06/03 01:27:31 art Exp $ */ /* * Copyright (c) 1999, 2000 Artur Grabowski <art@openbsd.org> @@ -10,10 +10,7 @@ * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * 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. The name of the author may not be used to endorse or promote products + * 2. 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 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, diff --git a/sys/sys/timeout.h b/sys/sys/timeout.h index 9f9db38f053..3f8676bb14a 100644 --- a/sys/sys/timeout.h +++ b/sys/sys/timeout.h @@ -1,4 +1,4 @@ -/* $OpenBSD: timeout.h,v 1.15 2002/06/25 19:41:41 mickey Exp $ */ +/* $OpenBSD: timeout.h,v 1.16 2003/06/03 01:27:31 art Exp $ */ /* * Copyright (c) 2000-2001 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -9,10 +9,7 @@ * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * 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. The name of the author may not be used to endorse or promote products + * 2. 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 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |