Set license GPLv3+ ("or any later version") in setup.py

Most file headers in the project contain the standard
> either version 3 of the License, or (at your option) any later version
https://github.com/ansible/ansible/search?utf8=%E2%9C%93&q=%22any+later+version%22

So this project appears to be GPLv3+, as stated in the classifiers function.
pull/26112/head
nemobis 7 years ago committed by Toshio Kuratomi
parent d63cdcacc3
commit 5d28d76277

@ -55,7 +55,7 @@ setup(
author=__author__,
author_email='info@ansible.com',
url='https://ansible.com/',
license='GPLv3',
license='GPLv3+',
# Ansible will also make use of a system copy of python-six and
# python-selectors2 if installed but use a Bundled copy if it's not.
install_requires=install_requirements,

Loading…
Cancel
Save