diff options
Diffstat (limited to 'usr.bin/lex/main.c')
-rw-r--r-- | usr.bin/lex/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index a7e9d58..2c7836d 100644 --- a/usr.bin/lex/main.c +++ b/usr.bin/lex/main.c @@ -32,7 +32,7 @@ char copyright[] = All rights reserved.\n"; #endif /* not lint */ -/* $Header: /home/ncvs/src/usr.bin/lex/main.c,v 1.3 1996/06/19 20:47:29 nate Exp $ */ +/* $FreeBSD$ */ #include "flexdef.h" |