Changed to conform to NetBSD's new RCS Id convention.
This commit is contained in:
parent
37e47b6dc5
commit
6e0c4ded79
|
@ -1,3 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 1994/11/14 20:27:21 jtc Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= chflags
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.\" $NetBSD: chflags.1,v 1.2 1994/11/14 20:27:22 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: chflags.c,v 1.2 1994/11/14 20:27:23 jtc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993, 1994
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -38,7 +40,10 @@ static char copyright[] =
|
|||
#endif /* not lint */
|
||||
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94";
|
||||
#endif
|
||||
static char rcsid[] = "$NetBSD: chflags.c,v 1.2 1994/11/14 20:27:23 jtc Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 1994/11/14 20:27:34 jtc Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= jot
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.\" $NetBSD: jot.1,v 1.2 1994/11/14 20:27:36 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: jot.c,v 1.2 1994/11/14 20:27:37 jtc Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -38,7 +40,10 @@ static char copyright[] =
|
|||
#endif /* not lint */
|
||||
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)jot.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif
|
||||
static char rcsid[] = "$NetBSD: jot.c,v 1.2 1994/11/14 20:27:37 jtc Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 1994/11/14 20:27:39 jtc Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= lam
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.\" $NetBSD: lam.1,v 1.2 1994/11/14 20:27:40 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: lam.c,v 1.2 1994/11/14 20:27:42 jtc Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -38,7 +40,10 @@ static char copyright[] =
|
|||
#endif /* not lint */
|
||||
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)lam.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif
|
||||
static char rcsid[] = "$NetBSD: lam.c,v 1.2 1994/11/14 20:27:42 jtc Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue