From 526e580446dd45c3cb6811dd69a31eaff54e908e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 14 Jan 2012 21:44:01 +0100 Subject: [PATCH] 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. --- decoders/ddc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'] -- 2.30.2