Signed-off-by: Roland Hieber <[email protected]> --- doc/dev_licenses.rst | 1 + 1 file changed, 1 insertion(+)
diff --git a/doc/dev_licenses.rst b/doc/dev_licenses.rst index b0814e782ffc..362f8f1164cd 100644 --- a/doc/dev_licenses.rst +++ b/doc/dev_licenses.rst @@ -82,6 +82,7 @@ In PTXdist, we use `SPDX license expressions <https://spdx.org/licenses/>`_. Either the license identifier is clear, e.g. because the README says "GPL 2.0 or later" (check the license text to be sure), or you can use tools like +SPDX's `Check License <https://tools.spdx.org/app/check_license/>`__ online tool, `FOSSology <https://www.fossology.org>`__, `licensecheck <https://wiki.debian.org/CopyrightReviewTools#Command-line_tools_in_Debian>`_, or `spdx-license-match <https://github.com/rohieb/spdx-license-match>`_ -- 2.39.5
