diff options
-rw-r--r-- | decoders/ade77xx/__init__.py | 3 | ||||
-rw-r--r-- | decoders/swim/__init__.py | 3 | ||||
-rw-r--r-- | decoders/swim/pd.py | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/decoders/ade77xx/__init__.py b/decoders/ade77xx/__init__.py index cbe8689..7da0419 100644 --- a/decoders/ade77xx/__init__.py +++ b/decoders/ade77xx/__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/swim/__init__.py b/decoders/swim/__init__.py index cd18b85..315b013 100644 --- a/decoders/swim/__init__.py +++ b/decoders/swim/__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/swim/pd.py b/decoders/swim/pd.py index 2f0c121..fd43f41 100644 --- a/decoders/swim/pd.py +++ b/decoders/swim/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 math |