add NetBSD RCS ID on the top.

retain KAME RCS ID where there was one.
This commit is contained in:
itojun 1999-07-04 01:36:12 +00:00
parent 834a62973d
commit 0516428837
7 changed files with 26 additions and 4 deletions

View File

@ -1,3 +1,5 @@
/* $NetBSD: ipsec_policy.c,v 1.3 1999/07/04 01:36:12 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
* All rights reserved.
@ -27,8 +29,14 @@
* SUCH DAMAGE.
*/
#if 0
static char *rcsid = "@(#) ipsec_policy.c KAME Revision: 1.1.4.8";
#else
#include <sys/cdefs.h>
__RCSID("@(#) ipsec_policy.c $Revision: 1.2 $");
#ifndef lint
__RCSID("$NetBSD: ipsec_policy.c,v 1.3 1999/07/04 01:36:12 itojun Exp $");
#endif
#endif
/*
* The following requests are accepted:

View File

@ -25,7 +25,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: ipsec_set_policy.3,v 1.3 1999/07/04 01:27:19 itojun Exp $
.\" $NetBSD: ipsec_set_policy.3,v 1.4 1999/07/04 01:36:13 itojun Exp $
.\" KAME Id: ipsec_set_policy.3,v 1.1.2.6 1999/07/01 06:54:58 sakane Exp
.\"
.Dd May 5, 1998
.Dt IPSEC_SET_POLICY 3

View File

@ -25,7 +25,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: ipsec_strerror.3,v 1.3 1999/07/04 01:27:19 itojun Exp $
.\" $NetBSD: ipsec_strerror.3,v 1.4 1999/07/04 01:36:13 itojun Exp $
.\" KAME Id: ipsec_strerror.3,v 1.1.2.1 1999/05/06 09:26:43 itojun Exp
.\"
.Dd May 6, 1998
.Dt IPSEC_STRERROR 3

View File

@ -1,3 +1,5 @@
/* $NetBSD: ipsec_strerror.c,v 1.3 1999/07/04 01:36:13 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
* All rights reserved.

View File

@ -1,3 +1,5 @@
/* $NetBSD: ipsec_strerror.h,v 1.3 1999/07/04 01:36:13 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
* All rights reserved.

View File

@ -1,3 +1,5 @@
/* $NetBSD: pfkey.c,v 1.4 1999/07/04 01:36:13 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
* All rights reserved.
@ -27,9 +29,13 @@
* SUCH DAMAGE.
*/
#if 0
static char *rcsid = "@(#) pfkey.c KAME Revision: 1.1.4.11";
#else
#include <sys/cdefs.h>
#ifndef lint
__RCSID("@(#) pfkey.c $Revision: 1.3 $");
__RCSID("$NetBSD: pfkey.c,v 1.4 1999/07/04 01:36:13 itojun Exp $");
#endif
#endif
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: pfkey_dump.c,v 1.3 1999/07/04 01:36:13 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
* All rights reserved.