]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lm75/pd.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / lm75 / pd.py
index 6b2bfa8105f32bc18f5752be2cb31addc33c4f38..c8f4a1a55a8bb8ff3ebdb5cb672e571bc45f6e68 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/>.
 ##
 
 # TODO: Better support for various LM75 compatible devices.
@@ -62,7 +61,7 @@ class Decoder(srd.Decoder):
         ('warnings', 'Human-readable warnings'),
     )
 
-    def __init__(self, **kwargs):
+    def __init__(self):
         self.state = 'IDLE'
         self.reg = 0x00 # Currently selected register
         self.databytes = []