diff options
Diffstat (limited to '')
-rw-r--r-- | cgitize/bitbucket.py | 2 | ||||
-rw-r--r-- | cgitize/cgit.py | 2 | ||||
-rw-r--r-- | cgitize/config.py | 2 | ||||
-rw-r--r-- | cgitize/git.py | 2 | ||||
-rw-r--r-- | cgitize/github.py | 2 | ||||
-rw-r--r-- | cgitize/gitlab.py | 2 | ||||
-rw-r--r-- | cgitize/main.py | 2 | ||||
-rw-r--r-- | cgitize/repo.py | 2 | ||||
-rw-r--r-- | cgitize/utils.py | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/cgitize/bitbucket.py b/cgitize/bitbucket.py index f2a449f..5c55a2a 100644 --- a/cgitize/bitbucket.py +++ b/cgitize/bitbucket.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2021 Egor Tensin <egor@tensin.name> # This file is part of the "cgitize" project. # For details, see https://github.com/egor-tensin/cgitize. # Distributed under the MIT License. diff --git a/cgitize/cgit.py b/cgitize/cgit.py index c525214..8c8a8ca 100644 --- a/cgitize/cgit.py +++ b/cgitize/cgit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2018 Egor Tensin <egor@tensin.name> # This file is part of the "cgitize" project. # For details, see https://github.com/egor-tensin/cgitize. # Distributed under the MIT License. diff --git a/cgitize/config.py b/cgitize/config.py index 2df8651..23b63c1 100644 --- a/cgitize/config.py +++ b/cgitize/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2021 Egor Tensin <egor@tensin.name> # This file is part of the "cgitize" project. # For details, see https://github.com/egor-tensin/cgitize. # Distributed under the MIT License. diff --git a/cgitize/git.py b/cgitize/git.py index 769b624..5ee3177 100644 --- a/cgitize/git.py +++ b/cgitize/git.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2021 Egor Tensin <egor@tensin.name> # This file is part of the "cgitize" project. # For details, see https://github.com/egor-tensin/cgitize. # Distributed under the MIT License. diff --git a/cgitize/github.py b/cgitize/github.py index 9948a33..02057c9 100644 --- a/cgitize/github.py +++ b/cgitize/github.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2021 Egor Tensin <egor@tensin.name> # This file is part of the "cgitize" project. # For details, see https://github.com/egor-tensin/cgitize. # Distributed under the MIT License. diff --git a/cgitize/gitlab.py b/cgitize/gitlab.py index 5728dfe..7fb84e7 100644 --- a/cgitize/gitlab.py +++ b/cgitize/gitlab.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2021 Egor Tensin <egor@tensin.name> # This file is part of the "cgitize" project. # For details, see https://github.com/egor-tensin/cgitize. # Distributed under the MIT License. diff --git a/cgitize/main.py b/cgitize/main.py index 7e52df0..c1e7b5b 100644 --- a/cgitize/main.py +++ b/cgitize/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2018 Egor Tensin <egor@tensin.name> # This file is part of the "cgitize" project. # For details, see https://github.com/egor-tensin/cgitize. # Distributed under the MIT License. diff --git a/cgitize/repo.py b/cgitize/repo.py index 2c9398e..23a2b31 100644 --- a/cgitize/repo.py +++ b/cgitize/repo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2018 Egor Tensin <egor@tensin.name> # This file is part of the "cgitize" project. # For details, see https://github.com/egor-tensin/cgitize. # Distributed under the MIT License. diff --git a/cgitize/utils.py b/cgitize/utils.py index 78834c9..3b2cf62 100644 --- a/cgitize/utils.py +++ b/cgitize/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2018 Egor Tensin <egor@tensin.name> # This file is part of the "cgitize" project. # For details, see https://github.com/egor-tensin/cgitize. # Distributed under the MIT License. |