diff options
author | Egor Tensin <egor@tensin.name> | 2023-12-10 09:47:36 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2023-12-10 09:47:36 +0100 |
commit | 488a3ab7b2c009080043e79002de7540aadaeb2a (patch) | |
tree | e7612fc8c46d7dce523cc35131afe1ccae0da3e6 /src | |
parent | html: add a comment with a reference link (diff) | |
download | linux-status-2.4.5.tar.gz linux-status-2.4.5.zip |
switch to egor@tensin.namev2.4.5
Diffstat (limited to 'src')
-rwxr-xr-x | src/app.py | 2 | ||||
-rwxr-xr-x | src/server.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. |