diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-12 01:07:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-12 01:07:32 +0000 |
commit | b0543e796bc88777556a1164296376318e4ea3f1 (patch) | |
tree | 7aef2b5b648fe5d88df3711c613b65f1ec1e8e9d /usr.bin/indent/lexi.c | |
parent | cd7f20b2d9aa333cea118cfc72dfffb5b6b230c1 (diff) |
final bits of obvious UCB term 3 removal
Diffstat (limited to 'usr.bin/indent/lexi.c')
-rw-r--r-- | usr.bin/indent/lexi.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index 7717101f688..774ca6b7d9a 100644 --- a/usr.bin/indent/lexi.c +++ b/usr.bin/indent/lexi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lexi.c,v 1.8 2001/06/25 04:58:31 pjanzen Exp $ */ +/* $OpenBSD: lexi.c,v 1.9 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[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93";*/ -static char rcsid[] = "$OpenBSD: lexi.c,v 1.8 2001/06/25 04:58:31 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: lexi.c,v 1.9 2003/06/12 01:07:27 deraadt Exp $"; #endif /* not lint */ /* |