From: niklas Date: Mon, 24 Feb 1997 14:44:26 +0000 (+0000) Subject: OpenBSD tags X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=024705e56170aa1f539a1e0ea017c99ab1ef1f7d;p=openbsd OpenBSD tags --- diff --git a/sys/stand/cat.c b/sys/stand/cat.c index a0f76375753..4f4d4db81d0 100644 --- a/sys/stand/cat.c +++ b/sys/stand/cat.c @@ -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() diff --git a/sys/stand/copy.c b/sys/stand/copy.c index 3054a87022a..e29ba5ec52a 100644 --- a/sys/stand/copy.c +++ b/sys/stand/copy.c @@ -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 diff --git a/sys/stand/ls.c b/sys/stand/ls.c index b484023fd6e..641214ec3ea 100644 --- a/sys/stand/ls.c +++ b/sys/stand/ls.c @@ -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