summaryrefslogtreecommitdiff
path: root/decoders/avr_isp
diff options
context:
space:
mode:
authorGerhard Sittig <gerhard.sittig@gmx.net>2016-10-20 09:55:29 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2017-01-07 16:08:18 +0100
commit4539e9ca58966ce3c9cad4801b16c315e86ace01 (patch)
tree45c4da34f702558b7739f43648f5159d85f462d5 /decoders/avr_isp
parent991c44f33a55733610f6d9da1efbcc5bf1074dee (diff)
downloadlibsigrokdecode-4539e9ca58966ce3c9cad4801b16c315e86ace01.tar.gz
libsigrokdecode-4539e9ca58966ce3c9cad4801b16c315e86ace01.zip
license: remove FSF postal address from boiler plate license text
Remove the FSF postal address as it might change (it did in the past). Reference the gnu.org website instead which is more stable.
Diffstat (limited to 'decoders/avr_isp')
-rw-r--r--decoders/avr_isp/__init__.py3
-rw-r--r--decoders/avr_isp/parts.py3
-rw-r--r--decoders/avr_isp/pd.py3
3 files changed, 3 insertions, 6 deletions
diff --git a/decoders/avr_isp/__init__.py b/decoders/avr_isp/__init__.py
index 75a9fe2..e3d9052 100644
--- a/decoders/avr_isp/__init__.py
+++ b/decoders/avr_isp/__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/avr_isp/parts.py b/decoders/avr_isp/parts.py
index 8e437b9..0767789 100644
--- a/decoders/avr_isp/parts.py
+++ b/decoders/avr_isp/parts.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/>.
##
# Device code addresses:
diff --git a/decoders/avr_isp/pd.py b/decoders/avr_isp/pd.py
index 16e3d70..6a3a241 100644
--- a/decoders/avr_isp/pd.py
+++ b/decoders/avr_isp/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