X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fddc.py;h=f83909323b8b2a70d6d894f6e0db1a2ef22d91d4;hp=53244c3e0aa84dcb8e2dd0d83367fb86325b2b9d;hb=56270764cd4dd3d255979a283092765057a0d3de;hpb=9e587cc9d4db0da9bdfffbc023d848dd59df74b4 diff --git a/decoders/ddc.py b/decoders/ddc.py index 53244c3..f839093 100644 --- a/decoders/ddc.py +++ b/decoders/ddc.py @@ -33,8 +33,6 @@ class Decoder(srd.Decoder): longname = 'Display Data Channel' desc = 'A protocol for communication between computers and displays.' longdesc = '' - author = 'Bert Vermeulen' - email = 'bert@biot.com' license = 'gplv3+' inputs = ['i2c'] outputs = ['ddc']