added missing license notice to dosutil.[ch]

master
Ozkan Sezer 3 years ago
parent 0e44b4ebf6
commit 653d0afaf3
  1. 11
      src/dos/dosutil.c
  2. 11
      src/dos/dosutil.h

@ -1,3 +1,14 @@
/* DOS glue code for DJGPP / Watcom compatibility
* Written by Cameron Cawley <ccawley2011@gmail.com>
*
* 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__)

@ -1,3 +1,14 @@
/* DOS glue code for DJGPP / Watcom compatibility
* Written by Cameron Cawley <ccawley2011@gmail.com>
*
* 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__

Loading…
Cancel
Save