From 9eac0fe36580a21ad8eeef5b31118af97749beb8 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 4 Mar 2016 08:13:30 +0100 Subject: 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. --- decoders/rgb_led_spi/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/rgb_led_spi') 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 = ( -- cgit v1.2.3-70-g09d2