mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Relicense convert_bool to 2-clause BSD
This code originated in module_utils/basic.py which was BSD licensed. In moving it and making it aplicable to other pieces of code that were using similar functions, I added onto it a little.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Copyright: 2017, Ansible Project
|
||||
# License: GNU General Public License v3 or later (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt )
|
||||
# Simplified BSD License (see licenses/simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause )
|
||||
|
||||
from ansible.module_utils.six import binary_type, text_type
|
||||
from ansible.module_utils._text import to_text
|
||||
|
||||
Reference in New Issue
Block a user