From 5481e22dfca81c3ffd589ce0c167742266f07fbf Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 16 Jun 2018 19:59:20 +0200 Subject: Set the license of all vyos.* libraries to LGPLv2+. --- python/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/setup.py') 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+)", ], ) -- cgit v1.2.3