Copyright.

This commit is contained in:
redcode
2016-04-25 13:19:37 +02:00
parent cf5d6b5d92
commit 3b91e14338
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
/\ \/ \/\ \__/_/\ \/\ \/\ \/\ __/
\ \__/\_\ \_____\ \_\ \_\ \_\ \____\
\/_/\/_/\/_____/\/_/\/_/\/_/\/____/
Copyright © 1999-2015 Manuel Sainz de Baranda y Goñi.
Copyright © 1999-2016 Manuel Sainz de Baranda y Goñi.
Released under the terms of the GNU General Public License v3. */
#ifndef __emulation_CPU_Z80_H__

View File

@@ -4,7 +4,7 @@
/\ \/ \/\ \__/_/\ \/\ \/\ \/\ __/
\ \__/\_\ \_____\ \_\ \_\ \_\ \____\
\/_/\/_/\/_____/\/_/\/_/\/_/\/____/
Copyright © 1999-2015 Manuel Sainz de Baranda y Goñi.
Copyright © 1999-2016 Manuel Sainz de Baranda y Goñi.
Released under the terms of the GNU General Public License v3. */
#include <Z/macros/value.h>
@@ -1642,7 +1642,7 @@ CPU_Z80_API void z80_irq(Z80 *object, zboolean state) {INT = state;}
# include <Z/ABIs/generic/module.h>
static zcharacter const information[] =
"C2011-2016 Manuel Sainz de Baranda y Goñi\n"
"C1999-2016 Manuel Sainz de Baranda y Goñi\n"
"LLGPLv3";
static ZModuleUnit const unit = {"Z80", Z_VERSION(1, 0, 0), information, &abi_emulation_cpu_z80};