Fix rcsid's

This commit is contained in:
christos 1998-09-13 15:19:12 +00:00
parent 361a71f864
commit 47c0716246
3 changed files with 30 additions and 15 deletions

View File

@ -1,3 +1,5 @@
/* $NetBSD: cat.c,v 1.6 1998/09/13 15:19:12 christos Exp $ */
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@ -31,15 +33,18 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#ifndef lint
static char copyright[] =
"@(#) Copyright (c) 1993\n\
The Regents of the University of California. All rights reserved.\n";
__COPYRIGHT("@(#) Copyright (c) 1993\n\
The Regents of the University of California. All rights reserved.\n");
#endif /* not lint */
#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 $";
#if 0
static char sccsid[] = "@(#)cat.c 8.1 (Berkeley) 6/11/93";
#else
__RCSID("$NetBSD: cat.c,v 1.6 1998/09/13 15:19:12 christos Exp $");
#endif
#endif /* not lint */
main()

View File

@ -1,3 +1,5 @@
/* $NetBSD: copy.c,v 1.8 1998/09/13 15:19:13 christos Exp $ */
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@ -31,15 +33,18 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#ifndef lint
static char copyright[] =
"@(#) Copyright (c) 1993\n\
The Regents of the University of California. All rights reserved.\n";
__COPYRIGHT("@(#) Copyright (c) 1993\n\
The Regents of the University of California. All rights reserved.\n");
#endif /* not lint */
#ifndef lint
/*static char sccsid[] = "from: @(#)copy.c 8.1 (Berkeley) 6/11/93";*/
static char rcsid[] = "$NetBSD: copy.c,v 1.7 1996/10/12 22:14:10 christos Exp $";
#if 0
static char sccsid[] = "@(#)copy.c 8.1 (Berkeley) 6/11/93";
#else
__RCSID("$NetBSD: copy.c,v 1.8 1998/09/13 15:19:13 christos Exp $");
#endif
#endif /* not lint */
#define BSIZE 10240

View File

@ -1,3 +1,5 @@
/* $NetBSD: ls.c,v 1.8 1998/09/13 15:19:13 christos Exp $ */
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@ -31,15 +33,18 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#ifndef lint
static char copyright[] =
"@(#) Copyright (c) 1993\n\
The Regents of the University of California. All rights reserved.\n";
__COPYRIGHT("@(#) Copyright (c) 1993\n\
The Regents of the University of California. All rights reserved.\n");
#endif /* not lint */
#ifndef lint
/*static char sccsid[] = "from: @(#)ls.c 8.1 (Berkeley) 6/11/93";*/
static char rcsid[] = "$NetBSD: ls.c,v 1.7 1996/10/12 22:13:48 christos Exp $";
#if 0
static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) 6/11/93";
#else
__RCSID("$NetBSD: ls.c,v 1.8 1998/09/13 15:19:13 christos Exp $");
#endif
#endif /* not lint */
#include <sys/param.h>