From 9531f567d0ef2d64bc5c95419b9c77a7e45f012e Mon Sep 17 00:00:00 2001 From: redcode Date: Mon, 5 Nov 2018 04:07:03 +0100 Subject: [PATCH] GPLv3 headers. --- API/emulation/CPU/Z80.h | 16 ++++++++-------- sources/Z80.c | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/API/emulation/CPU/Z80.h b/API/emulation/CPU/Z80.h index 8880672..b85a6f4 100644 --- a/API/emulation/CPU/Z80.h +++ b/API/emulation/CPU/Z80.h @@ -5,17 +5,17 @@ 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 -Foundation, either version 3 of the License, or (at your option) any later +This emulator 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 +Foundation, either version 3 of the License, or (at your option) any later version. -This library is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. +This emulator is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License along with -this library. If not, see . */ +You should have received a copy of the GNU General Public License along with +this emulator. If not, see . */ #ifndef _emulation_CPU_Z80_H_ #define _emulation_CPU_Z80_H_ diff --git a/sources/Z80.c b/sources/Z80.c index 0cef8af..e2584cf 100644 --- a/sources/Z80.c +++ b/sources/Z80.c @@ -5,17 +5,17 @@ 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 -Foundation, either version 3 of the License, or (at your option) any later +This emulator 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 +Foundation, either version 3 of the License, or (at your option) any later version. -This library is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. +This emulator is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License along with -this library. If not, see . */ +You should have received a copy of the GNU General Public License along with +this emulator. If not, see . */ #include #include