diff --git a/lib/ansible/module_utils/network/enos/enos.py b/lib/ansible/module_utils/network/enos/enos.py index 0ab41597d08..3fbb789213f 100644 --- a/lib/ansible/module_utils/network/enos/enos.py +++ b/lib/ansible/module_utils/network/enos/enos.py @@ -4,7 +4,7 @@ # Ansible still belong to the author of the module, and may assign their own # license to the complete work. # -# Copyright (C) 2017 Lenovo, Inc. +# Copyright (C) 2017 Lenovo. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/lib/ansible/modules/network/enos/enos_command.py b/lib/ansible/modules/network/enos/enos_command.py index c559e6bc04f..e79b145bb80 100644 --- a/lib/ansible/modules/network/enos/enos_command.py +++ b/lib/ansible/modules/network/enos/enos_command.py @@ -1,8 +1,13 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- # -# Copyright (C) 2017 Lenovo, Inc. +# Copyright (C) 2017 Lenovo. # GNU General Public License v3.0+ # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# +# Module to execute ENOS Commands on Lenovo Switches. +# Lenovo Networking +# from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/lib/ansible/modules/network/enos/enos_config.py b/lib/ansible/modules/network/enos/enos_config.py index 2271d39c319..8afb575043f 100644 --- a/lib/ansible/modules/network/enos/enos_config.py +++ b/lib/ansible/modules/network/enos/enos_config.py @@ -1,8 +1,13 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- # -# Copyright (C) 2017 Lenovo, Inc. +# Copyright (C) 2017 Lenovo. # GNU General Public License v3.0+ # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# +# Module to configure Lenovo Switches. +# Lenovo Networking +# from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/lib/ansible/modules/network/enos/enos_facts.py b/lib/ansible/modules/network/enos/enos_facts.py index b9072b5c616..133d42f22dc 100644 --- a/lib/ansible/modules/network/enos/enos_facts.py +++ b/lib/ansible/modules/network/enos/enos_facts.py @@ -1,28 +1,17 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -from __future__ import absolute_import, division, print_function -__metaclass__ = type # -# Copyright (C) 2017 Lenovo, Inc. +# Copyright (C) 2017 Lenovo. +# GNU General Public License v3.0+ +# (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # -# This file is part of Ansible -# -# Ansible is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Ansible is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Ansible. If not, see . # # Module to Collect facts from Lenovo Switches running Lenovo ENOS commands # Lenovo Networking # +from __future__ import absolute_import, division, print_function +__metaclass__ = type + ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], diff --git a/lib/ansible/plugins/action/enos_config.py b/lib/ansible/plugins/action/enos_config.py index b7080c6e60b..21dbe7261cb 100644 --- a/lib/ansible/plugins/action/enos_config.py +++ b/lib/ansible/plugins/action/enos_config.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2017 Lenovo, Inc. +# Copyright (C) 2017 Lenovo. # All rights reserved. # # This file is part of Ansible diff --git a/lib/ansible/plugins/terminal/enos.py b/lib/ansible/plugins/terminal/enos.py index 16f8ac7d97b..4d269a817ca 100644 --- a/lib/ansible/plugins/terminal/enos.py +++ b/lib/ansible/plugins/terminal/enos.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2017 Lenovo, Inc. +# Copyright (C) 2017 Lenovo. # All rights reserved. # # This file is part of Ansible