The license identifier LGPLv3+ is not a valid SPDX identifier. This means that license scanning tools that rely on this field might not detect the license correctly.
[ ] The GitHub pipeline is OK (green),
meaning that both pylint (static code analyzer) and black (code formatter) are happy with the changes of this PR.
[ ] A unit test is covering the code added / modified by this PR
[x] This PR is ready to be merged
[ ] In case of a new feature, docstrings have been added, with also some documentation in the docs/ folder
[ ] A mention of the change is present in CHANGELOG.md
By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.
The license identifier
LGPLv3+
is not a valid SPDX identifier. This means that license scanning tools that rely on this field might not detect the license correctly.This PR changes the license identifier to the SPDX identifier (https://spdx.org/licenses/).
Checklist:
[ ] The GitHub pipeline is OK (green), meaning that both
pylint
(static code analyzer) andblack
(code formatter) are happy with the changes of this PR.[ ] A unit test is covering the code added / modified by this PR
[x] This PR is ready to be merged
[ ] In case of a new feature, docstrings have been added, with also some documentation in the
docs/
folder[ ] A mention of the change is present in
CHANGELOG.md
By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.