]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mlx90614/pd.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / mlx90614 / pd.py
index aa1ead548fe0b4a9878a1a4b83f027f20311b634..c2b37c7bcf9c33a4688c3bac2d85ad13d3a0168a 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
 ## 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
 ##
 
 import sigrokdecode as srd
@@ -34,7 +33,7 @@ class Decoder(srd.Decoder):
         ('kelvin', 'Temperature in Kelvin'),
     )
 
         ('kelvin', 'Temperature in Kelvin'),
     )
 
-    def __init__(self, **kwargs):
+    def __init__(self):
         self.state = 'IGNORE START REPEAT'
         self.data = []
 
         self.state = 'IGNORE START REPEAT'
         self.data = []