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.
This commit is contained in:
parent
13a05bbbac
commit
7abca02b8a
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 1993 by Holger Veit (data part)
|
* Copyright 1993 by Holger Veit (data part)
|
||||||
* Copyright 1993 by Brian Moore (audio part)
|
* Copyright 1993 by Brian Moore (audio part)
|
||||||
|
* CHANGES Copyright 1993 Gary Clark II (gclarkii@freefall.cdrom.com)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* 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
|
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* 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";
|
static char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore";
|
||||||
|
|
||||||
#include "mcd.h"
|
#include "mcd.h"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 1993 by Holger Veit (data part)
|
* Copyright 1993 by Holger Veit (data part)
|
||||||
* Copyright 1993 by Brian Moore (audio part)
|
* Copyright 1993 by Brian Moore (audio part)
|
||||||
|
* CHANGES Copyright 1993 Gary Clark II (gclarkii@freefall.cdrom.com)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -40,7 +41,7 @@
|
||||||
* the manufacturer or anyone else might provide better documentation,
|
* the manufacturer or anyone else might provide better documentation,
|
||||||
* so this file (and the driver) will then have a better quality.
|
* 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
|
#ifndef MCD_H
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 1993 by Holger Veit (data part)
|
* Copyright 1993 by Holger Veit (data part)
|
||||||
* Copyright 1993 by Brian Moore (audio part)
|
* Copyright 1993 by Brian Moore (audio part)
|
||||||
|
* CHANGES Copyright 1993 Gary Clark II (gclarkii@freefall.cdrom.com)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* 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
|
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* 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";
|
static char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore";
|
||||||
|
|
||||||
#include "mcd.h"
|
#include "mcd.h"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 1993 by Holger Veit (data part)
|
* Copyright 1993 by Holger Veit (data part)
|
||||||
* Copyright 1993 by Brian Moore (audio part)
|
* Copyright 1993 by Brian Moore (audio part)
|
||||||
|
* CHANGES Copyright 1993 Gary Clark II (gclarkii@freefall.cdrom.com)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -40,7 +41,7 @@
|
||||||
* the manufacturer or anyone else might provide better documentation,
|
* the manufacturer or anyone else might provide better documentation,
|
||||||
* so this file (and the driver) will then have a better quality.
|
* 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
|
#ifndef MCD_H
|
||||||
|
|
Loading…
Reference in New Issue