aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2023-12-12 21:29:42 +0100
committerEgor Tensin <egor@tensin.name>2023-12-12 21:29:42 +0100
commit82c5f204346def706fdc7ee28a8e2570fb880369 (patch)
treeec0f23da17c5449daab2fd1c0f8bba659687ebf6 /test
parentrationale.md: add a foreword (diff)
downloadcimple-82c5f204346def706fdc7ee28a8e2570fb880369.tar.gz
cimple-82c5f204346def706fdc7ee28a8e2570fb880369.zip
switch to egor@tensin.name
Diffstat (limited to 'test')
-rw-r--r--test/py/conftest.py2
-rw-r--r--test/py/lib/db.py2
-rw-r--r--test/py/lib/logging.py2
-rw-r--r--test/py/lib/net.py2
-rw-r--r--test/py/lib/process.py2
-rw-r--r--test/py/lib/test_repo.py2
-rw-r--r--test/py/lib/tests.py2
-rw-r--r--test/py/test_basic.py2
-rw-r--r--test/py/test_repo.py2
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.