summaryrefslogtreecommitdiff
path: root/usr.bin/indent
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-26 05:44:45 +0000
commitf78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch)
treed866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/indent
parent79e97129ab796ff93029b3a8d0d89519754bfece (diff)
rcsid
Diffstat (limited to 'usr.bin/indent')
-rw-r--r--usr.bin/indent/Makefile3
-rw-r--r--usr.bin/indent/args.c4
-rw-r--r--usr.bin/indent/indent.12
-rw-r--r--usr.bin/indent/indent.c4
-rw-r--r--usr.bin/indent/indent_codes.h2
-rw-r--r--usr.bin/indent/indent_globs.h2
-rw-r--r--usr.bin/indent/io.c4
-rw-r--r--usr.bin/indent/lexi.c4
-rw-r--r--usr.bin/indent/parse.c4
-rw-r--r--usr.bin/indent/pr_comment.c4
10 files changed, 22 insertions, 11 deletions
diff --git a/usr.bin/indent/Makefile b/usr.bin/indent/Makefile
index a8d24d7117a..08952c27893 100644
--- a/usr.bin/indent/Makefile
+++ b/usr.bin/indent/Makefile
@@ -1,5 +1,4 @@
-# from: @(#)Makefile 5.11 (Berkeley) 5/11/90
-# $Id: Makefile,v 1.1 1995/10/18 08:45:24 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:34:27 deraadt Exp $
PROG= indent
SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c
index abb0f7d10d8..b3fd08efe6c 100644
--- a/usr.bin/indent/args.c
+++ b/usr.bin/indent/args.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: args.c,v 1.2 1996/06/26 05:34:27 deraadt Exp $ */
+
/*
* Copyright (c) 1985 Sun Microsystems, Inc.
* Copyright (c) 1980 The Regents of the University of California.
@@ -35,7 +37,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)args.c 5.10 (Berkeley) 2/26/91";*/
-static char rcsid[] = "$Id: args.c,v 1.1 1995/10/18 08:45:24 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: args.c,v 1.2 1996/06/26 05:34:27 deraadt Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1
index 7a6be28e83c..1614206c9c8 100644
--- a/usr.bin/indent/indent.1
+++ b/usr.bin/indent/indent.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: indent.1,v 1.2 1996/06/26 05:34:28 deraadt Exp $
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
.\" Copyright (c) 1985 Sun Microsystems, Inc.
.\" Copyright (c) 1976 Board of Trustees of the University of Illinois.
@@ -32,7 +33,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)indent.1 6.11 (Berkeley) 7/24/91
-.\" $Id: indent.1,v 1.1 1995/10/18 08:45:24 deraadt Exp $
.\"
.Dd July 24, 1991
.Dt INDENT 1
diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c
index c33398f0426..44fcf259b99 100644
--- a/usr.bin/indent/indent.c
+++ b/usr.bin/indent/indent.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: indent.c,v 1.3 1996/06/26 05:34:29 deraadt Exp $ */
+
/*
* Copyright (c) 1985 Sun Microsystems, Inc.
* Copyright (c) 1980 The Regents of the University of California.
@@ -43,7 +45,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)indent.c 5.16 (Berkeley) 2/26/91";*/
-static char rcsid[] = "$Id: indent.c,v 1.2 1996/05/21 21:51:18 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: indent.c,v 1.3 1996/06/26 05:34:29 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/indent/indent_codes.h b/usr.bin/indent/indent_codes.h
index 9c9df2a9c97..edc0c0f7363 100644
--- a/usr.bin/indent/indent_codes.h
+++ b/usr.bin/indent/indent_codes.h
@@ -1,3 +1,4 @@
+/* * $OpenBSD: indent_codes.h,v 1.2 1996/06/26 05:34:29 deraadt Exp $*/
/*
* Copyright (c) 1985 Sun Microsystems, Inc.
* Copyright (c) 1980 The Regents of the University of California.
@@ -33,7 +34,6 @@
* SUCH DAMAGE.
*
* from: @(#)indent_codes.h 5.7 (Berkeley) 6/1/90
- * $Id: indent_codes.h,v 1.1 1995/10/18 08:45:25 deraadt Exp $
*/
#define newline 1
diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h
index 990bf6fb00b..2f2b38f0410 100644
--- a/usr.bin/indent/indent_globs.h
+++ b/usr.bin/indent/indent_globs.h
@@ -1,3 +1,4 @@
+/* * $OpenBSD: indent_globs.h,v 1.2 1996/06/26 05:34:30 deraadt Exp $*/
/*
* Copyright (c) 1985 Sun Microsystems, Inc.
* Copyright (c) 1980 The Regents of the University of California.
@@ -33,7 +34,6 @@
* SUCH DAMAGE.
*
* from: @(#)indent_globs.h 5.11 (Berkeley) 2/26/91
- * $Id: indent_globs.h,v 1.1 1995/10/18 08:45:25 deraadt Exp $
*/
#define BACKSLASH '\\'
diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c
index 3269e612c3a..829ec832220 100644
--- a/usr.bin/indent/io.c
+++ b/usr.bin/indent/io.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: io.c,v 1.2 1996/06/26 05:34:31 deraadt Exp $ */
+
/*
* Copyright (c) 1985 Sun Microsystems, Inc.
* Copyright (c) 1980 The Regents of the University of California.
@@ -35,7 +37,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)io.c 5.15 (Berkeley) 2/26/91";*/
-static char rcsid[] = "$Id: io.c,v 1.1 1995/10/18 08:45:25 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: io.c,v 1.2 1996/06/26 05:34:31 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c
index ec24015190d..2b5b96e19bb 100644
--- a/usr.bin/indent/lexi.c
+++ b/usr.bin/indent/lexi.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: lexi.c,v 1.2 1996/06/26 05:34:31 deraadt Exp $ */
+
/*
* Copyright (c) 1985 Sun Microsystems, Inc.
* Copyright (c) 1980 The Regents of the University of California.
@@ -35,7 +37,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)lexi.c 5.16 (Berkeley) 2/26/91";*/
-static char rcsid[] = "$Id: lexi.c,v 1.1 1995/10/18 08:45:25 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: lexi.c,v 1.2 1996/06/26 05:34:31 deraadt Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c
index e5b8453a92e..6ce19ea84c8 100644
--- a/usr.bin/indent/parse.c
+++ b/usr.bin/indent/parse.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: parse.c,v 1.2 1996/06/26 05:34:32 deraadt Exp $ */
+
/*
* Copyright (c) 1985 Sun Microsystems, Inc.
* Copyright (c) 1980 The Regents of the University of California.
@@ -35,7 +37,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)parse.c 5.12 (Berkeley) 2/26/91";*/
-static char rcsid[] = "$Id: parse.c,v 1.1 1995/10/18 08:45:25 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: parse.c,v 1.2 1996/06/26 05:34:32 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c
index 51d5e6ac3f8..dd17868a243 100644
--- a/usr.bin/indent/pr_comment.c
+++ b/usr.bin/indent/pr_comment.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: pr_comment.c,v 1.2 1996/06/26 05:34:33 deraadt Exp $ */
+
/*
* Copyright (c) 1985 Sun Microsystems, Inc.
* Copyright (c) 1980 The Regents of the University of California.
@@ -35,7 +37,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)pr_comment.c 5.12 (Berkeley) 2/26/91";*/
-static char rcsid[] = "$Id: pr_comment.c,v 1.1 1995/10/18 08:45:25 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: pr_comment.c,v 1.2 1996/06/26 05:34:33 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>