Reclisence module_utils/api.py to BSD

Permission from all contributors to the file was granted here:
https://github.com/ansible/ansible/issues/27599

Fixes #27599
This commit is contained in:
Toshio Kuratomi 2017-08-07 18:33:44 -07:00
parent 8894c57753
commit 2fc7c14dca

View file

@ -1,20 +1,29 @@
# 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) 2015 Brian Ccoa, <bcoca@ansible.com> # (c) 2015 Brian Ccoa, <bcoca@ansible.com>
# #
# 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.
# #
""" """
This module adds shared support for generic api modules This module adds shared support for generic api modules