X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fi2c%2Fpd.py;h=6172fb438c50f9295c8786fe47d0d9672e4e4f85;hp=e226c24a41905ea55728b75bdc7d6278cc4be3d5;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=991c44f33a55733610f6d9da1efbcc5bf1074dee diff --git a/decoders/i2c/pd.py b/decoders/i2c/pd.py index e226c24..6172fb4 100644 --- a/decoders/i2c/pd.py +++ b/decoders/i2c/pd.py @@ -14,8 +14,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 . ## # TODO: Look into arbitration, collision detection, clock synchronisation, etc.