diff options
Diffstat (limited to 'usr.bin/indent/pr_comment.c')
-rw-r--r-- | usr.bin/indent/pr_comment.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c index 9b43761c84e..a49ce4d799b 100644 --- a/usr.bin/indent/pr_comment.c +++ b/usr.bin/indent/pr_comment.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pr_comment.c,v 1.4 2001/01/08 07:14:42 pjanzen Exp $ */ +/* $OpenBSD: pr_comment.c,v 1.5 2003/06/12 01:07:27 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 @@ -15,11 +15,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. * @@ -38,7 +34,7 @@ #ifndef lint /*static char sccsid[] = "@(#)pr_comment.c 8.1 (Berkeley) 6/6/93";*/ -static char rcsid[] = "$OpenBSD: pr_comment.c,v 1.4 2001/01/08 07:14:42 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: pr_comment.c,v 1.5 2003/06/12 01:07:27 deraadt Exp $"; #endif /* not lint */ #include <err.h> |