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 9dc928235..775c4516d 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/configlet_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/configlet_tools.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type 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 37ca428bb..c8d708712 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/container_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/container_tools.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type 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 f64d61b9a..3329831bf 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/device_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/device_tools.py @@ -6,20 +6,7 @@ # pylint: disable=logging-format-interpolation # flake8: noqa: W1202 # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import absolute_import, division, print_function 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 140f8f260..31654cc5d 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/generic_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/generic_tools.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/ansible_collections/arista/cvp/plugins/module_utils/logger.py b/ansible_collections/arista/cvp/plugins/module_utils/logger.py index 281dc5402..7ea87a0b6 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/logger.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/logger.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type 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 e7b34f1f7..002ebe159 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/resources/exceptions.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/resources/exceptions.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type 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 8157353f6..23b6c46a8 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 @@ -7,20 +7,7 @@ # pylint: disable = duplicate-code # flake8: noqa: R0801 # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/ansible_collections/arista/cvp/plugins/module_utils/response.py b/ansible_collections/arista/cvp/plugins/module_utils/response.py index d2a6da8db..16bd5dc03 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/response.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/response.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type 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 b6d475022..2d79f4270 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/schema_v1.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/schema_v1.py @@ -7,20 +7,7 @@ # pylint: disable = duplicate-code # flake8: noqa: R0801 # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type 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 b7ffc334a..3431977f2 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/tag_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/tag_tools.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type 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 11aceaf6b..c96e4685d 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/task_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/task_tools.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/ansible_collections/arista/cvp/plugins/module_utils/tools.py b/ansible_collections/arista/cvp/plugins/module_utils/tools.py index 7c4ec5b40..f1f325931 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/tools.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) 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 da32c82fd..31f011c45 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/tools_cv.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/tools_cv.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) 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 68c72bac2..f0e0ff7b3 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/tools_inventory.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/tools_inventory.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type 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 51b912961..5a12b166d 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/tools_schema.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/tools_schema.py @@ -7,20 +7,7 @@ # pylint: disable = duplicate-code # flake8: noqa: R0801 # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type 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 df1bf5b06..bdeea5fdd 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/tools_tree.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/tools_tree.py @@ -5,20 +5,7 @@ # coding: utf-8 -*- # pylint: disable=bare-except # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) 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 b09227cbe..756cb3313 100644 --- a/ansible_collections/arista/cvp/plugins/module_utils/validate_tools.py +++ b/ansible_collections/arista/cvp/plugins/module_utils/validate_tools.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type 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 1ae14e462..64715ba80 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 @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import absolute_import, division, print_function diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_configlet.py b/ansible_collections/arista/cvp/plugins/modules/cv_configlet.py index d5dd87293..530168760 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_configlet.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_configlet.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import absolute_import, division, print_function 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 1d657d06f..6685a8f63 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_configlet_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_configlet_v3.py @@ -7,20 +7,7 @@ # pylint: disable=dangerous-default-value # flake8: noqa: W503 # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_container.py b/ansible_collections/arista/cvp/plugins/modules/cv_container.py index b81ef48c0..f47e3cb0f 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_container.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_container.py @@ -7,20 +7,7 @@ # pylint: disable=logging-format-interpolation # flake8: noqa: W1202 # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import absolute_import, division, print_function __metaclass__ = type 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 c57308b38..6a0308647 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_container_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_container_v3.py @@ -11,20 +11,7 @@ # pylint: disable = duplicate-code # flake8: noqa: R0801 # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_device.py b/ansible_collections/arista/cvp/plugins/modules/cv_device.py index 76bf720db..8cc9b3496 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_device.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_device.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import absolute_import, division, print_function __metaclass__ = type 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 b66a43a95..c28b81f03 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_device_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_device_v3.py @@ -7,20 +7,7 @@ # pylint: disable=dangerous-default-value # flake8: noqa: W503 # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_facts.py b/ansible_collections/arista/cvp/plugins/modules/cv_facts.py index 118c836f9..4ce16e58a 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_facts.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_facts.py @@ -5,20 +5,7 @@ # pylint: skip-file # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import absolute_import, division, print_function 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 29df8ddf3..04fae3145 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_image_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_image_v3.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import absolute_import, division, print_function 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 4ac247c19..c2e9daa70 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_tag_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_tag_v3.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + # Required by Ansible and CVP from __future__ import absolute_import, division, print_function diff --git a/ansible_collections/arista/cvp/plugins/modules/cv_task.py b/ansible_collections/arista/cvp/plugins/modules/cv_task.py index 13c8632ea..afd4e2e1b 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_task.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_task.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import absolute_import, division, print_function 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 7842aa599..4c639476d 100644 --- a/ansible_collections/arista/cvp/plugins/modules/cv_task_v3.py +++ b/ansible_collections/arista/cvp/plugins/modules/cv_task_v3.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from __future__ import absolute_import, division, print_function diff --git a/tests/data/container_tools_unit.py b/tests/data/container_tools_unit.py index a0481c2bd..ce41d2e81 100644 --- a/tests/data/container_tools_unit.py +++ b/tests/data/container_tools_unit.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from ansible_collections.arista.cvp.plugins.module_utils.container_tools import ContainerInput import pytest diff --git a/tests/data/image_unit.py b/tests/data/image_unit.py index 8bc52656f..794779e69 100644 --- a/tests/data/image_unit.py +++ b/tests/data/image_unit.py @@ -4,20 +4,7 @@ # that can be found in the LICENSE file. # coding: utf-8 -*- # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + CV_IMAGES_PAYLOADS = [ diff --git a/tests/lib/cvaas_configlet.py b/tests/lib/cvaas_configlet.py index 8c9aa8af6..89a6359dd 100644 --- a/tests/lib/cvaas_configlet.py +++ b/tests/lib/cvaas_configlet.py @@ -7,20 +7,7 @@ # pylint: disable = duplicate-code # flake8: noqa: R0801 # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + from .static_content import CONFIGLET_CONTENT diff --git a/tests/lib/helpers.py b/tests/lib/helpers.py index 8a308568f..86f364d53 100644 --- a/tests/lib/helpers.py +++ b/tests/lib/helpers.py @@ -7,20 +7,7 @@ # pylint: disable = duplicate-code # flake8: noqa: R0801 # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + import sys import os diff --git a/tests/lib/json_data.py b/tests/lib/json_data.py index 6b4631ec6..9805a68b6 100644 --- a/tests/lib/json_data.py +++ b/tests/lib/json_data.py @@ -7,20 +7,7 @@ # pylint: disable = duplicate-code # flake8: noqa: R0801 # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + """ json_data.py - Declares & initializes the variables and mock data used in the testcases. diff --git a/tests/lib/static_content.py b/tests/lib/static_content.py index 026c5f556..c360d1125 100644 --- a/tests/lib/static_content.py +++ b/tests/lib/static_content.py @@ -7,20 +7,7 @@ # pylint: disable = duplicate-code # flake8: noqa: R0801 # -# Copyright 2019 Arista Networks -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# + """ cvaas_content - Generic data to load in different tests.