diff options
| author | cgd <cgd@NetBSD.org> | 1993-11-17 12:22:50 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-11-17 12:22:50 +0000 |
| commit | 7abca02b8a74460c4f2fe5c0d4cf95e600dd39ff (patch) | |
| tree | a3e29d366386b465615e154fc5176aac4e7327a0 /sys/dev | |
| parent | 13a05bbbacab02609d1b84435fb3d78fed458d73 (diff) | |
added two copyright strings at the request of Gary Clark II
<gclarkii@freefall.cdrom.com>, because he hacked and is in the process
of hacking the code significantly.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isa/mcd.c | 4 | ||||
| -rw-r--r-- | sys/dev/isa/mcdreg.h | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/isa/mcd.c b/sys/dev/isa/mcd.c index 53deacbf6f2..d209d2b03df 100644 --- a/sys/dev/isa/mcd.c +++ b/sys/dev/isa/mcd.c @@ -1,6 +1,7 @@ /* * Copyright 1993 by Holger Veit (data part) * Copyright 1993 by Brian Moore (audio part) + * CHANGES Copyright 1993 Gary Clark II (gclarkii@freefall.cdrom.com) * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,8 +35,9 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: mcd.c,v 1.1 1993/11/04 09:13:07 cgd Exp $ + * $Id: mcd.c,v 1.2 1993/11/17 12:22:50 cgd Exp $ */ + static char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; #include "mcd.h" diff --git a/sys/dev/isa/mcdreg.h b/sys/dev/isa/mcdreg.h index 9b0b606e0b8..6bc603fac31 100644 --- a/sys/dev/isa/mcdreg.h +++ b/sys/dev/isa/mcdreg.h @@ -1,6 +1,7 @@ /* * Copyright 1993 by Holger Veit (data part) * Copyright 1993 by Brian Moore (audio part) + * CHANGES Copyright 1993 Gary Clark II (gclarkii@freefall.cdrom.com) * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -40,7 +41,7 @@ * the manufacturer or anyone else might provide better documentation, * so this file (and the driver) will then have a better quality. * - * $Id: mcdreg.h,v 1.1 1993/11/04 09:13:09 cgd Exp $ + * $Id: mcdreg.h,v 1.2 1993/11/17 12:22:57 cgd Exp $ */ #ifndef MCD_H |
