From b8361db300a4ef78583e63072b1a407d5cf4424b Mon Sep 17 00:00:00 2001 From: Tom Nijhof Date: Mon, 10 Nov 2025 09:24:07 +0100 Subject: [PATCH] Switch to SPDX standard license name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35bc0efe..8f4d1a6a 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def run(self): url='http://github.com/clalancette/pycdlib', author='Chris Lalancette', author_email='clalancette@gmail.com', - license='LGPLv2', + license='LGPL-2.1-only', classifiers=['Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',