]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/arm_itm/pd.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / arm_itm / pd.py
index f6a021226bb93aefc5b8d47c7d58c75e11f23eeb..33649a07ec106a305aa531b2f3655ba3d54498cf 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
@@ -80,7 +79,7 @@ class Decoder(srd.Decoder):
         ('function', 'Current function', (11,)),
     )
 
-    def __init__(self, **kwargs):
+    def __init__(self):
         self.buf = []
         self.syncbuf = []
         self.swpackets = {}