aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2017-09-13 15:52:52 -0700
committerPaul Eggert2017-09-13 15:54:37 -0700
commitbc511a64f6da9ab51acc7c8865e80c4a4cb655c2 (patch)
treeef96fb35c034096404b7edaa25982023f38cf84f /admin
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 'admin')
-rw-r--r--admin/README2
-rw-r--r--admin/admin.el2
-rw-r--r--admin/alloc-colors.c2
-rw-r--r--admin/authors.el2
-rwxr-xr-xadmin/build-configs3
-rw-r--r--admin/bzrmerge.el2
-rw-r--r--admin/charsets/Makefile.in2
-rw-r--r--admin/charsets/big5.awk4
-rw-r--r--admin/charsets/compact.awk2
-rw-r--r--admin/charsets/cp51932.awk2
-rw-r--r--admin/charsets/cp932.awk3
-rw-r--r--admin/charsets/eucjp-ms.awk2
-rw-r--r--admin/charsets/gb180302.awk2
-rw-r--r--admin/charsets/gb180304.awk2
-rwxr-xr-xadmin/charsets/mapconv2
-rw-r--r--admin/charsets/mapfiles/README2
-rw-r--r--admin/charsets/mule-charsets.el3
-rw-r--r--admin/cus-test.el2
-rwxr-xr-xadmin/diff-tar-files2
-rw-r--r--admin/find-gc.el2
-rw-r--r--admin/gitmerge.el2
-rw-r--r--admin/grammars/Makefile.in2
-rw-r--r--admin/grammars/c.by2
-rw-r--r--admin/grammars/grammar.wy2
-rw-r--r--admin/grammars/java-tags.wy2
-rw-r--r--admin/grammars/js.wy2
-rw-r--r--admin/grammars/make.by4
-rw-r--r--admin/grammars/python.wy2
-rw-r--r--admin/grammars/scheme.by3
-rw-r--r--admin/grammars/srecode-template.wy2
-rw-r--r--admin/last-chance.el2
-rwxr-xr-xadmin/make-emacs2
-rw-r--r--admin/make-tarball.txt20
-rwxr-xr-xadmin/merge-gnulib2
-rwxr-xr-xadmin/merge-pkg-config2
-rw-r--r--admin/notes/bugtracker36
-rw-r--r--admin/notes/copyright4
-rw-r--r--admin/notes/elpa2
-rw-r--r--admin/notes/font-backend2
-rw-r--r--admin/notes/hydra2
-rw-r--r--admin/notes/multi-tty2
-rw-r--r--admin/notes/unicode2
-rw-r--r--admin/notes/www2
-rw-r--r--admin/nt/README-UNDUMP.W322
-rwxr-xr-xadmin/quick-install-emacs2
-rw-r--r--admin/release-process4
-rw-r--r--admin/unidata/Makefile.in3
-rwxr-xr-xadmin/unidata/blocks.awk4
-rw-r--r--admin/unidata/unidata-gen.el2
-rw-r--r--admin/unidata/uvs.el2
-rwxr-xr-xadmin/update-copyright2
-rwxr-xr-xadmin/update_autogen2
52 files changed, 82 insertions, 89 deletions
diff --git a/admin/README b/admin/README
index cb6ba859926..7906844309a 100644
--- a/admin/README
+++ b/admin/README
@@ -78,7 +78,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
78GNU General Public License for more details. 78GNU General Public License for more details.
79 79
80You should have received a copy of the GNU General Public License 80You should have received a copy of the GNU General Public License
81along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 81along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
82 82
83Local variables: 83Local variables:
84mode: outline 84mode: outline
diff --git a/admin/admin.el b/admin/admin.el
index e81e7f1e7e1..44d091d1423 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -15,7 +15,7 @@
15;; GNU General Public License for more details. 15;; GNU General Public License for more details.
16 16
17;; You should have received a copy of the GNU General Public License 17;; You should have received a copy of the GNU General Public License
18;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 18;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
19 19
20;;; Commentary: 20;;; Commentary:
21 21
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c
index fa6a639d88b..a4701dd77bd 100644
--- a/admin/alloc-colors.c
+++ b/admin/alloc-colors.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 <X11/Xlib.h> 21#include <X11/Xlib.h>
diff --git a/admin/authors.el b/admin/authors.el
index 86d42be8dc6..c69ca9405c7 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
diff --git a/admin/build-configs b/admin/build-configs
index aa62dadc912..ac3147fe63b 100755
--- a/admin/build-configs
+++ b/admin/build-configs
@@ -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
21 21
22require 5; 22require 5;
@@ -97,4 +97,3 @@ foreach $config (@configs)
97# Local Variables: 97# Local Variables:
98# mode: cperl 98# mode: cperl
99# End: 99# End:
100
diff --git a/admin/bzrmerge.el b/admin/bzrmerge.el
index 46a5e42aa7b..d867c053e5c 100644
--- a/admin/bzrmerge.el
+++ b/admin/bzrmerge.el
@@ -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
21;;; Commentary: 21;;; Commentary:
22 22
diff --git a/admin/charsets/Makefile.in b/admin/charsets/Makefile.in
index b154bc13d45..0c252ae919f 100644
--- a/admin/charsets/Makefile.in
+++ b/admin/charsets/Makefile.in
@@ -19,7 +19,7 @@
19# GNU General Public License for more details. 19# GNU General Public License for more details.
20 20
21# You should have received a copy of the GNU General Public License 21# You should have received a copy of the GNU General Public License
22# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24### Commentary: 24### Commentary:
25 25
diff --git a/admin/charsets/big5.awk b/admin/charsets/big5.awk
index 7482d11a2d1..2393f9144bc 100644
--- a/admin/charsets/big5.awk
+++ b/admin/charsets/big5.awk
@@ -15,7 +15,7 @@
15# GNU General Public License for more details. 15# GNU General Public License for more details.
16 16
17# You should have received a copy of the GNU General Public License 17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 18# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
19 19
20BEGIN { 20BEGIN {
21 tohex["A"] = 10; 21 tohex["A"] = 10;
@@ -68,5 +68,3 @@ function decode_big5(big5) {
68 code = decode_big5(big5); 68 code = decode_big5(big5);
69 printf "0x%04X %s\n", code, $2; 69 printf "0x%04X %s\n", code, $2;
70} 70}
71
72
diff --git a/admin/charsets/compact.awk b/admin/charsets/compact.awk
index 21e03ee4157..b912a0fd203 100644
--- a/admin/charsets/compact.awk
+++ b/admin/charsets/compact.awk
@@ -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
21# Commentary: 21# Commentary:
22# Make a charset map compact by changing this kind of line sequence: 22# Make a charset map compact by changing this kind of line sequence:
diff --git a/admin/charsets/cp51932.awk b/admin/charsets/cp51932.awk
index df1f8cd7b23..6aac98815b5 100644
--- a/admin/charsets/cp51932.awk
+++ b/admin/charsets/cp51932.awk
@@ -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
21# Commentary: 21# Commentary:
22 22
diff --git a/admin/charsets/cp932.awk b/admin/charsets/cp932.awk
index acba0333371..7fd3e9111f5 100644
--- a/admin/charsets/cp932.awk
+++ b/admin/charsets/cp932.awk
@@ -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
21# Commentary: 21# Commentary:
22 22
@@ -113,4 +113,3 @@ END {
113 printf "0x%02X%02X 0x%04X # 4\n", i, j, code++; 113 printf "0x%02X%02X 0x%04X # 4\n", i, j, code++;
114 } 114 }
115} 115}
116
diff --git a/admin/charsets/eucjp-ms.awk b/admin/charsets/eucjp-ms.awk
index 24152b44eff..94e27d00651 100644
--- a/admin/charsets/eucjp-ms.awk
+++ b/admin/charsets/eucjp-ms.awk
@@ -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
21# Commentary: 21# Commentary:
22 22
diff --git a/admin/charsets/gb180302.awk b/admin/charsets/gb180302.awk
index 4947f966371..1a6995a1cb4 100644
--- a/admin/charsets/gb180302.awk
+++ b/admin/charsets/gb180302.awk
@@ -15,7 +15,7 @@
15# GNU General Public License for more details. 15# GNU General Public License for more details.
16 16
17# You should have received a copy of the GNU General Public License 17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 18# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
19 19
20BEGIN { 20BEGIN {
21 tohex["A"] = 10; 21 tohex["A"] = 10;
diff --git a/admin/charsets/gb180304.awk b/admin/charsets/gb180304.awk
index 81d7e7301bf..9c6522b5729 100644
--- a/admin/charsets/gb180304.awk
+++ b/admin/charsets/gb180304.awk
@@ -15,7 +15,7 @@
15# GNU General Public License for more details. 15# GNU General Public License for more details.
16 16
17# You should have received a copy of the GNU General Public License 17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 18# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
19 19
20BEGIN { 20BEGIN {
21 tohex["A"] = 10; 21 tohex["A"] = 10;
diff --git a/admin/charsets/mapconv b/admin/charsets/mapconv
index 5f62ff90d3a..8ee3d142e72 100755
--- a/admin/charsets/mapconv
+++ b/admin/charsets/mapconv
@@ -19,7 +19,7 @@
19# GNU General Public License for more details. 19# GNU General Public License for more details.
20 20
21# You should have received a copy of the GNU General Public License 21# You should have received a copy of the GNU General Public License
22# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24# Commentary: 24# Commentary:
25 25
diff --git a/admin/charsets/mapfiles/README b/admin/charsets/mapfiles/README
index f9dc2ba99f8..f4fea85e8b6 100644
--- a/admin/charsets/mapfiles/README
+++ b/admin/charsets/mapfiles/README
@@ -80,4 +80,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
80GNU General Public License for more details. 80GNU General Public License for more details.
81 81
82You should have received a copy of the GNU General Public License 82You should have received a copy of the GNU General Public License
83along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 83along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
diff --git a/admin/charsets/mule-charsets.el b/admin/charsets/mule-charsets.el
index 4ccf4bfb5be..8355af4488d 100644
--- a/admin/charsets/mule-charsets.el
+++ b/admin/charsets/mule-charsets.el
@@ -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
21 21
22;; For the record: the old, pre-v23 code was this: 22;; For the record: the old, pre-v23 code was this:
@@ -67,4 +67,3 @@
67 (sort-lines nil (point-min) (point-max)) 67 (sort-lines nil (point-min) (point-max))
68 (let ((coding-system-for-write 'unix)) 68 (let ((coding-system-for-write 'unix))
69 (write-file (car elt))))) 69 (write-file (car elt)))))
70
diff --git a/admin/cus-test.el b/admin/cus-test.el
index 3808a44eff6..a8582ac59cf 100644
--- a/admin/cus-test.el
+++ b/admin/cus-test.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
diff --git a/admin/diff-tar-files b/admin/diff-tar-files
index 23df9ff1922..f45d72f1a66 100755
--- a/admin/diff-tar-files
+++ b/admin/diff-tar-files
@@ -15,7 +15,7 @@
15# GNU General Public License for more details. 15# GNU General Public License for more details.
16 16
17# You should have received a copy of the GNU General Public License 17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 18# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
19 19
20 20
21if [ $# != 2 ]; then 21if [ $# != 2 ]; then
diff --git a/admin/find-gc.el b/admin/find-gc.el
index 53ac9220408..91acbb5149d 100644
--- a/admin/find-gc.el
+++ b/admin/find-gc.el
@@ -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 GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22;;; Commentary: 22;;; Commentary:
23 23
diff --git a/admin/gitmerge.el b/admin/gitmerge.el
index a0efce5ea69..0dfd190d753 100644
--- a/admin/gitmerge.el
+++ b/admin/gitmerge.el
@@ -18,7 +18,7 @@
18;; GNU General Public License for more details. 18;; GNU General Public License for more details.
19 19
20;; You should have received a copy of the GNU General Public License 20;; You should have received a copy of the GNU General Public License
21;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 21;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
22 22
23;;; Commentary: 23;;; Commentary:
24 24
diff --git a/admin/grammars/Makefile.in b/admin/grammars/Makefile.in
index fd1d8954e58..740168fc735 100644
--- a/admin/grammars/Makefile.in
+++ b/admin/grammars/Makefile.in
@@ -15,7 +15,7 @@
15## GNU General Public License for more details. 15## GNU General Public License for more details.
16 16
17## You should have received a copy of the GNU General Public License 17## You should have received a copy of the GNU General Public License
18## along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 18## along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
19 19
20### Commentary: 20### Commentary:
21 21
diff --git a/admin/grammars/c.by b/admin/grammars/c.by
index c312fd636df..da9f967a160 100644
--- a/admin/grammars/c.by
+++ b/admin/grammars/c.by
@@ -18,7 +18,7 @@
18;; GNU General Public License for more details. 18;; GNU General Public License for more details.
19 19
20;; You should have received a copy of the GNU General Public License 20;; You should have received a copy of the GNU General Public License
21;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 21;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
22 22
23;; TODO: From Nate Schley 23;; TODO: From Nate Schley
24;; > * Can't parse signature element: "const char* const rmc_ClrTxt" 24;; > * Can't parse signature element: "const char* const rmc_ClrTxt"
diff --git a/admin/grammars/grammar.wy b/admin/grammars/grammar.wy
index ffbe7cc4a99..d64dcdcbfd9 100644
--- a/admin/grammars/grammar.wy
+++ b/admin/grammars/grammar.wy
@@ -21,7 +21,7 @@
21;; GNU General Public License for more details. 21;; GNU General Public License for more details.
22 22
23;; You should have received a copy of the GNU General Public License 23;; You should have received a copy of the GNU General Public License
24;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 24;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
25 25
26%package semantic-grammar-wy 26%package semantic-grammar-wy
27%provide semantic/grammar-wy 27%provide semantic/grammar-wy
diff --git a/admin/grammars/java-tags.wy b/admin/grammars/java-tags.wy
index bbad38d23f6..f1a4c147cd1 100644
--- a/admin/grammars/java-tags.wy
+++ b/admin/grammars/java-tags.wy
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25%package wisent-java-tags-wy 25%package wisent-java-tags-wy
26%provide semantic/wisent/javat-wy 26%provide semantic/wisent/javat-wy
diff --git a/admin/grammars/js.wy b/admin/grammars/js.wy
index 72b662e1795..ded8023b7f4 100644
--- a/admin/grammars/js.wy
+++ b/admin/grammars/js.wy
@@ -18,7 +18,7 @@
18;; GNU General Public License for more details. 18;; GNU General Public License for more details.
19 19
20;; You should have received a copy of the GNU General Public License 20;; You should have received a copy of the GNU General Public License
21;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 21;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
22 22
23;;; Commentary: 23;;; Commentary:
24 24
diff --git a/admin/grammars/make.by b/admin/grammars/make.by
index 0bfde31979f..d3a03ead472 100644
--- a/admin/grammars/make.by
+++ b/admin/grammars/make.by
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24%package semantic-make-by 24%package semantic-make-by
25%provide semantic/bovine/make-by 25%provide semantic/bovine/make-by
@@ -134,7 +134,7 @@ elements: element some-whitespace elements
134 ( ,@$1 ) 134 ( ,@$1 )
135 | ;;EMPTY 135 | ;;EMPTY
136 ; 136 ;
137 137
138element: sub-element element 138element: sub-element element
139 ( (concat (car ,$1) (car ,$2)) ) 139 ( (concat (car ,$1) (car ,$2)) )
140 | ;;EMPTY 140 | ;;EMPTY
diff --git a/admin/grammars/python.wy b/admin/grammars/python.wy
index 23aa65cd7f1..c8426e2581d 100644
--- a/admin/grammars/python.wy
+++ b/admin/grammars/python.wy
@@ -22,7 +22,7 @@
22;; GNU General Public License for more details. 22;; GNU General Public License for more details.
23 23
24;; You should have received a copy of the GNU General Public License 24;; You should have received a copy of the GNU General Public License
25;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 25;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
26 26
27;;; Commentary: 27;;; Commentary:
28;; 28;;
diff --git a/admin/grammars/scheme.by b/admin/grammars/scheme.by
index c4d6a392f7c..86fe81d1852 100644
--- a/admin/grammars/scheme.by
+++ b/admin/grammars/scheme.by
@@ -15,7 +15,7 @@
15;; GNU General Public License for more details. 15;; GNU General Public License for more details.
16 16
17;; You should have received a copy of the GNU General Public License 17;; You should have received a copy of the GNU General Public License
18;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 18;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
19 19
20%package semantic-scm-by 20%package semantic-scm-by
21%provide semantic/bovine/scm-by 21%provide semantic/bovine/scm-by
@@ -98,4 +98,3 @@ expression : symbol
98 ; 98 ;
99 99
100;;; scheme.by ends here 100;;; scheme.by ends here
101
diff --git a/admin/grammars/srecode-template.wy b/admin/grammars/srecode-template.wy
index 811a3240604..aefa4c81242 100644
--- a/admin/grammars/srecode-template.wy
+++ b/admin/grammars/srecode-template.wy
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24;;; Commentary: 24;;; Commentary:
25;; 25;;
diff --git a/admin/last-chance.el b/admin/last-chance.el
index cab2d4718d6..76b8bcf6db1 100644
--- a/admin/last-chance.el
+++ b/admin/last-chance.el
@@ -20,7 +20,7 @@
20;; GNU General Public License for more details. 20;; GNU General Public License for more details.
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
24 24
25;;; Commentary: 25;;; Commentary:
26 26
diff --git a/admin/make-emacs b/admin/make-emacs
index 4c735065e54..0938336407e 100755
--- a/admin/make-emacs
+++ b/admin/make-emacs
@@ -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 GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22 22
23require 5; 23require 5;
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index e5c77172c9f..5822f666db4 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -18,7 +18,7 @@ Steps to take before starting on the first pretest in any release sequence:
18 when preparing the first pretest for a major Emacs release.) 18 when preparing the first pretest for a major Emacs release.)
19 Commit cus-edit.el if changed. 19 Commit cus-edit.el if changed.
20 20
213. Remove any old pretests from ftp://alpha.gnu.org/gnu/emacs/pretest. 213. Remove any old pretests from https://alpha.gnu.org/gnu/emacs/pretest.
22 You can use 'gnupload --delete' (see below for more gnupload details). 22 You can use 'gnupload --delete' (see below for more gnupload details).
23 23
24General steps (for each step, check for possible errors): 24General steps (for each step, check for possible errors):
@@ -101,8 +101,8 @@ General steps (for each step, check for possible errors):
101 Check the contents of the new tar with admin/diff-tar-files 101 Check the contents of the new tar with admin/diff-tar-files
102 against the previous release (if this is the first pretest) or the 102 against the previous release (if this is the first pretest) or the
103 previous pretest. If you did not make the previous pretest 103 previous pretest. If you did not make the previous pretest
104 yourself, find it at <ftp://alpha.gnu.org/gnu/emacs/pretest>. 104 yourself, find it at <https://alpha.gnu.org/gnu/emacs/pretest>.
105 Releases are of course at <ftp://ftp.gnu.org/pub/gnu/emacs/>. 105 Releases are of course at <https://ftp.gnu.org/pub/gnu/emacs/>.
106 106
107 If this is the first pretest of a major release, just comparing 107 If this is the first pretest of a major release, just comparing
108 with the previous release may overlook many new files. You can try 108 with the previous release may overlook many new files. You can try
@@ -130,9 +130,9 @@ General steps (for each step, check for possible errors):
130 Now you should upload the files to the GNU ftp server. In order to 130 Now you should upload the files to the GNU ftp server. In order to
131 do that, you must be registered as an Emacs maintainer and have your 131 do that, you must be registered as an Emacs maintainer and have your
132 GPG key acknowledged by the ftp people. For instructions, see 132 GPG key acknowledged by the ftp people. For instructions, see
133 http://www.gnu.org/prep/maintain/html_node/Automated-Upload-Registration.html 133 https://www.gnu.org/prep/maintain/html_node/Automated-Upload-Registration.html
134 The simplest method to upload is to use the gnulib 134 The simplest method to upload is to use the gnulib
135 <http://www.gnu.org/s/gnulib/> script "build-aux/gnupload": 135 <https://www.gnu.org/s/gnulib/> script "build-aux/gnupload":
136 136
137 For a pretest: 137 For a pretest:
138 gnupload [--user your@gpg.key.email] --to alpha.gnu.org:emacs/pretest \ 138 gnupload [--user your@gpg.key.email] --to alpha.gnu.org:emacs/pretest \
@@ -161,11 +161,11 @@ General steps (for each step, check for possible errors):
161 FILE.sig, FILE.directive.asc. 161 FILE.sig, FILE.directive.asc.
162 For a release, place the files in the /incoming/ftp directory. 162 For a release, place the files in the /incoming/ftp directory.
163 For a pretest, place the files in /incoming/alpha instead, so that 163 For a pretest, place the files in /incoming/alpha instead, so that
164 they appear on ftp://alpha.gnu.org/. 164 they appear on https://alpha.gnu.org/.
165 165
16610. After five minutes, verify that the files are visible at 16610. After five minutes, verify that the files are visible at
167 ftp://alpha.gnu.org/gnu/emacs/pretest/ for a pretest, or 167 https://alpha.gnu.org/gnu/emacs/pretest/ for a pretest, or
168 ftp://ftp.gnu.org/gnu/emacs/ for a release. 168 https://ftp.gnu.org/gnu/emacs/ for a release.
169 169
170 Download them and check the signatures. Check they build. 170 Download them and check the signatures. Check they build.
171 171
@@ -185,7 +185,7 @@ UPDATING THE EMACS WEB PAGES AFTER A RELEASE
185 185
186As soon as possible after a release, the Emacs web pages should be updated. 186As soon as possible after a release, the Emacs web pages should be updated.
187Anyone with write access to the Emacs code repository can do this. 187Anyone with write access to the Emacs code repository can do this.
188For instructions, see <http://savannah.gnu.org/cvs/?group=emacs>. 188For instructions, see <https://savannah.gnu.org/cvs/?group=emacs>.
189Changes go live more or less as soon as they are committed. 189Changes go live more or less as soon as they are committed.
190 190
191The pages to update are: 191The pages to update are:
@@ -215,5 +215,5 @@ Add compressed copies of the main info pages from the tarfile to manual/info/.
215Update the refcards/pdf/ and ps/ directories, and also 215Update the refcards/pdf/ and ps/ directories, and also
216refcards/emacs-refcards.tar.gz (use make -C etc/refcards pdf ps dist). 216refcards/emacs-refcards.tar.gz (use make -C etc/refcards pdf ps dist).
217 217
218Browsing <http://web.cvs.savannah.gnu.org/viewvc/?root=emacs> is one 218Browsing <https://web.cvs.savannah.gnu.org/viewvc/?root=emacs> is one
219way to check for any files that still need updating. 219way to check for any files that still need updating.
diff --git a/admin/merge-gnulib b/admin/merge-gnulib
index e7b304a264d..60104e86c69 100755
--- a/admin/merge-gnulib
+++ b/admin/merge-gnulib
@@ -19,7 +19,7 @@
19# GNU General Public License for more details. 19# GNU General Public License for more details.
20 20
21# You should have received a copy of the GNU General Public License 21# You should have received a copy of the GNU General Public License
22# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24# written by Paul Eggert 24# written by Paul Eggert
25 25
diff --git a/admin/merge-pkg-config b/admin/merge-pkg-config
index 363d22dfa5b..dbacb4bc30d 100755
--- a/admin/merge-pkg-config
+++ b/admin/merge-pkg-config
@@ -19,7 +19,7 @@
19# GNU General Public License for more details. 19# GNU General Public License for more details.
20 20
21# You should have received a copy of the GNU General Public License 21# You should have received a copy of the GNU General Public License
22# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24# written by Paul Eggert 24# written by Paul Eggert
25 25
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index 3d6df03d5e7..6d0fe50ae53 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -1,6 +1,6 @@
1NOTES ON THE EMACS BUG TRACKER -*- outline -*- 1NOTES ON THE EMACS BUG TRACKER -*- outline -*-
2 2
3The Emacs Bug Tracker can be found at http://debbugs.gnu.org/ 3The Emacs Bug Tracker can be found at https://debbugs.gnu.org/
4 4
5* Quick-start guide 5* Quick-start guide
6 6
@@ -33,14 +33,14 @@ tags 123 moreinfo|unreproducible|wontfix|patch
33 33
34* More detailed information 34* More detailed information
35 35
36For a list of all bugs, see http://debbugs.gnu.org/db/pa/lemacs.html 36For a list of all bugs, see https://debbugs.gnu.org/db/pa/lemacs.html
37This is a static page, updated once a day. There is also a dynamic 37This is a static page, updated once a day. There is also a dynamic
38list, generated on request. This accepts various options, eg to see 38list, generated on request. This accepts various options, eg to see
39the most recent bugs: 39the most recent bugs:
40 40
41http://debbugs.gnu.org/cgi/pkgreport.cgi?newest=100 41https://debbugs.gnu.org/cgi/pkgreport.cgi?newest=100
42 42
43Or follow the links on the front page http://debbugs.gnu.org . 43Or follow the links on the front page https://debbugs.gnu.org .
44 44
45** How do I report a bug in Emacs now? 45** How do I report a bug in Emacs now?
46The same way as you always did. Send mail to bug-gnu-emacs@gnu.org, 46The same way as you always did. Send mail to bug-gnu-emacs@gnu.org,
@@ -73,7 +73,7 @@ cc everyone on replies.)
73(Many people think the submitter SHOULD be automatically subscribed 73(Many people think the submitter SHOULD be automatically subscribed
74to subsequent discussion, but this does not seem to be implemented. 74to subsequent discussion, but this does not seem to be implemented.
75See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=37078 75See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=37078
76See also http://debbugs.gnu.org/5439 ) 76See also https://debbugs.gnu.org/5439 )
77 77
78Do NOT send a separate copy to the bug list address, since this may 78Do NOT send a separate copy to the bug list address, since this may
79generate a new report. The only time to send mail to the bug list 79generate a new report. The only time to send mail to the bug list
@@ -246,7 +246,7 @@ reopen 123
246*** Bugs can be tagged in various ways (eg wontfix, patch, etc). 246*** Bugs can be tagged in various ways (eg wontfix, patch, etc).
247The available tags are: 247The available tags are:
248patch wontfix moreinfo unreproducible fixed notabug 248patch wontfix moreinfo unreproducible fixed notabug
249See http://debbugs.gnu.org/Developer#tags 249See https://debbugs.gnu.org/Developer#tags
250The list of tags can be prefixed with +, - or =, meaning to add (the 250The list of tags can be prefixed with +, - or =, meaning to add (the
251default), remove, or reset the tags. E.g.: 251default), remove, or reset the tags. E.g.:
252 252
@@ -254,7 +254,7 @@ tags 123 + wontfix
254 254
255** URL shortcuts 255** URL shortcuts
256 256
257http://debbugs.gnu.org/... 257https://debbugs.gnu.org/...
258 258
259123 # given bug number 259123 # given bug number
260123;mbox=yes # mbox version of given bug 260123;mbox=yes # mbox version of given bug
@@ -314,11 +314,11 @@ search box. The only piece you really need to add is the "users"
314portion, the rest has the same syntax as normal. 314portion, the rest has the same syntax as normal.
315 315
316**** To browse bugs by usertag: 316**** To browse bugs by usertag:
317http://debbugs.gnu.org/cgi/pkgindex.cgi?indexon=users 317https://debbugs.gnu.org/cgi/pkgindex.cgi?indexon=users
318 318
319**** To find all bugs usertagged by a given email address: 319**** To find all bugs usertagged by a given email address:
320 320
321http://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs 321https://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs
322 322
323(Supposedly, the "users" field can be a comma-separated list of more 323(Supposedly, the "users" field can be a comma-separated list of more
324than one email address, but it does not seem to work for me.) 324than one email address, but it does not seem to work for me.)
@@ -328,7 +328,7 @@ than one email address, but it does not seem to work for me.)
328This works just like a normal tags search, but with the addition of a 328This works just like a normal tags search, but with the addition of a
329"users" field. Eg: 329"users" field. Eg:
330 330
331http://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar 331https://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar
332 332
333*** To merge bugs: 333*** To merge bugs:
334Eg when bad replies create a bunch of new bugs for the same report. 334Eg when bad replies create a bunch of new bugs for the same report.
@@ -377,7 +377,7 @@ You must unmerge, clone, then re-merge.
377*** To set severity: 377*** To set severity:
378severity 123 critical|grave|serious|important|normal|minor|wishlist 378severity 123 critical|grave|serious|important|normal|minor|wishlist
379 379
380See http://debbugs.gnu.org/Developer#severities for the meanings. 380See https://debbugs.gnu.org/Developer#severities for the meanings.
381 381
382*** To set the owner of a bug: 382*** To set the owner of a bug:
383owner 123 A Hacker <none@example.com> 383owner 123 A Hacker <none@example.com>
@@ -435,10 +435,10 @@ The bug will be re-archived after the next 28 day period of no activity.
435 435
436It's a function of the number of displayed bugs. You can speed things 436It's a function of the number of displayed bugs. You can speed things
437up by only looking at the newest 100 bugs: 437up by only looking at the newest 100 bugs:
438http://debbugs.gnu.org/cgi-bin/pkgreport.cgi?newest=100;package=emacs 438https://debbugs.gnu.org/cgi-bin/pkgreport.cgi?newest=100;package=emacs
439 439
440Or use the static index: 440Or use the static index:
441http://debbugs.gnu.org/db/ix/full.html 441https://debbugs.gnu.org/db/ix/full.html
442 442
443** What are those "mbox folder" links on the bug report pages? 443** What are those "mbox folder" links on the bug report pages?
444 444
@@ -484,7 +484,7 @@ the bug web-pages.
484 484
485*** Debian stuff 485*** Debian stuff
486 486
487http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html 487https://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html
488 488
489** Gnus-specific voodoo 489** Gnus-specific voodoo
490 490
@@ -493,7 +493,7 @@ http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html
493*** If the above is not available: 493*** If the above is not available:
494(add-hook 'gnus-article-mode-hook 494(add-hook 'gnus-article-mode-hook
495 (lambda () 495 (lambda ()
496 (setq bug-reference-url-format "http://debbugs.gnu.org/%s") 496 (setq bug-reference-url-format "https://debbugs.gnu.org/%s")
497 (bug-reference-mode 1))) 497 (bug-reference-mode 1)))
498 498
499and you can click on the bug number in the subject header. 499and you can click on the bug number in the subject header.
@@ -507,8 +507,8 @@ reference, you don't need to read these as a user of the system.
507Getting mail from the Emacs bug list into the tracker requires the 507Getting mail from the Emacs bug list into the tracker requires the
508assistance of sysadmin at gnu.org. The test tracker set-up was, I 508assistance of sysadmin at gnu.org. The test tracker set-up was, I
509think, [gnu.org #359140]: 509think, [gnu.org #359140]:
510http://lists.gnu.org/archive/html/savannah-hackers/2008-03/msg00074.html 510https://lists.gnu.org/archive/html/savannah-hackers/2008-03/msg00074.html
511http://lists.gnu.org/archive/html/savannah-hackers/2008-04/msg00034.html 511https://lists.gnu.org/archive/html/savannah-hackers/2008-04/msg00034.html
512 512
513** The debbugs.gnu.org setup was handled in [gnu.org #510605]. 513** The debbugs.gnu.org setup was handled in [gnu.org #510605].
514There are two pieces (replace AT with @ in the following): 514There are two pieces (replace AT with @ in the following):
@@ -548,7 +548,7 @@ It does basic spam processing on the moderator requests and
548automatically rejects the obviously bogus ones. Someone still has to 548automatically rejects the obviously bogus ones. Someone still has to
549accept the good ones though. The advantage of this would not be having 549accept the good ones though. The advantage of this would not be having
550to run and tune our own spam filter. See 550to run and tune our own spam filter. See
551http://savannah.nongnu.org/projects/listhelper 551https://savannah.nongnu.org/projects/listhelper
552 552
553An "X-Debbugs-Envelope-To" header is used to keep track of where the 553An "X-Debbugs-Envelope-To" header is used to keep track of where the
554mail was actually bound for: 554mail was actually bound for:
diff --git a/admin/notes/copyright b/admin/notes/copyright
index 9b614221caf..8345646b977 100644
--- a/admin/notes/copyright
+++ b/admin/notes/copyright
@@ -511,7 +511,7 @@ etc/TUTORIAL* (translations)
511 rms: "We can leave the TUTORIAL translations alone until their 511 rms: "We can leave the TUTORIAL translations alone until their
512 maintainers update them." 512 maintainers update them."
513 Can adapt short license text from end of GPL translations at: 513 Can adapt short license text from end of GPL translations at:
514 http://www.gnu.org/licenses/translations.html 514 https://www.gnu.org/licenses/translations.html
515 Only a few sentences around the license notice need changing from 515 Only a few sentences around the license notice need changing from
516 previous version. 516 previous version.
517Done: TUTORIAL.eo 517Done: TUTORIAL.eo
@@ -594,4 +594,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
594GNU General Public License for more details. 594GNU General Public License for more details.
595 595
596You should have received a copy of the GNU General Public License 596You should have received a copy of the GNU General Public License
597along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 597along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
diff --git a/admin/notes/elpa b/admin/notes/elpa
index 4c0f1980def..ea6c132fe19 100644
--- a/admin/notes/elpa
+++ b/admin/notes/elpa
@@ -10,7 +10,7 @@ repository named "elpa", hosted on Savannah. To check it out:
10 10
11Changes to this branch propagate to elpa.gnu.org via a "deployment" script run 11Changes to this branch propagate to elpa.gnu.org via a "deployment" script run
12daily. This script (which is kept in elpa/admin/update-archive.sh) generates 12daily. This script (which is kept in elpa/admin/update-archive.sh) generates
13the content visible at http://elpa.gnu.org/packages. 13the content visible at https://elpa.gnu.org/packages.
14 14
15A new package is released as soon as the "version number" of that package is 15A new package is released as soon as the "version number" of that package is
16changed. So you can use 'elpa' to work on a package without fear of releasing 16changed. So you can use 'elpa' to work on a package without fear of releasing
diff --git a/admin/notes/font-backend b/admin/notes/font-backend
index 2418966c93d..65c37a483bc 100644
--- a/admin/notes/font-backend
+++ b/admin/notes/font-backend
@@ -66,4 +66,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
66GNU General Public License for more details. 66GNU General Public License for more details.
67 67
68You should have received a copy of the GNU General Public License 68You should have received a copy of the GNU General Public License
69along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 69along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
diff --git a/admin/notes/hydra b/admin/notes/hydra
index 4c1944a57da..a0c46df08e4 100644
--- a/admin/notes/hydra
+++ b/admin/notes/hydra
@@ -68,4 +68,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
68GNU General Public License for more details. 68GNU General Public License for more details.
69 69
70You should have received a copy of the GNU General Public License 70You should have received a copy of the GNU General Public License
71along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 71along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty
index d0096adc6d2..0969daf9d07 100644
--- a/admin/notes/multi-tty
+++ b/admin/notes/multi-tty
@@ -1296,4 +1296,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1296GNU General Public License for more details. 1296GNU General Public License for more details.
1297 1297
1298You should have received a copy of the GNU General Public License 1298You should have received a copy of the GNU General Public License
1299along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 1299along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
diff --git a/admin/notes/unicode b/admin/notes/unicode
index 8284e1b44cf..bc7279150a9 100644
--- a/admin/notes/unicode
+++ b/admin/notes/unicode
@@ -306,4 +306,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
306GNU General Public License for more details. 306GNU General Public License for more details.
307 307
308You should have received a copy of the GNU General Public License 308You should have received a copy of the GNU General Public License
309along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 309along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
diff --git a/admin/notes/www b/admin/notes/www
index 8e911a44d50..8e5bfb68d7a 100644
--- a/admin/notes/www
+++ b/admin/notes/www
@@ -79,4 +79,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
79GNU General Public License for more details. 79GNU General Public License for more details.
80 80
81You should have received a copy of the GNU General Public License 81You should have received a copy of the GNU General Public License
82along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 82along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
diff --git a/admin/nt/README-UNDUMP.W32 b/admin/nt/README-UNDUMP.W32
index f4214161230..aa91633dd49 100644
--- a/admin/nt/README-UNDUMP.W32
+++ b/admin/nt/README-UNDUMP.W32
@@ -7,7 +7,7 @@ This README file describes how to dump a bare precompiled version of
7GNU Emacs for Windows. This barebin distribution supplements the 7GNU Emacs for Windows. This barebin distribution supplements the
8standard distribution of Emacs, which you can download from: 8standard distribution of Emacs, which you can download from:
9 9
10 ftp://ftp.gnu.org/gnu/emacs/ 10 https://ftp.gnu.org/gnu/emacs/
11 11
12If you do not have the "bin" or "src" distribution, then you will need 12If you do not have the "bin" or "src" distribution, then you will need
13to download one of those before you can use this barebin version. 13to download one of those before you can use this barebin version.
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs
index 76b3c646503..8f84edee47d 100755
--- a/admin/quick-install-emacs
+++ b/admin/quick-install-emacs
@@ -18,7 +18,7 @@
18## GNU General Public License for more details. 18## GNU General Public License for more details.
19 19
20## You should have received a copy of the GNU General Public License 20## You should have received a copy of the GNU General Public License
21## along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 21## along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
22 22
23 23
24### Commentary: 24### Commentary:
diff --git a/admin/release-process b/admin/release-process
index 6aa004014b8..3bb72b9735c 100644
--- a/admin/release-process
+++ b/admin/release-process
@@ -115,12 +115,12 @@ Redirect /software/emacs/manual/html_mono/automake.html /software/automake/manua
115Redirect /software/emacs/manual/html_node/automake/ /software/automake/manual/html_node/ 115Redirect /software/emacs/manual/html_node/automake/ /software/automake/manual/html_node/
116 116
117Another tool you can use to check links is gnu.org's linc.py: 117Another tool you can use to check links is gnu.org's linc.py:
118http://www.gnu.org/server/source/ 118https://www.gnu.org/server/source/
119 119
120You run this with something like: 120You run this with something like:
121 121
122cd /path/to/cvs/emacs-www 122cd /path/to/cvs/emacs-www
123linc.py -o /path/to/output-dir --url http://www.gnu.org/software/emacs/ . 123linc.py -o /path/to/output-dir --url https://www.gnu.org/software/emacs/ .
124 124
125Be warned that it is really, really slow (as in, can take ~ a full day 125Be warned that it is really, really slow (as in, can take ~ a full day
126to check the manual/ directory). It is probably best to run it on a 126to check the manual/ directory). It is probably best to run it on a
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in
index 5cc43bc3718..c389cb3f535 100644
--- a/admin/unidata/Makefile.in
+++ b/admin/unidata/Makefile.in
@@ -19,7 +19,7 @@
19# GNU General Public License for more details. 19# GNU General Public License for more details.
20 20
21# You should have received a copy of the GNU General Public License 21# You should have received a copy of the GNU General Public License
22# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24SHELL = @SHELL@ 24SHELL = @SHELL@
25 25
@@ -119,4 +119,3 @@ maintainer-clean: distclean
119extraclean: 119extraclean:
120 rm -f ${top_srcdir}/src/macuvs.h ${unidir}/charscript.el* 120 rm -f ${top_srcdir}/src/macuvs.h ${unidir}/charscript.el*
121 rm -f ${unifiles} ${unidir}/charprop.el 121 rm -f ${unifiles} ${unidir}/charprop.el
122
diff --git a/admin/unidata/blocks.awk b/admin/unidata/blocks.awk
index 7845d02cdc8..8eafedb82c2 100755
--- a/admin/unidata/blocks.awk
+++ b/admin/unidata/blocks.awk
@@ -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 GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20## along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22### Commentary: 22### Commentary:
23 23
@@ -32,7 +32,7 @@
32## The Unicode blocks actually extend past some of these ranges with 32## The Unicode blocks actually extend past some of these ranges with
33## undefined codepoints. 33## undefined codepoints.
34 34
35## For additional details, see <http://debbugs.gnu.org/20789#11>. 35## For additional details, see <https://debbugs.gnu.org/20789#11>.
36 36
37## Things to do after installing a new version of Blocks.txt: 37## Things to do after installing a new version of Blocks.txt:
38## Check the output against the old output. 38## Check the output against the old output.
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el
index 478099c831a..e6e8aaa0954 100644
--- a/admin/unidata/unidata-gen.el
+++ b/admin/unidata/unidata-gen.el
@@ -19,7 +19,7 @@
19;; GNU General Public License for more details. 19;; GNU General Public License for more details.
20 20
21;; You should have received a copy of the GNU General Public License 21;; You should have received a copy of the GNU General Public License
22;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 22;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
diff --git a/admin/unidata/uvs.el b/admin/unidata/uvs.el
index 0b7edc73c8c..f254f4a3666 100644
--- a/admin/unidata/uvs.el
+++ b/admin/unidata/uvs.el
@@ -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 GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22;;; Commentary: 22;;; Commentary:
23 23
diff --git a/admin/update-copyright b/admin/update-copyright
index 4da327bd9c3..a068816e304 100755
--- a/admin/update-copyright
+++ b/admin/update-copyright
@@ -22,7 +22,7 @@
22# GNU General Public License for more details. 22# GNU General Public License for more details.
23 23
24# You should have received a copy of the GNU General Public License 24# You should have received a copy of the GNU General Public License
25# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 25# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
26 26
27# written by Paul Eggert 27# written by Paul Eggert
28 28
diff --git a/admin/update_autogen b/admin/update_autogen
index ba4ed00fa39..cfbb7c77a79 100755
--- a/admin/update_autogen
+++ b/admin/update_autogen
@@ -18,7 +18,7 @@
18## GNU General Public License for more details. 18## GNU General Public License for more details.
19 19
20## You should have received a copy of the GNU General Public License 20## You should have received a copy of the GNU General Public License
21## along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 21## along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
22 22
23### Commentary: 23### Commentary:
24 24