]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ssi32/pd.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / ssi32 / pd.py
index 993bc43617674f8ba7b4964348321c194d59d835..f2e79b8a48c361e0a4800cc15a0635ab9b357a15 100644 (file)
@@ -17,8 +17,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/>.
 ##
 
 import sigrokdecode as srd
@@ -27,8 +26,8 @@ class Decoder(srd.Decoder):
     api_version = 2
     id = 'ssi32'
     name = 'SSI32'
-    longname = 'Bosch SSI32'
-    desc = 'Bosch SSI32 protocol.'
+    longname = 'Synchronous Serial Interface (32bit)'
+    desc = 'Synchronous Serial Interface (32bit) protocol.'
     license = 'gplv2+'
     inputs = ['spi']
     outputs = ['ssi32']