From 002f48507805c24a9a5019679ed0b1f2e3e258de Mon Sep 17 00:00:00 2001 From: billf Date: Tue, 30 Nov 1999 03:50:02 +0000 Subject: copyright/sccsid/rcsid cleanup. --- games/bcd/bcd.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'games/bcd/bcd.c') diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c index 3e05953..a3968a4 100644 --- a/games/bcd/bcd.c +++ b/games/bcd/bcd.c @@ -32,18 +32,20 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1989, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)bcd.c 8.2 (Berkeley) 3/20/94"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* -- cgit v1.1