diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-06-16 19:59:20 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-06-16 19:59:20 +0200 |
commit | 5481e22dfca81c3ffd589ce0c167742266f07fbf (patch) | |
tree | 18fe2d639f1bc385225b6c2e37a2cbcb148df542 /python/setup.py | |
parent | 668d4e3344a3197bf089cb428e51a0abfd00f657 (diff) | |
download | vyos-1x-5481e22dfca81c3ffd589ce0c167742266f07fbf.tar.gz vyos-1x-5481e22dfca81c3ffd589ce0c167742266f07fbf.zip |
Set the license of all vyos.* libraries to LGPLv2+.
Diffstat (limited to 'python/setup.py')
-rw-r--r-- | python/setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/setup.py b/python/setup.py index 667d74c1d..304ea5cb7 100644 --- a/python/setup.py +++ b/python/setup.py @@ -7,15 +7,15 @@ setup( author = "VyOS maintainers and contributors", author_email = "maintainers@vyos.net", description = ("VyOS configuration libraries."), - license = "MIT", + license = "LGPLv2+", keywords = "vyos", url = "http://www.vyos.io", packages=['vyos'], long_description="VyOS configuration libraries", classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Topic :: Utilities", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", ], ) |