From 98b77792b6d5cdcfd8cba62f4a1d127babbafc0d Mon Sep 17 00:00:00 2001 From: edef Date: Mon, 13 Feb 2023 07:45:57 +0000 Subject: [PATCH] Clarify license in setup.py metadata "GNU Library or Lesser General Public License" implies LGPL-2.0 or LGPL-2.1, neither of which are applicable. As the header comment in setup.py states: > JayDeBeApi is free software: you can redistribute it and/or modify > it under the terms of the GNU Lesser General Public License as > published by the Free Software Foundation, either version 3 of the > License, or (at your option) any later version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67a2d1d..3f144b5 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ classifiers = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', - 'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)', + 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)', 'Programming Language :: Java', 'Programming Language :: Python', 'Programming Language :: Python :: 2',