diff --git a/sys/dev/pci/if_pcn.c b/sys/dev/pci/if_pcn.c index 7f472ca77b8e..8abc0966a914 100644 --- a/sys/dev/pci/if_pcn.c +++ b/sys/dev/pci/if_pcn.c @@ -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. * * Written by Jason R. Thorpe for Wasabi Systems, Inc. @@ -65,7 +65,7 @@ */ #include -__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" diff --git a/sys/dev/pci/if_pcnreg.h b/sys/dev/pci/if_pcnreg.h index 864c0388cd2b..1de20cd1cc7f 100644 --- a/sys/dev/pci/if_pcnreg.h +++ b/sys/dev/pci/if_pcnreg.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. * * Written by Jason R. Thorpe for Wasabi Systems, Inc.