diff options
author | 2003-06-03 12:05:25 +0000 | |
---|---|---|
committer | 2003-06-03 12:05:25 +0000 | |
commit | f5000253f467bede206503476635fc0e2b85b27b (patch) | |
tree | 2b6b6503c4f0f165efa8f20dc2decaec9ab4541b /sys/kern/kern_timeout.c | |
parent | Don't mention krb4 here either (diff) | |
download | wireguard-openbsd-f5000253f467bede206503476635fc0e2b85b27b.tar.xz wireguard-openbsd-f5000253f467bede206503476635fc0e2b85b27b.zip |
Two term license with approval from nordin@
Diffstat (limited to 'sys/kern/kern_timeout.c')
-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, |