Fix typo in copyright notice.
This commit is contained in:
parent
a2c8fc94fe
commit
33bfd7be53
|
@ -1,7 +1,7 @@
|
||||||
/* $NetBSD: if_pcn.c,v 1.6 2001/11/27 13:49:03 onoe Exp $ */
|
/* $NetBSD: if_pcn.c,v 1.7 2001/11/29 17:15:44 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2001 Wasabi Systems, Inc.
|
* Copyright (c) 2001 Wasabi Systems, Inc.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Written by Jason R. Thorpe for Wasabi Systems, Inc.
|
* Written by Jason R. Thorpe for Wasabi Systems, Inc.
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: if_pcn.c,v 1.6 2001/11/27 13:49:03 onoe Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: if_pcn.c,v 1.7 2001/11/29 17:15:44 thorpej Exp $");
|
||||||
|
|
||||||
#include "bpfilter.h"
|
#include "bpfilter.h"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* $NetBSD: if_pcnreg.h,v 1.1 2001/08/27 19:42:18 thorpej Exp $ */
|
/* $NetBSD: if_pcnreg.h,v 1.2 2001/11/29 17:15:44 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2001 Wasabi Systems, Inc.
|
* Copyright (c) 2001 Wasabi Systems, Inc.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Written by Jason R. Thorpe for Wasabi Systems, Inc.
|
* Written by Jason R. Thorpe for Wasabi Systems, Inc.
|
||||||
|
|
Loading…
Reference in New Issue