From afa90807f68650c0596f8a3f00c1d47d79bed2f4 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Wed, 21 Aug 2024 00:50:01 +0200 Subject: [PATCH] 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 --- 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 1db07c91cf2..a035011aa00 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. -- 2.47.2