From bc511a64f6da9ab51acc7c8865e80c4a4cb655c2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 13 Sep 2017 15:52:52 -0700 Subject: Prefer HTTPS to FTP and HTTP in documentation Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now. --- nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html | 2 +- nextstep/INSTALL | 2 +- nextstep/Makefile.in | 2 +- nextstep/README | 2 +- nextstep/templates/Info.plist.in | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'nextstep') diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html b/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html index 9a9e2f3c695..df79ec941f7 100644 --- a/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html @@ -1 +1 @@ -http://www.gnu.org/software/emacs +https://www.gnu.org/software/emacs diff --git a/nextstep/INSTALL b/nextstep/INSTALL index b7e84e018ee..326e02a5502 100644 --- a/nextstep/INSTALL +++ b/nextstep/INSTALL @@ -65,4 +65,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs. If not, see . +along with GNU Emacs. If not, see . diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in index ad1abb0bf50..5ddf484fe8f 100644 --- a/nextstep/Makefile.in +++ b/nextstep/Makefile.in @@ -15,7 +15,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with GNU Emacs. If not, see . +## along with GNU Emacs. If not, see . ### Commentary: diff --git a/nextstep/README b/nextstep/README index 94993d831f9..03d69b16b27 100644 --- a/nextstep/README +++ b/nextstep/README @@ -120,4 +120,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs. If not, see . +along with GNU Emacs. If not, see . diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in index b1dae4e6691..5d2eb7def3f 100644 --- a/nextstep/templates/Info.plist.in +++ b/nextstep/templates/Info.plist.in @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs. If not, see . +along with GNU Emacs. If not, see . --> -- cgit v1.2.3