diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/py/conftest.py | 2 | ||||
-rw-r--r-- | test/py/lib/db.py | 2 | ||||
-rw-r--r-- | test/py/lib/logging.py | 2 | ||||
-rw-r--r-- | test/py/lib/net.py | 2 | ||||
-rw-r--r-- | test/py/lib/process.py | 2 | ||||
-rw-r--r-- | test/py/lib/test_repo.py | 2 | ||||
-rw-r--r-- | test/py/lib/tests.py | 2 | ||||
-rw-r--r-- | test/py/test_basic.py | 2 | ||||
-rw-r--r-- | test/py/test_repo.py | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/test/py/conftest.py b/test/py/conftest.py index 01e329e..6c34f4d 100644 --- a/test/py/conftest.py +++ b/test/py/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/lib/db.py b/test/py/lib/db.py index 133a627..de6960a 100644 --- a/test/py/lib/db.py +++ b/test/py/lib/db.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/lib/logging.py b/test/py/lib/logging.py index 554ce1f..663eb3a 100644 --- a/test/py/lib/logging.py +++ b/test/py/lib/logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/lib/net.py b/test/py/lib/net.py index 326bd24..06bfda0 100644 --- a/test/py/lib/net.py +++ b/test/py/lib/net.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/lib/process.py b/test/py/lib/process.py index 40fb9bc..3b1b6b9 100644 --- a/test/py/lib/process.py +++ b/test/py/lib/process.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/lib/test_repo.py b/test/py/lib/test_repo.py index fc3e074..1d07a4e 100644 --- a/test/py/lib/test_repo.py +++ b/test/py/lib/test_repo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/lib/tests.py b/test/py/lib/tests.py index fe90f96..7ccedef 100644 --- a/test/py/lib/tests.py +++ b/test/py/lib/tests.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/test_basic.py b/test/py/test_basic.py index eda12d0..26732fe 100644 --- a/test/py/test_basic.py +++ b/test/py/test_basic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/test_repo.py b/test/py/test_repo.py index e5845fe..1850aeb 100644 --- a/test/py/test_repo.py +++ b/test/py/test_repo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. |