diff options
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 |
