From 7abca02b8a74460c4f2fe5c0d4cf95e600dd39ff Mon Sep 17 00:00:00 2001 From: cgd Date: Wed, 17 Nov 1993 12:22:50 +0000 Subject: [PATCH] added two copyright strings at the request of Gary Clark II , because he hacked and is in the process of hacking the code significantly. --- sys/arch/i386/isa/mcd.c | 4 +++- sys/arch/i386/isa/mcdreg.h | 3 ++- sys/dev/isa/mcd.c | 4 +++- sys/dev/isa/mcdreg.h | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sys/arch/i386/isa/mcd.c b/sys/arch/i386/isa/mcd.c index 53deacbf6f22..d209d2b03dfc 100644 --- a/sys/arch/i386/isa/mcd.c +++ b/sys/arch/i386/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/arch/i386/isa/mcdreg.h b/sys/arch/i386/isa/mcdreg.h index 9b0b606e0b81..6bc603fac31e 100644 --- a/sys/arch/i386/isa/mcdreg.h +++ b/sys/arch/i386/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 diff --git a/sys/dev/isa/mcd.c b/sys/dev/isa/mcd.c index 53deacbf6f22..d209d2b03dfc 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 9b0b606e0b81..6bc603fac31e 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