diff options
author | 2015-05-09 15:53:07 +0200 | |
---|---|---|
committer | 2015-05-09 15:53:32 +0200 | |
commit | a9600a90da5a08a0fe95ae8730299ee9a7800fbd (patch) | |
tree | dc45f21bf052feb5b6202b47ee29e19086143d29 /src/emu/machine/e05a03.c | |
parent | a27ee8be755ba51febfe0289c54f0a8fdba1de4f (diff) |
Moved licenses from Dirk Best to top of file (nw)
Diffstat (limited to 'src/emu/machine/e05a03.c')
-rw-r--r-- | src/emu/machine/e05a03.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/emu/machine/e05a03.c b/src/emu/machine/e05a03.c index af7efe7be0e..258c3d1ca0b 100644 --- a/src/emu/machine/e05a03.c +++ b/src/emu/machine/e05a03.c @@ -1,12 +1,9 @@ -// license:??? -// copyright-holders:??? +// license:GPL-2.0+ +// copyright-holders:Dirk Best /*************************************************************************** E05A03 Gate Array (used in the Epson LX-800) - license: MAME, GPL-2.0+ - copyright-holders: Dirk Best - ***************************************************************************/ #include "emu.h" |