From 94e9b6441ace1027968b4d782bf1e490984543d9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:55:26 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- ansible_collections/arista/cvp/README.md | 2 +- ansible_collections/arista/cvp/docs/build-md/doc.py | 2 +- ansible_collections/arista/cvp/docs/build-md/templates/md.j2 | 2 +- ansible_collections/arista/cvp/docs/contributing.md | 2 +- ansible_collections/arista/cvp/docs/faq/containers.md | 2 +- ansible_collections/arista/cvp/docs/faq/errors.md | 2 +- ansible_collections/arista/cvp/docs/getting-started.md | 2 +- .../arista/cvp/docs/how-to/cvp-authentication.md | 2 +- ansible_collections/arista/cvp/docs/how-to/debug.md | 2 +- .../arista/cvp/docs/installation/collection-installation.md | 2 +- .../arista/cvp/docs/installation/requirements.md | 2 +- .../arista/cvp/docs/modules/cv_change_control_v3.md | 2 +- ansible_collections/arista/cvp/docs/modules/cv_configlet.md | 2 +- ansible_collections/arista/cvp/docs/modules/cv_configlet_v3.md | 2 +- ansible_collections/arista/cvp/docs/modules/cv_container.md | 2 +- ansible_collections/arista/cvp/docs/modules/cv_container_v3.md | 2 +- ansible_collections/arista/cvp/docs/modules/cv_device.md | 2 +- ansible_collections/arista/cvp/docs/modules/cv_device_v3.md | 2 +- ansible_collections/arista/cvp/docs/modules/cv_facts.md | 2 +- ansible_collections/arista/cvp/docs/modules/cv_facts_v3.md | 2 +- ansible_collections/arista/cvp/docs/modules/cv_image_v3.md | 2 +- ansible_collections/arista/cvp/docs/modules/cv_tag_v3.md | 2 +- ansible_collections/arista/cvp/docs/modules/cv_task.md | 2 +- ansible_collections/arista/cvp/docs/modules/cv_task_v3.md | 2 +- ansible_collections/arista/cvp/docs/modules/cv_validate_v3.md | 2 +- ansible_collections/arista/cvp/docs/release-notes/v1.x.md | 2 +- ansible_collections/arista/cvp/docs/release-notes/v2.x.md | 2 +- ansible_collections/arista/cvp/docs/release-notes/v3.x.md | 2 +- .../arista/cvp/docs/schema/cv_change_control_v3.md | 2 +- ansible_collections/arista/cvp/docs/schema/cv_container_v3.md | 2 +- ansible_collections/arista/cvp/docs/schema/cv_device_v3.md | 2 +- ansible_collections/arista/cvp/docs/schema/cv_tag_v3.md | 2 +- ansible_collections/arista/cvp/docs/schema/cv_validate_v3.md | 2 +- .../arista/cvp/molecule/cv_device_v3/reconcile.py | 2 +- ansible_collections/arista/cvp/plugins/README.md | 2 +- .../arista/cvp/plugins/module_utils/change_tools.py | 2 +- .../arista/cvp/plugins/module_utils/configlet_tools.py | 2 +- .../arista/cvp/plugins/module_utils/container_tools.py | 2 +- .../arista/cvp/plugins/module_utils/device_tools.py | 2 +- .../arista/cvp/plugins/module_utils/facts_tools.py | 2 +- .../arista/cvp/plugins/module_utils/generic_tools.py | 2 +- .../arista/cvp/plugins/module_utils/image_tools.py | 2 +- ansible_collections/arista/cvp/plugins/module_utils/logger.py | 2 +- .../arista/cvp/plugins/module_utils/resources/api/fields.py | 2 +- .../arista/cvp/plugins/module_utils/resources/exceptions.py | 2 +- .../arista/cvp/plugins/module_utils/resources/modules/fields.py | 2 +- .../arista/cvp/plugins/module_utils/resources/schemas/v1.py | 2 +- .../arista/cvp/plugins/module_utils/resources/schemas/v3.py | 2 +- ansible_collections/arista/cvp/plugins/module_utils/response.py | 2 +- .../arista/cvp/plugins/module_utils/schema_v1.py | 2 +- .../arista/cvp/plugins/module_utils/tag_tools.py | 2 +- .../arista/cvp/plugins/module_utils/task_tools.py | 2 +- ansible_collections/arista/cvp/plugins/module_utils/tools.py | 2 +- ansible_collections/arista/cvp/plugins/module_utils/tools_cv.py | 2 +- .../arista/cvp/plugins/module_utils/tools_inventory.py | 2 +- .../arista/cvp/plugins/module_utils/tools_schema.py | 2 +- .../arista/cvp/plugins/module_utils/tools_tree.py | 2 +- .../arista/cvp/plugins/module_utils/validate_tools.py | 2 +- .../arista/cvp/plugins/modules/cv_change_control_v3.py | 2 +- ansible_collections/arista/cvp/plugins/modules/cv_configlet.py | 2 +- .../arista/cvp/plugins/modules/cv_configlet_v3.py | 2 +- ansible_collections/arista/cvp/plugins/modules/cv_container.py | 2 +- .../arista/cvp/plugins/modules/cv_container_v3.py | 2 +- ansible_collections/arista/cvp/plugins/modules/cv_device.py | 2 +- ansible_collections/arista/cvp/plugins/modules/cv_device_v3.py | 2 +- ansible_collections/arista/cvp/plugins/modules/cv_facts.py | 2 +- ansible_collections/arista/cvp/plugins/modules/cv_facts_v3.py | 2 +- ansible_collections/arista/cvp/plugins/modules/cv_image_v3.py | 2 +- ansible_collections/arista/cvp/plugins/modules/cv_tag_v3.py | 2 +- ansible_collections/arista/cvp/plugins/modules/cv_task.py | 2 +- ansible_collections/arista/cvp/plugins/modules/cv_task_v3.py | 2 +- .../arista/cvp/plugins/modules/cv_validate_v3.py | 2 +- ansible_collections/arista/cvp/roles/configlets_sync/README.md | 2 +- .../arista/cvp/roles/configlets_sync/handlers/main.yml | 2 +- .../arista/cvp/roles/configlets_sync/tasks/init.yml | 2 +- .../arista/cvp/roles/configlets_sync/tasks/main.yml | 2 +- .../arista/cvp/roles/configlets_sync/tasks/pull.yml | 2 +- .../arista/cvp/roles/configlets_sync/tasks/push.yml | 2 +- .../arista/cvp/roles/configlets_sync/tasks/sync.yml | 2 +- .../configlets_sync/templates/template.compare_configlets.j2 | 2 +- .../configlets_sync/templates/template.cvp.shared_configlets.j2 | 2 +- .../configlets_sync/templates/template.device_configlets.j2 | 2 +- .../configlets_sync/templates/template.shared_configlets.j2 | 2 +- .../arista/cvp/roles/dhcp_configuration/README.md | 2 +- .../arista/cvp/roles/dhcp_configuration/handlers/main.yml | 2 +- .../arista/cvp/roles/dhcp_configuration/tasks/fix-debian.yml | 2 +- .../arista/cvp/roles/dhcp_configuration/tasks/main.yml | 2 +- .../arista/cvp/roles/dhcp_configuration/tasks/offline.yml | 2 +- .../arista/cvp/roles/dhcp_configuration/tasks/online.yml | 2 +- .../arista/cvp/roles/dhcp_configuration/templates/dhcpd.conf.j2 | 2 +- contributing.md | 2 +- development/README.md | 2 +- tests/PR_testing/README.md | 2 +- tests/README.md | 2 +- tests/Unittest-README.md | 2 +- tests/data/container_tools_unit.py | 2 +- tests/data/device_tools_unit.py | 2 +- tests/data/facts_system_cvaas.py | 2 +- tests/data/facts_unit.py | 2 +- tests/data/image_unit.py | 2 +- tests/data/validate_tools_unit.py | 2 +- tests/lib/config.py | 2 +- tests/lib/cvaas_configlet.py | 2 +- tests/lib/helpers.py | 2 +- tests/lib/json_data.py | 2 +- tests/lib/mock.py | 2 +- tests/lib/mockMagic.py | 2 +- tests/lib/mock_ansible.py | 2 +- tests/lib/parametrize.py | 2 +- tests/lib/provisioner.py | 2 +- tests/lib/static_content.py | 2 +- tests/lib/utils.py | 2 +- tests/system/constants_data.py | 2 +- tests/system/test_cv_configlet.py | 2 +- tests/system/test_cv_container_tools.py | 2 +- tests/system/test_cv_device_tools.py | 2 +- tests/system/test_cv_device_tools_fqdn.py | 2 +- tests/system/test_cv_device_tools_generic.py | 2 +- tests/system/test_cv_device_tools_serial.py | 2 +- tests/system/test_cv_facts_tools.py | 2 +- tests/unit/conftest.py | 2 +- tests/unit/module_utils/test_validate_tools.py | 2 +- tests/unit/test_configlet_input.py | 2 +- tests/unit/test_container_inputs.py | 2 +- tests/unit/test_cv_container_tools.py | 2 +- tests/unit/test_cv_device_tools.py | 2 +- tests/unit/test_cv_facts_tools.py | 2 +- tests/unit/test_cv_image_tools.py | 2 +- tests/unit/test_cv_response.py | 2 +- tests/unit/test_device_element.py | 2 +- tests/unit/test_device_inventory.py | 2 +- tests/unit/test_json_schema.py | 2 +- tests/unit/test_tools_cv.py | 2 +- 134 files changed, 134 insertions(+), 134 deletions(-) diff --git a/README.md b/README.md index d5202a8a3..ddfabba57 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/README.md b/ansible_collections/arista/cvp/README.md index f7ee50496..745c1da93 100644 --- a/ansible_collections/arista/cvp/README.md +++ b/ansible_collections/arista/cvp/README.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/build-md/doc.py b/ansible_collections/arista/cvp/docs/build-md/doc.py index e9fae74bb..394b26d66 100644 --- a/ansible_collections/arista/cvp/docs/build-md/doc.py +++ b/ansible_collections/arista/cvp/docs/build-md/doc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. import os diff --git a/ansible_collections/arista/cvp/docs/build-md/templates/md.j2 b/ansible_collections/arista/cvp/docs/build-md/templates/md.j2 index ac10ef23f..f69c3f898 100644 --- a/ansible_collections/arista/cvp/docs/build-md/templates/md.j2 +++ b/ansible_collections/arista/cvp/docs/build-md/templates/md.j2 @@ -1,5 +1,5 @@ {# - Copyright (c) 2023 Arista Networks, Inc. + Copyright (c) 2023-2024 Arista Networks, Inc. Use of this source code is governed by the Apache License 2.0 that can be found in the LICENSE file. #} diff --git a/ansible_collections/arista/cvp/docs/contributing.md b/ansible_collections/arista/cvp/docs/contributing.md index c70ac87c3..a1023344c 100644 --- a/ansible_collections/arista/cvp/docs/contributing.md +++ b/ansible_collections/arista/cvp/docs/contributing.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/faq/containers.md b/ansible_collections/arista/cvp/docs/faq/containers.md index 79d7d3b80..8a92eecc0 100644 --- a/ansible_collections/arista/cvp/docs/faq/containers.md +++ b/ansible_collections/arista/cvp/docs/faq/containers.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/faq/errors.md b/ansible_collections/arista/cvp/docs/faq/errors.md index 67608b1aa..23cdb2d67 100644 --- a/ansible_collections/arista/cvp/docs/faq/errors.md +++ b/ansible_collections/arista/cvp/docs/faq/errors.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/getting-started.md b/ansible_collections/arista/cvp/docs/getting-started.md index 28db51e75..8a7e563b5 100644 --- a/ansible_collections/arista/cvp/docs/getting-started.md +++ b/ansible_collections/arista/cvp/docs/getting-started.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/how-to/cvp-authentication.md b/ansible_collections/arista/cvp/docs/how-to/cvp-authentication.md index 793a0f3df..600301f12 100644 --- a/ansible_collections/arista/cvp/docs/how-to/cvp-authentication.md +++ b/ansible_collections/arista/cvp/docs/how-to/cvp-authentication.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/how-to/debug.md b/ansible_collections/arista/cvp/docs/how-to/debug.md index c3383bbfa..d9344c747 100644 --- a/ansible_collections/arista/cvp/docs/how-to/debug.md +++ b/ansible_collections/arista/cvp/docs/how-to/debug.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/installation/collection-installation.md b/ansible_collections/arista/cvp/docs/installation/collection-installation.md index 9f7756245..6bff2e5fe 100644 --- a/ansible_collections/arista/cvp/docs/installation/collection-installation.md +++ b/ansible_collections/arista/cvp/docs/installation/collection-installation.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/installation/requirements.md b/ansible_collections/arista/cvp/docs/installation/requirements.md index 29ce10b6e..44324ccb0 100644 --- a/ansible_collections/arista/cvp/docs/installation/requirements.md +++ b/ansible_collections/arista/cvp/docs/installation/requirements.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_change_control_v3.md b/ansible_collections/arista/cvp/docs/modules/cv_change_control_v3.md index 026196cf2..5d7078ad9 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_change_control_v3.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_change_control_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_configlet.md b/ansible_collections/arista/cvp/docs/modules/cv_configlet.md index 27a4046c3..c36801b86 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_configlet.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_configlet.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_configlet_v3.md b/ansible_collections/arista/cvp/docs/modules/cv_configlet_v3.md index 5906662a1..228681372 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_configlet_v3.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_configlet_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_container.md b/ansible_collections/arista/cvp/docs/modules/cv_container.md index d4506d3f3..a59edb8ae 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_container.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_container.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_container_v3.md b/ansible_collections/arista/cvp/docs/modules/cv_container_v3.md index 6eefe79bc..61871381d 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_container_v3.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_container_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_device.md b/ansible_collections/arista/cvp/docs/modules/cv_device.md index 207f8a33b..1b26d1665 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_device.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_device.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_device_v3.md b/ansible_collections/arista/cvp/docs/modules/cv_device_v3.md index 2eeae38fa..b0fdc6fc3 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_device_v3.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_device_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_facts.md b/ansible_collections/arista/cvp/docs/modules/cv_facts.md index 44c2f7b6b..d97c6d675 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_facts.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_facts.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_facts_v3.md b/ansible_collections/arista/cvp/docs/modules/cv_facts_v3.md index aa140af24..9060e89c7 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_facts_v3.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_facts_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_image_v3.md b/ansible_collections/arista/cvp/docs/modules/cv_image_v3.md index 7b538076d..db31dc296 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_image_v3.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_image_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_tag_v3.md b/ansible_collections/arista/cvp/docs/modules/cv_tag_v3.md index 46fa0401b..1a2680466 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_tag_v3.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_tag_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_task.md b/ansible_collections/arista/cvp/docs/modules/cv_task.md index 00f69d512..bd2c4339e 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_task.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_task.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_task_v3.md b/ansible_collections/arista/cvp/docs/modules/cv_task_v3.md index 3623c76bf..687222b68 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_task_v3.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_task_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/modules/cv_validate_v3.md b/ansible_collections/arista/cvp/docs/modules/cv_validate_v3.md index 4b2fa7b8b..2c2ebf8a2 100644 --- a/ansible_collections/arista/cvp/docs/modules/cv_validate_v3.md +++ b/ansible_collections/arista/cvp/docs/modules/cv_validate_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/release-notes/v1.x.md b/ansible_collections/arista/cvp/docs/release-notes/v1.x.md index 2ee33dcb8..f7857b38c 100644 --- a/ansible_collections/arista/cvp/docs/release-notes/v1.x.md +++ b/ansible_collections/arista/cvp/docs/release-notes/v1.x.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/release-notes/v2.x.md b/ansible_collections/arista/cvp/docs/release-notes/v2.x.md index 658589752..0ad70b9c6 100644 --- a/ansible_collections/arista/cvp/docs/release-notes/v2.x.md +++ b/ansible_collections/arista/cvp/docs/release-notes/v2.x.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md index 7d9f35967..cc353d8d7 100644 --- a/ansible_collections/arista/cvp/docs/release-notes/v3.x.md +++ b/ansible_collections/arista/cvp/docs/release-notes/v3.x.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/schema/cv_change_control_v3.md b/ansible_collections/arista/cvp/docs/schema/cv_change_control_v3.md index 4d3812dc5..089e58525 100644 --- a/ansible_collections/arista/cvp/docs/schema/cv_change_control_v3.md +++ b/ansible_collections/arista/cvp/docs/schema/cv_change_control_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/schema/cv_container_v3.md b/ansible_collections/arista/cvp/docs/schema/cv_container_v3.md index 57c793007..ccdef2fdb 100644 --- a/ansible_collections/arista/cvp/docs/schema/cv_container_v3.md +++ b/ansible_collections/arista/cvp/docs/schema/cv_container_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/schema/cv_device_v3.md b/ansible_collections/arista/cvp/docs/schema/cv_device_v3.md index bfdc10ff9..b608d1b25 100644 --- a/ansible_collections/arista/cvp/docs/schema/cv_device_v3.md +++ b/ansible_collections/arista/cvp/docs/schema/cv_device_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/schema/cv_tag_v3.md b/ansible_collections/arista/cvp/docs/schema/cv_tag_v3.md index 20d16ac8d..ac2af0435 100644 --- a/ansible_collections/arista/cvp/docs/schema/cv_tag_v3.md +++ b/ansible_collections/arista/cvp/docs/schema/cv_tag_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/docs/schema/cv_validate_v3.md b/ansible_collections/arista/cvp/docs/schema/cv_validate_v3.md index 9fa9569f8..90d160b6b 100644 --- a/ansible_collections/arista/cvp/docs/schema/cv_validate_v3.md +++ b/ansible_collections/arista/cvp/docs/schema/cv_validate_v3.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/molecule/cv_device_v3/reconcile.py b/ansible_collections/arista/cvp/molecule/cv_device_v3/reconcile.py index 087975583..22de20ab0 100644 --- a/ansible_collections/arista/cvp/molecule/cv_device_v3/reconcile.py +++ b/ansible_collections/arista/cvp/molecule/cv_device_v3/reconcile.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. from cvprac.cvp_client import CvpClient diff --git a/ansible_collections/arista/cvp/plugins/README.md b/ansible_collections/arista/cvp/plugins/README.md index 8d8bd35fe..45223cedf 100644 --- a/ansible_collections/arista/cvp/plugins/README.md +++ b/ansible_collections/arista/cvp/plugins/README.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/plugins/module_utils/change_tools.py b/ansible_collections/arista/cvp/plugins/module_utils/change_tools.py index 768d92478..ae7e39fcb 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/change_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/change_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/configlet_tools.py b/ansible_collections/arista/cvp/plugins/module_utils/configlet_tools.py index 775c4516d..e0e3e4110 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/configlet_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/configlet_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/container_tools.py b/ansible_collections/arista/cvp/plugins/module_utils/container_tools.py index 0fc62c9ab..9f2275824 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/container_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/container_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/device_tools.py b/ansible_collections/arista/cvp/plugins/module_utils/device_tools.py index 3df8a055a..710ceddd2 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/device_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/device_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/facts_tools.py b/ansible_collections/arista/cvp/plugins/module_utils/facts_tools.py index 427f45baf..ab7dfdd90 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/facts_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/facts_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/generic_tools.py b/ansible_collections/arista/cvp/plugins/module_utils/generic_tools.py index 31654cc5d..bc142dd92 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/generic_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/generic_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/image_tools.py b/ansible_collections/arista/cvp/plugins/module_utils/image_tools.py index 11007980e..29d5035da 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/image_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/image_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/logger.py b/ansible_collections/arista/cvp/plugins/module_utils/logger.py index 7ea87a0b6..2126c6b46 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/logger.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/logger.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/resources/api/fields.py b/ansible_collections/arista/cvp/plugins/module_utils/resources/api/fields.py index 3aaeae2ae..fc495e3f6 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/resources/api/fields.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/resources/api/fields.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/resources/exceptions.py b/ansible_collections/arista/cvp/plugins/module_utils/resources/exceptions.py index 002ebe159..b90389523 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/resources/exceptions.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/resources/exceptions.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/resources/modules/fields.py b/ansible_collections/arista/cvp/plugins/module_utils/resources/modules/fields.py index 1807379fe..f78b61a16 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/resources/modules/fields.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/resources/modules/fields.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/resources/schemas/v1.py b/ansible_collections/arista/cvp/plugins/module_utils/resources/schemas/v1.py index 043f35af0..d3e9c5294 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/resources/schemas/v1.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/resources/schemas/v1.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/resources/schemas/v3.py b/ansible_collections/arista/cvp/plugins/module_utils/resources/schemas/v3.py index 23b6c46a8..6569a40df 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/resources/schemas/v3.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/resources/schemas/v3.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/response.py b/ansible_collections/arista/cvp/plugins/module_utils/response.py index 16bd5dc03..91f2c36d4 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/response.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/response.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/schema_v1.py b/ansible_collections/arista/cvp/plugins/module_utils/schema_v1.py index 2d79f4270..ddcb600e1 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/schema_v1.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/schema_v1.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/tag_tools.py b/ansible_collections/arista/cvp/plugins/module_utils/tag_tools.py index 13acf7de2..9adf6a24b 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/tag_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/tag_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/task_tools.py b/ansible_collections/arista/cvp/plugins/module_utils/task_tools.py index c338833d5..f02374ccd 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/task_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/task_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/tools.py b/ansible_collections/arista/cvp/plugins/module_utils/tools.py index 7d2fa4bf9..a1eaf31ac 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/tools.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/tools_cv.py b/ansible_collections/arista/cvp/plugins/module_utils/tools_cv.py index fe047b94d..c031474a9 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/tools_cv.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/tools_cv.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/tools_inventory.py b/ansible_collections/arista/cvp/plugins/module_utils/tools_inventory.py index f0e0ff7b3..ca77bfa04 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/tools_inventory.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/tools_inventory.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/tools_schema.py b/ansible_collections/arista/cvp/plugins/module_utils/tools_schema.py index 5a12b166d..a92a133cc 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/tools_schema.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/tools_schema.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/tools_tree.py b/ansible_collections/arista/cvp/plugins/module_utils/tools_tree.py index 4e5e591fb..c77b3f88d 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/tools_tree.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/tools_tree.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/module_utils/validate_tools.py b/ansible_collections/arista/cvp/plugins/module_utils/validate_tools.py index 756cb3313..4aa3b851e 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/validate_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/validate_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_change_control_v3.py b/ansible_collections/arista/cvp/plugins/modules/cv_change_control_v3.py index 472bd78f5..06659ae32 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_change_control_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_change_control_v3.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_configlet.py b/ansible_collections/arista/cvp/plugins/modules/cv_configlet.py index d5dcb2f68..8ea8c602c 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_configlet.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_configlet.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_configlet_v3.py b/ansible_collections/arista/cvp/plugins/modules/cv_configlet_v3.py index dc13c0e19..5800d1cf0 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_configlet_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_configlet_v3.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_container.py b/ansible_collections/arista/cvp/plugins/modules/cv_container.py index 456421903..dfd9a0320 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_container.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_container.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_container_v3.py b/ansible_collections/arista/cvp/plugins/modules/cv_container_v3.py index bad23fc8c..9da92fdfe 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_container_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_container_v3.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_device.py b/ansible_collections/arista/cvp/plugins/modules/cv_device.py index 4e71f9e69..e742f96f7 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_device.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_device.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_device_v3.py b/ansible_collections/arista/cvp/plugins/modules/cv_device_v3.py index 5a6b5639d..ff3aea1a5 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_device_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_device_v3.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_facts.py b/ansible_collections/arista/cvp/plugins/modules/cv_facts.py index f1eec9abc..79397f12f 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_facts.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_facts.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # pylint: skip-file diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_facts_v3.py b/ansible_collections/arista/cvp/plugins/modules/cv_facts_v3.py index 92a3cb8c7..ceb52aa37 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_facts_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_facts_v3.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_image_v3.py b/ansible_collections/arista/cvp/plugins/modules/cv_image_v3.py index 319b2ad41..89a1c5617 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_image_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_image_v3.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_tag_v3.py b/ansible_collections/arista/cvp/plugins/modules/cv_tag_v3.py index 7334f5a37..c164d9699 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_tag_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_tag_v3.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_task.py b/ansible_collections/arista/cvp/plugins/modules/cv_task.py index 820f6139c..334940ef6 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_task.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_task.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_task_v3.py b/ansible_collections/arista/cvp/plugins/modules/cv_task_v3.py index 5417ce96b..b17ff09d2 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_task_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_task_v3.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_validate_v3.py b/ansible_collections/arista/cvp/plugins/modules/cv_validate_v3.py index 1461c2f9d..2e43f56e0 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_validate_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_validate_v3.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/ansible_collections/arista/cvp/roles/configlets_sync/README.md b/ansible_collections/arista/cvp/roles/configlets_sync/README.md index 743d10dc5..4cb2d8a8b 100644 --- a/ansible_collections/arista/cvp/roles/configlets_sync/README.md +++ b/ansible_collections/arista/cvp/roles/configlets_sync/README.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/roles/configlets_sync/handlers/main.yml b/ansible_collections/arista/cvp/roles/configlets_sync/handlers/main.yml index b45db1eb8..3df7c6bf6 100644 --- a/ansible_collections/arista/cvp/roles/configlets_sync/handlers/main.yml +++ b/ansible_collections/arista/cvp/roles/configlets_sync/handlers/main.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. --- diff --git a/ansible_collections/arista/cvp/roles/configlets_sync/tasks/init.yml b/ansible_collections/arista/cvp/roles/configlets_sync/tasks/init.yml index 4fad476d8..df542f9c2 100644 --- a/ansible_collections/arista/cvp/roles/configlets_sync/tasks/init.yml +++ b/ansible_collections/arista/cvp/roles/configlets_sync/tasks/init.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. --- diff --git a/ansible_collections/arista/cvp/roles/configlets_sync/tasks/main.yml b/ansible_collections/arista/cvp/roles/configlets_sync/tasks/main.yml index a113c192d..a386ff7bf 100644 --- a/ansible_collections/arista/cvp/roles/configlets_sync/tasks/main.yml +++ b/ansible_collections/arista/cvp/roles/configlets_sync/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. --- diff --git a/ansible_collections/arista/cvp/roles/configlets_sync/tasks/pull.yml b/ansible_collections/arista/cvp/roles/configlets_sync/tasks/pull.yml index 06c760bb8..3e829a22d 100644 --- a/ansible_collections/arista/cvp/roles/configlets_sync/tasks/pull.yml +++ b/ansible_collections/arista/cvp/roles/configlets_sync/tasks/pull.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. --- diff --git a/ansible_collections/arista/cvp/roles/configlets_sync/tasks/push.yml b/ansible_collections/arista/cvp/roles/configlets_sync/tasks/push.yml index 8f26e2c52..22c24504e 100644 --- a/ansible_collections/arista/cvp/roles/configlets_sync/tasks/push.yml +++ b/ansible_collections/arista/cvp/roles/configlets_sync/tasks/push.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. --- diff --git a/ansible_collections/arista/cvp/roles/configlets_sync/tasks/sync.yml b/ansible_collections/arista/cvp/roles/configlets_sync/tasks/sync.yml index 46a077756..d45a55828 100644 --- a/ansible_collections/arista/cvp/roles/configlets_sync/tasks/sync.yml +++ b/ansible_collections/arista/cvp/roles/configlets_sync/tasks/sync.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # Run everything if user set action=sync diff --git a/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.compare_configlets.j2 b/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.compare_configlets.j2 index d4246d604..a7d8a60bd 100644 --- a/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.compare_configlets.j2 +++ b/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.compare_configlets.j2 @@ -1,5 +1,5 @@ {# - Copyright (c) 2023 Arista Networks, Inc. + Copyright (c) 2023-2024 Arista Networks, Inc. Use of this source code is governed by the Apache License 2.0 that can be found in the LICENSE file. #} diff --git a/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.cvp.shared_configlets.j2 b/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.cvp.shared_configlets.j2 index 17d3db701..829299c3f 100644 --- a/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.cvp.shared_configlets.j2 +++ b/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.cvp.shared_configlets.j2 @@ -1,5 +1,5 @@ {# - Copyright (c) 2023 Arista Networks, Inc. + Copyright (c) 2023-2024 Arista Networks, Inc. Use of this source code is governed by the Apache License 2.0 that can be found in the LICENSE file. #} diff --git a/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.device_configlets.j2 b/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.device_configlets.j2 index 865a599e6..20d5cb560 100644 --- a/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.device_configlets.j2 +++ b/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.device_configlets.j2 @@ -1,5 +1,5 @@ {# - Copyright (c) 2023 Arista Networks, Inc. + Copyright (c) 2023-2024 Arista Networks, Inc. Use of this source code is governed by the Apache License 2.0 that can be found in the LICENSE file. #} diff --git a/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.shared_configlets.j2 b/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.shared_configlets.j2 index 264155d91..470e9db75 100644 --- a/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.shared_configlets.j2 +++ b/ansible_collections/arista/cvp/roles/configlets_sync/templates/template.shared_configlets.j2 @@ -1,5 +1,5 @@ {# - Copyright (c) 2023 Arista Networks, Inc. + Copyright (c) 2023-2024 Arista Networks, Inc. Use of this source code is governed by the Apache License 2.0 that can be found in the LICENSE file. #} diff --git a/ansible_collections/arista/cvp/roles/dhcp_configuration/README.md b/ansible_collections/arista/cvp/roles/dhcp_configuration/README.md index d8c9302ad..384cc1d7f 100644 --- a/ansible_collections/arista/cvp/roles/dhcp_configuration/README.md +++ b/ansible_collections/arista/cvp/roles/dhcp_configuration/README.md @@ -1,5 +1,5 @@ diff --git a/ansible_collections/arista/cvp/roles/dhcp_configuration/handlers/main.yml b/ansible_collections/arista/cvp/roles/dhcp_configuration/handlers/main.yml index eb7085572..bfbf0ccd5 100644 --- a/ansible_collections/arista/cvp/roles/dhcp_configuration/handlers/main.yml +++ b/ansible_collections/arista/cvp/roles/dhcp_configuration/handlers/main.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. --- diff --git a/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/fix-debian.yml b/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/fix-debian.yml index 01c9314ba..c88b81446 100644 --- a/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/fix-debian.yml +++ b/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/fix-debian.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. --- diff --git a/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/main.yml b/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/main.yml index 5fabb7d20..a0c6ab9a9 100644 --- a/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/main.yml +++ b/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. --- diff --git a/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/offline.yml b/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/offline.yml index b2b4fe505..185607e32 100644 --- a/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/offline.yml +++ b/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/offline.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. --- diff --git a/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/online.yml b/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/online.yml index 3a19171ef..d431f38a1 100644 --- a/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/online.yml +++ b/ansible_collections/arista/cvp/roles/dhcp_configuration/tasks/online.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. --- diff --git a/ansible_collections/arista/cvp/roles/dhcp_configuration/templates/dhcpd.conf.j2 b/ansible_collections/arista/cvp/roles/dhcp_configuration/templates/dhcpd.conf.j2 index 4b2b7a079..2ef93ddc8 100644 --- a/ansible_collections/arista/cvp/roles/dhcp_configuration/templates/dhcpd.conf.j2 +++ b/ansible_collections/arista/cvp/roles/dhcp_configuration/templates/dhcpd.conf.j2 @@ -1,6 +1,6 @@ {# - Copyright (c) 2023 Arista Networks, Inc. + Copyright (c) 2023-2024 Arista Networks, Inc. Use of this source code is governed by the Apache License 2.0 that can be found in the LICENSE file. #} diff --git a/contributing.md b/contributing.md index c70ac87c3..a1023344c 100644 --- a/contributing.md +++ b/contributing.md @@ -1,5 +1,5 @@ diff --git a/development/README.md b/development/README.md index 94aeebf80..c360cc10d 100644 --- a/development/README.md +++ b/development/README.md @@ -1,5 +1,5 @@ diff --git a/tests/PR_testing/README.md b/tests/PR_testing/README.md index c555e0db5..1793608b8 100644 --- a/tests/PR_testing/README.md +++ b/tests/PR_testing/README.md @@ -1,5 +1,5 @@ diff --git a/tests/README.md b/tests/README.md index df4d06742..d2c7de385 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,5 +1,5 @@ diff --git a/tests/Unittest-README.md b/tests/Unittest-README.md index bd010cea7..5632badf1 100644 --- a/tests/Unittest-README.md +++ b/tests/Unittest-README.md @@ -1,5 +1,5 @@ diff --git a/tests/data/container_tools_unit.py b/tests/data/container_tools_unit.py index ce41d2e81..98a58d95d 100644 --- a/tests/data/container_tools_unit.py +++ b/tests/data/container_tools_unit.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/data/device_tools_unit.py b/tests/data/device_tools_unit.py index c9f8b5057..afcb7b21b 100644 --- a/tests/data/device_tools_unit.py +++ b/tests/data/device_tools_unit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # mock data from CVP version 2022.1.1 diff --git a/tests/data/facts_system_cvaas.py b/tests/data/facts_system_cvaas.py index 8a788e84c..d34f04e6b 100644 --- a/tests/data/facts_system_cvaas.py +++ b/tests/data/facts_system_cvaas.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/data/facts_unit.py b/tests/data/facts_unit.py index 9d7957c5f..e3c8ebb26 100644 --- a/tests/data/facts_unit.py +++ b/tests/data/facts_unit.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/data/image_unit.py b/tests/data/image_unit.py index 794779e69..9a613c279 100644 --- a/tests/data/image_unit.py +++ b/tests/data/image_unit.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/data/validate_tools_unit.py b/tests/data/validate_tools_unit.py index a63b8bede..e93747689 100644 --- a/tests/data/validate_tools_unit.py +++ b/tests/data/validate_tools_unit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # error configlet diff --git a/tests/lib/config.py b/tests/lib/config.py index c6cd73dd6..a7b47f050 100644 --- a/tests/lib/config.py +++ b/tests/lib/config.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/lib/cvaas_configlet.py b/tests/lib/cvaas_configlet.py index 89a6359dd..5fde54404 100644 --- a/tests/lib/cvaas_configlet.py +++ b/tests/lib/cvaas_configlet.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/lib/helpers.py b/tests/lib/helpers.py index 86f364d53..c2d54ad9a 100644 --- a/tests/lib/helpers.py +++ b/tests/lib/helpers.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/lib/json_data.py b/tests/lib/json_data.py index 9805a68b6..45da4dc13 100644 --- a/tests/lib/json_data.py +++ b/tests/lib/json_data.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/lib/mock.py b/tests/lib/mock.py index 17a9cb739..317bcc843 100644 --- a/tests/lib/mock.py +++ b/tests/lib/mock.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/lib/mockMagic.py b/tests/lib/mockMagic.py index 141a69533..9da70fc5a 100644 --- a/tests/lib/mockMagic.py +++ b/tests/lib/mockMagic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. from tests.data.device_tools_unit import (image_bundle, device_data) diff --git a/tests/lib/mock_ansible.py b/tests/lib/mock_ansible.py index cc07deeb8..4faa72379 100644 --- a/tests/lib/mock_ansible.py +++ b/tests/lib/mock_ansible.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/lib/parametrize.py b/tests/lib/parametrize.py index 6f48569f0..c71ac0d6b 100644 --- a/tests/lib/parametrize.py +++ b/tests/lib/parametrize.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/lib/provisioner.py b/tests/lib/provisioner.py index 41eaf134b..135afad67 100644 --- a/tests/lib/provisioner.py +++ b/tests/lib/provisioner.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/lib/static_content.py b/tests/lib/static_content.py index c360d1125..c9002559d 100644 --- a/tests/lib/static_content.py +++ b/tests/lib/static_content.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/lib/utils.py b/tests/lib/utils.py index e35e10eca..8da1d65b4 100644 --- a/tests/lib/utils.py +++ b/tests/lib/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/system/constants_data.py b/tests/system/constants_data.py index 54578328b..d24dd2b28 100644 --- a/tests/system/constants_data.py +++ b/tests/system/constants_data.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/system/test_cv_configlet.py b/tests/system/test_cv_configlet.py index 57dca33e4..4df59fbcf 100644 --- a/tests/system/test_cv_configlet.py +++ b/tests/system/test_cv_configlet.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/system/test_cv_container_tools.py b/tests/system/test_cv_container_tools.py index 72772145a..ee40fe5a4 100644 --- a/tests/system/test_cv_container_tools.py +++ b/tests/system/test_cv_container_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/system/test_cv_device_tools.py b/tests/system/test_cv_device_tools.py index d43c68ca7..77ce1f554 100644 --- a/tests/system/test_cv_device_tools.py +++ b/tests/system/test_cv_device_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/system/test_cv_device_tools_fqdn.py b/tests/system/test_cv_device_tools_fqdn.py index 9d080679d..a442fe28b 100644 --- a/tests/system/test_cv_device_tools_fqdn.py +++ b/tests/system/test_cv_device_tools_fqdn.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/system/test_cv_device_tools_generic.py b/tests/system/test_cv_device_tools_generic.py index bdc56da67..1c3885400 100644 --- a/tests/system/test_cv_device_tools_generic.py +++ b/tests/system/test_cv_device_tools_generic.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/system/test_cv_device_tools_serial.py b/tests/system/test_cv_device_tools_serial.py index 8e1e24b37..cb41d7cc8 100644 --- a/tests/system/test_cv_device_tools_serial.py +++ b/tests/system/test_cv_device_tools_serial.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/system/test_cv_facts_tools.py b/tests/system/test_cv_facts_tools.py index 49fa95e6e..0c8a6caee 100644 --- a/tests/system/test_cv_facts_tools.py +++ b/tests/system/test_cv_facts_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index 2f99feed5..8ee2b23af 100644 --- a/tests/unit/conftest.py +++ b/tests/unit/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. from unittest.mock import create_autospec diff --git a/tests/unit/module_utils/test_validate_tools.py b/tests/unit/module_utils/test_validate_tools.py index af1ee3b00..8fdcff117 100644 --- a/tests/unit/module_utils/test_validate_tools.py +++ b/tests/unit/module_utils/test_validate_tools.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. from unittest.mock import call diff --git a/tests/unit/test_configlet_input.py b/tests/unit/test_configlet_input.py index d813a8076..cc8c9f255 100644 --- a/tests/unit/test_configlet_input.py +++ b/tests/unit/test_configlet_input.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/unit/test_container_inputs.py b/tests/unit/test_container_inputs.py index d2c4c4979..a0ebd4895 100644 --- a/tests/unit/test_container_inputs.py +++ b/tests/unit/test_container_inputs.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/unit/test_cv_container_tools.py b/tests/unit/test_cv_container_tools.py index df2021287..183ec0764 100644 --- a/tests/unit/test_cv_container_tools.py +++ b/tests/unit/test_cv_container_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/unit/test_cv_device_tools.py b/tests/unit/test_cv_device_tools.py index f976f8df9..5dbefbfa9 100644 --- a/tests/unit/test_cv_device_tools.py +++ b/tests/unit/test_cv_device_tools.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. from unittest.mock import call diff --git a/tests/unit/test_cv_facts_tools.py b/tests/unit/test_cv_facts_tools.py index de8275256..3b971d6a5 100644 --- a/tests/unit/test_cv_facts_tools.py +++ b/tests/unit/test_cv_facts_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/unit/test_cv_image_tools.py b/tests/unit/test_cv_image_tools.py index 9487c29a4..a3314e43f 100644 --- a/tests/unit/test_cv_image_tools.py +++ b/tests/unit/test_cv_image_tools.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/unit/test_cv_response.py b/tests/unit/test_cv_response.py index ce08ad5c3..6d334a902 100644 --- a/tests/unit/test_cv_response.py +++ b/tests/unit/test_cv_response.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/unit/test_device_element.py b/tests/unit/test_device_element.py index 8f1d4768a..6e35a438c 100644 --- a/tests/unit/test_device_element.py +++ b/tests/unit/test_device_element.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/unit/test_device_inventory.py b/tests/unit/test_device_inventory.py index 136f721bc..a7c082343 100644 --- a/tests/unit/test_device_inventory.py +++ b/tests/unit/test_device_inventory.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/unit/test_json_schema.py b/tests/unit/test_json_schema.py index 6eae5feb3..dfa0ab0f6 100644 --- a/tests/unit/test_json_schema.py +++ b/tests/unit/test_json_schema.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*- diff --git a/tests/unit/test_tools_cv.py b/tests/unit/test_tools_cv.py index b98e687d1..24deae1be 100644 --- a/tests/unit/test_tools_cv.py +++ b/tests/unit/test_tools_cv.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # coding: utf-8 -*-