Working on the script generating documentation.... What is correct link for this license to spdx.org?

License: GPL-2.0-only WITH Classpath-exception-2.0.html

My script naively assume

https://spdx.org
/licenses/GPL-2.0-only WITH Classpath-exception-2.0.html

Which does not exists. Is it:

https://spdx.org/licenses/GPL-2.0-with-classpath-exception.html

or

https://spdx.org/licenses/LGPL-2.0-only.html for the part "GPL-2.0-only"

https://spdx.org/licenses/Classpath-exception-2.0.html for the part "Classpath-exception-2.0".

So correct adoc string will be

https://spdx.org/licenses/LGPL-2.0-only.html[GPL-2.0-only] WITH

https://spdx.org/licenses/Classpath-exception-2.0.html[Classpath-exception-2.0]


Miroslav