aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2019-11-11 13:35:33 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2019-11-11 13:35:33 +0000
commitcb6b5afe1decee6b492a068875a9d8ae3bcdf36b (patch)
treebf2d505eba77d24b3b97bf7c35bb4d89c4670890
parent87b47251924c7539a9a8e191587d118a14496473 (diff)
downloadgcc-cb6b5afe1decee6b492a068875a9d8ae3bcdf36b.zip
gcc-cb6b5afe1decee6b492a068875a9d8ae3bcdf36b.tar.gz
gcc-cb6b5afe1decee6b492a068875a9d8ae3bcdf36b.tar.bz2
Update link to "Why not LGPL".
* doc/xml/gnu/gpl-3.0.xml: Adjust link to "Why not LGPL". From-SVN: r278051
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/doc/xml/gnu/gpl-3.0.xml2
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 4c420d7..f48c291 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,9 @@
-2019-11-10 Gerald Pfeifer <gerald@pfeifer.com>
+2019-11-11 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/gnu/gpl-3.0.xml: Adjust link to "Why not LGPL".
+2019-11-10 Gerald Pfeifer <gerald@pfeifer.com>
+
* doc/xml/manual/using.xml: Switch www.hboehm.info to https.
2019-11-07 Jonathan Wakely <jwakely@redhat.com>
diff --git a/libstdc++-v3/doc/xml/gnu/gpl-3.0.xml b/libstdc++-v3/doc/xml/gnu/gpl-3.0.xml
index 766511b..f3d1c07 100644
--- a/libstdc++-v3/doc/xml/gnu/gpl-3.0.xml
+++ b/libstdc++-v3/doc/xml/gnu/gpl-3.0.xml
@@ -829,6 +829,6 @@ under certain conditions; type ‘<literal>show c</literal>’ for details.
subroutine library, you may consider it more useful to permit linking
proprietary applications with the library. If this is what you want to do,
use the <acronym>GNU</acronym> Lesser General Public License instead of this
- License. But first, please read <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.gnu.org/philosophy/why-not-lgpl.html">https://www.gnu.org/philosophy/why-not-lgpl.html</link>.
+ License. But first, please read <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.gnu.org/licenses/why-not-lgpl.html">https://www.gnu.org/licenses/why-not-lgpl.html</link>.
</para>
</appendix>