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/mrf24j40/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/mrf24j40') diff --git a/decoders/mrf24j40/pd.py b/decoders/mrf24j40/pd.py index 286fa52..6885054 100644 --- a/decoders/mrf24j40/pd.py +++ b/decoders/mrf24j40/pd.py @@ -27,7 +27,7 @@ class Decoder(srd.Decoder): 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 = ( -- cgit v1.2.3-70-g09d2