diff options
author | obrien <obrien@FreeBSD.org> | 2000-12-25 01:16:12 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-12-25 01:16:12 +0000 |
commit | 2f37ea4d17f08a14aeb36c0fea778d8b4d44e0cd (patch) | |
tree | a4842d622220777063827b5e6a0d2d43425b4723 /usr.bin/indent | |
parent | fed3d6603d9a67e06f9dc0862ce01639796041bf (diff) | |
download | FreeBSD-src-2f37ea4d17f08a14aeb36c0fea778d8b4d44e0cd.zip FreeBSD-src-2f37ea4d17f08a14aeb36c0fea778d8b4d44e0cd.tar.gz |
Don't abuse the SCCS `@(#)' for RCS.
Requested by: bde
Diffstat (limited to 'usr.bin/indent')
-rw-r--r-- | usr.bin/indent/args.c | 2 | ||||
-rw-r--r-- | usr.bin/indent/indent.c | 2 | ||||
-rw-r--r-- | usr.bin/indent/io.c | 2 | ||||
-rw-r--r-- | usr.bin/indent/lexi.c | 2 | ||||
-rw-r--r-- | usr.bin/indent/parse.c | 2 | ||||
-rw-r--r-- | usr.bin/indent/pr_comment.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index 3ddab33..2e6821f 100644 --- a/usr.bin/indent/args.c +++ b/usr.bin/indent/args.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "@(#)$FreeBSD$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 3b82e95..1a8675581 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; #endif static const char rcsid[] = - "@(#)$FreeBSD$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index bc186e7..596c849 100644 --- a/usr.bin/indent/io.c +++ b/usr.bin/indent/io.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "@(#)$FreeBSD$"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index 67fea44..5970451 100644 --- a/usr.bin/indent/lexi.c +++ b/usr.bin/indent/lexi.c @@ -36,7 +36,7 @@ #ifndef lint static char sccsid[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = - "@(#)$FreeBSD$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index 33ce79e..da8b4a6 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -36,7 +36,7 @@ #ifndef lint static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = - "@(#)$FreeBSD$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c index 357d907..4bf974d 100644 --- a/usr.bin/indent/pr_comment.c +++ b/usr.bin/indent/pr_comment.c @@ -36,7 +36,7 @@ #ifndef lint static char sccsid[] = "@(#)pr_comment.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = - "@(#)$FreeBSD$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> |