Have the PD 'license' attribute match what the license header of the
respective pd.py file actually says.
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 = (
name = 'Modbus'
longname = 'Modbus RTU over RS232/RS485'
desc = 'Modbus RTU protocol for industrial applications.'
- license = 'gplv2+'
+ license = 'gplv3+'
inputs = ['uart']
outputs = ['modbus']
annotations = (
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 = (
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 = (