diff options
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/z80/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
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({ |