]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rgb_led_spi/pd.py
Fix various incorrect PD license metadata fields.
[libsigrokdecode.git] / decoders / rgb_led_spi / pd.py
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).'
-    license = 'gplv2'
+    license = 'gplv2+'
     inputs = ['spi']
     outputs = ['rgb_led_spi']
     annotations = (