diff options
Diffstat (limited to 'decoders/rgb_led_spi')
-rw-r--r-- | decoders/rgb_led_spi/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ( |