From: Uwe Hermann Date: Fri, 4 Mar 2016 07:13:30 +0000 (+0100) Subject: Fix various incorrect PD license metadata fields. X-Git-Tag: libsigrokdecode-0.5.0~187 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=9eac0fe36580a21ad8eeef5b31118af97749beb8;ds=sidebyside 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. --- diff --git a/decoders/adns5020/pd.py b/decoders/adns5020/pd.py index bcdb52a..29b6397 100644 --- a/decoders/adns5020/pd.py +++ b/decoders/adns5020/pd.py @@ -45,7 +45,7 @@ class Decoder(srd.Decoder): name = 'ADNS-5020' longname = 'Avago ADNS-5020 optical mouse sensor' desc = 'Bidirectional command and data over an SPI-like protocol.' - license = 'gplv2' + license = 'gplv2+' inputs = ['spi'] outputs = ['adns5020'] annotations = ( 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 = ( diff --git a/decoders/mrf24j40/pd.py b/decoders/mrf24j40/pd.py index 286fa52..6885054 100644 --- a/decoders/mrf24j40/pd.py +++ b/decoders/mrf24j40/pd.py @@ -27,7 +27,7 @@ class Decoder(srd.Decoder): name = 'MRF24J40' longname = 'Microchip MRF24J40' desc = 'IEEE 802.15.4 2.4 GHz RF tranceiver chip.' - license = 'gplv2' + license = 'gplv2+' inputs = ['spi'] outputs = ['mrf24j40'] annotations = ( diff --git a/decoders/rgb_led_spi/pd.py b/decoders/rgb_led_spi/pd.py index c6e1032..dc08750 100644 --- a/decoders/rgb_led_spi/pd.py +++ b/decoders/rgb_led_spi/pd.py @@ -26,7 +26,7 @@ class Decoder(srd.Decoder): name = 'RGB LED (SPI)' longname = 'RGB LED string decoder (SPI)' desc = 'RGB LED string protocol (RGB values clocked over SPI).' - license = 'gplv2' + license = 'gplv2+' inputs = ['spi'] outputs = ['rgb_led_spi'] annotations = (