From: Uwe Hermann Date: Sat, 14 Jan 2012 20:44:01 +0000 (+0100) Subject: srd: Separate author/email fields for now. X-Git-Tag: libsigrokdecode-0.1.0~147 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=526e580446dd45c3cb6811dd69a31eaff54e908e srd: Separate author/email fields for now. This will be needed in GUIs to easily handle/display the values without the need for additional parsing. --- diff --git a/decoders/ddc.py b/decoders/ddc.py index 395f72f..123881f 100644 --- a/decoders/ddc.py +++ b/decoders/ddc.py @@ -35,8 +35,8 @@ class Decoder(srd.Decoder): longname = 'Display Data Channel' desc = 'A protocol for communication between computers and displays.' longdesc = '' - author = 'Bert Vermeulen ' - email = '' + author = 'Bert Vermeulen' + email = 'bert@biot.com' license = 'gplv3+' inputs = ['i2c'] outputs = ['ddc']