From 9eac0fe36580a21ad8eeef5b31118af97749beb8 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 4 Mar 2016 08:13:30 +0100 Subject: 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. --- decoders/modbus/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/modbus') 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 = ( -- cgit v1.2.3-70-g09d2