aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-12-25 01:16:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-12-25 01:16:12 +0000
commit175f26d6ed8085b77f8da5220d67b9d745c6c526 (patch)
tree6b664fedad5f01bc4907ec753cc4fa9855e626f0 /usr.bin/indent
parent917d44c8565c43508e9781c56cecc16f776323cf (diff)
Notes
Diffstat (limited to 'usr.bin/indent')
-rw-r--r--usr.bin/indent/args.c2
-rw-r--r--usr.bin/indent/indent.c2
-rw-r--r--usr.bin/indent/io.c2
-rw-r--r--usr.bin/indent/lexi.c2
-rw-r--r--usr.bin/indent/parse.c2
-rw-r--r--usr.bin/indent/pr_comment.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c
index 3ddab3309a2f..2e6821fe62b8 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 3b82e95f38de..1a8675581134 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 bc186e713eb5..596c849d6c35 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 67fea44d153e..59704514e4d0 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 33ce79e28a8e..da8b4a64c71a 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 357d9072db46..4bf974d2584c 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>