]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rgb_led_spi/pd.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / rgb_led_spi / pd.py
index dc0875069f0b23d5249001a84541144422487056..c64bd2990a789c0ac1387d7a6d0e41cd33aa3d31 100644 (file)
@@ -14,8 +14,7 @@
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 import sigrokdecode as srd
@@ -33,7 +32,7 @@ class Decoder(srd.Decoder):
         ('rgb', 'RGB values'),
     )
 
-    def __init__(self, **kwargs):
+    def __init__(self):
         self.ss_cmd, self.es_cmd = 0, 0
         self.mosi_bytes = []