From 49cf91ea52ca34b6d13c4603e770ef60d9a81311 Mon Sep 17 00:00:00 2001 From: Evgenii Alekseev Date: Thu, 8 Jan 2026 02:50:37 +0200 Subject: [PATCH] chore: copyright update --- src/ahriman/__init__.py | 2 +- src/ahriman/application/__init__.py | 2 +- src/ahriman/application/ahriman.py | 2 +- src/ahriman/application/application/__init__.py | 2 +- src/ahriman/application/application/application.py | 2 +- src/ahriman/application/application/application_packages.py | 2 +- src/ahriman/application/application/application_properties.py | 2 +- src/ahriman/application/application/application_repository.py | 2 +- src/ahriman/application/application/updates_iterator.py | 2 +- src/ahriman/application/application/workers/__init__.py | 2 +- src/ahriman/application/application/workers/local_updater.py | 2 +- src/ahriman/application/application/workers/remote_updater.py | 2 +- src/ahriman/application/application/workers/updater.py | 2 +- src/ahriman/application/handlers/__init__.py | 2 +- src/ahriman/application/handlers/add.py | 2 +- src/ahriman/application/handlers/backup.py | 2 +- src/ahriman/application/handlers/change.py | 2 +- src/ahriman/application/handlers/clean.py | 2 +- src/ahriman/application/handlers/copy.py | 2 +- src/ahriman/application/handlers/daemon.py | 2 +- src/ahriman/application/handlers/dump.py | 2 +- src/ahriman/application/handlers/handler.py | 2 +- src/ahriman/application/handlers/help.py | 2 +- src/ahriman/application/handlers/key_import.py | 2 +- src/ahriman/application/handlers/patch.py | 2 +- src/ahriman/application/handlers/rebuild.py | 2 +- src/ahriman/application/handlers/reload.py | 2 +- src/ahriman/application/handlers/remove.py | 2 +- src/ahriman/application/handlers/remove_unknown.py | 2 +- src/ahriman/application/handlers/repositories.py | 2 +- src/ahriman/application/handlers/restore.py | 2 +- src/ahriman/application/handlers/run.py | 2 +- src/ahriman/application/handlers/search.py | 2 +- src/ahriman/application/handlers/service_updates.py | 2 +- src/ahriman/application/handlers/setup.py | 2 +- src/ahriman/application/handlers/shell.py | 2 +- src/ahriman/application/handlers/sign.py | 2 +- src/ahriman/application/handlers/statistics.py | 2 +- src/ahriman/application/handlers/status.py | 2 +- src/ahriman/application/handlers/status_update.py | 2 +- src/ahriman/application/handlers/structure.py | 2 +- src/ahriman/application/handlers/tree_migrate.py | 2 +- src/ahriman/application/handlers/triggers.py | 2 +- src/ahriman/application/handlers/triggers_support.py | 2 +- src/ahriman/application/handlers/unsafe_commands.py | 2 +- src/ahriman/application/handlers/update.py | 2 +- src/ahriman/application/handlers/users.py | 2 +- src/ahriman/application/handlers/validate.py | 2 +- src/ahriman/application/handlers/versions.py | 2 +- src/ahriman/application/handlers/web.py | 2 +- src/ahriman/application/help_formatter.py | 2 +- src/ahriman/application/interactive_shell.py | 2 +- src/ahriman/application/lock.py | 2 +- src/ahriman/core/__init__.py | 2 +- src/ahriman/core/alpm/__init__.py | 2 +- src/ahriman/core/alpm/pacman.py | 2 +- src/ahriman/core/alpm/pacman_database.py | 2 +- src/ahriman/core/alpm/pkgbuild_parser.py | 2 +- src/ahriman/core/alpm/remote/__init__.py | 2 +- src/ahriman/core/alpm/remote/aur.py | 2 +- src/ahriman/core/alpm/remote/official.py | 2 +- src/ahriman/core/alpm/remote/official_syncdb.py | 2 +- src/ahriman/core/alpm/remote/remote.py | 2 +- src/ahriman/core/alpm/repo.py | 2 +- src/ahriman/core/auth/__init__.py | 2 +- src/ahriman/core/auth/auth.py | 2 +- src/ahriman/core/auth/helpers.py | 2 +- src/ahriman/core/auth/mapping.py | 2 +- src/ahriman/core/auth/oauth.py | 2 +- src/ahriman/core/auth/pam.py | 2 +- src/ahriman/core/build_tools/__init__.py | 2 +- src/ahriman/core/build_tools/package_archive.py | 2 +- src/ahriman/core/build_tools/sources.py | 2 +- src/ahriman/core/build_tools/task.py | 2 +- src/ahriman/core/configuration/__init__.py | 2 +- src/ahriman/core/configuration/configuration.py | 2 +- src/ahriman/core/configuration/configuration_multi_dict.py | 2 +- src/ahriman/core/configuration/schema.py | 2 +- src/ahriman/core/configuration/shell_interpolator.py | 2 +- src/ahriman/core/configuration/shell_template.py | 2 +- src/ahriman/core/configuration/validator.py | 2 +- src/ahriman/core/database/__init__.py | 2 +- src/ahriman/core/database/migrations/__init__.py | 2 +- src/ahriman/core/database/migrations/m000_initial.py | 2 +- src/ahriman/core/database/migrations/m001_package_source.py | 2 +- src/ahriman/core/database/migrations/m002_user_access.py | 2 +- src/ahriman/core/database/migrations/m003_patch_variables.py | 2 +- src/ahriman/core/database/migrations/m004_logs.py | 2 +- src/ahriman/core/database/migrations/m005_make_opt_depends.py | 2 +- .../database/migrations/m006_packages_architecture_required.py | 2 +- src/ahriman/core/database/migrations/m007_check_depends.py | 2 +- src/ahriman/core/database/migrations/m008_packagers.py | 2 +- src/ahriman/core/database/migrations/m009_local_source.py | 2 +- .../core/database/migrations/m010_version_based_logs_removal.py | 2 +- src/ahriman/core/database/migrations/m011_repository_name.py | 2 +- src/ahriman/core/database/migrations/m012_last_commit_sha.py | 2 +- src/ahriman/core/database/migrations/m013_dependencies.py | 2 +- src/ahriman/core/database/migrations/m014_auditlog.py | 2 +- src/ahriman/core/database/migrations/m015_logs_process_id.py | 2 +- src/ahriman/core/database/operations/__init__.py | 2 +- src/ahriman/core/database/operations/auth_operations.py | 2 +- src/ahriman/core/database/operations/build_operations.py | 2 +- src/ahriman/core/database/operations/changes_operations.py | 2 +- src/ahriman/core/database/operations/dependencies_operations.py | 2 +- src/ahriman/core/database/operations/event_operations.py | 2 +- src/ahriman/core/database/operations/logs_operations.py | 2 +- src/ahriman/core/database/operations/operations.py | 2 +- src/ahriman/core/database/operations/package_operations.py | 2 +- src/ahriman/core/database/operations/patch_operations.py | 2 +- src/ahriman/core/database/sqlite.py | 2 +- src/ahriman/core/distributed/__init__.py | 2 +- src/ahriman/core/distributed/distributed_system.py | 2 +- src/ahriman/core/distributed/worker_loader_trigger.py | 2 +- src/ahriman/core/distributed/worker_trigger.py | 2 +- src/ahriman/core/distributed/workers_cache.py | 2 +- src/ahriman/core/exceptions.py | 2 +- src/ahriman/core/formatters/__init__.py | 2 +- src/ahriman/core/formatters/aur_printer.py | 2 +- src/ahriman/core/formatters/build_printer.py | 2 +- src/ahriman/core/formatters/changes_printer.py | 2 +- src/ahriman/core/formatters/configuration_paths_printer.py | 2 +- src/ahriman/core/formatters/configuration_printer.py | 2 +- src/ahriman/core/formatters/event_stats_printer.py | 2 +- src/ahriman/core/formatters/package_printer.py | 2 +- src/ahriman/core/formatters/package_stats_printer.py | 2 +- src/ahriman/core/formatters/patch_printer.py | 2 +- src/ahriman/core/formatters/printer.py | 2 +- src/ahriman/core/formatters/repository_printer.py | 2 +- src/ahriman/core/formatters/repository_stats_printer.py | 2 +- src/ahriman/core/formatters/status_printer.py | 2 +- src/ahriman/core/formatters/string_printer.py | 2 +- src/ahriman/core/formatters/tree_printer.py | 2 +- src/ahriman/core/formatters/update_printer.py | 2 +- src/ahriman/core/formatters/user_printer.py | 2 +- src/ahriman/core/formatters/validation_printer.py | 2 +- src/ahriman/core/formatters/version_printer.py | 2 +- src/ahriman/core/gitremote/__init__.py | 2 +- src/ahriman/core/gitremote/remote_pull.py | 2 +- src/ahriman/core/gitremote/remote_pull_trigger.py | 2 +- src/ahriman/core/gitremote/remote_push.py | 2 +- src/ahriman/core/gitremote/remote_push_trigger.py | 2 +- src/ahriman/core/housekeeping/__init__.py | 2 +- src/ahriman/core/housekeeping/logs_rotation_trigger.py | 2 +- src/ahriman/core/http/__init__.py | 2 +- src/ahriman/core/http/sync_ahriman_client.py | 2 +- src/ahriman/core/http/sync_http_client.py | 2 +- src/ahriman/core/log/__init__.py | 2 +- src/ahriman/core/log/http_log_handler.py | 2 +- src/ahriman/core/log/journal_handler.py | 2 +- src/ahriman/core/log/lazy_logging.py | 2 +- src/ahriman/core/log/log_loader.py | 2 +- src/ahriman/core/module_loader.py | 2 +- src/ahriman/core/report/__init__.py | 2 +- src/ahriman/core/report/console.py | 2 +- src/ahriman/core/report/email.py | 2 +- src/ahriman/core/report/html.py | 2 +- src/ahriman/core/report/jinja_template.py | 2 +- src/ahriman/core/report/remote_call.py | 2 +- src/ahriman/core/report/report.py | 2 +- src/ahriman/core/report/report_trigger.py | 2 +- src/ahriman/core/report/rss.py | 2 +- src/ahriman/core/report/telegram.py | 2 +- src/ahriman/core/repository/__init__.py | 2 +- src/ahriman/core/repository/cleaner.py | 2 +- src/ahriman/core/repository/event_logger.py | 2 +- src/ahriman/core/repository/executor.py | 2 +- src/ahriman/core/repository/package_info.py | 2 +- src/ahriman/core/repository/repository.py | 2 +- src/ahriman/core/repository/repository_properties.py | 2 +- src/ahriman/core/repository/update_handler.py | 2 +- src/ahriman/core/sign/__init__.py | 2 +- src/ahriman/core/sign/gpg.py | 2 +- src/ahriman/core/spawn.py | 2 +- src/ahriman/core/status/__init__.py | 2 +- src/ahriman/core/status/client.py | 2 +- src/ahriman/core/status/local_client.py | 2 +- src/ahriman/core/status/watcher.py | 2 +- src/ahriman/core/status/web_client.py | 2 +- src/ahriman/core/support/__init__.py | 2 +- src/ahriman/core/support/keyring_trigger.py | 2 +- src/ahriman/core/support/mirrorlist_trigger.py | 2 +- src/ahriman/core/support/package_creator.py | 2 +- src/ahriman/core/support/pkgbuild/__init__.py | 2 +- src/ahriman/core/support/pkgbuild/keyring_generator.py | 2 +- src/ahriman/core/support/pkgbuild/mirrorlist_generator.py | 2 +- src/ahriman/core/support/pkgbuild/pkgbuild_generator.py | 2 +- src/ahriman/core/tree.py | 2 +- src/ahriman/core/triggers/__init__.py | 2 +- src/ahriman/core/triggers/trigger.py | 2 +- src/ahriman/core/triggers/trigger_loader.py | 2 +- src/ahriman/core/types.py | 2 +- src/ahriman/core/upload/__init__.py | 2 +- src/ahriman/core/upload/github.py | 2 +- src/ahriman/core/upload/http_upload.py | 2 +- src/ahriman/core/upload/remote_service.py | 2 +- src/ahriman/core/upload/rsync.py | 2 +- src/ahriman/core/upload/s3.py | 2 +- src/ahriman/core/upload/upload.py | 2 +- src/ahriman/core/upload/upload_trigger.py | 2 +- src/ahriman/core/util.py | 2 +- src/ahriman/core/utils.py | 2 +- src/ahriman/models/__init__.py | 2 +- src/ahriman/models/action.py | 2 +- src/ahriman/models/aur_package.py | 2 +- src/ahriman/models/auth_settings.py | 2 +- src/ahriman/models/build_status.py | 2 +- src/ahriman/models/changes.py | 2 +- src/ahriman/models/context_key.py | 2 +- src/ahriman/models/counters.py | 2 +- src/ahriman/models/dependencies.py | 2 +- src/ahriman/models/event.py | 2 +- src/ahriman/models/filesystem_package.py | 2 +- src/ahriman/models/internal_status.py | 2 +- src/ahriman/models/log_handler.py | 2 +- src/ahriman/models/log_record.py | 2 +- src/ahriman/models/log_record_id.py | 2 +- src/ahriman/models/metrics_timer.py | 2 +- src/ahriman/models/migration.py | 2 +- src/ahriman/models/migration_result.py | 2 +- src/ahriman/models/package.py | 2 +- src/ahriman/models/package_description.py | 2 +- src/ahriman/models/package_source.py | 2 +- src/ahriman/models/packagers.py | 2 +- src/ahriman/models/pacman_synchronization.py | 2 +- src/ahriman/models/pkgbuild.py | 2 +- src/ahriman/models/pkgbuild_patch.py | 2 +- src/ahriman/models/process_status.py | 2 +- src/ahriman/models/property.py | 2 +- src/ahriman/models/remote_source.py | 2 +- src/ahriman/models/report_settings.py | 2 +- src/ahriman/models/repository_id.py | 2 +- src/ahriman/models/repository_paths.py | 2 +- src/ahriman/models/repository_stats.py | 2 +- src/ahriman/models/result.py | 2 +- src/ahriman/models/scan_paths.py | 2 +- src/ahriman/models/series_statistics.py | 2 +- src/ahriman/models/sign_settings.py | 2 +- src/ahriman/models/smtp_ssl_settings.py | 2 +- src/ahriman/models/upload_settings.py | 2 +- src/ahriman/models/user.py | 2 +- src/ahriman/models/user_access.py | 2 +- src/ahriman/models/waiter.py | 2 +- src/ahriman/models/worker.py | 2 +- src/ahriman/web/__init__.py | 2 +- src/ahriman/web/apispec/__init__.py | 2 +- src/ahriman/web/apispec/decorators.py | 2 +- src/ahriman/web/apispec/info.py | 2 +- src/ahriman/web/cors.py | 2 +- src/ahriman/web/keys.py | 2 +- src/ahriman/web/middlewares/__init__.py | 2 +- src/ahriman/web/middlewares/auth_handler.py | 2 +- src/ahriman/web/middlewares/exception_handler.py | 2 +- src/ahriman/web/middlewares/metrics_handler.py | 2 +- src/ahriman/web/routes.py | 2 +- src/ahriman/web/schemas/__init__.py | 2 +- src/ahriman/web/schemas/any_schema.py | 2 +- src/ahriman/web/schemas/aur_package_schema.py | 2 +- src/ahriman/web/schemas/auth_schema.py | 2 +- src/ahriman/web/schemas/build_options_schema.py | 2 +- src/ahriman/web/schemas/changes_schema.py | 2 +- src/ahriman/web/schemas/configuration_schema.py | 2 +- src/ahriman/web/schemas/counters_schema.py | 2 +- src/ahriman/web/schemas/dependencies_schema.py | 2 +- src/ahriman/web/schemas/error_schema.py | 2 +- src/ahriman/web/schemas/event_schema.py | 2 +- src/ahriman/web/schemas/event_search_schema.py | 2 +- src/ahriman/web/schemas/file_schema.py | 2 +- src/ahriman/web/schemas/info_schema.py | 2 +- src/ahriman/web/schemas/internal_status_schema.py | 2 +- src/ahriman/web/schemas/log_schema.py | 2 +- src/ahriman/web/schemas/login_schema.py | 2 +- src/ahriman/web/schemas/logs_rotate_schema.py | 2 +- src/ahriman/web/schemas/logs_schema.py | 2 +- src/ahriman/web/schemas/logs_search_schema.py | 2 +- src/ahriman/web/schemas/oauth2_schema.py | 2 +- src/ahriman/web/schemas/package_name_schema.py | 2 +- src/ahriman/web/schemas/package_names_schema.py | 2 +- src/ahriman/web/schemas/package_patch_schema.py | 2 +- src/ahriman/web/schemas/package_properties_schema.py | 2 +- src/ahriman/web/schemas/package_schema.py | 2 +- src/ahriman/web/schemas/package_status_schema.py | 2 +- src/ahriman/web/schemas/package_version_schema.py | 2 +- src/ahriman/web/schemas/pagination_schema.py | 2 +- src/ahriman/web/schemas/patch_name_schema.py | 2 +- src/ahriman/web/schemas/patch_schema.py | 2 +- src/ahriman/web/schemas/pgp_key_id_schema.py | 2 +- src/ahriman/web/schemas/pgp_key_schema.py | 2 +- src/ahriman/web/schemas/process_id_schema.py | 2 +- src/ahriman/web/schemas/process_schema.py | 2 +- src/ahriman/web/schemas/remote_schema.py | 2 +- src/ahriman/web/schemas/repository_id_schema.py | 2 +- src/ahriman/web/schemas/repository_stats_schema.py | 2 +- src/ahriman/web/schemas/search_schema.py | 2 +- src/ahriman/web/schemas/status_schema.py | 2 +- src/ahriman/web/schemas/update_flags_schema.py | 2 +- src/ahriman/web/schemas/worker_schema.py | 2 +- src/ahriman/web/views/__init__.py | 2 +- src/ahriman/web/views/api/__init__.py | 2 +- src/ahriman/web/views/api/docs.py | 2 +- src/ahriman/web/views/api/swagger.py | 2 +- src/ahriman/web/views/base.py | 2 +- src/ahriman/web/views/index.py | 2 +- src/ahriman/web/views/static.py | 2 +- src/ahriman/web/views/status_view_guard.py | 2 +- src/ahriman/web/views/v1/__init__.py | 2 +- src/ahriman/web/views/v1/auditlog/__init__.py | 2 +- src/ahriman/web/views/v1/auditlog/events.py | 2 +- src/ahriman/web/views/v1/distributed/__init__.py | 2 +- src/ahriman/web/views/v1/distributed/workers.py | 2 +- src/ahriman/web/views/v1/packages/__init__.py | 2 +- src/ahriman/web/views/v1/packages/changes.py | 2 +- src/ahriman/web/views/v1/packages/dependencies.py | 2 +- src/ahriman/web/views/v1/packages/logs.py | 2 +- src/ahriman/web/views/v1/packages/package.py | 2 +- src/ahriman/web/views/v1/packages/packages.py | 2 +- src/ahriman/web/views/v1/packages/patch.py | 2 +- src/ahriman/web/views/v1/packages/patches.py | 2 +- src/ahriman/web/views/v1/service/__init__.py | 2 +- src/ahriman/web/views/v1/service/add.py | 2 +- src/ahriman/web/views/v1/service/config.py | 2 +- src/ahriman/web/views/v1/service/logs.py | 2 +- src/ahriman/web/views/v1/service/pgp.py | 2 +- src/ahriman/web/views/v1/service/process.py | 2 +- src/ahriman/web/views/v1/service/rebuild.py | 2 +- src/ahriman/web/views/v1/service/remove.py | 2 +- src/ahriman/web/views/v1/service/request.py | 2 +- src/ahriman/web/views/v1/service/search.py | 2 +- src/ahriman/web/views/v1/service/update.py | 2 +- src/ahriman/web/views/v1/service/upload.py | 2 +- src/ahriman/web/views/v1/status/__init__.py | 2 +- src/ahriman/web/views/v1/status/info.py | 2 +- src/ahriman/web/views/v1/status/metrics.py | 2 +- src/ahriman/web/views/v1/status/repositories.py | 2 +- src/ahriman/web/views/v1/status/status.py | 2 +- src/ahriman/web/views/v1/user/__init__.py | 2 +- src/ahriman/web/views/v1/user/login.py | 2 +- src/ahriman/web/views/v1/user/logout.py | 2 +- src/ahriman/web/views/v2/__init__.py | 2 +- src/ahriman/web/views/v2/packages/__init__.py | 2 +- src/ahriman/web/views/v2/packages/logs.py | 2 +- src/ahriman/web/web.py | 2 +- 341 files changed, 341 insertions(+), 341 deletions(-) diff --git a/src/ahriman/__init__.py b/src/ahriman/__init__.py index 54ca650d..07672970 100644 --- a/src/ahriman/__init__.py +++ b/src/ahriman/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 7413eea9..cddc28d6 100644 --- a/src/ahriman/application/__init__.py +++ b/src/ahriman/application/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 afe136d9..7c799ffd 100644 --- a/src/ahriman/application/ahriman.py +++ b/src/ahriman/application/ahriman.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 cf41b31c..ed4f4d07 100644 --- a/src/ahriman/application/application/__init__.py +++ b/src/ahriman/application/application/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 2ae9874c..e9e5d706 100644 --- a/src/ahriman/application/application/application.py +++ b/src/ahriman/application/application/application.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/application/application_packages.py b/src/ahriman/application/application/application_packages.py index 8a6d42bd..f044aec2 100644 --- a/src/ahriman/application/application/application_packages.py +++ b/src/ahriman/application/application/application_packages.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/application/application_properties.py b/src/ahriman/application/application/application_properties.py index 5db0508d..bc7703a9 100644 --- a/src/ahriman/application/application/application_properties.py +++ b/src/ahriman/application/application/application_properties.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/application/application_repository.py b/src/ahriman/application/application/application_repository.py index a31b5b85..912ea3cc 100644 --- a/src/ahriman/application/application/application_repository.py +++ b/src/ahriman/application/application/application_repository.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/application/updates_iterator.py b/src/ahriman/application/application/updates_iterator.py index 2839b211..2e0b2cb3 100644 --- a/src/ahriman/application/application/updates_iterator.py +++ b/src/ahriman/application/application/updates_iterator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/application/workers/__init__.py b/src/ahriman/application/application/workers/__init__.py index a0b20dd4..29f77ba9 100644 --- a/src/ahriman/application/application/workers/__init__.py +++ b/src/ahriman/application/application/workers/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/application/workers/local_updater.py b/src/ahriman/application/application/workers/local_updater.py index 4a372f97..45933c8c 100644 --- a/src/ahriman/application/application/workers/local_updater.py +++ b/src/ahriman/application/application/workers/local_updater.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/application/workers/remote_updater.py b/src/ahriman/application/application/workers/remote_updater.py index 29db2ebc..ebe8a8a4 100644 --- a/src/ahriman/application/application/workers/remote_updater.py +++ b/src/ahriman/application/application/workers/remote_updater.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/application/workers/updater.py b/src/ahriman/application/application/workers/updater.py index 0add2dc1..644fb997 100644 --- a/src/ahriman/application/application/workers/updater.py +++ b/src/ahriman/application/application/workers/updater.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 7413eea9..cddc28d6 100644 --- a/src/ahriman/application/handlers/__init__.py +++ b/src/ahriman/application/handlers/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 04c9ab96..6da7b9c5 100644 --- a/src/ahriman/application/handlers/add.py +++ b/src/ahriman/application/handlers/add.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/backup.py b/src/ahriman/application/handlers/backup.py index 85db0427..864783ea 100644 --- a/src/ahriman/application/handlers/backup.py +++ b/src/ahriman/application/handlers/backup.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/change.py b/src/ahriman/application/handlers/change.py index 45eefbe0..2dcf7e8e 100644 --- a/src/ahriman/application/handlers/change.py +++ b/src/ahriman/application/handlers/change.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 9b8e2751..fb088af4 100644 --- a/src/ahriman/application/handlers/clean.py +++ b/src/ahriman/application/handlers/clean.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/copy.py b/src/ahriman/application/handlers/copy.py index b39b5c22..c17aaf1a 100644 --- a/src/ahriman/application/handlers/copy.py +++ b/src/ahriman/application/handlers/copy.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/daemon.py b/src/ahriman/application/handlers/daemon.py index 71d7d507..d740b4ca 100644 --- a/src/ahriman/application/handlers/daemon.py +++ b/src/ahriman/application/handlers/daemon.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 5ac5d1a0..01f91577 100644 --- a/src/ahriman/application/handlers/dump.py +++ b/src/ahriman/application/handlers/dump.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 b88012d2..e14fab43 100644 --- a/src/ahriman/application/handlers/handler.py +++ b/src/ahriman/application/handlers/handler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/help.py b/src/ahriman/application/handlers/help.py index b8fb995a..b23e1694 100644 --- a/src/ahriman/application/handlers/help.py +++ b/src/ahriman/application/handlers/help.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 498c0e2b..4726d91a 100644 --- a/src/ahriman/application/handlers/key_import.py +++ b/src/ahriman/application/handlers/key_import.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 956bdc9c..e42c7afe 100644 --- a/src/ahriman/application/handlers/patch.py +++ b/src/ahriman/application/handlers/patch.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 153cad0a..0ca70b47 100644 --- a/src/ahriman/application/handlers/rebuild.py +++ b/src/ahriman/application/handlers/rebuild.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/reload.py b/src/ahriman/application/handlers/reload.py index 4f5d49ce..a7319578 100644 --- a/src/ahriman/application/handlers/reload.py +++ b/src/ahriman/application/handlers/reload.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 da2afb88..884aec4a 100644 --- a/src/ahriman/application/handlers/remove.py +++ b/src/ahriman/application/handlers/remove.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 9d81e17d..d562b8c4 100644 --- a/src/ahriman/application/handlers/remove_unknown.py +++ b/src/ahriman/application/handlers/remove_unknown.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/repositories.py b/src/ahriman/application/handlers/repositories.py index 65f434b6..75dab1d2 100644 --- a/src/ahriman/application/handlers/repositories.py +++ b/src/ahriman/application/handlers/repositories.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/restore.py b/src/ahriman/application/handlers/restore.py index 28fa07a2..6c4834eb 100644 --- a/src/ahriman/application/handlers/restore.py +++ b/src/ahriman/application/handlers/restore.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/run.py b/src/ahriman/application/handlers/run.py index 2a4a0927..f5e25169 100644 --- a/src/ahriman/application/handlers/run.py +++ b/src/ahriman/application/handlers/run.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 a20afd0a..f923e52d 100644 --- a/src/ahriman/application/handlers/search.py +++ b/src/ahriman/application/handlers/search.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/service_updates.py b/src/ahriman/application/handlers/service_updates.py index 557bfbd2..9426fe51 100644 --- a/src/ahriman/application/handlers/service_updates.py +++ b/src/ahriman/application/handlers/service_updates.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 a7aa9129..9f1e0bac 100644 --- a/src/ahriman/application/handlers/setup.py +++ b/src/ahriman/application/handlers/setup.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/shell.py b/src/ahriman/application/handlers/shell.py index aff08bf7..cfb852b7 100644 --- a/src/ahriman/application/handlers/shell.py +++ b/src/ahriman/application/handlers/shell.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 30391b70..79d5a799 100644 --- a/src/ahriman/application/handlers/sign.py +++ b/src/ahriman/application/handlers/sign.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/statistics.py b/src/ahriman/application/handlers/statistics.py index 9edbed78..75b96bff 100644 --- a/src/ahriman/application/handlers/statistics.py +++ b/src/ahriman/application/handlers/statistics.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 235cca54..b1b92f0f 100644 --- a/src/ahriman/application/handlers/status.py +++ b/src/ahriman/application/handlers/status.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 adc51ccc..5f732c88 100644 --- a/src/ahriman/application/handlers/status_update.py +++ b/src/ahriman/application/handlers/status_update.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/structure.py b/src/ahriman/application/handlers/structure.py index 0b05e0a7..e9e095f2 100644 --- a/src/ahriman/application/handlers/structure.py +++ b/src/ahriman/application/handlers/structure.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/tree_migrate.py b/src/ahriman/application/handlers/tree_migrate.py index 100a79ad..2100e164 100644 --- a/src/ahriman/application/handlers/tree_migrate.py +++ b/src/ahriman/application/handlers/tree_migrate.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/triggers.py b/src/ahriman/application/handlers/triggers.py index ef027478..71e42839 100644 --- a/src/ahriman/application/handlers/triggers.py +++ b/src/ahriman/application/handlers/triggers.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/triggers_support.py b/src/ahriman/application/handlers/triggers_support.py index c9d35dba..ded3ed64 100644 --- a/src/ahriman/application/handlers/triggers_support.py +++ b/src/ahriman/application/handlers/triggers_support.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 36f11c86..687f8d8b 100644 --- a/src/ahriman/application/handlers/unsafe_commands.py +++ b/src/ahriman/application/handlers/unsafe_commands.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 211ce6c3..239ef12a 100644 --- a/src/ahriman/application/handlers/update.py +++ b/src/ahriman/application/handlers/update.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/users.py b/src/ahriman/application/handlers/users.py index fd4621e4..ff138f9e 100644 --- a/src/ahriman/application/handlers/users.py +++ b/src/ahriman/application/handlers/users.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/validate.py b/src/ahriman/application/handlers/validate.py index ae518d9a..a3789996 100644 --- a/src/ahriman/application/handlers/validate.py +++ b/src/ahriman/application/handlers/validate.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/handlers/versions.py b/src/ahriman/application/handlers/versions.py index 00cb6960..6b60606a 100644 --- a/src/ahriman/application/handlers/versions.py +++ b/src/ahriman/application/handlers/versions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 7efb74a0..21863158 100644 --- a/src/ahriman/application/handlers/web.py +++ b/src/ahriman/application/handlers/web.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/help_formatter.py b/src/ahriman/application/help_formatter.py index 69cef735..a5d7cb93 100644 --- a/src/ahriman/application/help_formatter.py +++ b/src/ahriman/application/help_formatter.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/application/interactive_shell.py b/src/ahriman/application/interactive_shell.py index 0170920f..5662abe2 100644 --- a/src/ahriman/application/interactive_shell.py +++ b/src/ahriman/application/interactive_shell.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 c1d73c9d..ec0273fb 100644 --- a/src/ahriman/application/lock.py +++ b/src/ahriman/application/lock.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 5c5e0262..83a938e4 100644 --- a/src/ahriman/core/__init__.py +++ b/src/ahriman/core/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 7413eea9..cddc28d6 100644 --- a/src/ahriman/core/alpm/__init__.py +++ b/src/ahriman/core/alpm/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 d5ab1753..4fbbd8a5 100644 --- a/src/ahriman/core/alpm/pacman.py +++ b/src/ahriman/core/alpm/pacman.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/alpm/pacman_database.py b/src/ahriman/core/alpm/pacman_database.py index 3f2d575c..75355461 100644 --- a/src/ahriman/core/alpm/pacman_database.py +++ b/src/ahriman/core/alpm/pacman_database.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/alpm/pkgbuild_parser.py b/src/ahriman/core/alpm/pkgbuild_parser.py index 5fbf325d..b5b3e157 100644 --- a/src/ahriman/core/alpm/pkgbuild_parser.py +++ b/src/ahriman/core/alpm/pkgbuild_parser.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/alpm/remote/__init__.py b/src/ahriman/core/alpm/remote/__init__.py index e4697fa3..7868e85f 100644 --- a/src/ahriman/core/alpm/remote/__init__.py +++ b/src/ahriman/core/alpm/remote/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/alpm/remote/aur.py b/src/ahriman/core/alpm/remote/aur.py index bbe9d8a2..8647c673 100644 --- a/src/ahriman/core/alpm/remote/aur.py +++ b/src/ahriman/core/alpm/remote/aur.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/alpm/remote/official.py b/src/ahriman/core/alpm/remote/official.py index 466f29e4..9b3a3fb1 100644 --- a/src/ahriman/core/alpm/remote/official.py +++ b/src/ahriman/core/alpm/remote/official.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/alpm/remote/official_syncdb.py b/src/ahriman/core/alpm/remote/official_syncdb.py index e1f954e0..107cf65e 100644 --- a/src/ahriman/core/alpm/remote/official_syncdb.py +++ b/src/ahriman/core/alpm/remote/official_syncdb.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/alpm/remote/remote.py b/src/ahriman/core/alpm/remote/remote.py index 52e8f88a..3deb9fec 100644 --- a/src/ahriman/core/alpm/remote/remote.py +++ b/src/ahriman/core/alpm/remote/remote.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 e7810b33..6021e50c 100644 --- a/src/ahriman/core/alpm/repo.py +++ b/src/ahriman/core/alpm/repo.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 60e79728..07d70944 100644 --- a/src/ahriman/core/auth/__init__.py +++ b/src/ahriman/core/auth/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 6222801e..21bf458a 100644 --- a/src/ahriman/core/auth/auth.py +++ b/src/ahriman/core/auth/auth.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 7dd68717..54daf28c 100644 --- a/src/ahriman/core/auth/helpers.py +++ b/src/ahriman/core/auth/helpers.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 bef14562..ef5c3b72 100644 --- a/src/ahriman/core/auth/mapping.py +++ b/src/ahriman/core/auth/mapping.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 4c5ff282..e4b64baf 100644 --- a/src/ahriman/core/auth/oauth.py +++ b/src/ahriman/core/auth/oauth.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/auth/pam.py b/src/ahriman/core/auth/pam.py index b1a24393..cdfdc640 100644 --- a/src/ahriman/core/auth/pam.py +++ b/src/ahriman/core/auth/pam.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 7413eea9..cddc28d6 100644 --- a/src/ahriman/core/build_tools/__init__.py +++ b/src/ahriman/core/build_tools/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/build_tools/package_archive.py b/src/ahriman/core/build_tools/package_archive.py index 4401b08e..1d75d4d8 100644 --- a/src/ahriman/core/build_tools/package_archive.py +++ b/src/ahriman/core/build_tools/package_archive.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 9943a533..7bba7ff7 100644 --- a/src/ahriman/core/build_tools/sources.py +++ b/src/ahriman/core/build_tools/sources.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 38fe741d..2809635b 100644 --- a/src/ahriman/core/build_tools/task.py +++ b/src/ahriman/core/build_tools/task.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/configuration/__init__.py b/src/ahriman/core/configuration/__init__.py index e7a47645..6f78494a 100644 --- a/src/ahriman/core/configuration/__init__.py +++ b/src/ahriman/core/configuration/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/configuration/configuration.py b/src/ahriman/core/configuration/configuration.py index f5c76ea4..0a9276b2 100644 --- a/src/ahriman/core/configuration/configuration.py +++ b/src/ahriman/core/configuration/configuration.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/configuration/configuration_multi_dict.py b/src/ahriman/core/configuration/configuration_multi_dict.py index ae106b2b..3d7488c8 100644 --- a/src/ahriman/core/configuration/configuration_multi_dict.py +++ b/src/ahriman/core/configuration/configuration_multi_dict.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/configuration/schema.py b/src/ahriman/core/configuration/schema.py index f179270c..9d7746f9 100644 --- a/src/ahriman/core/configuration/schema.py +++ b/src/ahriman/core/configuration/schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/configuration/shell_interpolator.py b/src/ahriman/core/configuration/shell_interpolator.py index 0fbea255..5d99c4c0 100644 --- a/src/ahriman/core/configuration/shell_interpolator.py +++ b/src/ahriman/core/configuration/shell_interpolator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/configuration/shell_template.py b/src/ahriman/core/configuration/shell_template.py index 91f62c9d..e2f82ea7 100644 --- a/src/ahriman/core/configuration/shell_template.py +++ b/src/ahriman/core/configuration/shell_template.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/configuration/validator.py b/src/ahriman/core/configuration/validator.py index 1a1c91ca..5d511a48 100644 --- a/src/ahriman/core/configuration/validator.py +++ b/src/ahriman/core/configuration/validator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 87602f46..06c4860f 100644 --- a/src/ahriman/core/database/__init__.py +++ b/src/ahriman/core/database/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 0adc24b8..700a7d21 100644 --- a/src/ahriman/core/database/migrations/__init__.py +++ b/src/ahriman/core/database/migrations/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 3e4340c3..bf14c3e3 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-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m001_package_source.py b/src/ahriman/core/database/migrations/m001_package_source.py index e60b4197..4c6aefd3 100644 --- a/src/ahriman/core/database/migrations/m001_package_source.py +++ b/src/ahriman/core/database/migrations/m001_package_source.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m002_user_access.py b/src/ahriman/core/database/migrations/m002_user_access.py index 2df54d5f..9c64b05a 100644 --- a/src/ahriman/core/database/migrations/m002_user_access.py +++ b/src/ahriman/core/database/migrations/m002_user_access.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m003_patch_variables.py b/src/ahriman/core/database/migrations/m003_patch_variables.py index 27c67049..b38b6aeb 100644 --- a/src/ahriman/core/database/migrations/m003_patch_variables.py +++ b/src/ahriman/core/database/migrations/m003_patch_variables.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m004_logs.py b/src/ahriman/core/database/migrations/m004_logs.py index d34ffca5..d1ea5b9a 100644 --- a/src/ahriman/core/database/migrations/m004_logs.py +++ b/src/ahriman/core/database/migrations/m004_logs.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m005_make_opt_depends.py b/src/ahriman/core/database/migrations/m005_make_opt_depends.py index 0188485a..1cc0fb75 100644 --- a/src/ahriman/core/database/migrations/m005_make_opt_depends.py +++ b/src/ahriman/core/database/migrations/m005_make_opt_depends.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m006_packages_architecture_required.py b/src/ahriman/core/database/migrations/m006_packages_architecture_required.py index 9dc349cc..90c25bb4 100644 --- a/src/ahriman/core/database/migrations/m006_packages_architecture_required.py +++ b/src/ahriman/core/database/migrations/m006_packages_architecture_required.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m007_check_depends.py b/src/ahriman/core/database/migrations/m007_check_depends.py index f52b4bf5..dd0ff5d0 100644 --- a/src/ahriman/core/database/migrations/m007_check_depends.py +++ b/src/ahriman/core/database/migrations/m007_check_depends.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m008_packagers.py b/src/ahriman/core/database/migrations/m008_packagers.py index 3f01e4ec..53fd2a56 100644 --- a/src/ahriman/core/database/migrations/m008_packagers.py +++ b/src/ahriman/core/database/migrations/m008_packagers.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m009_local_source.py b/src/ahriman/core/database/migrations/m009_local_source.py index 6377c513..e61a2143 100644 --- a/src/ahriman/core/database/migrations/m009_local_source.py +++ b/src/ahriman/core/database/migrations/m009_local_source.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m010_version_based_logs_removal.py b/src/ahriman/core/database/migrations/m010_version_based_logs_removal.py index 98766f18..6ab0a34f 100644 --- a/src/ahriman/core/database/migrations/m010_version_based_logs_removal.py +++ b/src/ahriman/core/database/migrations/m010_version_based_logs_removal.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m011_repository_name.py b/src/ahriman/core/database/migrations/m011_repository_name.py index a567fe56..cad535ec 100644 --- a/src/ahriman/core/database/migrations/m011_repository_name.py +++ b/src/ahriman/core/database/migrations/m011_repository_name.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m012_last_commit_sha.py b/src/ahriman/core/database/migrations/m012_last_commit_sha.py index bb7b5652..5549de0c 100644 --- a/src/ahriman/core/database/migrations/m012_last_commit_sha.py +++ b/src/ahriman/core/database/migrations/m012_last_commit_sha.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m013_dependencies.py b/src/ahriman/core/database/migrations/m013_dependencies.py index ae220d2f..df0543d7 100644 --- a/src/ahriman/core/database/migrations/m013_dependencies.py +++ b/src/ahriman/core/database/migrations/m013_dependencies.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m014_auditlog.py b/src/ahriman/core/database/migrations/m014_auditlog.py index 7b4d3ee3..ddcc3886 100644 --- a/src/ahriman/core/database/migrations/m014_auditlog.py +++ b/src/ahriman/core/database/migrations/m014_auditlog.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/migrations/m015_logs_process_id.py b/src/ahriman/core/database/migrations/m015_logs_process_id.py index 81f29481..6c4aa49a 100644 --- a/src/ahriman/core/database/migrations/m015_logs_process_id.py +++ b/src/ahriman/core/database/migrations/m015_logs_process_id.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 4a15c927..d9a78675 100644 --- a/src/ahriman/core/database/operations/__init__.py +++ b/src/ahriman/core/database/operations/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 16f1265f..eb6777fc 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-2025 ahriman team. +# Copyright (c) 2021-2026 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 3f04930e..32564697 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-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/operations/changes_operations.py b/src/ahriman/core/database/operations/changes_operations.py index 067dbcdd..4b6fa81f 100644 --- a/src/ahriman/core/database/operations/changes_operations.py +++ b/src/ahriman/core/database/operations/changes_operations.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/operations/dependencies_operations.py b/src/ahriman/core/database/operations/dependencies_operations.py index 8b2d6c3d..dbdb2064 100644 --- a/src/ahriman/core/database/operations/dependencies_operations.py +++ b/src/ahriman/core/database/operations/dependencies_operations.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/operations/event_operations.py b/src/ahriman/core/database/operations/event_operations.py index 085b2cb9..5cb39293 100644 --- a/src/ahriman/core/database/operations/event_operations.py +++ b/src/ahriman/core/database/operations/event_operations.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/database/operations/logs_operations.py b/src/ahriman/core/database/operations/logs_operations.py index 936a7fc1..70a7e467 100644 --- a/src/ahriman/core/database/operations/logs_operations.py +++ b/src/ahriman/core/database/operations/logs_operations.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 f92a5e5b..313f56de 100644 --- a/src/ahriman/core/database/operations/operations.py +++ b/src/ahriman/core/database/operations/operations.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 00144e5b..bb004e51 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-2025 ahriman team. +# Copyright (c) 2021-2026 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 f19b66c1..09f10dfb 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-2025 ahriman team. +# Copyright (c) 2021-2026 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 46759679..1ff3eb34 100644 --- a/src/ahriman/core/database/sqlite.py +++ b/src/ahriman/core/database/sqlite.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/distributed/__init__.py b/src/ahriman/core/distributed/__init__.py index b9adba98..16a8afd6 100644 --- a/src/ahriman/core/distributed/__init__.py +++ b/src/ahriman/core/distributed/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/distributed/distributed_system.py b/src/ahriman/core/distributed/distributed_system.py index c4361bfc..3cbd14f9 100644 --- a/src/ahriman/core/distributed/distributed_system.py +++ b/src/ahriman/core/distributed/distributed_system.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/distributed/worker_loader_trigger.py b/src/ahriman/core/distributed/worker_loader_trigger.py index 0844c99b..8eedb102 100644 --- a/src/ahriman/core/distributed/worker_loader_trigger.py +++ b/src/ahriman/core/distributed/worker_loader_trigger.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/distributed/worker_trigger.py b/src/ahriman/core/distributed/worker_trigger.py index 5250249d..fe92aa63 100644 --- a/src/ahriman/core/distributed/worker_trigger.py +++ b/src/ahriman/core/distributed/worker_trigger.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/distributed/workers_cache.py b/src/ahriman/core/distributed/workers_cache.py index 8b71c274..dc4449d0 100644 --- a/src/ahriman/core/distributed/workers_cache.py +++ b/src/ahriman/core/distributed/workers_cache.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 b052302d..45f62983 100644 --- a/src/ahriman/core/exceptions.py +++ b/src/ahriman/core/exceptions.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 9371ab9a..1b4f8bf9 100644 --- a/src/ahriman/core/formatters/__init__.py +++ b/src/ahriman/core/formatters/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 d5ea2dd2..6411ea18 100644 --- a/src/ahriman/core/formatters/aur_printer.py +++ b/src/ahriman/core/formatters/aur_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 34880e5b..43d783c2 100644 --- a/src/ahriman/core/formatters/build_printer.py +++ b/src/ahriman/core/formatters/build_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/changes_printer.py b/src/ahriman/core/formatters/changes_printer.py index ae9baf5e..9fba4fa8 100644 --- a/src/ahriman/core/formatters/changes_printer.py +++ b/src/ahriman/core/formatters/changes_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/configuration_paths_printer.py b/src/ahriman/core/formatters/configuration_paths_printer.py index 34f0fdef..8675fce7 100644 --- a/src/ahriman/core/formatters/configuration_paths_printer.py +++ b/src/ahriman/core/formatters/configuration_paths_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 670d628b..daaf8ca9 100644 --- a/src/ahriman/core/formatters/configuration_printer.py +++ b/src/ahriman/core/formatters/configuration_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/event_stats_printer.py b/src/ahriman/core/formatters/event_stats_printer.py index 606d1b7a..c07725cd 100644 --- a/src/ahriman/core/formatters/event_stats_printer.py +++ b/src/ahriman/core/formatters/event_stats_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 05041b08..5327aee0 100644 --- a/src/ahriman/core/formatters/package_printer.py +++ b/src/ahriman/core/formatters/package_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/package_stats_printer.py b/src/ahriman/core/formatters/package_stats_printer.py index 3f979aa4..a3529694 100644 --- a/src/ahriman/core/formatters/package_stats_printer.py +++ b/src/ahriman/core/formatters/package_stats_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/patch_printer.py b/src/ahriman/core/formatters/patch_printer.py index 70070c86..ff18b13f 100644 --- a/src/ahriman/core/formatters/patch_printer.py +++ b/src/ahriman/core/formatters/patch_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 c6a6bc36..4fd4dfa9 100644 --- a/src/ahriman/core/formatters/printer.py +++ b/src/ahriman/core/formatters/printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/repository_printer.py b/src/ahriman/core/formatters/repository_printer.py index ee52ac6f..cbff5462 100644 --- a/src/ahriman/core/formatters/repository_printer.py +++ b/src/ahriman/core/formatters/repository_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/repository_stats_printer.py b/src/ahriman/core/formatters/repository_stats_printer.py index a727975e..a9267112 100644 --- a/src/ahriman/core/formatters/repository_stats_printer.py +++ b/src/ahriman/core/formatters/repository_stats_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 797af19b..a5692426 100644 --- a/src/ahriman/core/formatters/status_printer.py +++ b/src/ahriman/core/formatters/status_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 1d049199..4dbdad08 100644 --- a/src/ahriman/core/formatters/string_printer.py +++ b/src/ahriman/core/formatters/string_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/tree_printer.py b/src/ahriman/core/formatters/tree_printer.py index cc21b5d5..22d2bf14 100644 --- a/src/ahriman/core/formatters/tree_printer.py +++ b/src/ahriman/core/formatters/tree_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 d987933c..fdaf57ba 100644 --- a/src/ahriman/core/formatters/update_printer.py +++ b/src/ahriman/core/formatters/update_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 d0f8a91a..797d994f 100644 --- a/src/ahriman/core/formatters/user_printer.py +++ b/src/ahriman/core/formatters/user_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/validation_printer.py b/src/ahriman/core/formatters/validation_printer.py index f642f848..bd17a62d 100644 --- a/src/ahriman/core/formatters/validation_printer.py +++ b/src/ahriman/core/formatters/validation_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/formatters/version_printer.py b/src/ahriman/core/formatters/version_printer.py index be52b0be..5531c87f 100644 --- a/src/ahriman/core/formatters/version_printer.py +++ b/src/ahriman/core/formatters/version_printer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/gitremote/__init__.py b/src/ahriman/core/gitremote/__init__.py index 1c69f357..1d3c7333 100644 --- a/src/ahriman/core/gitremote/__init__.py +++ b/src/ahriman/core/gitremote/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/gitremote/remote_pull.py b/src/ahriman/core/gitremote/remote_pull.py index ea70d621..e43a54fd 100644 --- a/src/ahriman/core/gitremote/remote_pull.py +++ b/src/ahriman/core/gitremote/remote_pull.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/gitremote/remote_pull_trigger.py b/src/ahriman/core/gitremote/remote_pull_trigger.py index 687f9793..e63a65d1 100644 --- a/src/ahriman/core/gitremote/remote_pull_trigger.py +++ b/src/ahriman/core/gitremote/remote_pull_trigger.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/gitremote/remote_push.py b/src/ahriman/core/gitremote/remote_push.py index 15f234b7..60c84338 100644 --- a/src/ahriman/core/gitremote/remote_push.py +++ b/src/ahriman/core/gitremote/remote_push.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/gitremote/remote_push_trigger.py b/src/ahriman/core/gitremote/remote_push_trigger.py index 0801009b..dda92087 100644 --- a/src/ahriman/core/gitremote/remote_push_trigger.py +++ b/src/ahriman/core/gitremote/remote_push_trigger.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/housekeeping/__init__.py b/src/ahriman/core/housekeeping/__init__.py index 23ffa301..7ae1efb8 100644 --- a/src/ahriman/core/housekeeping/__init__.py +++ b/src/ahriman/core/housekeeping/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/housekeeping/logs_rotation_trigger.py b/src/ahriman/core/housekeeping/logs_rotation_trigger.py index 1d662743..d3bed0c7 100644 --- a/src/ahriman/core/housekeeping/logs_rotation_trigger.py +++ b/src/ahriman/core/housekeeping/logs_rotation_trigger.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/http/__init__.py b/src/ahriman/core/http/__init__.py index ebc6b837..8db7b949 100644 --- a/src/ahriman/core/http/__init__.py +++ b/src/ahriman/core/http/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/http/sync_ahriman_client.py b/src/ahriman/core/http/sync_ahriman_client.py index 1d8e889d..17abdabe 100644 --- a/src/ahriman/core/http/sync_ahriman_client.py +++ b/src/ahriman/core/http/sync_ahriman_client.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/http/sync_http_client.py b/src/ahriman/core/http/sync_http_client.py index d2df63ef..75cdc2be 100644 --- a/src/ahriman/core/http/sync_http_client.py +++ b/src/ahriman/core/http/sync_http_client.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/log/__init__.py b/src/ahriman/core/log/__init__.py index f7d85782..2efd9268 100644 --- a/src/ahriman/core/log/__init__.py +++ b/src/ahriman/core/log/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/log/http_log_handler.py b/src/ahriman/core/log/http_log_handler.py index f7c8ede3..b2b4df22 100644 --- a/src/ahriman/core/log/http_log_handler.py +++ b/src/ahriman/core/log/http_log_handler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/log/journal_handler.py b/src/ahriman/core/log/journal_handler.py index 3d2f0bc6..d123ee06 100644 --- a/src/ahriman/core/log/journal_handler.py +++ b/src/ahriman/core/log/journal_handler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/log/lazy_logging.py b/src/ahriman/core/log/lazy_logging.py index 8a69fd6c..1fe86e31 100644 --- a/src/ahriman/core/log/lazy_logging.py +++ b/src/ahriman/core/log/lazy_logging.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/log/log_loader.py b/src/ahriman/core/log/log_loader.py index f137c679..e6e1ea11 100644 --- a/src/ahriman/core/log/log_loader.py +++ b/src/ahriman/core/log/log_loader.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/module_loader.py b/src/ahriman/core/module_loader.py index 61aa5d8e..20257cc3 100644 --- a/src/ahriman/core/module_loader.py +++ b/src/ahriman/core/module_loader.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 3a07b216..b8fd3048 100644 --- a/src/ahriman/core/report/__init__.py +++ b/src/ahriman/core/report/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 fb3766f8..62fe675e 100644 --- a/src/ahriman/core/report/console.py +++ b/src/ahriman/core/report/console.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 bc8cdc5f..253c1a62 100644 --- a/src/ahriman/core/report/email.py +++ b/src/ahriman/core/report/email.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 72bf2b34..1463aa68 100644 --- a/src/ahriman/core/report/html.py +++ b/src/ahriman/core/report/html.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 a33f6b61..6a58ef19 100644 --- a/src/ahriman/core/report/jinja_template.py +++ b/src/ahriman/core/report/jinja_template.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/report/remote_call.py b/src/ahriman/core/report/remote_call.py index 93ab6087..79179547 100644 --- a/src/ahriman/core/report/remote_call.py +++ b/src/ahriman/core/report/remote_call.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 41615bf0..62c91a82 100644 --- a/src/ahriman/core/report/report.py +++ b/src/ahriman/core/report/report.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/report/report_trigger.py b/src/ahriman/core/report/report_trigger.py index 76866937..01eab29d 100644 --- a/src/ahriman/core/report/report_trigger.py +++ b/src/ahriman/core/report/report_trigger.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/report/rss.py b/src/ahriman/core/report/rss.py index 8e09c230..114f8997 100644 --- a/src/ahriman/core/report/rss.py +++ b/src/ahriman/core/report/rss.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/report/telegram.py b/src/ahriman/core/report/telegram.py index c4828196..d557d7a8 100644 --- a/src/ahriman/core/report/telegram.py +++ b/src/ahriman/core/report/telegram.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 2e9da01f..8b2c328d 100644 --- a/src/ahriman/core/repository/__init__.py +++ b/src/ahriman/core/repository/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 f6839e13..90f45766 100644 --- a/src/ahriman/core/repository/cleaner.py +++ b/src/ahriman/core/repository/cleaner.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/repository/event_logger.py b/src/ahriman/core/repository/event_logger.py index 98a616e7..b1d38562 100644 --- a/src/ahriman/core/repository/event_logger.py +++ b/src/ahriman/core/repository/event_logger.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 41755e79..146c1d20 100644 --- a/src/ahriman/core/repository/executor.py +++ b/src/ahriman/core/repository/executor.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/repository/package_info.py b/src/ahriman/core/repository/package_info.py index e2217aa0..097e4ce8 100644 --- a/src/ahriman/core/repository/package_info.py +++ b/src/ahriman/core/repository/package_info.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 aba22086..9278eb01 100644 --- a/src/ahriman/core/repository/repository.py +++ b/src/ahriman/core/repository/repository.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/repository/repository_properties.py b/src/ahriman/core/repository/repository_properties.py index eee5d06f..9e678341 100644 --- a/src/ahriman/core/repository/repository_properties.py +++ b/src/ahriman/core/repository/repository_properties.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 225bd150..ba096bba 100644 --- a/src/ahriman/core/repository/update_handler.py +++ b/src/ahriman/core/repository/update_handler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 7413eea9..cddc28d6 100644 --- a/src/ahriman/core/sign/__init__.py +++ b/src/ahriman/core/sign/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 d22c201d..865ab0de 100644 --- a/src/ahriman/core/sign/gpg.py +++ b/src/ahriman/core/sign/gpg.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 3e1f9c54..2e93a3f1 100644 --- a/src/ahriman/core/spawn.py +++ b/src/ahriman/core/spawn.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 432e5c26..5f72fd25 100644 --- a/src/ahriman/core/status/__init__.py +++ b/src/ahriman/core/status/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 99913fb3..a664033c 100644 --- a/src/ahriman/core/status/client.py +++ b/src/ahriman/core/status/client.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/status/local_client.py b/src/ahriman/core/status/local_client.py index bbaf9c57..a445768c 100644 --- a/src/ahriman/core/status/local_client.py +++ b/src/ahriman/core/status/local_client.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 5ff7bdf5..e341b2a0 100644 --- a/src/ahriman/core/status/watcher.py +++ b/src/ahriman/core/status/watcher.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 5de4beb6..e2cd9d48 100644 --- a/src/ahriman/core/status/web_client.py +++ b/src/ahriman/core/status/web_client.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/support/__init__.py b/src/ahriman/core/support/__init__.py index 2b3376f3..9b1d36d1 100644 --- a/src/ahriman/core/support/__init__.py +++ b/src/ahriman/core/support/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/support/keyring_trigger.py b/src/ahriman/core/support/keyring_trigger.py index 02bc0684..13086485 100644 --- a/src/ahriman/core/support/keyring_trigger.py +++ b/src/ahriman/core/support/keyring_trigger.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/support/mirrorlist_trigger.py b/src/ahriman/core/support/mirrorlist_trigger.py index 29734e59..3f278f37 100644 --- a/src/ahriman/core/support/mirrorlist_trigger.py +++ b/src/ahriman/core/support/mirrorlist_trigger.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/support/package_creator.py b/src/ahriman/core/support/package_creator.py index 8cd7cc7b..a69d41f4 100644 --- a/src/ahriman/core/support/package_creator.py +++ b/src/ahriman/core/support/package_creator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/support/pkgbuild/__init__.py b/src/ahriman/core/support/pkgbuild/__init__.py index 7413eea9..cddc28d6 100644 --- a/src/ahriman/core/support/pkgbuild/__init__.py +++ b/src/ahriman/core/support/pkgbuild/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/support/pkgbuild/keyring_generator.py b/src/ahriman/core/support/pkgbuild/keyring_generator.py index 0da1baef..2b807d96 100644 --- a/src/ahriman/core/support/pkgbuild/keyring_generator.py +++ b/src/ahriman/core/support/pkgbuild/keyring_generator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/support/pkgbuild/mirrorlist_generator.py b/src/ahriman/core/support/pkgbuild/mirrorlist_generator.py index d325aed5..610c3fba 100644 --- a/src/ahriman/core/support/pkgbuild/mirrorlist_generator.py +++ b/src/ahriman/core/support/pkgbuild/mirrorlist_generator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/support/pkgbuild/pkgbuild_generator.py b/src/ahriman/core/support/pkgbuild/pkgbuild_generator.py index 92bfb877..b673994f 100644 --- a/src/ahriman/core/support/pkgbuild/pkgbuild_generator.py +++ b/src/ahriman/core/support/pkgbuild/pkgbuild_generator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 074a03af..4815bff7 100644 --- a/src/ahriman/core/tree.py +++ b/src/ahriman/core/tree.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/triggers/__init__.py b/src/ahriman/core/triggers/__init__.py index 0eb96d7e..b41e0b4d 100644 --- a/src/ahriman/core/triggers/__init__.py +++ b/src/ahriman/core/triggers/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/triggers/trigger.py b/src/ahriman/core/triggers/trigger.py index d4272d44..f586d000 100644 --- a/src/ahriman/core/triggers/trigger.py +++ b/src/ahriman/core/triggers/trigger.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/triggers/trigger_loader.py b/src/ahriman/core/triggers/trigger_loader.py index d4a4db2c..4a6464d0 100644 --- a/src/ahriman/core/triggers/trigger_loader.py +++ b/src/ahriman/core/triggers/trigger_loader.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/types.py b/src/ahriman/core/types.py index 9454f8d1..2940d489 100644 --- a/src/ahriman/core/types.py +++ b/src/ahriman/core/types.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 cf4b2c64..f1637fa6 100644 --- a/src/ahriman/core/upload/__init__.py +++ b/src/ahriman/core/upload/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 c594ca47..7b54bde1 100644 --- a/src/ahriman/core/upload/github.py +++ b/src/ahriman/core/upload/github.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 e2867118..ca83cb0e 100644 --- a/src/ahriman/core/upload/http_upload.py +++ b/src/ahriman/core/upload/http_upload.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/upload/remote_service.py b/src/ahriman/core/upload/remote_service.py index 6f3153dd..e43d1945 100644 --- a/src/ahriman/core/upload/remote_service.py +++ b/src/ahriman/core/upload/remote_service.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 50506261..70f20dbe 100644 --- a/src/ahriman/core/upload/rsync.py +++ b/src/ahriman/core/upload/rsync.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 e5f08065..3bb1b29b 100644 --- a/src/ahriman/core/upload/s3.py +++ b/src/ahriman/core/upload/s3.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 3d161f0a..6bf2e39f 100644 --- a/src/ahriman/core/upload/upload.py +++ b/src/ahriman/core/upload/upload.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/upload/upload_trigger.py b/src/ahriman/core/upload/upload_trigger.py index b7bc6ec7..af678096 100644 --- a/src/ahriman/core/upload/upload_trigger.py +++ b/src/ahriman/core/upload/upload_trigger.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 cccd5689..c6656de6 100644 --- a/src/ahriman/core/util.py +++ b/src/ahriman/core/util.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/core/utils.py b/src/ahriman/core/utils.py index 632b8115..eacf0dff 100644 --- a/src/ahriman/core/utils.py +++ b/src/ahriman/core/utils.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 7413eea9..cddc28d6 100644 --- a/src/ahriman/models/__init__.py +++ b/src/ahriman/models/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 42c10ad9..8e6a2ba9 100644 --- a/src/ahriman/models/action.py +++ b/src/ahriman/models/action.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 6915fd1d..e13f8516 100644 --- a/src/ahriman/models/aur_package.py +++ b/src/ahriman/models/aur_package.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 42c67a5a..99403694 100644 --- a/src/ahriman/models/auth_settings.py +++ b/src/ahriman/models/auth_settings.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 df0aae51..cc4e176e 100644 --- a/src/ahriman/models/build_status.py +++ b/src/ahriman/models/build_status.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/changes.py b/src/ahriman/models/changes.py index 663a8509..d0283ccf 100644 --- a/src/ahriman/models/changes.py +++ b/src/ahriman/models/changes.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/context_key.py b/src/ahriman/models/context_key.py index 784b69de..5c0b57b6 100644 --- a/src/ahriman/models/context_key.py +++ b/src/ahriman/models/context_key.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 dd512cc5..9d6a2f82 100644 --- a/src/ahriman/models/counters.py +++ b/src/ahriman/models/counters.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/dependencies.py b/src/ahriman/models/dependencies.py index b1cf5bfe..0f5e46d1 100644 --- a/src/ahriman/models/dependencies.py +++ b/src/ahriman/models/dependencies.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/event.py b/src/ahriman/models/event.py index 061be39a..023a9235 100644 --- a/src/ahriman/models/event.py +++ b/src/ahriman/models/event.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/filesystem_package.py b/src/ahriman/models/filesystem_package.py index c0a85e80..d4af0fcc 100644 --- a/src/ahriman/models/filesystem_package.py +++ b/src/ahriman/models/filesystem_package.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 ff31afbe..8d2fcef8 100644 --- a/src/ahriman/models/internal_status.py +++ b/src/ahriman/models/internal_status.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/log_handler.py b/src/ahriman/models/log_handler.py index b5936d46..2deb2c83 100644 --- a/src/ahriman/models/log_handler.py +++ b/src/ahriman/models/log_handler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/log_record.py b/src/ahriman/models/log_record.py index 1f6d9a25..cdc89010 100644 --- a/src/ahriman/models/log_record.py +++ b/src/ahriman/models/log_record.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/log_record_id.py b/src/ahriman/models/log_record_id.py index 26d43b40..e9ec5275 100644 --- a/src/ahriman/models/log_record_id.py +++ b/src/ahriman/models/log_record_id.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/metrics_timer.py b/src/ahriman/models/metrics_timer.py index 1d8d0826..ca16ef2c 100644 --- a/src/ahriman/models/metrics_timer.py +++ b/src/ahriman/models/metrics_timer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 3c6feb7f..f93589af 100644 --- a/src/ahriman/models/migration.py +++ b/src/ahriman/models/migration.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 6906edeb..5f5afae1 100644 --- a/src/ahriman/models/migration_result.py +++ b/src/ahriman/models/migration_result.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 4a74a893..14b65c7d 100644 --- a/src/ahriman/models/package.py +++ b/src/ahriman/models/package.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 8c4538c8..676ef619 100644 --- a/src/ahriman/models/package_description.py +++ b/src/ahriman/models/package_description.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 e598ba62..2adb6956 100644 --- a/src/ahriman/models/package_source.py +++ b/src/ahriman/models/package_source.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/packagers.py b/src/ahriman/models/packagers.py index 7e8dea21..14109665 100644 --- a/src/ahriman/models/packagers.py +++ b/src/ahriman/models/packagers.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/pacman_synchronization.py b/src/ahriman/models/pacman_synchronization.py index 089accd9..5ed2216a 100644 --- a/src/ahriman/models/pacman_synchronization.py +++ b/src/ahriman/models/pacman_synchronization.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/pkgbuild.py b/src/ahriman/models/pkgbuild.py index 4be47fbd..67152554 100644 --- a/src/ahriman/models/pkgbuild.py +++ b/src/ahriman/models/pkgbuild.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/pkgbuild_patch.py b/src/ahriman/models/pkgbuild_patch.py index ea96bb70..3582f71b 100644 --- a/src/ahriman/models/pkgbuild_patch.py +++ b/src/ahriman/models/pkgbuild_patch.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/process_status.py b/src/ahriman/models/process_status.py index 3f254da4..a634530f 100644 --- a/src/ahriman/models/process_status.py +++ b/src/ahriman/models/process_status.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 748a1030..5f3b536f 100644 --- a/src/ahriman/models/property.py +++ b/src/ahriman/models/property.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/remote_source.py b/src/ahriman/models/remote_source.py index a3e990d1..0629d220 100644 --- a/src/ahriman/models/remote_source.py +++ b/src/ahriman/models/remote_source.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 f94ec936..3957f7c3 100644 --- a/src/ahriman/models/report_settings.py +++ b/src/ahriman/models/report_settings.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/repository_id.py b/src/ahriman/models/repository_id.py index 385b2303..08ebd69a 100644 --- a/src/ahriman/models/repository_id.py +++ b/src/ahriman/models/repository_id.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 7e8ae558..a9ff1e0a 100644 --- a/src/ahriman/models/repository_paths.py +++ b/src/ahriman/models/repository_paths.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/repository_stats.py b/src/ahriman/models/repository_stats.py index d76639bc..0f545b77 100644 --- a/src/ahriman/models/repository_stats.py +++ b/src/ahriman/models/repository_stats.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 645d97ce..c19b535b 100644 --- a/src/ahriman/models/result.py +++ b/src/ahriman/models/result.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/scan_paths.py b/src/ahriman/models/scan_paths.py index bdd69c96..6c5d3c5a 100644 --- a/src/ahriman/models/scan_paths.py +++ b/src/ahriman/models/scan_paths.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/series_statistics.py b/src/ahriman/models/series_statistics.py index 0420700b..0c2dabb1 100644 --- a/src/ahriman/models/series_statistics.py +++ b/src/ahriman/models/series_statistics.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 bb74482b..67b54de8 100644 --- a/src/ahriman/models/sign_settings.py +++ b/src/ahriman/models/sign_settings.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 ac0402bc..bf1fef8e 100644 --- a/src/ahriman/models/smtp_ssl_settings.py +++ b/src/ahriman/models/smtp_ssl_settings.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 5445df69..43f264c1 100644 --- a/src/ahriman/models/upload_settings.py +++ b/src/ahriman/models/upload_settings.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 c7def3aa..cec95385 100644 --- a/src/ahriman/models/user.py +++ b/src/ahriman/models/user.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 01b58198..3fc70a7d 100644 --- a/src/ahriman/models/user_access.py +++ b/src/ahriman/models/user_access.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/waiter.py b/src/ahriman/models/waiter.py index 8f3cef95..3ed6a281 100644 --- a/src/ahriman/models/waiter.py +++ b/src/ahriman/models/waiter.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/models/worker.py b/src/ahriman/models/worker.py index e8698da8..890b1233 100644 --- a/src/ahriman/models/worker.py +++ b/src/ahriman/models/worker.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 7413eea9..cddc28d6 100644 --- a/src/ahriman/web/__init__.py +++ b/src/ahriman/web/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/apispec/__init__.py b/src/ahriman/web/apispec/__init__.py index 46d4cf2d..1839b1f1 100644 --- a/src/ahriman/web/apispec/__init__.py +++ b/src/ahriman/web/apispec/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/apispec/decorators.py b/src/ahriman/web/apispec/decorators.py index e3ef3955..adc9baaf 100644 --- a/src/ahriman/web/apispec/decorators.py +++ b/src/ahriman/web/apispec/decorators.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/apispec/info.py b/src/ahriman/web/apispec/info.py index 2efc4225..040e0d99 100644 --- a/src/ahriman/web/apispec/info.py +++ b/src/ahriman/web/apispec/info.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/cors.py b/src/ahriman/web/cors.py index dc2f83f4..399efef2 100644 --- a/src/ahriman/web/cors.py +++ b/src/ahriman/web/cors.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/keys.py b/src/ahriman/web/keys.py index 15708124..757d1d8c 100644 --- a/src/ahriman/web/keys.py +++ b/src/ahriman/web/keys.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 e6014dbc..5d66a2ec 100644 --- a/src/ahriman/web/middlewares/__init__.py +++ b/src/ahriman/web/middlewares/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 9dcc95e2..e189ea4b 100644 --- a/src/ahriman/web/middlewares/auth_handler.py +++ b/src/ahriman/web/middlewares/auth_handler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 ebc73e0d..39599685 100644 --- a/src/ahriman/web/middlewares/exception_handler.py +++ b/src/ahriman/web/middlewares/exception_handler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/middlewares/metrics_handler.py b/src/ahriman/web/middlewares/metrics_handler.py index 3cb26c56..1fba10d3 100644 --- a/src/ahriman/web/middlewares/metrics_handler.py +++ b/src/ahriman/web/middlewares/metrics_handler.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 b731a32c..dc3f8de9 100644 --- a/src/ahriman/web/routes.py +++ b/src/ahriman/web/routes.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/__init__.py b/src/ahriman/web/schemas/__init__.py index 5146bb22..2710f174 100644 --- a/src/ahriman/web/schemas/__init__.py +++ b/src/ahriman/web/schemas/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/any_schema.py b/src/ahriman/web/schemas/any_schema.py index 0129f03a..d4ca8afb 100644 --- a/src/ahriman/web/schemas/any_schema.py +++ b/src/ahriman/web/schemas/any_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/aur_package_schema.py b/src/ahriman/web/schemas/aur_package_schema.py index b31ae388..52549600 100644 --- a/src/ahriman/web/schemas/aur_package_schema.py +++ b/src/ahriman/web/schemas/aur_package_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/auth_schema.py b/src/ahriman/web/schemas/auth_schema.py index 39766be3..663022f1 100644 --- a/src/ahriman/web/schemas/auth_schema.py +++ b/src/ahriman/web/schemas/auth_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/build_options_schema.py b/src/ahriman/web/schemas/build_options_schema.py index 7c55d576..f914d485 100644 --- a/src/ahriman/web/schemas/build_options_schema.py +++ b/src/ahriman/web/schemas/build_options_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/changes_schema.py b/src/ahriman/web/schemas/changes_schema.py index 92455bc7..73e67fe6 100644 --- a/src/ahriman/web/schemas/changes_schema.py +++ b/src/ahriman/web/schemas/changes_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/configuration_schema.py b/src/ahriman/web/schemas/configuration_schema.py index 349a901c..af77262d 100644 --- a/src/ahriman/web/schemas/configuration_schema.py +++ b/src/ahriman/web/schemas/configuration_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/counters_schema.py b/src/ahriman/web/schemas/counters_schema.py index 553de0d1..37fd09a3 100644 --- a/src/ahriman/web/schemas/counters_schema.py +++ b/src/ahriman/web/schemas/counters_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/dependencies_schema.py b/src/ahriman/web/schemas/dependencies_schema.py index 3e584c53..e5c0e106 100644 --- a/src/ahriman/web/schemas/dependencies_schema.py +++ b/src/ahriman/web/schemas/dependencies_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/error_schema.py b/src/ahriman/web/schemas/error_schema.py index 29625526..bbf9f4ca 100644 --- a/src/ahriman/web/schemas/error_schema.py +++ b/src/ahriman/web/schemas/error_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/event_schema.py b/src/ahriman/web/schemas/event_schema.py index 81e46bd5..55ef9c0a 100644 --- a/src/ahriman/web/schemas/event_schema.py +++ b/src/ahriman/web/schemas/event_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/event_search_schema.py b/src/ahriman/web/schemas/event_search_schema.py index 257ac03f..13586fdc 100644 --- a/src/ahriman/web/schemas/event_search_schema.py +++ b/src/ahriman/web/schemas/event_search_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/file_schema.py b/src/ahriman/web/schemas/file_schema.py index d6455a72..78d9d8a0 100644 --- a/src/ahriman/web/schemas/file_schema.py +++ b/src/ahriman/web/schemas/file_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/info_schema.py b/src/ahriman/web/schemas/info_schema.py index 92120cf3..877d9f2c 100644 --- a/src/ahriman/web/schemas/info_schema.py +++ b/src/ahriman/web/schemas/info_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/internal_status_schema.py b/src/ahriman/web/schemas/internal_status_schema.py index 90ddd893..d59011cd 100644 --- a/src/ahriman/web/schemas/internal_status_schema.py +++ b/src/ahriman/web/schemas/internal_status_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/log_schema.py b/src/ahriman/web/schemas/log_schema.py index 2d00c532..48a231e9 100644 --- a/src/ahriman/web/schemas/log_schema.py +++ b/src/ahriman/web/schemas/log_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/login_schema.py b/src/ahriman/web/schemas/login_schema.py index 1b5c6c28..e1b4e505 100644 --- a/src/ahriman/web/schemas/login_schema.py +++ b/src/ahriman/web/schemas/login_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/logs_rotate_schema.py b/src/ahriman/web/schemas/logs_rotate_schema.py index 09d5872a..354d8bfc 100644 --- a/src/ahriman/web/schemas/logs_rotate_schema.py +++ b/src/ahriman/web/schemas/logs_rotate_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/logs_schema.py b/src/ahriman/web/schemas/logs_schema.py index 2951f1e4..12cbe5f9 100644 --- a/src/ahriman/web/schemas/logs_schema.py +++ b/src/ahriman/web/schemas/logs_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/logs_search_schema.py b/src/ahriman/web/schemas/logs_search_schema.py index 777cc76d..d51cfcdf 100644 --- a/src/ahriman/web/schemas/logs_search_schema.py +++ b/src/ahriman/web/schemas/logs_search_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/oauth2_schema.py b/src/ahriman/web/schemas/oauth2_schema.py index a8b7917e..b403057a 100644 --- a/src/ahriman/web/schemas/oauth2_schema.py +++ b/src/ahriman/web/schemas/oauth2_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/package_name_schema.py b/src/ahriman/web/schemas/package_name_schema.py index 80efbfbc..d0b46662 100644 --- a/src/ahriman/web/schemas/package_name_schema.py +++ b/src/ahriman/web/schemas/package_name_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/package_names_schema.py b/src/ahriman/web/schemas/package_names_schema.py index 82a67727..d3168c7b 100644 --- a/src/ahriman/web/schemas/package_names_schema.py +++ b/src/ahriman/web/schemas/package_names_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/package_patch_schema.py b/src/ahriman/web/schemas/package_patch_schema.py index 5dbee341..f7c00bee 100644 --- a/src/ahriman/web/schemas/package_patch_schema.py +++ b/src/ahriman/web/schemas/package_patch_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/package_properties_schema.py b/src/ahriman/web/schemas/package_properties_schema.py index 487093a3..e2baee93 100644 --- a/src/ahriman/web/schemas/package_properties_schema.py +++ b/src/ahriman/web/schemas/package_properties_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/package_schema.py b/src/ahriman/web/schemas/package_schema.py index 9aa3cbd4..24f05a4f 100644 --- a/src/ahriman/web/schemas/package_schema.py +++ b/src/ahriman/web/schemas/package_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/package_status_schema.py b/src/ahriman/web/schemas/package_status_schema.py index 5f96145b..d0e68dc5 100644 --- a/src/ahriman/web/schemas/package_status_schema.py +++ b/src/ahriman/web/schemas/package_status_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/package_version_schema.py b/src/ahriman/web/schemas/package_version_schema.py index 9e6984ec..8d25d34c 100644 --- a/src/ahriman/web/schemas/package_version_schema.py +++ b/src/ahriman/web/schemas/package_version_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/pagination_schema.py b/src/ahriman/web/schemas/pagination_schema.py index 3501ea94..18e5d458 100644 --- a/src/ahriman/web/schemas/pagination_schema.py +++ b/src/ahriman/web/schemas/pagination_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/patch_name_schema.py b/src/ahriman/web/schemas/patch_name_schema.py index e493343d..c856261c 100644 --- a/src/ahriman/web/schemas/patch_name_schema.py +++ b/src/ahriman/web/schemas/patch_name_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/patch_schema.py b/src/ahriman/web/schemas/patch_schema.py index 188273e0..7d1ec846 100644 --- a/src/ahriman/web/schemas/patch_schema.py +++ b/src/ahriman/web/schemas/patch_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/pgp_key_id_schema.py b/src/ahriman/web/schemas/pgp_key_id_schema.py index 919756a3..1246dfc4 100644 --- a/src/ahriman/web/schemas/pgp_key_id_schema.py +++ b/src/ahriman/web/schemas/pgp_key_id_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/pgp_key_schema.py b/src/ahriman/web/schemas/pgp_key_schema.py index 5f4d113c..ececa639 100644 --- a/src/ahriman/web/schemas/pgp_key_schema.py +++ b/src/ahriman/web/schemas/pgp_key_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/process_id_schema.py b/src/ahriman/web/schemas/process_id_schema.py index 98053268..a3728398 100644 --- a/src/ahriman/web/schemas/process_id_schema.py +++ b/src/ahriman/web/schemas/process_id_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/process_schema.py b/src/ahriman/web/schemas/process_schema.py index ad39ccc5..025956b8 100644 --- a/src/ahriman/web/schemas/process_schema.py +++ b/src/ahriman/web/schemas/process_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/remote_schema.py b/src/ahriman/web/schemas/remote_schema.py index a619eb06..e46efbed 100644 --- a/src/ahriman/web/schemas/remote_schema.py +++ b/src/ahriman/web/schemas/remote_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/repository_id_schema.py b/src/ahriman/web/schemas/repository_id_schema.py index c9311786..e3dff167 100644 --- a/src/ahriman/web/schemas/repository_id_schema.py +++ b/src/ahriman/web/schemas/repository_id_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/repository_stats_schema.py b/src/ahriman/web/schemas/repository_stats_schema.py index 8221f05b..b78c2d87 100644 --- a/src/ahriman/web/schemas/repository_stats_schema.py +++ b/src/ahriman/web/schemas/repository_stats_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/search_schema.py b/src/ahriman/web/schemas/search_schema.py index f6bb46ca..6685a648 100644 --- a/src/ahriman/web/schemas/search_schema.py +++ b/src/ahriman/web/schemas/search_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/status_schema.py b/src/ahriman/web/schemas/status_schema.py index decac11c..e75be001 100644 --- a/src/ahriman/web/schemas/status_schema.py +++ b/src/ahriman/web/schemas/status_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/update_flags_schema.py b/src/ahriman/web/schemas/update_flags_schema.py index bf769db8..c3d3b9db 100644 --- a/src/ahriman/web/schemas/update_flags_schema.py +++ b/src/ahriman/web/schemas/update_flags_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/schemas/worker_schema.py b/src/ahriman/web/schemas/worker_schema.py index d0e2d6c7..1cb60608 100644 --- a/src/ahriman/web/schemas/worker_schema.py +++ b/src/ahriman/web/schemas/worker_schema.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 7413eea9..cddc28d6 100644 --- a/src/ahriman/web/views/__init__.py +++ b/src/ahriman/web/views/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/api/__init__.py b/src/ahriman/web/views/api/__init__.py index 7413eea9..cddc28d6 100644 --- a/src/ahriman/web/views/api/__init__.py +++ b/src/ahriman/web/views/api/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/api/docs.py b/src/ahriman/web/views/api/docs.py index 053a6408..87387aa6 100644 --- a/src/ahriman/web/views/api/docs.py +++ b/src/ahriman/web/views/api/docs.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/api/swagger.py b/src/ahriman/web/views/api/swagger.py index 60757b54..f60566ca 100644 --- a/src/ahriman/web/views/api/swagger.py +++ b/src/ahriman/web/views/api/swagger.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 77198cc4..4a28e44a 100644 --- a/src/ahriman/web/views/base.py +++ b/src/ahriman/web/views/base.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 f8d560a5..ec9dfd07 100644 --- a/src/ahriman/web/views/index.py +++ b/src/ahriman/web/views/index.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/static.py b/src/ahriman/web/views/static.py index 8f61eb9f..c19b5838 100644 --- a/src/ahriman/web/views/static.py +++ b/src/ahriman/web/views/static.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/status_view_guard.py b/src/ahriman/web/views/status_view_guard.py index 3f35e48c..e3b39a94 100644 --- a/src/ahriman/web/views/status_view_guard.py +++ b/src/ahriman/web/views/status_view_guard.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/__init__.py b/src/ahriman/web/views/v1/__init__.py index 7413eea9..cddc28d6 100644 --- a/src/ahriman/web/views/v1/__init__.py +++ b/src/ahriman/web/views/v1/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/auditlog/__init__.py b/src/ahriman/web/views/v1/auditlog/__init__.py index 7413eea9..cddc28d6 100644 --- a/src/ahriman/web/views/v1/auditlog/__init__.py +++ b/src/ahriman/web/views/v1/auditlog/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/auditlog/events.py b/src/ahriman/web/views/v1/auditlog/events.py index 4d3b267d..53a945a0 100644 --- a/src/ahriman/web/views/v1/auditlog/events.py +++ b/src/ahriman/web/views/v1/auditlog/events.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/distributed/__init__.py b/src/ahriman/web/views/v1/distributed/__init__.py index 7413eea9..cddc28d6 100644 --- a/src/ahriman/web/views/v1/distributed/__init__.py +++ b/src/ahriman/web/views/v1/distributed/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/distributed/workers.py b/src/ahriman/web/views/v1/distributed/workers.py index ddd6c452..56bb1cdf 100644 --- a/src/ahriman/web/views/v1/distributed/workers.py +++ b/src/ahriman/web/views/v1/distributed/workers.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/packages/__init__.py b/src/ahriman/web/views/v1/packages/__init__.py index 7413eea9..cddc28d6 100644 --- a/src/ahriman/web/views/v1/packages/__init__.py +++ b/src/ahriman/web/views/v1/packages/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/packages/changes.py b/src/ahriman/web/views/v1/packages/changes.py index eec77675..22b504ea 100644 --- a/src/ahriman/web/views/v1/packages/changes.py +++ b/src/ahriman/web/views/v1/packages/changes.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/packages/dependencies.py b/src/ahriman/web/views/v1/packages/dependencies.py index 942e2205..611f0167 100644 --- a/src/ahriman/web/views/v1/packages/dependencies.py +++ b/src/ahriman/web/views/v1/packages/dependencies.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/packages/logs.py b/src/ahriman/web/views/v1/packages/logs.py index 115530db..5d712d83 100644 --- a/src/ahriman/web/views/v1/packages/logs.py +++ b/src/ahriman/web/views/v1/packages/logs.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/packages/package.py b/src/ahriman/web/views/v1/packages/package.py index 0a1239a0..957d5fc4 100644 --- a/src/ahriman/web/views/v1/packages/package.py +++ b/src/ahriman/web/views/v1/packages/package.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/packages/packages.py b/src/ahriman/web/views/v1/packages/packages.py index fd215a5d..e914d54d 100644 --- a/src/ahriman/web/views/v1/packages/packages.py +++ b/src/ahriman/web/views/v1/packages/packages.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/packages/patch.py b/src/ahriman/web/views/v1/packages/patch.py index c8089f0a..8850f5e8 100644 --- a/src/ahriman/web/views/v1/packages/patch.py +++ b/src/ahriman/web/views/v1/packages/patch.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/packages/patches.py b/src/ahriman/web/views/v1/packages/patches.py index e87d0691..031af8b5 100644 --- a/src/ahriman/web/views/v1/packages/patches.py +++ b/src/ahriman/web/views/v1/packages/patches.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/service/__init__.py b/src/ahriman/web/views/v1/service/__init__.py index 7413eea9..cddc28d6 100644 --- a/src/ahriman/web/views/v1/service/__init__.py +++ b/src/ahriman/web/views/v1/service/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/service/add.py b/src/ahriman/web/views/v1/service/add.py index 4a2b34f0..9307bb64 100644 --- a/src/ahriman/web/views/v1/service/add.py +++ b/src/ahriman/web/views/v1/service/add.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/service/config.py b/src/ahriman/web/views/v1/service/config.py index 69396b06..bdb74920 100644 --- a/src/ahriman/web/views/v1/service/config.py +++ b/src/ahriman/web/views/v1/service/config.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/service/logs.py b/src/ahriman/web/views/v1/service/logs.py index f2a4998c..a249883e 100644 --- a/src/ahriman/web/views/v1/service/logs.py +++ b/src/ahriman/web/views/v1/service/logs.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/service/pgp.py b/src/ahriman/web/views/v1/service/pgp.py index 791b347c..fd7b1b98 100644 --- a/src/ahriman/web/views/v1/service/pgp.py +++ b/src/ahriman/web/views/v1/service/pgp.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/service/process.py b/src/ahriman/web/views/v1/service/process.py index 6dfa0483..6e32f685 100644 --- a/src/ahriman/web/views/v1/service/process.py +++ b/src/ahriman/web/views/v1/service/process.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/service/rebuild.py b/src/ahriman/web/views/v1/service/rebuild.py index 2d5ef840..a0469b45 100644 --- a/src/ahriman/web/views/v1/service/rebuild.py +++ b/src/ahriman/web/views/v1/service/rebuild.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/service/remove.py b/src/ahriman/web/views/v1/service/remove.py index 5f39bd37..b2e1668e 100644 --- a/src/ahriman/web/views/v1/service/remove.py +++ b/src/ahriman/web/views/v1/service/remove.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/service/request.py b/src/ahriman/web/views/v1/service/request.py index 502fcf0e..93ae3f38 100644 --- a/src/ahriman/web/views/v1/service/request.py +++ b/src/ahriman/web/views/v1/service/request.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/service/search.py b/src/ahriman/web/views/v1/service/search.py index c2966d8a..08b958e8 100644 --- a/src/ahriman/web/views/v1/service/search.py +++ b/src/ahriman/web/views/v1/service/search.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/service/update.py b/src/ahriman/web/views/v1/service/update.py index 6974a88e..5eb14eaa 100644 --- a/src/ahriman/web/views/v1/service/update.py +++ b/src/ahriman/web/views/v1/service/update.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/service/upload.py b/src/ahriman/web/views/v1/service/upload.py index 7d15b60b..f0dbe224 100644 --- a/src/ahriman/web/views/v1/service/upload.py +++ b/src/ahriman/web/views/v1/service/upload.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/status/__init__.py b/src/ahriman/web/views/v1/status/__init__.py index 7413eea9..cddc28d6 100644 --- a/src/ahriman/web/views/v1/status/__init__.py +++ b/src/ahriman/web/views/v1/status/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/status/info.py b/src/ahriman/web/views/v1/status/info.py index 3f154ed1..7e92cd63 100644 --- a/src/ahriman/web/views/v1/status/info.py +++ b/src/ahriman/web/views/v1/status/info.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/status/metrics.py b/src/ahriman/web/views/v1/status/metrics.py index c91f6bbd..aeeba6fb 100644 --- a/src/ahriman/web/views/v1/status/metrics.py +++ b/src/ahriman/web/views/v1/status/metrics.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/status/repositories.py b/src/ahriman/web/views/v1/status/repositories.py index 58fa3362..5e3ecc6a 100644 --- a/src/ahriman/web/views/v1/status/repositories.py +++ b/src/ahriman/web/views/v1/status/repositories.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/status/status.py b/src/ahriman/web/views/v1/status/status.py index fb87f973..bc72f709 100644 --- a/src/ahriman/web/views/v1/status/status.py +++ b/src/ahriman/web/views/v1/status/status.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/user/__init__.py b/src/ahriman/web/views/v1/user/__init__.py index 7413eea9..cddc28d6 100644 --- a/src/ahriman/web/views/v1/user/__init__.py +++ b/src/ahriman/web/views/v1/user/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/user/login.py b/src/ahriman/web/views/v1/user/login.py index 6684bba9..7ac743ee 100644 --- a/src/ahriman/web/views/v1/user/login.py +++ b/src/ahriman/web/views/v1/user/login.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v1/user/logout.py b/src/ahriman/web/views/v1/user/logout.py index f5911c8c..efbd7d85 100644 --- a/src/ahriman/web/views/v1/user/logout.py +++ b/src/ahriman/web/views/v1/user/logout.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v2/__init__.py b/src/ahriman/web/views/v2/__init__.py index 7413eea9..cddc28d6 100644 --- a/src/ahriman/web/views/v2/__init__.py +++ b/src/ahriman/web/views/v2/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v2/packages/__init__.py b/src/ahriman/web/views/v2/packages/__init__.py index 7413eea9..cddc28d6 100644 --- a/src/ahriman/web/views/v2/packages/__init__.py +++ b/src/ahriman/web/views/v2/packages/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman). diff --git a/src/ahriman/web/views/v2/packages/logs.py b/src/ahriman/web/views/v2/packages/logs.py index fdb2ce43..b2ab43a1 100644 --- a/src/ahriman/web/views/v2/packages/logs.py +++ b/src/ahriman/web/views/v2/packages/logs.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 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 f062cb41..70676097 100644 --- a/src/ahriman/web/web.py +++ b/src/ahriman/web/web.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2025 ahriman team. +# Copyright (c) 2021-2026 ahriman team. # # This file is part of ahriman # (see https://github.com/arcan1s/ahriman).