diff options
author | nemobis <federicoleva@tiscali.it> | 2017-06-25 09:54:21 +0200 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2017-06-26 09:57:47 -0700 |
commit | 5d28d76277b58b0ed0ce89ddda646af80b06ba8c (patch) | |
tree | 00bc381c9a1709fff3a7f03b7e2f5600999e68ea /setup.py | |
parent | d63cdcacc3dc3997e08f715381c6ef05203e958b (diff) | |
download | ansible-5d28d76277b58b0ed0ce89ddda646af80b06ba8c.tar.gz |
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.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |