diff options
Diffstat (limited to 'games/caesar/caesar.c')
-rw-r--r-- | games/caesar/caesar.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/games/caesar/caesar.c b/games/caesar/caesar.c index 6854dc2a06a..a87b6e3273a 100644 --- a/games/caesar/caesar.c +++ b/games/caesar/caesar.c @@ -1,4 +1,4 @@ -/* $OpenBSD: caesar.c,v 1.13 2004/07/09 15:59:26 deraadt Exp $ */ +/* $OpenBSD: caesar.c,v 1.14 2009/10/27 23:59:24 deraadt Exp $ */ /* * Copyright (c) 1989, 1993 @@ -37,20 +37,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static 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[] = "@(#)caesar.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: caesar.c,v 1.13 2004/07/09 15:59:26 deraadt Exp $"; -#endif -#endif /* not lint */ - #include <ctype.h> #include <err.h> #include <errno.h> |