diff options
author | billf <billf@FreeBSD.org> | 1999-11-30 03:50:02 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-11-30 03:50:02 +0000 |
commit | 002f48507805c24a9a5019679ed0b1f2e3e258de (patch) | |
tree | 60a6a2ac5db6d7bb41d3d4f0b429d8f620a37c15 /games/fortune | |
parent | beffd26bc80a987a3bdba59f0b211e2cfbb132ad (diff) | |
download | FreeBSD-src-002f48507805c24a9a5019679ed0b1f2e3e258de.zip FreeBSD-src-002f48507805c24a9a5019679ed0b1f2e3e258de.tar.gz |
copyright/sccsid/rcsid cleanup.
Diffstat (limited to 'games/fortune')
-rw-r--r-- | games/fortune/fortune/fortune.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index ea10c03..bbd06ed 100644 --- a/games/fortune/fortune/fortune.c +++ b/games/fortune/fortune/fortune.c @@ -42,7 +42,11 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ # include <sys/param.h> |