diff options
Diffstat (limited to 'decoders/modbus')
-rw-r--r-- | decoders/modbus/pd.py | 2 |
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 = ( |