]> sigrok.org Git - libsigrokdecode.git/commitdiff
srd: Separate author/email fields for now.
authorUwe Hermann <redacted>
Sat, 14 Jan 2012 20:44:01 +0000 (21:44 +0100)
committerUwe Hermann <redacted>
Sat, 14 Jan 2012 20:44:01 +0000 (21:44 +0100)
This will be needed in GUIs to easily handle/display the values without
the need for additional parsing.

decoders/ddc.py

index 395f72ff8bcb16643a205ae81c3de2379a3c1caf..123881f807e81bcbdcf83363d445bf90914a1559 100644 (file)
@@ -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 <bert@biot.com>'
-    email = '<bert@biot.com>'
+    author = 'Bert Vermeulen'
+    email = 'bert@biot.com'
     license = 'gplv3+'
     inputs = ['i2c']
     outputs = ['ddc']