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/usb.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/usb.py')
-rw-r--r-- | decoders/usb.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/usb.py b/decoders/usb.py index 6cf8c2d..073fe01 100644 --- a/decoders/usb.py +++ b/decoders/usb.py @@ -110,8 +110,6 @@ class Decoder(srd.Decoder): longname = 'Universal Serial Bus' desc = 'Universal Serial Bus' longdesc = '...longdesc...' - author = 'Gareth McMullin' - email = 'gareth@blacksphere.co.nz' license = 'gplv2+' inputs = ['logic'] outputs = ['usb'] |