]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rfm12/__init__.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / rfm12 / __init__.py
index a4748b6e7c72c3f67ad5489a38c9c1a23215461c..2fc6de7ba31ebc27934ee3e02b31377c8adcdfde 100644 (file)
@@ -1,7 +1,7 @@
 ##
 ## This file is part of the libsigrokdecode project.
 ##
-## Copyright (C) 2014 Sławek Piotrowski <slawomir.piotrowski@payu.pl>
+## Copyright (C) 2014 Sławek Piotrowski <sentinel@atteo.org>
 ##
 ## 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
 ## 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/>.
 ##
 
 '''
-This decoder stacks on top of the 'spi' PD and decodes the RFM12
-control protocol.
+This decoder stacks on top of the 'spi' PD and decodes the HopeRF RFM12
+wireless transceiver control protocol.
 '''
 
-from .pd import *
+from .pd import Decoder