summaryrefslogtreecommitdiff
path: root/decoders/modbus
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2016-03-04 08:13:30 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2016-03-04 17:22:26 +0100
commit9eac0fe36580a21ad8eeef5b31118af97749beb8 (patch)
tree22bef107b488ca2ac213441f345b04a5e8fb850a /decoders/modbus
parent66fc6e7c21878ae7e7ee65096fdf304133de3136 (diff)
downloadlibsigrokdecode-9eac0fe36580a21ad8eeef5b31118af97749beb8.tar.gz
libsigrokdecode-9eac0fe36580a21ad8eeef5b31118af97749beb8.zip
Fix various incorrect PD license metadata fields.
Have the PD 'license' attribute match what the license header of the respective pd.py file actually says.
Diffstat (limited to 'decoders/modbus')
-rw-r--r--decoders/modbus/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/modbus/pd.py b/decoders/modbus/pd.py
index d427844..1942e18 100644
--- a/decoders/modbus/pd.py
+++ b/decoders/modbus/pd.py
@@ -816,7 +816,7 @@ class Decoder(srd.Decoder):
name = 'Modbus'
longname = 'Modbus RTU over RS232/RS485'
desc = 'Modbus RTU protocol for industrial applications.'
- license = 'gplv2+'
+ license = 'gplv3+'
inputs = ['uart']
outputs = ['modbus']
annotations = (