Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix typo in copyright notice.



details:   https://anonhg.NetBSD.org/src/rev/8b1f8cfd5688
branches:  trunk
changeset: 518388:8b1f8cfd5688
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Nov 29 17:15:44 2001 +0000

description:
Fix typo in copyright notice.

diffstat:

 sys/dev/pci/if_pcn.c    |  6 +++---
 sys/dev/pci/if_pcnreg.h |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r a100752f8eaa -r 8b1f8cfd5688 sys/dev/pci/if_pcn.c
--- a/sys/dev/pci/if_pcn.c      Thu Nov 29 17:14:02 2001 +0000
+++ b/sys/dev/pci/if_pcn.c      Thu Nov 29 17:15:44 2001 +0000
@@ -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 <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"
 
diff -r a100752f8eaa -r 8b1f8cfd5688 sys/dev/pci/if_pcnreg.h
--- a/sys/dev/pci/if_pcnreg.h   Thu Nov 29 17:14:02 2001 +0000
+++ b/sys/dev/pci/if_pcnreg.h   Thu Nov 29 17:15:44 2001 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index