From 56270764cd4dd3d255979a283092765057a0d3de Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 15 Jan 2012 13:16:48 +0100 Subject: 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. --- decoders/usb.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'decoders/usb.py') 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'] -- cgit v1.2.3-70-g09d2