diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 16:36:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 16:36:16 +0000 |
commit | 52832dbc36b076775e089517d32b0f5e1149d2e4 (patch) | |
tree | 5c4a0c1020990a0f95996ea33dd80cc63082246f /sys/arch/i386 | |
parent | 5aeeb0412251b6ce23a0f47e175de84251c90f5d (diff) |
more term 3 & 4 from various developers, with permission of course
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/microtime.s | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/i386/i386/microtime.s b/sys/arch/i386/i386/microtime.s index 6d46c2cbeb3..7523e48b73a 100644 --- a/sys/arch/i386/i386/microtime.s +++ b/sys/arch/i386/i386/microtime.s @@ -1,4 +1,4 @@ -/* $OpenBSD: microtime.s,v 1.18 2003/05/27 23:52:01 fgsch Exp $ */ +/* $OpenBSD: microtime.s,v 1.19 2003/06/04 16:36:14 deraadt Exp $ */ /* $NetBSD: microtime.s,v 1.16 1995/04/17 12:06:47 cgd Exp $ */ /*- @@ -13,11 +13,7 @@ * 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 the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |