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/uart.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'decoders/uart.py') diff --git a/decoders/uart.py b/decoders/uart.py index b8909ea..4752c7d 100644 --- a/decoders/uart.py +++ b/decoders/uart.py @@ -189,8 +189,6 @@ class Decoder(srd.Decoder): longname = 'Universal Asynchronous Receiver/Transmitter' desc = 'Universal Asynchronous Receiver/Transmitter (UART)' longdesc = 'TODO.' - author = 'Uwe Hermann' - email = 'uwe@hermann-uwe.de' license = 'gplv2+' inputs = ['logic'] outputs = ['uart'] -- cgit v1.2.3-70-g09d2