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/dcf77.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'decoders/dcf77.py') diff --git a/decoders/dcf77.py b/decoders/dcf77.py index f1bf7fa..48b3bba 100644 --- a/decoders/dcf77.py +++ b/decoders/dcf77.py @@ -50,8 +50,6 @@ class Decoder(srd.Decoder): longname = 'DCF77 time protocol' desc = 'TODO.' longdesc = 'TODO.' - author = 'Uwe Hermann' - email = 'uwe@hermann-uwe.de' license = 'gplv2+' inputs = ['logic'] outputs = ['dcf77'] -- cgit v1.2.3-70-g09d2