diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-15 13:16:48 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-15 13:16:48 +0100 |
commit | 56270764cd4dd3d255979a283092765057a0d3de (patch) | |
tree | 1f174bcbf2954a69a66f4fe36b96d5c50b2a95c9 /decoders/mx25lxx05d.py | |
parent | 9e587cc9d4db0da9bdfffbc023d848dd59df74b4 (diff) | |
download | libsigrokdecode-56270764cd4dd3d255979a283092765057a0d3de.tar.gz libsigrokdecode-56270764cd4dd3d255979a283092765057a0d3de.zip |
srd: Decoders: Remove author/email fields.
We decided it's too much hassle to deal with this in GUIs (multiple
fields, multiple name and email addresses and copyright years etc. etc)
with too little gain. The authors/emails etc. are already in the .py file's
license header and in git anyway.
Diffstat (limited to 'decoders/mx25lxx05d.py')
-rw-r--r-- | decoders/mx25lxx05d.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/mx25lxx05d.py b/decoders/mx25lxx05d.py index 419139d..cd97dee 100644 --- a/decoders/mx25lxx05d.py +++ b/decoders/mx25lxx05d.py @@ -107,8 +107,6 @@ class Decoder(srd.Decoder): longname = 'Macronix MX25Lxx05D' desc = 'Macronix MX25Lxx05D SPI flash chip decoder' longdesc = 'TODO' - author = 'Uwe Hermann' - email = 'uwe@hermann-uwe.de' license = 'gplv2+' inputs = ['spi', 'spi', 'logic'] outputs = ['mx25lxx05d'] |