diff options
Diffstat (limited to 'decoders/adns5020/pd.py')
-rw-r--r-- | decoders/adns5020/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/adns5020/pd.py b/decoders/adns5020/pd.py index bcdb52a..29b6397 100644 --- a/decoders/adns5020/pd.py +++ b/decoders/adns5020/pd.py @@ -45,7 +45,7 @@ class Decoder(srd.Decoder): name = 'ADNS-5020' longname = 'Avago ADNS-5020 optical mouse sensor' desc = 'Bidirectional command and data over an SPI-like protocol.' - license = 'gplv2' + license = 'gplv2+' inputs = ['spi'] outputs = ['adns5020'] annotations = ( |