$Revision$ -> $FreeBSD$

This commit is contained in:
Peter Wemm 1999-09-06 07:33:51 +00:00
parent 6364229cbb
commit d63cfe5faf
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ const
static char rcsid[] = "$FreeBSD$";
#endif
char version_string[] = "GNU assembler version 1.92.3, FreeBSD $Revision: 1.6 $\n";
char version_string[] = "GNU assembler version 1.92.3,\n$FreeBSD$\n";
#ifdef HO_VMS
dummy3()

View file

@ -1,5 +1,5 @@
%{
/* $Revision: 1.5 $
/* $FreeBSD$
**
** Originally written by Steven M. Bellovin <smb@research.att.com> while
** at the University of North Carolina at Chapel Hill. Later tweaked by

View file

@ -44,7 +44,7 @@
char *copyright_message[] = { "Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon",
"All rights are reserved."};
char * new_curse_name= "@(#) new_curse.c $Revision: 1.2 $";
char * new_curse_name= "@(#) new_curse.c $FreeBSD$";
#include "new_curse.h"
#include <signal.h>