SPDX: Shouldn't "only" be replaced with "


public@...
 

$ curl https://spdx.org/licenses/ | grep "or-later"
            <td><a href="./AGPL-1.0-or-later.html" rel="rdf:_14">Affero
General Public License v1.0 or later</a></td>
            <td about="./AGPL-1.0-or-later.html" typeof="spdx:License">
            <code property="spdx:licenseId">AGPL-1.0-or-later</code></td>
            <td><a href="./AGPL-1.0-or-later.html#licenseText">License
Text</a></td>
            <td><a href="./AGPL-3.0-or-later.html" rel="rdf:_16">GNU
Affero General Public License v3.0 or later</a></td>
            <td about="./AGPL-3.0-or-later.html" typeof="spdx:License">
            <code property="spdx:licenseId">AGPL-3.0-or-later</code></td>
            <td><a href="./AGPL-3.0-or-later.html#licenseText">License
Text</a></td>
            <td><a href="./GFDL-1.1-or-later.html" rel="rdf:_144">GNU
Free Documentation License v1.1 or later</a></td>
            <td about="./GFDL-1.1-or-later.html" typeof="spdx:License">
            <code property="spdx:licenseId">GFDL-1.1-or-later</code></td>
            <td><a href="./GFDL-1.1-or-later.html#licenseText">License
Text</a></td>
            <td><a href="./GFDL-1.2-or-later.html" rel="rdf:_146">GNU
Free Documentation License v1.2 or later</a></td>
            <td about="./GFDL-1.2-or-later.html" typeof="spdx:License">
            <code property="spdx:licenseId">GFDL-1.2-or-later</code></td>
            <td><a href="./GFDL-1.2-or-later.html#licenseText">License
Text</a></td>
            <td><a href="./GFDL-1.3-or-later.html" rel="rdf:_148">GNU
Free Documentation License v1.3 or later</a></td>
            <td about="./GFDL-1.3-or-later.html" typeof="spdx:License">
            <code property="spdx:licenseId">GFDL-1.3-or-later</code></td>
            <td><a href="./GFDL-1.3-or-later.html#licenseText">License
Text</a></td>
            <td><a href="./GPL-1.0-or-later.html" rel="rdf:_155">GNU
General Public License v1.0 or later</a></td>
            <td about="./GPL-1.0-or-later.html" typeof="spdx:License">
            <code property="spdx:licenseId">GPL-1.0-or-later</code></td>
            <td><a href="./GPL-1.0-or-later.html#licenseText">License
Text</a></td>
            <td><a href="./GPL-2.0-or-later.html" rel="rdf:_157">GNU
General Public License v2.0 or later</a></td>
            <td about="./GPL-2.0-or-later.html" typeof="spdx:License">
            <code property="spdx:licenseId">GPL-2.0-or-later</code></td>
            <td><a href="./GPL-2.0-or-later.html#licenseText">License
Text</a></td>
            <td><a href="./GPL-3.0-or-later.html" rel="rdf:_159">GNU
General Public License v3.0 or later</a></td>
            <td about="./GPL-3.0-or-later.html" typeof="spdx:License">
            <code property="spdx:licenseId">GPL-3.0-or-later</code></td>
            <td><a href="./GPL-3.0-or-later.html#licenseText">License
Text</a></td>
            <td><a href="./LGPL-2.0-or-later.html" rel="rdf:_183">GNU
Library General Public License v2 or later</a></td>
            <td about="./LGPL-2.0-or-later.html" typeof="spdx:License">
            <code property="spdx:licenseId">LGPL-2.0-or-later</code></td>
            <td><a href="./LGPL-2.0-or-later.html#licenseText">License
Text</a></td>
            <td><a href="./LGPL-2.1-or-later.html" rel="rdf:_185">GNU
Lesser General Public License v2.1 or later</a></td>
            <td about="./LGPL-2.1-or-later.html" typeof="spdx:License">
            <code property="spdx:licenseId">LGPL-2.1-or-later</code></td>
            <td><a href="./LGPL-2.1-or-later.html#licenseText">License
Text</a></td>
            <td><a href="./LGPL-3.0-or-later.html" rel="rdf:_187">GNU
Lesser General Public License v3.0 or later</a></td>
            <td about="./LGPL-3.0-or-later.html" typeof="spdx:License">
            <code property="spdx:licenseId">LGPL-3.0-or-later</code></td>
            <td><a href="./LGPL-3.0-or-later.html#licenseText">License
Text</a></td>

The text "or any later version" was introduced in these licenses:

* GNU General Public License v3.0 - https://www.gnu.org/licenses/gpl-3.0.txt

* GNU Lesser General Public License v3.0 -
https://www.gnu.org/licenses/lgpl.txt

* GNU Affero General Public License v3.0 -
https://www.gnu.org/licenses/agpl-3.0.txt

* GNU Free Documentation License v1.1 - https://www.gnu.org/licenses/fdl.txt


Shouldn't this text be replaced to make the SPDX format consistent with
the juridical text?

* Full name: Replace "or later" with "or any later version"

* Short identifier and license link: Replace "or-later" with
"or-any-later-version"

Join {Spdx-legal@lists.spdx.org to automatically receive all group messages.