aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2023-12-10 09:47:36 +0100
committerEgor Tensin <egor@tensin.name>2023-12-10 09:47:36 +0100
commit488a3ab7b2c009080043e79002de7540aadaeb2a (patch)
treee7612fc8c46d7dce523cc35131afe1ccae0da3e6
parenthtml: add a comment with a reference link (diff)
downloadlinux-status-488a3ab7b2c009080043e79002de7540aadaeb2a.tar.gz
linux-status-488a3ab7b2c009080043e79002de7540aadaeb2a.zip
switch to egor@tensin.namev2.4.5
-rw-r--r--LICENSE.txt2
-rwxr-xr-xsrc/app.py2
-rwxr-xr-xsrc/server.py2
-rwxr-xr-xtest/test.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 977fc1d..75a9d1a 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com>
+Copyright (c) 2018 Egor Tensin <egor@tensin.name>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/src/app.py b/src/app.py
index 4d23f36..8dd3b86 100755
--- a/src/app.py
+++ b/src/app.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com>
+# Copyright (c) 2021 Egor Tensin <egor@tensin.name>
# This file is part of the "linux-status" project.
# For details, see https://github.com/egor-tensin/linux-status.
# Distributed under the MIT License.
diff --git a/src/server.py b/src/server.py
index 64b6d47..4b32893 100755
--- a/src/server.py
+++ b/src/server.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com>
+# Copyright (c) 2021 Egor Tensin <egor@tensin.name>
# This file is part of the "linux-status" project.
# For details, see https://github.com/egor-tensin/linux-status.
# Distributed under the MIT License.
diff --git a/test/test.sh b/test/test.sh
index c6366f7..194f396 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-# Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com>
+# Copyright (c) 2021 Egor Tensin <egor@tensin.name>
# This file is part of the "linux-status" project.
# For details, see https://github.com/egor-tensin/linux-status.
# Distributed under the MIT License.