diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2019-07-28 08:41:20 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2019-07-28 08:41:20 +0000 |
commit | f0350021b846e76ca1f8b397399d392753a21092 (patch) | |
tree | 2f6f50fc2fdd39ee12df6a3f6af733578b52b5e2 /gcc | |
parent | 93ca071285fe56987ff1b1d6407996e16675579f (diff) | |
download | gcc-f0350021b846e76ca1f8b397399d392753a21092.zip gcc-f0350021b846e76ca1f8b397399d392753a21092.tar.gz gcc-f0350021b846e76ca1f8b397399d392753a21092.tar.bz2 |
* doc/include/gpl_v3.texi (Copying): Use https for www.gnu.org.
From-SVN: r273851
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/include/gpl_v3.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 41b20bc..9239cad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-07-28 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/include/gpl_v3.texi (Copying): Use https for www.gnu.org. + 2019-07-26 Tamar Christina <tamar.christina@arm.com> PR target/89517 diff --git a/gcc/doc/include/gpl_v3.texi b/gcc/doc/include/gpl_v3.texi index 3180677..05ed755 100644 --- a/gcc/doc/include/gpl_v3.texi +++ b/gcc/doc/include/gpl_v3.texi @@ -729,5 +729,5 @@ program into proprietary programs. If your program is a 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 GNU Lesser General Public License instead of this License. But -first, please read @url{http://www.gnu.org/philosophy/why-not-lgpl.html}. +first, please read @url{https://www.gnu.org/philosophy/why-not-lgpl.html}. @c man end |