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