diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2024-08-21 00:50:01 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-08-23 10:04:43 +0200 |
commit | afa90807f68650c0596f8a3f00c1d47d79bed2f4 (patch) | |
tree | 83b1d1d6f6dfc30fccce2906fba7762878d97e72 | |
parent | 0636de8c5202d8fe58af42afdf24dd93d1a90abd (diff) | |
download | gcc-afa90807f68650c0596f8a3f00c1d47d79bed2f4.zip gcc-afa90807f68650c0596f8a3f00c1d47d79bed2f4.tar.gz gcc-afa90807f68650c0596f8a3f00c1d47d79bed2f4.tar.bz2 |
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
-rw-r--r-- | gcc/doc/gm2.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index 1db07c9..a035011 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. |