diff options
Diffstat (limited to 'decoders/ddc.py')
-rw-r--r-- | decoders/ddc.py | 2 |
1 files changed, 0 insertions, 2 deletions
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'] |