X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fssi32%2F__init__.py;h=cd6890fa921e42792cb1b79b2891c21bce3181e4;hp=cb6146e355ab1e6c5cd2408fc82a35faf06f5553;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=268d62bf304d73d8e99cf2112c0974c813b966f6 diff --git a/decoders/ssi32/__init__.py b/decoders/ssi32/__init__.py index cb6146e..cd6890f 100644 --- a/decoders/ssi32/__init__.py +++ b/decoders/ssi32/__init__.py @@ -11,10 +11,18 @@ ## 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, see . +## ''' -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