diff options
author | 2003-06-03 01:27:31 +0000 | |
---|---|---|
committer | 2003-06-03 01:27:31 +0000 | |
commit | 684c9fd9f457f4b3121c61eeadf9bbc51314c403 (patch) | |
tree | cc29c4c42e58c5f4efd56596fdc645575bcc3a63 /sys/kern/kern_malloc_debug.c | |
parent | Convert to 2 term license; OK with art@ (diff) | |
download | wireguard-openbsd-684c9fd9f457f4b3121c61eeadf9bbc51314c403.tar.xz wireguard-openbsd-684c9fd9f457f4b3121c61eeadf9bbc51314c403.zip |
license cleaning.
Diffstat (limited to 'sys/kern/kern_malloc_debug.c')
-rw-r--r-- | sys/kern/kern_malloc_debug.c | 7 |
1 files changed, 2 insertions, 5 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, |