From 8d2bcbb1153334abcb7356ced7fdd4bb3bee4dbb Mon Sep 17 00:00:00 2001 From: redcode Date: Thu, 1 Nov 2018 04:59:12 +0100 Subject: [PATCH] GPLv3 headers. --- API/emulation/CPU/Z80.h | 2 +- sources/Z80.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/API/emulation/CPU/Z80.h b/API/emulation/CPU/Z80.h index d57e667..66143f4 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -6,7 +6,7 @@ Zilog \/_____/ \/_____/ \/_____/ CPU Emulator Copyright (C) 1999-2018 Manuel Sainz de Baranda y Goñi. This library is free software: you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software +the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/sources/Z80.c b/sources/Z80.c index 8388b87..44434cc 100644 --- a/sources/Z80.c +++ b/sources/Z80.c @@ -6,7 +6,7 @@ Zilog \/_____/ \/_____/ \/_____/ CPU Emulator Copyright (C) 1999-2018 Manuel Sainz de Baranda y Goñi. This library is free software: you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software +the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.