diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2003-06-03 12:05:26 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2003-06-03 12:05:26 +0000 |
commit | 1d684f34c2256cea78c625b251fad407c89a138b (patch) | |
tree | 94462a4eab319d27a8c86bbeab1bf4988eab4824 /sys | |
parent | 07f69aff58a9c7d282e45041e031b0fd8619c491 (diff) |
Two term license with approval from nordin@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/kern_timeout.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index c21796e0327..7f996fd25e4 100644 --- a/sys/kern/kern_timeout.c +++ b/sys/kern/kern_timeout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_timeout.c,v 1.17 2003/05/17 14:02:06 grange Exp $ */ +/* $OpenBSD: kern_timeout.c,v 1.18 2003/06/03 12:05:25 art Exp $ */ /* * Copyright (c) 2001 Thomas Nordin <nordin@openbsd.org> * Copyright (c) 2000-2001 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, |