From 883169ab6bc142c1f611a06f20786d3986af5e1e Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 18 Oct 2017 12:00:48 -0700 Subject: [PATCH] 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. --- lib/ansible/module_utils/parsing/convert_bool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/module_utils/parsing/convert_bool.py b/lib/ansible/module_utils/parsing/convert_bool.py index d798bf5125d..0462091d815 100644 --- a/lib/ansible/module_utils/parsing/convert_bool.py +++ b/lib/ansible/module_utils/parsing/convert_bool.py @@ -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