]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cdemux/__init__.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / i2cdemux / __init__.py
index 265e5682edbfc2ca650323aabdb6b984c961c922..e3e9a913b24d1b47f2628bafa78634b6b96da333 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/>.
 ##
 
 '''
@@ -25,4 +24,4 @@ It takes an I²C stream as input and outputs multiple I²C streams, each
 stream containing only I²C packets for one specific I²C slave.
 '''
 
-from .pd import *
+from .pd import Decoder