Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia Correct copyright header.



details:   https://anonhg.NetBSD.org/src/rev/18451333b5d1
branches:  trunk
changeset: 519333:18451333b5d1
user:      soren <soren%NetBSD.org@localhost>
date:      Sat Dec 15 11:45:24 2001 +0000

description:
Correct copyright header.

diffstat:

 sys/dev/pcmcia/if_tr_pcmcia.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r ddb01e4a90c5 -r 18451333b5d1 sys/dev/pcmcia/if_tr_pcmcia.c
--- a/sys/dev/pcmcia/if_tr_pcmcia.c     Sat Dec 15 11:41:09 2001 +0000
+++ b/sys/dev/pcmcia/if_tr_pcmcia.c     Sat Dec 15 11:45:24 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tr_pcmcia.c,v 1.5 2001/11/13 07:26:33 lukem Exp $   */
+/*     $NetBSD: if_tr_pcmcia.c,v 1.6 2001/12/15 11:45:24 soren Exp $   */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang.  All rights reserved.
@@ -14,7 +14,8 @@
  *    documentation and/or other materials provided with the distribution.
  * 3. All advertising materials mentioning features or use of this software
  *    must display the following acknowledgement:
- *  This product includes software developed by Manuel Bouyer.
+ *  This product includes software developed by Soren S. Jorvang.
+ *  This product includes software developed by Onno van der Linden.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *
@@ -40,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_tr_pcmcia.c,v 1.5 2001/11/13 07:26:33 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_tr_pcmcia.c,v 1.6 2001/12/15 11:45:24 soren Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index