diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 21:09:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 21:09:03 +0000 |
commit | 75cf5dab649d7c9760ecda4b013e3445ff604b59 (patch) | |
tree | 31373874b3478033a05e788da2897a1ecd7c8271 /lib/libcompat/4.1 | |
parent | 5c7c27cee470a5966e86aee051c4408aedc67462 (diff) |
terms 3 & 4 cleanup based on "terms" file
Diffstat (limited to 'lib/libcompat/4.1')
-rw-r--r-- | lib/libcompat/4.1/ftime.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/lib/libcompat/4.1/ftime.c b/lib/libcompat/4.1/ftime.c index 97386c96b98..3bd1e01ed5f 100644 --- a/lib/libcompat/4.1/ftime.c +++ b/lib/libcompat/4.1/ftime.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftime.c,v 1.4 1997/09/15 11:31:31 downsj Exp $ */ +/* $OpenBSD: ftime.c,v 1.5 2003/06/03 21:09:00 deraadt Exp $ */ /* * Copyright (c) 1997, Jason Downs. All rights reserved. @@ -11,13 +11,6 @@ * 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 Jason Downs for the - * OpenBSD system. - * 4. Neither the name(s) of the author(s) nor the name OpenBSD - * may be used to endorse or promote products derived from this software - * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED @@ -63,7 +56,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: ftime.c,v 1.4 1997/09/15 11:31:31 downsj Exp $"; +static char rcsid[] = "$OpenBSD: ftime.c,v 1.5 2003/06/03 21:09:00 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> |