]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ssi32/__init__.py
ssi32: Minor cosmetics, add full license header (for consistency).
[libsigrokdecode.git] / decoders / ssi32 / __init__.py
index cb6146e355ab1e6c5cd2408fc82a35faf06f5553..fb7b4edd690ccc60a5ec9b29237db31d44e8193d 100644 (file)
 ## the Free Software Foundation; either version 2 of the License, or
 ## (at your option) any later version.
 ##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## 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
+##
 
 '''
-This decoder stacks on top of the 'spi' PD and decodes Bosch SSI32
-protocol.
+This decoder stacks on top of the 'spi' PD and decodes the Bosch
+SSI32 protocol.
 '''
 
 from .pd import Decoder