]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ir_irmp/__init__.py
ir_irmp: touch up the IRMP based decoder implementation (Python side)
[libsigrokdecode.git] / decoders / ir_irmp / __init__.py
index 5b0e813ad69d4d52ac347e7556f401673e731f9b..b6bbff602a661144b29f6998737d07bf62a1c4ac 100644 (file)
@@ -1,4 +1,8 @@
 ##
+## This file is part of the libsigrokdecode project.
+##
+## Copyright (C) 2019 Rene Staffen
+##
 ## 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 version 2 of the License, or
 ##
 
 '''
-IRMP is a multi protocol infrared remote protocol decoder
-intiated and maintained by Frank M. (ukw)
-
-https://www.mikrocontroller.net/articles/IRMP
-
-irmp wrapper by RenĂ© Staffen
+IRMP is a multi protocol infrared remote protocol decoder. See
+https://www.mikrocontroller.net/articles/IRMP for details.
 '''
 
 from .pd import Decoder