From 9ee1ec655833155b5412795c212d5a1dc406e557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Fri, 8 Feb 2019 12:35:24 +0000 Subject: Replace flameeyes.eu with flameeyes.com. Due to EURid threatening to suspend my domain, make sure that the references are updated to point at the right stable domain. This includes changes to the files as well as a mailmap to update the author references in the log. --- test/__init__.py | 2 +- test/test_common.py | 2 +- test/test_construct_extras.py | 2 +- test/test_lifescan.py | 2 +- test/test_otultra2.py | 2 +- test/test_otultraeasy.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/__init__.py b/test/__init__.py index 8865d55..314450e 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -2,7 +2,7 @@ """Add the top-level module to the PYTHONPATH.""" __author__ = 'Diego Elio Pettenò' -__email__ = 'flameeyes@flameeyes.eu' +__email__ = 'flameeyes@flameeyes.com' __copyright__ = 'Copyright © 2018, Diego Elio Pettenò' __license__ = 'MIT' diff --git a/test/test_common.py b/test/test_common.py index b31d55c..fe1b4c3 100644 --- a/test/test_common.py +++ b/test/test_common.py @@ -2,7 +2,7 @@ """Tests for the common routines.""" __author__ = 'Diego Elio Pettenò' -__email__ = 'flameeyes@flameeyes.eu' +__email__ = 'flameeyes@flameeyes.com' __copyright__ = 'Copyright © 2013-2018, Diego Elio Pettenò' __license__ = 'MIT' diff --git a/test/test_construct_extras.py b/test/test_construct_extras.py index 65bc047..7aa7d91 100644 --- a/test/test_construct_extras.py +++ b/test/test_construct_extras.py @@ -2,7 +2,7 @@ """Tests for the common routines.""" __author__ = 'Diego Elio Pettenò' -__email__ = 'flameeyes@flameeyes.eu' +__email__ = 'flameeyes@flameeyes.com' __copyright__ = 'Copyright © 2018, Diego Elio Pettenò' __license__ = 'MIT' diff --git a/test/test_lifescan.py b/test/test_lifescan.py index 45f2c1c..a53b569 100755 --- a/test/test_lifescan.py +++ b/test/test_lifescan.py @@ -2,7 +2,7 @@ """Tests for the LifeScan OneTouch Ultra Mini driver.""" __author__ = 'Diego Elio Pettenò' -__email__ = 'flameeyes@flameeyes.eu' +__email__ = 'flameeyes@flameeyes.com' __copyright__ = 'Copyright © 2013-2017, Diego Elio Pettenò' __license__ = 'MIT' diff --git a/test/test_otultra2.py b/test/test_otultra2.py index 608e93b..14cfecc 100644 --- a/test/test_otultra2.py +++ b/test/test_otultra2.py @@ -2,7 +2,7 @@ """Tests for the LifeScan OneTouch Ultra 2 driver.""" __author__ = 'Diego Elio Pettenò' -__email__ = 'flameeyes@flameeyes.eu' +__email__ = 'flameeyes@flameeyes.com' __copyright__ = 'Copyright © 2013-2018, Diego Elio Pettenò' __license__ = 'MIT' diff --git a/test/test_otultraeasy.py b/test/test_otultraeasy.py index 2e1b093..69b4294 100644 --- a/test/test_otultraeasy.py +++ b/test/test_otultraeasy.py @@ -2,7 +2,7 @@ """Tests for the LifeScan OneTouch Ultra Easy driver.""" __author__ = 'Diego Elio Pettenò' -__email__ = 'flameeyes@flameeyes.eu' +__email__ = 'flameeyes@flameeyes.com' __copyright__ = 'Copyright © 2018, Diego Elio Pettenò' __license__ = 'MIT' -- cgit v1.2.3