diff --git a/src/dos/dosutil.c b/src/dos/dosutil.c index 9e8b0c3..59b4451 100644 --- a/src/dos/dosutil.c +++ b/src/dos/dosutil.c @@ -1,3 +1,14 @@ +/* DOS glue code for DJGPP / Watcom compatibility + * Written by Cameron Cawley + * + * Extended Module Player + * Copyright (C) 1996-2021 Claudio Matsuoka and Hipolito Carraro Jr + * + * This file is part of the Extended Module Player and is distributed + * under the terms of the GNU General Public License. See the COPYING + * file for more information. + */ + #include "dosutil.h" #if defined(__DJGPP__) diff --git a/src/dos/dosutil.h b/src/dos/dosutil.h index b16b6a2..8a2adc4 100644 --- a/src/dos/dosutil.h +++ b/src/dos/dosutil.h @@ -1,3 +1,14 @@ +/* DOS glue code for DJGPP / Watcom compatibility + * Written by Cameron Cawley + * + * Extended Module Player + * Copyright (C) 1996-2021 Claudio Matsuoka and Hipolito Carraro Jr + * + * This file is part of the Extended Module Player and is distributed + * under the terms of the GNU General Public License. See the COPYING + * file for more information. + */ + #ifndef __DOSUTIL_H__ #define __DOSUTIL_H__