From c81dbb3c98eb0b0fec21f2d7572dfd6c7336ad1f Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Aug 1999 05:11:36 +0000 Subject: $Header$ -> $FreeBSD$ --- usr.bin/compile_et/compile_et.1 | 2 +- usr.bin/compile_et/compile_et.c | 2 +- usr.bin/compile_et/error_table.y | 2 +- usr.bin/compile_et/et_lex.lex.l | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin/compile_et') diff --git a/usr.bin/compile_et/compile_et.1 b/usr.bin/compile_et/compile_et.1 index e5cef6a..0910380 100644 --- a/usr.bin/compile_et/compile_et.1 +++ b/usr.bin/compile_et/compile_et.1 @@ -1,7 +1,7 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $Header: /home/ncvs/src/usr.bin/compile_et/compile_et.1,v 1.1 1995/01/14 22:29:30 wollman Exp $ +.\" $FreeBSD$ .\" .Dd November 22, 1988 .Os diff --git a/usr.bin/compile_et/compile_et.c b/usr.bin/compile_et/compile_et.c index 92fd0c2..b0a9926 100644 --- a/usr.bin/compile_et/compile_et.c +++ b/usr.bin/compile_et/compile_et.c @@ -26,7 +26,7 @@ static const char copyright[] = "Copyright 1987,1988 by MIT Student Information Processing Board"; static const char rcsid_compile_et_c[] = - "$Header: /home/ncvs/src/usr.bin/compile_et/compile_et.c,v 1.5 1998/12/15 12:20:27 des Exp $"; + "$FreeBSD$"; #endif extern char *gensym(); diff --git a/usr.bin/compile_et/error_table.y b/usr.bin/compile_et/error_table.y index c29db13..0045df7 100644 --- a/usr.bin/compile_et/error_table.y +++ b/usr.bin/compile_et/error_table.y @@ -74,7 +74,7 @@ description : QUOTED_STRING #ifndef lint static char const rcsid_error_table_y[] = - "$Header: /home/ncvs/src/usr.bin/compile_et/error_table.y,v 1.3 1995/03/15 19:05:28 wpaul Exp $"; + "$FreeBSD$"; #endif void *malloc(), *realloc(); diff --git a/usr.bin/compile_et/et_lex.lex.l b/usr.bin/compile_et/et_lex.lex.l index 48d1b89..57cbd04 100644 --- a/usr.bin/compile_et/et_lex.lex.l +++ b/usr.bin/compile_et/et_lex.lex.l @@ -22,5 +22,5 @@ end return END; . { return (*yytext); } %% #ifndef lint -static char rcsid_et_lex_lex_l[] = "$Header: /home/ncvs/src/usr.bin/compile_et/et_lex.lex.l,v 1.2 1995/01/14 22:29:33 wollman Exp $"; +static char rcsid_et_lex_lex_l[] = "$FreeBSD$"; #endif -- cgit v1.1