]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/t55xx/pd.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / t55xx / pd.py
index 87ebeba7adb865ea49124fd05f792957c88867a3..a3c40bbc10e6dffe70aaa9643b4603b799daee6c 100644 (file)
@@ -5,8 +5,8 @@
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either data 2 of the License, or
-## (at your option) any later data.
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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
@@ -66,7 +65,7 @@ class Decoder(srd.Decoder):
         ('decode', 'Decode', (10,)),
     )
 
-    def __init__(self, **kwargs):
+    def __init__(self):
         self.samplerate = None
         self.oldpin = None
         self.last_samplenum = None