https://gcc.gnu.org/g:afa90807f68650c0596f8a3f00c1d47d79bed2f4
commit r15-3100-gafa90807f68650c0596f8a3f00c1d47d79bed2f4 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Wed Aug 21 00:50:01 2024 +0200 doc: Specifically link to GPL v3.0 for GM2 The generic GPL link redirects to GPL v3.0 right now, but may redirect to a different version at one point. Specifically link to the version we are using gcc: * doc/gm2.texi (License): Specifically link to GPL v3.0 Diff: --- gcc/doc/gm2.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index 1db07c91cf2c..a035011aa00a 100644 --- a/gcc/doc/gm2.texi +++ b/gcc/doc/gm2.texi @@ -3027,7 +3027,7 @@ These exist and can be found on the frontends web page on the @section License of GNU Modula-2 GNU Modula-2 is free software, the compiler is held under the GPL v3 -@uref{http://www.gnu.org/licenses/gpl.txt}, +@uref{http://www.gnu.org/licenses/gpl-3.0.txt}, its libraries (pim, iso and Logitech compatible) are under the GPL v3 with the GCC run time library exception clause.