aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorPaul Eggert2017-09-13 15:52:52 -0700
committerPaul Eggert2017-09-13 15:54:37 -0700
commitbc511a64f6da9ab51acc7c8865e80c4a4cb655c2 (patch)
treeef96fb35c034096404b7edaa25982023f38cf84f /lib-src
parent5da53a01912c2f5d46f5df4ef8cc13a34b5017d4 (diff)
downloademacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.tar.gz
emacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.zip
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.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in2
-rw-r--r--lib-src/ebrowse.c2
-rw-r--r--lib-src/emacsclient.c2
-rw-r--r--lib-src/etags.c2
-rw-r--r--lib-src/hexl.c2
-rw-r--r--lib-src/make-docfile.c2
-rw-r--r--lib-src/movemail.c2
-rw-r--r--lib-src/pop.c2
-rw-r--r--lib-src/pop.h2
-rw-r--r--lib-src/profile.c2
-rwxr-xr-xlib-src/rcs2log2
-rw-r--r--lib-src/update-game-score.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index fa8de0bcc94..5947fbde822 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -16,7 +16,7 @@
16# GNU General Public License for more details. 16# GNU General Public License for more details.
17 17
18# You should have received a copy of the GNU General Public License 18# You should have received a copy of the GNU General Public License
19# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 19# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
20 20
21SHELL = @SHELL@ 21SHELL = @SHELL@
22 22
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index e77b7c94cca..d444a54b9a8 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
19 19
20 20
21#include <config.h> 21#include <config.h>
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 5e181ccacb1..b3ebb84ca0a 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
19 19
20 20
21#include <config.h> 21#include <config.h>
diff --git a/lib-src/etags.c b/lib-src/etags.c
index b4ce43de4f6..4000f47a414 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -44,7 +44,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
44GNU General Public License for more details. 44GNU General Public License for more details.
45 45
46You should have received a copy of the GNU General Public License 46You should have received a copy of the GNU General Public License
47along with this program. If not, see <http://www.gnu.org/licenses/>. */ 47along with this program. If not, see <https://www.gnu.org/licenses/>. */
48 48
49 49
50/* NB To comply with the above BSD license, copyright information is 50/* NB To comply with the above BSD license, copyright information is
diff --git a/lib-src/hexl.c b/lib-src/hexl.c
index d949af08902..df49a598cac 100644
--- a/lib-src/hexl.c
+++ b/lib-src/hexl.c
@@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details. 16GNU General Public License for more details.
17 17
18You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
19along with this program. If not, see <http://www.gnu.org/licenses/>. */ 19along with this program. If not, see <https://www.gnu.org/licenses/>. */
20 20
21 21
22#include <config.h> 22#include <config.h>
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index c48f202a511..69c7f37a17a 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details. 16GNU General Public License for more details.
17 17
18You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 19along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
20 20
21 21
22/* The arguments given to this program are all the C and Lisp source files 22/* The arguments given to this program are all the C and Lisp source files
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index e5ca0b16611..ce8dfd2ad95 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details. 17GNU General Public License for more details.
18 18
19You should have received a copy of the GNU General Public License 19You should have received a copy of the GNU General Public License
20along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 20along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
21 21
22 22
23/* Important notice: defining MAIL_USE_FLOCK or MAIL_USE_LOCKF *will 23/* Important notice: defining MAIL_USE_FLOCK or MAIL_USE_LOCKF *will
diff --git a/lib-src/pop.c b/lib-src/pop.c
index 1a85bd23e7f..ba5ac6eb825 100644
--- a/lib-src/pop.c
+++ b/lib-src/pop.c
@@ -18,7 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details. 18GNU General Public License for more details.
19 19
20You should have received a copy of the GNU General Public License 20You should have received a copy of the GNU General Public License
21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 21along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
22 22
23 23
24#include <config.h> 24#include <config.h>
diff --git a/lib-src/pop.h b/lib-src/pop.h
index 474cf1a8dbc..81949851208 100644
--- a/lib-src/pop.h
+++ b/lib-src/pop.h
@@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details. 16GNU General Public License for more details.
17 17
18You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 19along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
20 20
21 21
22#include <stdio.h> 22#include <stdio.h>
diff --git a/lib-src/profile.c b/lib-src/profile.c
index f4ab45c1718..6308041fbce 100644
--- a/lib-src/profile.c
+++ b/lib-src/profile.c
@@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details. 17GNU General Public License for more details.
18 18
19You should have received a copy of the GNU General Public License 19You should have received a copy of the GNU General Public License
20along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 20along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
21 21
22 22
23/** 23/**
diff --git a/lib-src/rcs2log b/lib-src/rcs2log
index 1a1771b2b24..5e5709201e3 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -17,7 +17,7 @@
17# GNU General Public License for more details. 17# GNU General Public License for more details.
18 18
19# You should have received a copy of the GNU General Public License 19# You should have received a copy of the GNU General Public License
20# along with this program. If not, see <http://www.gnu.org/licenses/>. 20# along with this program. If not, see <https://www.gnu.org/licenses/>.
21 21
22 22
23Copyright='Copyright (C) 2017 Free Software Foundation, Inc. 23Copyright='Copyright (C) 2017 Free Software Foundation, Inc.
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c
index 942aeeb399d..5816edf1d24 100644
--- a/lib-src/update-game-score.c
+++ b/lib-src/update-game-score.c
@@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details. 17GNU General Public License for more details.
18 18
19You should have received a copy of the GNU General Public License 19You should have received a copy of the GNU General Public License
20along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 20along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
21 21
22 22
23/* This program allows a game to securely and atomically update a 23/* This program allows a game to securely and atomically update a