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/adns5020/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/adns5020/pd.py') 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 = ( -- cgit v1.2.3-70-g09d2