From 5224ae0b1b0581d3c389ee5f82ee90ca2b660550 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Fri, 28 Jan 2022 12:23:33 -0800 Subject: [PATCH] Bump copyright year --- example_project/manage.py | 2 +- example_project/settings.py | 2 +- example_project/test_settings.py | 2 +- example_project/urls.py | 2 +- setup.py | 2 +- src/postorius/__init__.py | 2 +- src/postorius/apps.py | 2 +- src/postorius/auth/decorators.py | 2 +- src/postorius/auth/mixins.py | 2 +- src/postorius/auth/utils.py | 2 +- src/postorius/context_processors.py | 2 +- src/postorius/doc/settings.py | 2 +- src/postorius/forms/__init__.py | 2 +- src/postorius/forms/domain_forms.py | 2 +- src/postorius/forms/fields.py | 2 +- src/postorius/forms/list_forms.py | 2 +- src/postorius/forms/member_forms.py | 2 +- src/postorius/forms/system.py | 2 +- src/postorius/forms/user_forms.py | 2 +- src/postorius/locale/de/LC_MESSAGES/django.po | 2 +- src/postorius/management/commands/mmclient.py | 2 +- src/postorius/management/commands/reset_passwords.py | 2 +- src/postorius/middleware.py | 2 +- src/postorius/models.py | 2 +- src/postorius/signals.py | 2 +- src/postorius/template_list.py | 2 +- src/postorius/templatetags/date_helpers.py | 2 +- src/postorius/templatetags/markdown.py | 2 +- src/postorius/templatetags/membership_helpers.py | 2 +- src/postorius/templatetags/nav_helpers.py | 2 +- src/postorius/templatetags/p_gravatar.py | 2 +- src/postorius/templatetags/postorius_helpers.py | 2 +- src/postorius/tests/mailman_api_tests/conftest.py | 2 +- src/postorius/tests/mailman_api_tests/test_anonymous_subscribe.py | 2 +- src/postorius/tests/mailman_api_tests/test_auth_utils.py | 2 +- src/postorius/tests/mailman_api_tests/test_bans.py | 2 +- src/postorius/tests/mailman_api_tests/test_domain_delete.py | 2 +- src/postorius/tests/mailman_api_tests/test_domain_edit.py | 2 +- src/postorius/tests/mailman_api_tests/test_domain_index.py | 2 +- src/postorius/tests/mailman_api_tests/test_domain_new.py | 2 +- src/postorius/tests/mailman_api_tests/test_generic_view.py | 2 +- src/postorius/tests/mailman_api_tests/test_list_delete.py | 2 +- src/postorius/tests/mailman_api_tests/test_list_header_matches.py | 2 +- src/postorius/tests/mailman_api_tests/test_list_index.py | 2 +- src/postorius/tests/mailman_api_tests/test_list_joinleave.py | 2 +- src/postorius/tests/mailman_api_tests/test_list_member_options.py | 2 +- src/postorius/tests/mailman_api_tests/test_list_members.py | 2 +- src/postorius/tests/mailman_api_tests/test_list_moderation.py | 2 +- src/postorius/tests/mailman_api_tests/test_list_new.py | 2 +- src/postorius/tests/mailman_api_tests/test_list_settings.py | 2 +- src/postorius/tests/mailman_api_tests/test_list_summary.py | 2 +- src/postorius/tests/mailman_api_tests/test_membership_helpers.py | 2 +- src/postorius/tests/mailman_api_tests/test_middleware.py | 2 +- src/postorius/tests/mailman_api_tests/test_mixins.py | 2 +- src/postorius/tests/mailman_api_tests/test_models.py | 2 +- src/postorius/tests/mailman_api_tests/test_nav_helpers.py | 2 +- src/postorius/tests/mailman_api_tests/test_rest.py | 2 +- src/postorius/tests/mailman_api_tests/test_subscriptions.py | 2 +- src/postorius/tests/mailman_api_tests/test_system.py | 2 +- src/postorius/tests/mailman_api_tests/test_template_view.py | 2 +- src/postorius/tests/mailman_api_tests/test_user.py | 2 +- src/postorius/tests/mailman_api_tests/test_user_forms.py | 2 +- src/postorius/tests/mailman_api_tests/test_utils.py | 2 +- src/postorius/tests/test_auth_decorators.py | 2 +- src/postorius/tests/test_domain_forms.py | 2 +- src/postorius/tests/test_domain_view.py | 2 +- src/postorius/tests/test_error_pages.py | 2 +- src/postorius/tests/test_list_forms.py | 2 +- src/postorius/tests/test_list_view.py | 2 +- src/postorius/tests/test_member_forms.py | 2 +- src/postorius/tests/test_migration.py | 2 +- src/postorius/tests/test_templatetags.py | 2 +- src/postorius/tests/test_urls.py | 2 +- src/postorius/tests/test_user_forms.py | 2 +- src/postorius/tests/test_utils.py | 2 +- src/postorius/tests/utils.py | 2 +- src/postorius/urls.py | 2 +- src/postorius/utils.py | 2 +- src/postorius/views/domain.py | 2 +- src/postorius/views/generic.py | 2 +- src/postorius/views/list.py | 2 +- src/postorius/views/rest.py | 2 +- src/postorius/views/system.py | 2 +- src/postorius/views/template.py | 2 +- src/postorius/views/user.py | 2 +- template.py | 2 +- update-po.sh | 2 +- 87 files changed, 87 insertions(+), 87 deletions(-) diff --git a/example_project/manage.py b/example_project/manage.py index ebdd1c2f..17e852e2 100755 --- a/example_project/manage.py +++ b/example_project/manage.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/example_project/settings.py b/example_project/settings.py index 5293d2e0..9d7820d5 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/example_project/test_settings.py b/example_project/test_settings.py index 2c52d526..3ab17d59 100644 --- a/example_project/test_settings.py +++ b/example_project/test_settings.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/example_project/urls.py b/example_project/urls.py index a63d14c5..1e8d72fd 100644 --- a/example_project/urls.py +++ b/example_project/urls.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/setup.py b/setup.py index 9d213f71..ce347b87 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/__init__.py b/src/postorius/__init__.py index ba7d92e7..7d5c9b77 100644 --- a/src/postorius/__init__.py +++ b/src/postorius/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/apps.py b/src/postorius/apps.py index ea1224fa..bb12ac17 100644 --- a/src/postorius/apps.py +++ b/src/postorius/apps.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2016-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2016-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/auth/decorators.py b/src/postorius/auth/decorators.py index 14e17449..b3c03813 100644 --- a/src/postorius/auth/decorators.py +++ b/src/postorius/auth/decorators.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/auth/mixins.py b/src/postorius/auth/mixins.py index 1b044d23..4aeaf70c 100644 --- a/src/postorius/auth/mixins.py +++ b/src/postorius/auth/mixins.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2018-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/auth/utils.py b/src/postorius/auth/utils.py index 0c6a1edb..3b403da7 100644 --- a/src/postorius/auth/utils.py +++ b/src/postorius/auth/utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/context_processors.py b/src/postorius/context_processors.py index 7847cf93..d66e57e7 100644 --- a/src/postorius/context_processors.py +++ b/src/postorius/context_processors.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/doc/settings.py b/src/postorius/doc/settings.py index 1f98a147..00b4fe6c 100755 --- a/src/postorius/doc/settings.py +++ b/src/postorius/doc/settings.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/forms/__init__.py b/src/postorius/forms/__init__.py index bc7bd26e..23712967 100644 --- a/src/postorius/forms/__init__.py +++ b/src/postorius/forms/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/forms/domain_forms.py b/src/postorius/forms/domain_forms.py index e3a0e2fc..7b4dd589 100644 --- a/src/postorius/forms/domain_forms.py +++ b/src/postorius/forms/domain_forms.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/forms/fields.py b/src/postorius/forms/fields.py index 840a779c..f1578615 100644 --- a/src/postorius/forms/fields.py +++ b/src/postorius/forms/fields.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/forms/list_forms.py b/src/postorius/forms/list_forms.py index 19d5efdf..237aad69 100644 --- a/src/postorius/forms/list_forms.py +++ b/src/postorius/forms/list_forms.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/forms/member_forms.py b/src/postorius/forms/member_forms.py index a91fec09..8de41f3a 100644 --- a/src/postorius/forms/member_forms.py +++ b/src/postorius/forms/member_forms.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/forms/system.py b/src/postorius/forms/system.py index 6761feea..f7043def 100644 --- a/src/postorius/forms/system.py +++ b/src/postorius/forms/system.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2020-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2020-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/forms/user_forms.py b/src/postorius/forms/user_forms.py index 40b99024..b05a129e 100644 --- a/src/postorius/forms/user_forms.py +++ b/src/postorius/forms/user_forms.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/locale/de/LC_MESSAGES/django.po b/src/postorius/locale/de/LC_MESSAGES/django.po index 1781601c..cf5add44 100644 --- a/src/postorius/locale/de/LC_MESSAGES/django.po +++ b/src/postorius/locale/de/LC_MESSAGES/django.po @@ -1,5 +1,5 @@ # Postorius translation German -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # This file is distributed under the same license as the Postorius package. # Manfred Dohmen , 2017. # Milo Ivir , 2020. diff --git a/src/postorius/management/commands/mmclient.py b/src/postorius/management/commands/mmclient.py index 9b1d08ea..981ceadf 100644 --- a/src/postorius/management/commands/mmclient.py +++ b/src/postorius/management/commands/mmclient.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/management/commands/reset_passwords.py b/src/postorius/management/commands/reset_passwords.py index 7f4f3259..e1aa8751 100644 --- a/src/postorius/management/commands/reset_passwords.py +++ b/src/postorius/management/commands/reset_passwords.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/middleware.py b/src/postorius/middleware.py index b49f7a8d..ef2fdf0a 100644 --- a/src/postorius/middleware.py +++ b/src/postorius/middleware.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2015-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2015-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/models.py b/src/postorius/models.py index 5b8a6e5d..d237b20c 100644 --- a/src/postorius/models.py +++ b/src/postorius/models.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/signals.py b/src/postorius/signals.py index dae87011..d3f46446 100644 --- a/src/postorius/signals.py +++ b/src/postorius/signals.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2020-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2020-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/template_list.py b/src/postorius/template_list.py index a70567d9..d2843be9 100644 --- a/src/postorius/template_list.py +++ b/src/postorius/template_list.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2018-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/templatetags/date_helpers.py b/src/postorius/templatetags/date_helpers.py index 66804eab..b6bc89c8 100644 --- a/src/postorius/templatetags/date_helpers.py +++ b/src/postorius/templatetags/date_helpers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2019-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/templatetags/markdown.py b/src/postorius/templatetags/markdown.py index 5175a6f4..a727f6a6 100644 --- a/src/postorius/templatetags/markdown.py +++ b/src/postorius/templatetags/markdown.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2019-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/templatetags/membership_helpers.py b/src/postorius/templatetags/membership_helpers.py index 630f93ee..dabd0cb3 100644 --- a/src/postorius/templatetags/membership_helpers.py +++ b/src/postorius/templatetags/membership_helpers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/templatetags/nav_helpers.py b/src/postorius/templatetags/nav_helpers.py index a4bf9bd3..6abcca1f 100644 --- a/src/postorius/templatetags/nav_helpers.py +++ b/src/postorius/templatetags/nav_helpers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/templatetags/p_gravatar.py b/src/postorius/templatetags/p_gravatar.py index 53c79281..bcfabab5 100644 --- a/src/postorius/templatetags/p_gravatar.py +++ b/src/postorius/templatetags/p_gravatar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2019-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/templatetags/postorius_helpers.py b/src/postorius/templatetags/postorius_helpers.py index 02f190f7..9c4b483c 100644 --- a/src/postorius/templatetags/postorius_helpers.py +++ b/src/postorius/templatetags/postorius_helpers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2021 by the Free Software Foundation, Inc. +# Copyright (C) 2021-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/conftest.py b/src/postorius/tests/mailman_api_tests/conftest.py index 1aa3e47c..ba5e1dcf 100644 --- a/src/postorius/tests/mailman_api_tests/conftest.py +++ b/src/postorius/tests/mailman_api_tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2019-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius # diff --git a/src/postorius/tests/mailman_api_tests/test_anonymous_subscribe.py b/src/postorius/tests/mailman_api_tests/test_anonymous_subscribe.py index d85fdea9..edf24bea 100644 --- a/src/postorius/tests/mailman_api_tests/test_anonymous_subscribe.py +++ b/src/postorius/tests/mailman_api_tests/test_anonymous_subscribe.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2018-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_auth_utils.py b/src/postorius/tests/mailman_api_tests/test_auth_utils.py index 3709ca82..43fc4627 100644 --- a/src/postorius/tests/mailman_api_tests/test_auth_utils.py +++ b/src/postorius/tests/mailman_api_tests/test_auth_utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2020-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2020-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_bans.py b/src/postorius/tests/mailman_api_tests/test_bans.py index f5d0eed7..4c3bdeff 100644 --- a/src/postorius/tests/mailman_api_tests/test_bans.py +++ b/src/postorius/tests/mailman_api_tests/test_bans.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2016-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2016-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_domain_delete.py b/src/postorius/tests/mailman_api_tests/test_domain_delete.py index 63a6f53c..59eef1ff 100644 --- a/src/postorius/tests/mailman_api_tests/test_domain_delete.py +++ b/src/postorius/tests/mailman_api_tests/test_domain_delete.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2016-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2016-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_domain_edit.py b/src/postorius/tests/mailman_api_tests/test_domain_edit.py index a90d2532..7e46e53c 100644 --- a/src/postorius/tests/mailman_api_tests/test_domain_edit.py +++ b/src/postorius/tests/mailman_api_tests/test_domain_edit.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_domain_index.py b/src/postorius/tests/mailman_api_tests/test_domain_index.py index 65d4255d..4fb4cff9 100644 --- a/src/postorius/tests/mailman_api_tests/test_domain_index.py +++ b/src/postorius/tests/mailman_api_tests/test_domain_index.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_domain_new.py b/src/postorius/tests/mailman_api_tests/test_domain_new.py index 721e0968..3ad1be3a 100644 --- a/src/postorius/tests/mailman_api_tests/test_domain_new.py +++ b/src/postorius/tests/mailman_api_tests/test_domain_new.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_generic_view.py b/src/postorius/tests/mailman_api_tests/test_generic_view.py index 0ddbd88a..2151f345 100644 --- a/src/postorius/tests/mailman_api_tests/test_generic_view.py +++ b/src/postorius/tests/mailman_api_tests/test_generic_view.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2018-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_list_delete.py b/src/postorius/tests/mailman_api_tests/test_list_delete.py index f7af2afb..7bc8c552 100644 --- a/src/postorius/tests/mailman_api_tests/test_list_delete.py +++ b/src/postorius/tests/mailman_api_tests/test_list_delete.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2016-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2016-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_list_header_matches.py b/src/postorius/tests/mailman_api_tests/test_list_header_matches.py index 134ee537..3b309b60 100644 --- a/src/postorius/tests/mailman_api_tests/test_list_header_matches.py +++ b/src/postorius/tests/mailman_api_tests/test_list_header_matches.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2016-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2016-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_list_index.py b/src/postorius/tests/mailman_api_tests/test_list_index.py index 73514bc0..b5b0591c 100644 --- a/src/postorius/tests/mailman_api_tests/test_list_index.py +++ b/src/postorius/tests/mailman_api_tests/test_list_index.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_list_joinleave.py b/src/postorius/tests/mailman_api_tests/test_list_joinleave.py index ce98c0d5..579e351a 100644 --- a/src/postorius/tests/mailman_api_tests/test_list_joinleave.py +++ b/src/postorius/tests/mailman_api_tests/test_list_joinleave.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2021 by the Free Software Foundation, Inc. +# Copyright (C) 2021-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_list_member_options.py b/src/postorius/tests/mailman_api_tests/test_list_member_options.py index d0041f16..f7bc16ed 100644 --- a/src/postorius/tests/mailman_api_tests/test_list_member_options.py +++ b/src/postorius/tests/mailman_api_tests/test_list_member_options.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_list_members.py b/src/postorius/tests/mailman_api_tests/test_list_members.py index 456f850d..241aa4a0 100644 --- a/src/postorius/tests/mailman_api_tests/test_list_members.py +++ b/src/postorius/tests/mailman_api_tests/test_list_members.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_list_moderation.py b/src/postorius/tests/mailman_api_tests/test_list_moderation.py index 9914147b..3dc1ffee 100644 --- a/src/postorius/tests/mailman_api_tests/test_list_moderation.py +++ b/src/postorius/tests/mailman_api_tests/test_list_moderation.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2019-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_list_new.py b/src/postorius/tests/mailman_api_tests/test_list_new.py index 1e170e1f..f4baceea 100644 --- a/src/postorius/tests/mailman_api_tests/test_list_new.py +++ b/src/postorius/tests/mailman_api_tests/test_list_new.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_list_settings.py b/src/postorius/tests/mailman_api_tests/test_list_settings.py index 888282a7..7e7d3325 100644 --- a/src/postorius/tests/mailman_api_tests/test_list_settings.py +++ b/src/postorius/tests/mailman_api_tests/test_list_settings.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2016-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2016-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_list_summary.py b/src/postorius/tests/mailman_api_tests/test_list_summary.py index 6ff9ccdb..d7fe8cd1 100644 --- a/src/postorius/tests/mailman_api_tests/test_list_summary.py +++ b/src/postorius/tests/mailman_api_tests/test_list_summary.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_membership_helpers.py b/src/postorius/tests/mailman_api_tests/test_membership_helpers.py index 1528a49a..42d34372 100644 --- a/src/postorius/tests/mailman_api_tests/test_membership_helpers.py +++ b/src/postorius/tests/mailman_api_tests/test_membership_helpers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_middleware.py b/src/postorius/tests/mailman_api_tests/test_middleware.py index 58f4c594..39ed0181 100644 --- a/src/postorius/tests/mailman_api_tests/test_middleware.py +++ b/src/postorius/tests/mailman_api_tests/test_middleware.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_mixins.py b/src/postorius/tests/mailman_api_tests/test_mixins.py index 048bbe74..d8b9283c 100644 --- a/src/postorius/tests/mailman_api_tests/test_mixins.py +++ b/src/postorius/tests/mailman_api_tests/test_mixins.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2018-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_models.py b/src/postorius/tests/mailman_api_tests/test_models.py index 09230c3f..33c02fb6 100644 --- a/src/postorius/tests/mailman_api_tests/test_models.py +++ b/src/postorius/tests/mailman_api_tests/test_models.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_nav_helpers.py b/src/postorius/tests/mailman_api_tests/test_nav_helpers.py index 1ab5f81c..31267786 100644 --- a/src/postorius/tests/mailman_api_tests/test_nav_helpers.py +++ b/src/postorius/tests/mailman_api_tests/test_nav_helpers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2019-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_rest.py b/src/postorius/tests/mailman_api_tests/test_rest.py index 47cd98b2..23a7e0eb 100644 --- a/src/postorius/tests/mailman_api_tests/test_rest.py +++ b/src/postorius/tests/mailman_api_tests/test_rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_subscriptions.py b/src/postorius/tests/mailman_api_tests/test_subscriptions.py index 45304b04..9c476864 100644 --- a/src/postorius/tests/mailman_api_tests/test_subscriptions.py +++ b/src/postorius/tests/mailman_api_tests/test_subscriptions.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_system.py b/src/postorius/tests/mailman_api_tests/test_system.py index 0305ce0f..d33d3895 100644 --- a/src/postorius/tests/mailman_api_tests/test_system.py +++ b/src/postorius/tests/mailman_api_tests/test_system.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2018-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_template_view.py b/src/postorius/tests/mailman_api_tests/test_template_view.py index 6cd5bf18..042b8198 100644 --- a/src/postorius/tests/mailman_api_tests/test_template_view.py +++ b/src/postorius/tests/mailman_api_tests/test_template_view.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2018-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_user.py b/src/postorius/tests/mailman_api_tests/test_user.py index e706e5f2..98c3932c 100644 --- a/src/postorius/tests/mailman_api_tests/test_user.py +++ b/src/postorius/tests/mailman_api_tests/test_user.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2016-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2016-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_user_forms.py b/src/postorius/tests/mailman_api_tests/test_user_forms.py index 957fc740..d96409c1 100644 --- a/src/postorius/tests/mailman_api_tests/test_user_forms.py +++ b/src/postorius/tests/mailman_api_tests/test_user_forms.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2021 by the Free Software Foundation, Inc. +# Copyright (C) 2021-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/mailman_api_tests/test_utils.py b/src/postorius/tests/mailman_api_tests/test_utils.py index 3a2e07af..4f2cefe6 100644 --- a/src/postorius/tests/mailman_api_tests/test_utils.py +++ b/src/postorius/tests/mailman_api_tests/test_utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2021 by the Free Software Foundation, Inc. +# Copyright (C) 2021-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/test_auth_decorators.py b/src/postorius/tests/test_auth_decorators.py index 0546f32e..cf7b475d 100644 --- a/src/postorius/tests/test_auth_decorators.py +++ b/src/postorius/tests/test_auth_decorators.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/test_domain_forms.py b/src/postorius/tests/test_domain_forms.py index 900151eb..081bc007 100644 --- a/src/postorius/tests/test_domain_forms.py +++ b/src/postorius/tests/test_domain_forms.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/test_domain_view.py b/src/postorius/tests/test_domain_view.py index f2a1f013..de6b16d7 100644 --- a/src/postorius/tests/test_domain_view.py +++ b/src/postorius/tests/test_domain_view.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/test_error_pages.py b/src/postorius/tests/test_error_pages.py index c943cb0c..22f4852c 100644 --- a/src/postorius/tests/test_error_pages.py +++ b/src/postorius/tests/test_error_pages.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/test_list_forms.py b/src/postorius/tests/test_list_forms.py index 2ccc7ab4..beaae65d 100644 --- a/src/postorius/tests/test_list_forms.py +++ b/src/postorius/tests/test_list_forms.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/test_list_view.py b/src/postorius/tests/test_list_view.py index d34ac1a2..1bfcec51 100644 --- a/src/postorius/tests/test_list_view.py +++ b/src/postorius/tests/test_list_view.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/test_member_forms.py b/src/postorius/tests/test_member_forms.py index 043dd0d7..69d7b901 100644 --- a/src/postorius/tests/test_member_forms.py +++ b/src/postorius/tests/test_member_forms.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/test_migration.py b/src/postorius/tests/test_migration.py index 354f9619..dd9bc759 100644 --- a/src/postorius/tests/test_migration.py +++ b/src/postorius/tests/test_migration.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2018-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/test_templatetags.py b/src/postorius/tests/test_templatetags.py index fa8cfe3d..8105aca2 100644 --- a/src/postorius/tests/test_templatetags.py +++ b/src/postorius/tests/test_templatetags.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2019-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2019-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/test_urls.py b/src/postorius/tests/test_urls.py index bf547280..d1ae61e2 100644 --- a/src/postorius/tests/test_urls.py +++ b/src/postorius/tests/test_urls.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2016-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2016-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/test_user_forms.py b/src/postorius/tests/test_user_forms.py index 7375e65d..58d849b1 100644 --- a/src/postorius/tests/test_user_forms.py +++ b/src/postorius/tests/test_user_forms.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/test_utils.py b/src/postorius/tests/test_utils.py index b6217e8b..4d872c17 100644 --- a/src/postorius/tests/test_utils.py +++ b/src/postorius/tests/test_utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2017-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2017-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/tests/utils.py b/src/postorius/tests/utils.py index 0e1cf8b4..465507b7 100644 --- a/src/postorius/tests/utils.py +++ b/src/postorius/tests/utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2012-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/urls.py b/src/postorius/urls.py index 54508a5c..19c4e239 100644 --- a/src/postorius/urls.py +++ b/src/postorius/urls.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/utils.py b/src/postorius/utils.py index b8f5f28d..14cc6a1a 100644 --- a/src/postorius/utils.py +++ b/src/postorius/utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/views/domain.py b/src/postorius/views/domain.py index 03f7c038..e0c1512f 100644 --- a/src/postorius/views/domain.py +++ b/src/postorius/views/domain.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/views/generic.py b/src/postorius/views/generic.py index 72122ad5..e449409b 100644 --- a/src/postorius/views/generic.py +++ b/src/postorius/views/generic.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/views/list.py b/src/postorius/views/list.py index fbe824a9..ee1eab5f 100644 --- a/src/postorius/views/list.py +++ b/src/postorius/views/list.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/views/rest.py b/src/postorius/views/rest.py index 3f417781..0e9f370d 100644 --- a/src/postorius/views/rest.py +++ b/src/postorius/views/rest.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/views/system.py b/src/postorius/views/system.py index 7f13c55e..86390f30 100644 --- a/src/postorius/views/system.py +++ b/src/postorius/views/system.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2018-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/views/template.py b/src/postorius/views/template.py index a4aa44d3..be621495 100644 --- a/src/postorius/views/template.py +++ b/src/postorius/views/template.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2021 by the Free Software Foundation, Inc. +# Copyright (C) 2018-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/src/postorius/views/user.py b/src/postorius/views/user.py index 6a516c9e..91752588 100644 --- a/src/postorius/views/user.py +++ b/src/postorius/views/user.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 1998-2021 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/template.py b/template.py index d9279dea..13a06e39 100644 --- a/template.py +++ b/template.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2021 by the Free Software Foundation, Inc. +# Copyright (C) 2022 by the Free Software Foundation, Inc. # # This file is part of Postorius. # diff --git a/update-po.sh b/update-po.sh index a2538772..48305110 100755 --- a/update-po.sh +++ b/update-po.sh @@ -2,7 +2,7 @@ set -x -# Copyright (C) 2019-2021 by Mike Gabriel +# Copyright (C) 2019-2022 by the Free Software Foundation, Inc. # # This package is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- 2.11.4.GIT