RCS id police.

This commit is contained in:
thorpej 1996-02-22 06:59:15 +00:00
parent a246f6c835
commit e8c79c9ef1
3 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# @(#) $Id: Makefile,v 1.2 1994/12/22 11:40:02 cgd Exp $
# $NetBSD: Makefile,v 1.3 1996/02/22 06:59:15 thorpej Exp $
PROG= rdate
SRCS= rdate.c

View File

@ -1,3 +1,4 @@
.\" $NetBSD: rdate.8,v 1.3 1996/02/22 06:59:17 thorpej Exp $
.\"
.\" Copyright (c) 1994 Christos Zoulas
.\" All rights reserved.
@ -27,8 +28,6 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: rdate.8,v 1.2 1996/02/10 18:44:54 christos Exp $
.\"
.Dd April 30, 1994
.Dt RDATE 8
.Os

View File

@ -1,3 +1,5 @@
/* $NetBSD: rdate.c,v 1.3 1996/02/22 06:59:18 thorpej Exp $ */
/*
* Copyright (c) 1994 Christos Zoulas
* All rights reserved.
@ -26,8 +28,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: rdate.c,v 1.2 1996/02/10 18:44:56 christos Exp $
*/
/*
@ -38,7 +38,7 @@
* midnight January 1st 1900.
*/
#ifndef lint
static char rcsid[] = "$Id: rdate.c,v 1.2 1996/02/10 18:44:56 christos Exp $";
static char rcsid[] = "$NetBSD: rdate.c,v 1.3 1996/02/22 06:59:18 thorpej Exp $";
#endif/* lint */
#include <sys/types.h>