summaryrefslogtreecommitdiff
path: root/decoders/ir_nec
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/ir_nec')
-rw-r--r--decoders/ir_nec/__init__.py3
-rw-r--r--decoders/ir_nec/lists.py3
-rw-r--r--decoders/ir_nec/pd.py3
3 files changed, 3 insertions, 6 deletions
diff --git a/decoders/ir_nec/__init__.py b/decoders/ir_nec/__init__.py
index 6b15f19..c361c3d 100644
--- a/decoders/ir_nec/__init__.py
+++ b/decoders/ir_nec/__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/ir_nec/lists.py b/decoders/ir_nec/lists.py
index 3f730d9..7d47a46 100644
--- a/decoders/ir_nec/lists.py
+++ b/decoders/ir_nec/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/>.
##
# Addresses/devices. Items that are not listed are reserved/unknown.
diff --git a/decoders/ir_nec/pd.py b/decoders/ir_nec/pd.py
index dee3e2d..93b398b 100644
--- a/decoders/ir_nec/pd.py
+++ b/decoders/ir_nec/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