summaryrefslogtreecommitdiff
path: root/z80_dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'z80_dis.c')
-rw-r--r--z80_dis.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/z80_dis.c b/z80_dis.c
index 8a8ade8..dc593cd 100644
--- a/z80_dis.c
+++ b/z80_dis.c
@@ -2,11 +2,11 @@
z80 - Z80 Emulator
- Copyright (C) 2006 Ian Cowburn <ianc@noddybox.co.uk>
+ Copyright (C) 2021 Ian Cowburn <ianc@noddybox.co.uk>
This program 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 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -15,16 +15,13 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program; if not, see <http://www.gnu.org/licenses/>
-------------------------------------------------------------------------
$Id$
*/
-static const char ident[]="$Id$";
-
#include "z80_config.h"
#ifdef ENABLE_DISASSEM