diff options
Diffstat (limited to 'decoders/mrf24j40')
-rw-r--r-- | decoders/mrf24j40/__init__.py | 3 | ||||
-rw-r--r-- | decoders/mrf24j40/lists.py | 3 | ||||
-rw-r--r-- | decoders/mrf24j40/pd.py | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/decoders/mrf24j40/__init__.py b/decoders/mrf24j40/__init__.py index f0820bd..37b8b5c 100644 --- a/decoders/mrf24j40/__init__.py +++ b/decoders/mrf24j40/__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/mrf24j40/lists.py b/decoders/mrf24j40/lists.py index e20b4b9..f5931c2 100644 --- a/decoders/mrf24j40/lists.py +++ b/decoders/mrf24j40/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/>. ## sregs = { diff --git a/decoders/mrf24j40/pd.py b/decoders/mrf24j40/pd.py index 8ef7017..83fc254 100644 --- a/decoders/mrf24j40/pd.py +++ b/decoders/mrf24j40/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 |