From 486858f7208207fb12a281640c5f6e9be4e4626f Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 13 Apr 2014 19:56:09 +0200 Subject: [PATCH] z80: Fix incorrect license field. --- decoders/z80/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoders/z80/pd.py b/decoders/z80/pd.py index f07b76c..f6bafb1 100644 --- a/decoders/z80/pd.py +++ b/decoders/z80/pd.py @@ -69,7 +69,7 @@ class Decoder(srd.Decoder): name = 'Z80' longname = 'Zilog Z80 CPU' desc = 'Zilog Z80 microprocessor disassembly.' - license = 'gplv2+' + license = 'gplv3+' inputs = ['logic'] outputs = ['z80'] probes = tuple({ -- 2.30.2