Skip to content

Commit fe02c56

Browse files
committed
docs: clarify LGPL-2.1-or-later license in README
The COPYING file ships the verbatim text of LGPL 2.1, while the package metadata in pyproject.toml declares the SPDX identifier LGPL-2.1-or-later. License-detection tools that read pyproject.toml report the project as 'or later', but the README only said 'LGPL, see COPYING file for details', leaving downstream consumers unsure which version applies. State the 'or later' grant explicitly in the README so the README, COPYING, and pyproject.toml agree on a single, machine- and human-readable answer.
1 parent cb0af4a commit fe02c56

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,10 @@ Changelog
151151
License
152152
=======
153153

154-
LGPL, see COPYING file for details.
154+
GNU Lesser General Public License v2.1 or later (LGPL-2.1-or-later).
155+
156+
The full text of LGPL 2.1 is included in the `COPYING <COPYING>`_ file.
157+
You may, at your option, use this library under the terms of any later
158+
version of the LGPL published by the Free Software Foundation. The
159+
canonical SPDX identifier for this project is ``LGPL-2.1-or-later``, as
160+
declared in ``pyproject.toml``.

0 commit comments

Comments
 (0)