]> sigrok.org Git - libsigrokdecode.git/commitdiff
Fix various incorrect PD license metadata fields.
authorUwe Hermann <redacted>
Fri, 4 Mar 2016 07:13:30 +0000 (08:13 +0100)
committerUwe Hermann <redacted>
Fri, 4 Mar 2016 16:22:26 +0000 (17:22 +0100)
Have the PD 'license' attribute match what the license header of the
respective pd.py file actually says.

decoders/adns5020/pd.py
decoders/modbus/pd.py
decoders/mrf24j40/pd.py
decoders/rgb_led_spi/pd.py

index bcdb52a0c774e55854d66d7eb4189fd3240e1941..29b639752fa2eb8a59b7fc3bc8694ca61e8d065f 100644 (file)
@@ -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.'
     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 = (
     inputs = ['spi']
     outputs = ['adns5020']
     annotations = (
index d427844ca490892151899e3d8bf8d94db128b9c6..1942e187c7ad4730e5db30706aafc02c823e690f 100644 (file)
@@ -816,7 +816,7 @@ class Decoder(srd.Decoder):
     name = 'Modbus'
     longname = 'Modbus RTU over RS232/RS485'
     desc = 'Modbus RTU protocol for industrial applications.'
     name = 'Modbus'
     longname = 'Modbus RTU over RS232/RS485'
     desc = 'Modbus RTU protocol for industrial applications.'
-    license = 'gplv2+'
+    license = 'gplv3+'
     inputs = ['uart']
     outputs = ['modbus']
     annotations = (
     inputs = ['uart']
     outputs = ['modbus']
     annotations = (
index 286fa52403a4bd78d0c638cea2176a63a66de39e..68850542d3cc1ea46e7958c716da46feed6a671a 100644 (file)
@@ -27,7 +27,7 @@ class Decoder(srd.Decoder):
     name = 'MRF24J40'
     longname = 'Microchip MRF24J40'
     desc = 'IEEE 802.15.4 2.4 GHz RF tranceiver chip.'
     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 = (
     inputs = ['spi']
     outputs = ['mrf24j40']
     annotations = (
index c6e1032fbe08487df1431f242562289b83a40a37..dc0875069f0b23d5249001a84541144422487056 100644 (file)
@@ -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).'
     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 = (
     inputs = ['spi']
     outputs = ['rgb_led_spi']
     annotations = (