summaryrefslogtreecommitdiff
path: root/decoders/spiflash
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/spiflash')
-rw-r--r--decoders/spiflash/__init__.py3
-rw-r--r--decoders/spiflash/lists.py3
-rw-r--r--decoders/spiflash/pd.py3
3 files changed, 3 insertions, 6 deletions
diff --git a/decoders/spiflash/__init__.py b/decoders/spiflash/__init__.py
index 6ffb4da..151bd3e 100644
--- a/decoders/spiflash/__init__.py
+++ b/decoders/spiflash/__init__.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 <http://www.gnu.org/licenses/>.
##
'''
diff --git a/decoders/spiflash/lists.py b/decoders/spiflash/lists.py
index ba9f2c2..9aa6bd4 100644
--- a/decoders/spiflash/lists.py
+++ b/decoders/spiflash/lists.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 <http://www.gnu.org/licenses/>.
##
from collections import OrderedDict
diff --git a/decoders/spiflash/pd.py b/decoders/spiflash/pd.py
index bc5f9ca..a9eff9e 100644
--- a/decoders/spiflash/pd.py
+++ b/decoders/spiflash/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 <http://www.gnu.org/licenses/>.
##
import sigrokdecode as srd