diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2016-03-04 08:13:30 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2016-03-04 17:22:26 +0100 |
commit | 9eac0fe36580a21ad8eeef5b31118af97749beb8 (patch) | |
tree | 22bef107b488ca2ac213441f345b04a5e8fb850a /decoders/adns5020 | |
parent | 66fc6e7c21878ae7e7ee65096fdf304133de3136 (diff) | |
download | libsigrokdecode-9eac0fe36580a21ad8eeef5b31118af97749beb8.tar.gz libsigrokdecode-9eac0fe36580a21ad8eeef5b31118af97749beb8.zip |
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.
Diffstat (limited to 'decoders/adns5020')
-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 = ( |