diff --git a/anta/settings.py b/anta/settings.py index 091ce8ee8..4f7d7ff1f 100644 --- a/anta/settings.py +++ b/anta/settings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024 Arista Networks, Inc. +# Copyright (c) 2023-2025 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Settings for ANTA.""" diff --git a/docs/advanced_usages/scaling.md b/docs/advanced_usages/scaling.md index be1fab906..bed349c73 100644 --- a/docs/advanced_usages/scaling.md +++ b/docs/advanced_usages/scaling.md @@ -1,5 +1,5 @@ diff --git a/tests/units/cli/test_utils.py b/tests/units/cli/test_utils.py index b4874c592..0c483d6b1 100644 --- a/tests/units/cli/test_utils.py +++ b/tests/units/cli/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024 Arista Networks, Inc. +# Copyright (c) 2023-2025 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Tests for anta.cli.utils.""" diff --git a/tests/units/test_settings.py b/tests/units/test_settings.py index f919d3556..613e26deb 100644 --- a/tests/units/test_settings.py +++ b/tests/units/test_settings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024 Arista Networks, Inc. +# Copyright (c) 2023-2025 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Unit tests for the anta.settings module."""