Update NetApp module_utils to use correct license (#28070)

The NetApp module_utils file should be using a BSD license. This
patch updates the license.
pull/39466/head
Michael Price 7 years ago committed by ansibot
parent ed141f1eab
commit fdcece5c38

@ -1,21 +1,31 @@
# This code is part of Ansible, but is an independent component.
# This particular file snippet, and this file snippet only, is BSD licensed.
# Modules you write using this snippet, which is embedded dynamically by Ansible
# still belong to the author of the module, and may assign their own license
# to the complete work.
# #
# (c) 2016, Sumit Kumar <sumit4@netapp.com> # Copyright (c) 2017, Sumit Kumar <sumit4@netapp.com>
# (c) 2016, Michael Price <michael.price@netapp.com> # Copyright (c) 2017, Michael Price <michael.price@netapp.com>
# All rights reserved.
# #
# This file is part of Ansible # Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
# #
# Ansible is free software: you can redistribute it and/or modify # * Redistributions of source code must retain the above copyright
# it under the terms of the GNU General Public License as published by # notice, this list of conditions and the following disclaimer.
# the Free Software Foundation, either version 3 of the License, or # * Redistributions in binary form must reproduce the above copyright notice,
# (at your option) any later version. # this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
# #
# Ansible is distributed in the hope that it will be useful, # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# but WITHOUT ANY WARRANTY; without even the implied warranty of # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
# GNU General Public License for more details. # IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
# # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# You should have received a copy of the GNU General Public License # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
# along with Ansible. If not, see <http://www.gnu.org/licenses/>. # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
try: try:
import json import json

Loading…
Cancel
Save