OpenBSD tags
authorniklas <niklas@openbsd.org>
Mon, 24 Feb 1997 14:44:26 +0000 (14:44 +0000)
committerniklas <niklas@openbsd.org>
Mon, 24 Feb 1997 14:44:26 +0000 (14:44 +0000)
sys/stand/cat.c
sys/stand/copy.c
sys/stand/ls.c

index a0f7637..4f4d4db 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: cat.c,v 1.2 1997/02/24 14:44:26 niklas Exp $  */
+
 /*-
  * Copyright (c) 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -39,7 +41,7 @@ static char copyright[] =
 
 #ifndef lint
 /*static char sccsid[] = "from: @(#)cat.c      8.1 (Berkeley) 6/11/93";*/
-static char rcsid[] = "$NetBSD: cat.c,v 1.5 1994/06/29 06:43:27 cgd Exp $";
+static char rcsid[] = "$OpenBSD: cat.c,v 1.2 1997/02/24 14:44:26 niklas Exp $";
 #endif /* not lint */
 
 main()
index 3054a87..e29ba5e 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: copy.c,v 1.2 1997/02/24 14:44:28 niklas Exp $ */
+
 /*-
  * Copyright (c) 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -39,7 +41,7 @@ static char copyright[] =
 
 #ifndef lint
 /*static char sccsid[] = "from: @(#)copy.c     8.1 (Berkeley) 6/11/93";*/
-static char rcsid[] = "$NetBSD: copy.c,v 1.5 1994/06/29 06:43:28 cgd Exp $";
+static char rcsid[] = "$OpenBSD: copy.c,v 1.2 1997/02/24 14:44:28 niklas Exp $";
 #endif /* not lint */
 
 #define        BSIZE   10240
index b484023..641214e 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ls.c,v 1.2 1997/02/24 14:44:28 niklas Exp $   */
+
 /*-
  * Copyright (c) 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -39,7 +41,7 @@ static char copyright[] =
 
 #ifndef lint
 /*static char sccsid[] = "from: @(#)ls.c       8.1 (Berkeley) 6/11/93";*/
-static char rcsid[] = "$NetBSD: ls.c,v 1.5 1994/06/29 06:43:30 cgd Exp $";
+static char rcsid[] = "$OpenBSD: ls.c,v 1.2 1997/02/24 14:44:28 niklas Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>