diff options
Diffstat (limited to 'usr.bin/cal')
-rw-r--r-- | usr.bin/cal/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/cal/cal.1 | 1 | ||||
-rw-r--r-- | usr.bin/cal/cal.c | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/cal/Makefile b/usr.bin/cal/Makefile index 51ea2f5ae7a..3cc7e39643e 100644 --- a/usr.bin/cal/Makefile +++ b/usr.bin/cal/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:31:42 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1995/03/26 03:10:21 glass Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= cal diff --git a/usr.bin/cal/cal.1 b/usr.bin/cal/cal.1 index 7eccffb6376..8e3be197919 100644 --- a/usr.bin/cal/cal.1 +++ b/usr.bin/cal/cal.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: cal.1,v 1.2 1996/06/26 05:31:43 deraadt Exp $ .\" $NetBSD: cal.1,v 1.6 1995/09/02 05:34:20 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 diff --git a/usr.bin/cal/cal.c b/usr.bin/cal/cal.c index cd2b978ff0f..7b034eadf3f 100644 --- a/usr.bin/cal/cal.c +++ b/usr.bin/cal/cal.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cal.c,v 1.2 1996/06/26 05:31:43 deraadt Exp $ */ /* $NetBSD: cal.c,v 1.6 1995/03/26 03:10:24 glass Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)cal.c 8.4 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: cal.c,v 1.6 1995/03/26 03:10:24 glass Exp $"; +static char rcsid[] = "$OpenBSD: cal.c,v 1.2 1996/06/26 05:31:43 deraadt Exp $"; #endif #endif /* not lint */ |