summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authornemobis <federicoleva@tiscali.it>2017-06-25 09:54:21 +0200
committerToshio Kuratomi <a.badger@gmail.com>2017-06-26 09:57:47 -0700
commit5d28d76277b58b0ed0ce89ddda646af80b06ba8c (patch)
tree00bc381c9a1709fff3a7f03b7e2f5600999e68ea /setup.py
parentd63cdcacc3dc3997e08f715381c6ef05203e958b (diff)
downloadansible-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 58f65b6039..ffa2ead709 100644
--- a/setup.py
+++ b/setup.py
@@ -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,