diff options
| author | soren <soren@NetBSD.org> | 2001-12-15 11:45:24 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2001-12-15 11:45:24 +0000 |
| commit | 3022b71f80a18948caf4033574204175a7fa9cb2 (patch) | |
| tree | c2ec7b289be0d5e0610390c6511aca5651f242f6 /sys/dev | |
| parent | df984ecc5201bcffbb072e1b7b222ead4a643972 (diff) | |
Correct copyright header.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pcmcia/if_tr_pcmcia.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/if_tr_pcmcia.c b/sys/dev/pcmcia/if_tr_pcmcia.c index c1d48e9476b..fbc27759833 100644 --- a/sys/dev/pcmcia/if_tr_pcmcia.c +++ b/sys/dev/pcmcia/if_tr_pcmcia.c @@ -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> |
