diff options
Diffstat (limited to 'games/atc')
| -rw-r--r-- | games/atc/Makefile | 2 | ||||
| -rw-r--r-- | games/atc/atc.6 | 2 | ||||
| -rw-r--r-- | games/atc/extern.c | 2 | ||||
| -rw-r--r-- | games/atc/graphics.c | 2 | ||||
| -rw-r--r-- | games/atc/input.c | 2 | ||||
| -rw-r--r-- | games/atc/list.c | 2 | ||||
| -rw-r--r-- | games/atc/log.c | 2 | ||||
| -rw-r--r-- | games/atc/main.c | 2 | ||||
| -rw-r--r-- | games/atc/tunable.c | 2 | ||||
| -rw-r--r-- | games/atc/update.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile index 6009a38f360b..252d0eb1c487 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/atc/Makefile,v 1.14 2000/02/25 10:23:19 mph Exp $ PROG= atc CFLAGS+=-DBSD -I${.CURDIR} -I. diff --git a/games/atc/atc.6 b/games/atc/atc.6 index 8b0669559b0c..6f408d5d81a0 100644 --- a/games/atc/atc.6 +++ b/games/atc/atc.6 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)atc.6 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/atc/atc.6,v 1.6 1999/09/20 09:13:56 phantom Exp $ .\" . \" XP - exdented paragraph .de XP diff --git a/games/atc/extern.c b/games/atc/extern.c index 2976b0c82ece..2f1048786816 100644 --- a/games/atc/extern.c +++ b/games/atc/extern.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/extern.c,v 1.3 1999/11/30 03:48:19 billf Exp $"; #endif /* not lint */ #include "include.h" diff --git a/games/atc/graphics.c b/games/atc/graphics.c index 8b521a39f13d..aeb3399f49c2 100644 --- a/games/atc/graphics.c +++ b/games/atc/graphics.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)graphics.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/graphics.c,v 1.7 1999/11/30 03:48:19 billf Exp $"; #endif /* not lint */ #include <string.h> diff --git a/games/atc/input.c b/games/atc/input.c index 88eb603ac5ee..bd620f88c131 100644 --- a/games/atc/input.c +++ b/games/atc/input.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/input.c,v 1.7 2000/02/27 23:02:47 mph Exp $"; #endif not lint #include <stdlib.h> diff --git a/games/atc/list.c b/games/atc/list.c index af5788fae8ab..614e4c0bcda3 100644 --- a/games/atc/list.c +++ b/games/atc/list.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)list.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/list.c,v 1.4 1999/11/30 03:48:20 billf Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/games/atc/log.c b/games/atc/log.c index 0bf6958a5b70..e747d8b9a922 100644 --- a/games/atc/log.c +++ b/games/atc/log.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/log.c,v 1.7 1999/11/30 03:48:20 billf Exp $"; #endif not lint #include <string.h> diff --git a/games/atc/main.c b/games/atc/main.c index 6319a7aad75c..733f54d5f70a 100644 --- a/games/atc/main.c +++ b/games/atc/main.c @@ -54,7 +54,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/main.c,v 1.9 1999/11/30 03:48:21 billf Exp $"; #endif /* not lint */ #include <string.h> diff --git a/games/atc/tunable.c b/games/atc/tunable.c index 7c7105984f51..3d991a0e61b4 100644 --- a/games/atc/tunable.c +++ b/games/atc/tunable.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)tunable.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/tunable.c,v 1.2 1999/11/30 03:48:21 billf Exp $"; #endif /* not lint */ /* diff --git a/games/atc/update.c b/games/atc/update.c index 139ea4e46d43..67f4df650f3b 100644 --- a/games/atc/update.c +++ b/games/atc/update.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)update.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/atc/update.c,v 1.6 1999/11/30 03:48:21 billf Exp $"; #endif not lint #include <string.h> |
