summaryrefslogtreecommitdiff
path: root/decoders/ssi32/__init__.py
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2016-08-22 00:16:49 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2016-08-22 00:22:29 +0200
commitd66d47eda43be865ca6775fe4f02cdd0824b6abb (patch)
tree8346e10168b2b1ed3e294ed860aa1d0b3f7799b7 /decoders/ssi32/__init__.py
parent268d62bf304d73d8e99cf2112c0974c813b966f6 (diff)
downloadlibsigrokdecode-d66d47eda43be865ca6775fe4f02cdd0824b6abb.tar.gz
libsigrokdecode-d66d47eda43be865ca6775fe4f02cdd0824b6abb.zip
ssi32: Minor cosmetics, add full license header (for consistency).
Diffstat (limited to 'decoders/ssi32/__init__.py')
-rw-r--r--decoders/ssi32/__init__.py13
1 files changed, 11 insertions, 2 deletions
diff --git a/decoders/ssi32/__init__.py b/decoders/ssi32/__init__.py
index cb6146e..fb7b4ed 100644
--- a/decoders/ssi32/__init__.py
+++ b/decoders/ssi32/__init__.py
@@ -11,10 +11,19 @@
## 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