From 3b91e143386845529da7389779dcd87bf231f802 Mon Sep 17 00:00:00 2001 From: redcode Date: Mon, 25 Apr 2016 13:19:37 +0200 Subject: [PATCH] Copyright. --- Z80.CPU/v1.0/API/C/emulation/CPU/Z80.h | 2 +- Z80.CPU/v1.0/sources/Z80.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Z80.CPU/v1.0/API/C/emulation/CPU/Z80.h b/Z80.CPU/v1.0/API/C/emulation/CPU/Z80.h index 5fdb4b0..17f81d5 100644 --- a/Z80.CPU/v1.0/API/C/emulation/CPU/Z80.h +++ b/Z80.CPU/v1.0/API/C/emulation/CPU/Z80.h @@ -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__ diff --git a/Z80.CPU/v1.0/sources/Z80.c b/Z80.CPU/v1.0/sources/Z80.c index 447401b..c803447 100644 --- a/Z80.CPU/v1.0/sources/Z80.c +++ b/Z80.CPU/v1.0/sources/Z80.c @@ -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 @@ -1642,7 +1642,7 @@ CPU_Z80_API void z80_irq(Z80 *object, zboolean state) {INT = state;} # include 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};