diff --git a/src/ahriman/__init__.py b/src/ahriman/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/__init__.py +++ b/src/ahriman/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/__init__.py b/src/ahriman/application/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/application/__init__.py +++ b/src/ahriman/application/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/ahriman.py b/src/ahriman/application/ahriman.py index df8d6687..a128a6b1 100644 --- a/src/ahriman/application/ahriman.py +++ b/src/ahriman/application/ahriman.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/application/__init__.py b/src/ahriman/application/application/__init__.py index 8768f1c7..e9a13c1a 100644 --- a/src/ahriman/application/application/__init__.py +++ b/src/ahriman/application/application/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/application/application.py b/src/ahriman/application/application/application.py index 72286b92..343fc90b 100644 --- a/src/ahriman/application/application/application.py +++ b/src/ahriman/application/application/application.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/application/packages.py b/src/ahriman/application/application/packages.py index 1bfbe59a..52b618c1 100644 --- a/src/ahriman/application/application/packages.py +++ b/src/ahriman/application/application/packages.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/application/properties.py b/src/ahriman/application/application/properties.py index 1c4e341e..7648e4fe 100644 --- a/src/ahriman/application/application/properties.py +++ b/src/ahriman/application/application/properties.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/application/repository.py b/src/ahriman/application/application/repository.py index 7117b732..0fb0618f 100644 --- a/src/ahriman/application/application/repository.py +++ b/src/ahriman/application/application/repository.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/__init__.py b/src/ahriman/application/handlers/__init__.py index 2d1f6a77..9b0bd6b5 100644 --- a/src/ahriman/application/handlers/__init__.py +++ b/src/ahriman/application/handlers/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/add.py b/src/ahriman/application/handlers/add.py index 7f565de4..2dbe406d 100644 --- a/src/ahriman/application/handlers/add.py +++ b/src/ahriman/application/handlers/add.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/clean.py b/src/ahriman/application/handlers/clean.py index 543c00af..95fc6a55 100644 --- a/src/ahriman/application/handlers/clean.py +++ b/src/ahriman/application/handlers/clean.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/dump.py b/src/ahriman/application/handlers/dump.py index db7f6702..1cf7ed3b 100644 --- a/src/ahriman/application/handlers/dump.py +++ b/src/ahriman/application/handlers/dump.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/handler.py b/src/ahriman/application/handlers/handler.py index c3c76da2..eafa760c 100644 --- a/src/ahriman/application/handlers/handler.py +++ b/src/ahriman/application/handlers/handler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/key_import.py b/src/ahriman/application/handlers/key_import.py index f58630e4..cbbb3dc9 100644 --- a/src/ahriman/application/handlers/key_import.py +++ b/src/ahriman/application/handlers/key_import.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/patch.py b/src/ahriman/application/handlers/patch.py index 093286bc..140f19e3 100644 --- a/src/ahriman/application/handlers/patch.py +++ b/src/ahriman/application/handlers/patch.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/rebuild.py b/src/ahriman/application/handlers/rebuild.py index 1b28dfa8..f662197b 100644 --- a/src/ahriman/application/handlers/rebuild.py +++ b/src/ahriman/application/handlers/rebuild.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/remove.py b/src/ahriman/application/handlers/remove.py index 1e7b444d..bb048f28 100644 --- a/src/ahriman/application/handlers/remove.py +++ b/src/ahriman/application/handlers/remove.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/remove_unknown.py b/src/ahriman/application/handlers/remove_unknown.py index 07ae70ad..0caa6383 100644 --- a/src/ahriman/application/handlers/remove_unknown.py +++ b/src/ahriman/application/handlers/remove_unknown.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/report.py b/src/ahriman/application/handlers/report.py index 46b6b4ab..b7c29d52 100644 --- a/src/ahriman/application/handlers/report.py +++ b/src/ahriman/application/handlers/report.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/search.py b/src/ahriman/application/handlers/search.py index 5f13c6df..a89a37c3 100644 --- a/src/ahriman/application/handlers/search.py +++ b/src/ahriman/application/handlers/search.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/setup.py b/src/ahriman/application/handlers/setup.py index 3d8e29eb..89d8ccc0 100644 --- a/src/ahriman/application/handlers/setup.py +++ b/src/ahriman/application/handlers/setup.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/sign.py b/src/ahriman/application/handlers/sign.py index bb7a33b0..18ed6d90 100644 --- a/src/ahriman/application/handlers/sign.py +++ b/src/ahriman/application/handlers/sign.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/status.py b/src/ahriman/application/handlers/status.py index f220f9c7..34715a95 100644 --- a/src/ahriman/application/handlers/status.py +++ b/src/ahriman/application/handlers/status.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/status_update.py b/src/ahriman/application/handlers/status_update.py index b769b477..365cc562 100644 --- a/src/ahriman/application/handlers/status_update.py +++ b/src/ahriman/application/handlers/status_update.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/sync.py b/src/ahriman/application/handlers/sync.py index 95ea585d..86849c37 100644 --- a/src/ahriman/application/handlers/sync.py +++ b/src/ahriman/application/handlers/sync.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/unsafe_commands.py b/src/ahriman/application/handlers/unsafe_commands.py index c8d182de..b391ad45 100644 --- a/src/ahriman/application/handlers/unsafe_commands.py +++ b/src/ahriman/application/handlers/unsafe_commands.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/update.py b/src/ahriman/application/handlers/update.py index f3ab6e0a..8d9d5950 100644 --- a/src/ahriman/application/handlers/update.py +++ b/src/ahriman/application/handlers/update.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/user.py b/src/ahriman/application/handlers/user.py index b9eeb887..6627f824 100644 --- a/src/ahriman/application/handlers/user.py +++ b/src/ahriman/application/handlers/user.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/web.py b/src/ahriman/application/handlers/web.py index b59cbc60..d013963e 100644 --- a/src/ahriman/application/handlers/web.py +++ b/src/ahriman/application/handlers/web.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/lock.py b/src/ahriman/application/lock.py index a7886964..0b50cf26 100644 --- a/src/ahriman/application/lock.py +++ b/src/ahriman/application/lock.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/__init__.py b/src/ahriman/core/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/core/__init__.py +++ b/src/ahriman/core/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/alpm/__init__.py b/src/ahriman/core/alpm/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/core/alpm/__init__.py +++ b/src/ahriman/core/alpm/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/alpm/aur.py b/src/ahriman/core/alpm/aur.py index 8d2eefec..eacde36a 100644 --- a/src/ahriman/core/alpm/aur.py +++ b/src/ahriman/core/alpm/aur.py @@ -1,4 +1,6 @@ # +# Copyright (c) 2021-2022 ahriman team. +# # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). # diff --git a/src/ahriman/core/alpm/pacman.py b/src/ahriman/core/alpm/pacman.py index edf3530b..1bd8093a 100644 --- a/src/ahriman/core/alpm/pacman.py +++ b/src/ahriman/core/alpm/pacman.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/alpm/repo.py b/src/ahriman/core/alpm/repo.py index 0f4eb478..7cbd6670 100644 --- a/src/ahriman/core/alpm/repo.py +++ b/src/ahriman/core/alpm/repo.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/auth/__init__.py b/src/ahriman/core/auth/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/core/auth/__init__.py +++ b/src/ahriman/core/auth/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/auth/auth.py b/src/ahriman/core/auth/auth.py index 429369d6..17c8d732 100644 --- a/src/ahriman/core/auth/auth.py +++ b/src/ahriman/core/auth/auth.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/auth/helpers.py b/src/ahriman/core/auth/helpers.py index f94ddc98..1110694e 100644 --- a/src/ahriman/core/auth/helpers.py +++ b/src/ahriman/core/auth/helpers.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/auth/mapping.py b/src/ahriman/core/auth/mapping.py index 0c671a13..22c08d96 100644 --- a/src/ahriman/core/auth/mapping.py +++ b/src/ahriman/core/auth/mapping.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/auth/oauth.py b/src/ahriman/core/auth/oauth.py index a567c96a..f583d3bd 100644 --- a/src/ahriman/core/auth/oauth.py +++ b/src/ahriman/core/auth/oauth.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/build_tools/__init__.py b/src/ahriman/core/build_tools/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/core/build_tools/__init__.py +++ b/src/ahriman/core/build_tools/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/build_tools/sources.py b/src/ahriman/core/build_tools/sources.py index bdc07f24..849460ab 100644 --- a/src/ahriman/core/build_tools/sources.py +++ b/src/ahriman/core/build_tools/sources.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/build_tools/task.py b/src/ahriman/core/build_tools/task.py index bfeedd1e..94291436 100644 --- a/src/ahriman/core/build_tools/task.py +++ b/src/ahriman/core/build_tools/task.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/configuration.py b/src/ahriman/core/configuration.py index 0f0c47c5..4f1ec2ef 100644 --- a/src/ahriman/core/configuration.py +++ b/src/ahriman/core/configuration.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/__init__.py b/src/ahriman/core/database/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/core/database/__init__.py +++ b/src/ahriman/core/database/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/data/__init__.py b/src/ahriman/core/database/data/__init__.py index 7b9aebb4..17aadaca 100644 --- a/src/ahriman/core/database/data/__init__.py +++ b/src/ahriman/core/database/data/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/data/package_statuses.py b/src/ahriman/core/database/data/package_statuses.py index 4a640ec7..6671d276 100644 --- a/src/ahriman/core/database/data/package_statuses.py +++ b/src/ahriman/core/database/data/package_statuses.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/data/patches.py b/src/ahriman/core/database/data/patches.py index 6ef5fe2c..900a1fa1 100644 --- a/src/ahriman/core/database/data/patches.py +++ b/src/ahriman/core/database/data/patches.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/data/users.py b/src/ahriman/core/database/data/users.py index 937f1cc1..255a0503 100644 --- a/src/ahriman/core/database/data/users.py +++ b/src/ahriman/core/database/data/users.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/__init__.py b/src/ahriman/core/database/migrations/__init__.py index dfdcb798..ebd53581 100644 --- a/src/ahriman/core/database/migrations/__init__.py +++ b/src/ahriman/core/database/migrations/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m000_initial.py b/src/ahriman/core/database/migrations/m000_initial.py index a9c6059d..054b6754 100644 --- a/src/ahriman/core/database/migrations/m000_initial.py +++ b/src/ahriman/core/database/migrations/m000_initial.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/operations/__init__.py b/src/ahriman/core/database/operations/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/core/database/operations/__init__.py +++ b/src/ahriman/core/database/operations/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/operations/auth_operations.py b/src/ahriman/core/database/operations/auth_operations.py index d3456512..f9831da0 100644 --- a/src/ahriman/core/database/operations/auth_operations.py +++ b/src/ahriman/core/database/operations/auth_operations.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/operations/build_operations.py b/src/ahriman/core/database/operations/build_operations.py index c826f950..c2636b19 100644 --- a/src/ahriman/core/database/operations/build_operations.py +++ b/src/ahriman/core/database/operations/build_operations.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/operations/operations.py b/src/ahriman/core/database/operations/operations.py index a52d3d70..b36e1243 100644 --- a/src/ahriman/core/database/operations/operations.py +++ b/src/ahriman/core/database/operations/operations.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/operations/package_operations.py b/src/ahriman/core/database/operations/package_operations.py index 21ac2fbe..93624876 100644 --- a/src/ahriman/core/database/operations/package_operations.py +++ b/src/ahriman/core/database/operations/package_operations.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/operations/patch_operations.py b/src/ahriman/core/database/operations/patch_operations.py index 67980689..a55ea8f5 100644 --- a/src/ahriman/core/database/operations/patch_operations.py +++ b/src/ahriman/core/database/operations/patch_operations.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/sqlite.py b/src/ahriman/core/database/sqlite.py index 725307ee..7f98f8ae 100644 --- a/src/ahriman/core/database/sqlite.py +++ b/src/ahriman/core/database/sqlite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/exceptions.py b/src/ahriman/core/exceptions.py index a98b9610..b4419cb1 100644 --- a/src/ahriman/core/exceptions.py +++ b/src/ahriman/core/exceptions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/__init__.py b/src/ahriman/core/formatters/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/core/formatters/__init__.py +++ b/src/ahriman/core/formatters/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/aur_printer.py b/src/ahriman/core/formatters/aur_printer.py index 31382cd1..dc7d411f 100644 --- a/src/ahriman/core/formatters/aur_printer.py +++ b/src/ahriman/core/formatters/aur_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/build_printer.py b/src/ahriman/core/formatters/build_printer.py index 1df31112..dad9e2de 100644 --- a/src/ahriman/core/formatters/build_printer.py +++ b/src/ahriman/core/formatters/build_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/configuration_printer.py b/src/ahriman/core/formatters/configuration_printer.py index aa035be0..98a161ee 100644 --- a/src/ahriman/core/formatters/configuration_printer.py +++ b/src/ahriman/core/formatters/configuration_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/package_printer.py b/src/ahriman/core/formatters/package_printer.py index 019a4387..ea9397e5 100644 --- a/src/ahriman/core/formatters/package_printer.py +++ b/src/ahriman/core/formatters/package_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/printer.py b/src/ahriman/core/formatters/printer.py index c0404dfe..7975326a 100644 --- a/src/ahriman/core/formatters/printer.py +++ b/src/ahriman/core/formatters/printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/status_printer.py b/src/ahriman/core/formatters/status_printer.py index 76256939..b8f5e910 100644 --- a/src/ahriman/core/formatters/status_printer.py +++ b/src/ahriman/core/formatters/status_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/string_printer.py b/src/ahriman/core/formatters/string_printer.py index 52d8a8af..782bfff1 100644 --- a/src/ahriman/core/formatters/string_printer.py +++ b/src/ahriman/core/formatters/string_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/update_printer.py b/src/ahriman/core/formatters/update_printer.py index e0b4ca63..35d4f6ca 100644 --- a/src/ahriman/core/formatters/update_printer.py +++ b/src/ahriman/core/formatters/update_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/user_printer.py b/src/ahriman/core/formatters/user_printer.py index 0db9b1c2..6a2f930d 100644 --- a/src/ahriman/core/formatters/user_printer.py +++ b/src/ahriman/core/formatters/user_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/report/__init__.py b/src/ahriman/core/report/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/core/report/__init__.py +++ b/src/ahriman/core/report/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/report/console.py b/src/ahriman/core/report/console.py index 23b6099e..d628ab00 100644 --- a/src/ahriman/core/report/console.py +++ b/src/ahriman/core/report/console.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/report/email.py b/src/ahriman/core/report/email.py index 123084fe..73187e7e 100644 --- a/src/ahriman/core/report/email.py +++ b/src/ahriman/core/report/email.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/report/html.py b/src/ahriman/core/report/html.py index dd0e99a1..36a67949 100644 --- a/src/ahriman/core/report/html.py +++ b/src/ahriman/core/report/html.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/report/jinja_template.py b/src/ahriman/core/report/jinja_template.py index e2155898..02e88556 100644 --- a/src/ahriman/core/report/jinja_template.py +++ b/src/ahriman/core/report/jinja_template.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/report/report.py b/src/ahriman/core/report/report.py index 91a335c9..6d0bdd0e 100644 --- a/src/ahriman/core/report/report.py +++ b/src/ahriman/core/report/report.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/repository/__init__.py b/src/ahriman/core/repository/__init__.py index 95a3dd5c..875b221f 100644 --- a/src/ahriman/core/repository/__init__.py +++ b/src/ahriman/core/repository/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/repository/cleaner.py b/src/ahriman/core/repository/cleaner.py index c8f298cf..838644f0 100644 --- a/src/ahriman/core/repository/cleaner.py +++ b/src/ahriman/core/repository/cleaner.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/repository/executor.py b/src/ahriman/core/repository/executor.py index 04cd6b50..371fbb76 100644 --- a/src/ahriman/core/repository/executor.py +++ b/src/ahriman/core/repository/executor.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/repository/properties.py b/src/ahriman/core/repository/properties.py index d98ee948..724a038c 100644 --- a/src/ahriman/core/repository/properties.py +++ b/src/ahriman/core/repository/properties.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/repository/repository.py b/src/ahriman/core/repository/repository.py index 94400cb6..65a9783f 100644 --- a/src/ahriman/core/repository/repository.py +++ b/src/ahriman/core/repository/repository.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/repository/update_handler.py b/src/ahriman/core/repository/update_handler.py index 49d62787..5681ee8c 100644 --- a/src/ahriman/core/repository/update_handler.py +++ b/src/ahriman/core/repository/update_handler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/sign/__init__.py b/src/ahriman/core/sign/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/core/sign/__init__.py +++ b/src/ahriman/core/sign/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/sign/gpg.py b/src/ahriman/core/sign/gpg.py index 746b764f..f3e68d4f 100644 --- a/src/ahriman/core/sign/gpg.py +++ b/src/ahriman/core/sign/gpg.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/spawn.py b/src/ahriman/core/spawn.py index d4dafdbe..da094b56 100644 --- a/src/ahriman/core/spawn.py +++ b/src/ahriman/core/spawn.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/status/__init__.py b/src/ahriman/core/status/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/core/status/__init__.py +++ b/src/ahriman/core/status/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/status/client.py b/src/ahriman/core/status/client.py index 0129a4b9..de752b70 100644 --- a/src/ahriman/core/status/client.py +++ b/src/ahriman/core/status/client.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/status/watcher.py b/src/ahriman/core/status/watcher.py index 1bead116..42a3ac4e 100644 --- a/src/ahriman/core/status/watcher.py +++ b/src/ahriman/core/status/watcher.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/status/web_client.py b/src/ahriman/core/status/web_client.py index dff2e9fd..c99a81fd 100644 --- a/src/ahriman/core/status/web_client.py +++ b/src/ahriman/core/status/web_client.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/tree.py b/src/ahriman/core/tree.py index 4cd193da..33ccc0b2 100644 --- a/src/ahriman/core/tree.py +++ b/src/ahriman/core/tree.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/upload/__init__.py b/src/ahriman/core/upload/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/core/upload/__init__.py +++ b/src/ahriman/core/upload/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/upload/github.py b/src/ahriman/core/upload/github.py index 1ffb9fd4..7ec67a06 100644 --- a/src/ahriman/core/upload/github.py +++ b/src/ahriman/core/upload/github.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/upload/http_upload.py b/src/ahriman/core/upload/http_upload.py index e23cefc4..2b9a81d6 100644 --- a/src/ahriman/core/upload/http_upload.py +++ b/src/ahriman/core/upload/http_upload.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/upload/rsync.py b/src/ahriman/core/upload/rsync.py index e4507eae..c2ed61f2 100644 --- a/src/ahriman/core/upload/rsync.py +++ b/src/ahriman/core/upload/rsync.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/upload/s3.py b/src/ahriman/core/upload/s3.py index 3ba6fcf2..7eff083c 100644 --- a/src/ahriman/core/upload/s3.py +++ b/src/ahriman/core/upload/s3.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/upload/upload.py b/src/ahriman/core/upload/upload.py index 8c08d51d..dc6a9f66 100644 --- a/src/ahriman/core/upload/upload.py +++ b/src/ahriman/core/upload/upload.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/util.py b/src/ahriman/core/util.py index cbe7d43f..11b0aa26 100644 --- a/src/ahriman/core/util.py +++ b/src/ahriman/core/util.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/__init__.py b/src/ahriman/models/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/models/__init__.py +++ b/src/ahriman/models/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/action.py b/src/ahriman/models/action.py index 26c33da2..c1756b92 100644 --- a/src/ahriman/models/action.py +++ b/src/ahriman/models/action.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/aur_package.py b/src/ahriman/models/aur_package.py index ee678fa3..487dce1e 100644 --- a/src/ahriman/models/aur_package.py +++ b/src/ahriman/models/aur_package.py @@ -1,4 +1,6 @@ # +# Copyright (c) 2021-2022 ahriman team. +# # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). # diff --git a/src/ahriman/models/auth_settings.py b/src/ahriman/models/auth_settings.py index e927fff8..8d008206 100644 --- a/src/ahriman/models/auth_settings.py +++ b/src/ahriman/models/auth_settings.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/build_status.py b/src/ahriman/models/build_status.py index 163ab991..82b12e25 100644 --- a/src/ahriman/models/build_status.py +++ b/src/ahriman/models/build_status.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/counters.py b/src/ahriman/models/counters.py index 5ae671dc..c6828d38 100644 --- a/src/ahriman/models/counters.py +++ b/src/ahriman/models/counters.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/internal_status.py b/src/ahriman/models/internal_status.py index 0d452788..6f983c28 100644 --- a/src/ahriman/models/internal_status.py +++ b/src/ahriman/models/internal_status.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/migration.py b/src/ahriman/models/migration.py index 474193c9..ab482c99 100644 --- a/src/ahriman/models/migration.py +++ b/src/ahriman/models/migration.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/migration_result.py b/src/ahriman/models/migration_result.py index f432ad89..c8feb046 100644 --- a/src/ahriman/models/migration_result.py +++ b/src/ahriman/models/migration_result.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/package.py b/src/ahriman/models/package.py index 5915e924..8c915f30 100644 --- a/src/ahriman/models/package.py +++ b/src/ahriman/models/package.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/package_description.py b/src/ahriman/models/package_description.py index b20226ea..b8636014 100644 --- a/src/ahriman/models/package_description.py +++ b/src/ahriman/models/package_description.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/package_source.py b/src/ahriman/models/package_source.py index 590af619..be3f587e 100644 --- a/src/ahriman/models/package_source.py +++ b/src/ahriman/models/package_source.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/property.py b/src/ahriman/models/property.py index a127f967..72e6515b 100644 --- a/src/ahriman/models/property.py +++ b/src/ahriman/models/property.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/report_settings.py b/src/ahriman/models/report_settings.py index 703fc58c..a52dc63e 100644 --- a/src/ahriman/models/report_settings.py +++ b/src/ahriman/models/report_settings.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/repository_paths.py b/src/ahriman/models/repository_paths.py index 7d126ca2..146450e8 100644 --- a/src/ahriman/models/repository_paths.py +++ b/src/ahriman/models/repository_paths.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/result.py b/src/ahriman/models/result.py index 7498c81f..3d8b5afd 100644 --- a/src/ahriman/models/result.py +++ b/src/ahriman/models/result.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/sign_settings.py b/src/ahriman/models/sign_settings.py index c087e967..98bbfa8f 100644 --- a/src/ahriman/models/sign_settings.py +++ b/src/ahriman/models/sign_settings.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/smtp_ssl_settings.py b/src/ahriman/models/smtp_ssl_settings.py index 86ba08b8..96255d45 100644 --- a/src/ahriman/models/smtp_ssl_settings.py +++ b/src/ahriman/models/smtp_ssl_settings.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/upload_settings.py b/src/ahriman/models/upload_settings.py index 9ddd5208..cdc11d6f 100644 --- a/src/ahriman/models/upload_settings.py +++ b/src/ahriman/models/upload_settings.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/user.py b/src/ahriman/models/user.py index 7efa2841..ca855cad 100644 --- a/src/ahriman/models/user.py +++ b/src/ahriman/models/user.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/user_access.py b/src/ahriman/models/user_access.py index 0cc25c99..630eaf2f 100644 --- a/src/ahriman/models/user_access.py +++ b/src/ahriman/models/user_access.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/user_identity.py b/src/ahriman/models/user_identity.py index 76d67245..5d8d20a6 100644 --- a/src/ahriman/models/user_identity.py +++ b/src/ahriman/models/user_identity.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/version.py b/src/ahriman/version.py index 1cfb00b3..6f8cf8ec 100644 --- a/src/ahriman/version.py +++ b/src/ahriman/version.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/__init__.py b/src/ahriman/web/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/web/__init__.py +++ b/src/ahriman/web/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/middlewares/__init__.py b/src/ahriman/web/middlewares/__init__.py index 1950c456..6275abad 100644 --- a/src/ahriman/web/middlewares/__init__.py +++ b/src/ahriman/web/middlewares/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/middlewares/auth_handler.py b/src/ahriman/web/middlewares/auth_handler.py index 481d0647..cc136653 100644 --- a/src/ahriman/web/middlewares/auth_handler.py +++ b/src/ahriman/web/middlewares/auth_handler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/middlewares/exception_handler.py b/src/ahriman/web/middlewares/exception_handler.py index e7a6b3bf..0bbcc899 100644 --- a/src/ahriman/web/middlewares/exception_handler.py +++ b/src/ahriman/web/middlewares/exception_handler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/routes.py b/src/ahriman/web/routes.py index 3a26ada1..0996a216 100644 --- a/src/ahriman/web/routes.py +++ b/src/ahriman/web/routes.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/__init__.py b/src/ahriman/web/views/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/web/views/__init__.py +++ b/src/ahriman/web/views/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/base.py b/src/ahriman/web/views/base.py index b12486d9..17ac2ff7 100644 --- a/src/ahriman/web/views/base.py +++ b/src/ahriman/web/views/base.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/index.py b/src/ahriman/web/views/index.py index 46877ab7..9dd9e51d 100644 --- a/src/ahriman/web/views/index.py +++ b/src/ahriman/web/views/index.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/service/__init__.py b/src/ahriman/web/views/service/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/web/views/service/__init__.py +++ b/src/ahriman/web/views/service/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/service/add.py b/src/ahriman/web/views/service/add.py index 83168c44..e07e013f 100644 --- a/src/ahriman/web/views/service/add.py +++ b/src/ahriman/web/views/service/add.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/service/remove.py b/src/ahriman/web/views/service/remove.py index 19bb3b00..bf4e32a3 100644 --- a/src/ahriman/web/views/service/remove.py +++ b/src/ahriman/web/views/service/remove.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/service/request.py b/src/ahriman/web/views/service/request.py index 340e9f73..e9df733c 100644 --- a/src/ahriman/web/views/service/request.py +++ b/src/ahriman/web/views/service/request.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/service/search.py b/src/ahriman/web/views/service/search.py index f1fb7fe7..0a50d3a6 100644 --- a/src/ahriman/web/views/service/search.py +++ b/src/ahriman/web/views/service/search.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/status/__init__.py b/src/ahriman/web/views/status/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/web/views/status/__init__.py +++ b/src/ahriman/web/views/status/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/status/ahriman.py b/src/ahriman/web/views/status/ahriman.py index f9963850..a7327639 100644 --- a/src/ahriman/web/views/status/ahriman.py +++ b/src/ahriman/web/views/status/ahriman.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/status/package.py b/src/ahriman/web/views/status/package.py index 1afcb757..9f42c6ed 100644 --- a/src/ahriman/web/views/status/package.py +++ b/src/ahriman/web/views/status/package.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/status/packages.py b/src/ahriman/web/views/status/packages.py index 193adf15..e758e88f 100644 --- a/src/ahriman/web/views/status/packages.py +++ b/src/ahriman/web/views/status/packages.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/status/status.py b/src/ahriman/web/views/status/status.py index a6e25373..1a0fa8a2 100644 --- a/src/ahriman/web/views/status/status.py +++ b/src/ahriman/web/views/status/status.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/user/__init__.py b/src/ahriman/web/views/user/__init__.py index fb32931e..680676f1 100644 --- a/src/ahriman/web/views/user/__init__.py +++ b/src/ahriman/web/views/user/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/user/login.py b/src/ahriman/web/views/user/login.py index 70a170f3..637295a9 100644 --- a/src/ahriman/web/views/user/login.py +++ b/src/ahriman/web/views/user/login.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/user/logout.py b/src/ahriman/web/views/user/logout.py index 6b7cc5cf..0edd1176 100644 --- a/src/ahriman/web/views/user/logout.py +++ b/src/ahriman/web/views/user/logout.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/web.py b/src/ahriman/web/web.py index ea166f35..273ca5be 100644 --- a/src/ahriman/web/web.py +++ b/src/ahriman/web/web.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 ahriman team. +# Copyright (c) 2021-2022 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman).