diff options
Diffstat (limited to 'src')
178 files changed, 200 insertions, 201 deletions
diff --git a/src/.gdbinit b/src/.gdbinit index 21cdca5b2c0..60f6348715c 100644 --- a/src/.gdbinit +++ b/src/.gdbinit | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | # GNU General Public License for more details. | 13 | # GNU General Public License for more details. |
| 14 | # | 14 | # |
| 15 | # You should have received a copy of the GNU General Public License | 15 | # You should have received a copy of the GNU General Public License |
| 16 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 16 | # along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | # Force loading of symbols, enough to give us VALBITS etc. | 18 | # Force loading of symbols, enough to give us VALBITS etc. |
| 19 | set $dummy = main + 8 | 19 | set $dummy = main + 8 |
diff --git a/src/Makefile.in b/src/Makefile.in index a98ad9c5ebd..0e55ad4bb29 100644 --- a/src/Makefile.in +++ b/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 | ||
| 21 | 21 | ||
| 22 | # Note that this file is edited by msdos/sed1v2.inp for MSDOS. That | 22 | # Note that this file is edited by msdos/sed1v2.inp for MSDOS. That |
diff --git a/src/README b/src/README index fef2ff4e9e1..4790c04141b 100644 --- a/src/README +++ b/src/README | |||
| @@ -27,4 +27,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 27 | GNU General Public License for more details. | 27 | GNU General Public License for more details. |
| 28 | 28 | ||
| 29 | You should have received a copy of the GNU General Public License | 29 | You should have received a copy of the GNU General Public License |
| 30 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 30 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
diff --git a/src/alloc.c b/src/alloc.c index 300f5e420d3..87e9ef0059b 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
diff --git a/src/atimer.c b/src/atimer.c index 5feb1f6777d..0abd6c19c3a 100644 --- a/src/atimer.c +++ b/src/atimer.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | #include <stdio.h> | 20 | #include <stdio.h> |
diff --git a/src/atimer.h b/src/atimer.h index 30a5856ffdf..fb85193d829 100644 --- a/src/atimer.h +++ b/src/atimer.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_ATIMER_H | 19 | #ifndef EMACS_ATIMER_H |
| 20 | #define EMACS_ATIMER_H | 20 | #define EMACS_ATIMER_H |
diff --git a/src/bidi.c b/src/bidi.c index 763797488b0..fd73b548376 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* Written by Eli Zaretskii <eliz@gnu.org>. | 20 | /* Written by Eli Zaretskii <eliz@gnu.org>. |
| 21 | 21 | ||
diff --git a/src/blockinput.h b/src/blockinput.h index d57c5bae2af..1ca3b47c96b 100644 --- a/src/blockinput.h +++ b/src/blockinput.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_BLOCKINPUT_H | 19 | #ifndef EMACS_BLOCKINPUT_H |
| 20 | #define EMACS_BLOCKINPUT_H | 20 | #define EMACS_BLOCKINPUT_H |
diff --git a/src/buffer.c b/src/buffer.c index f2689b61fdb..bc28ac7d1aa 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
diff --git a/src/buffer.h b/src/buffer.h index 46ca6aa7384..ac7c5a54679 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_BUFFER_H | 21 | #ifndef EMACS_BUFFER_H |
| 22 | #define EMACS_BUFFER_H | 22 | #define EMACS_BUFFER_H |
diff --git a/src/bytecode.c b/src/bytecode.c index a473dfb9c8c..50c7abe2891 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
diff --git a/src/callint.c b/src/callint.c index 96436116c8b..105ec071d07 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
diff --git a/src/callproc.c b/src/callproc.c index b93d361a947..9375ce5312c 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 22 | #include <config.h> |
diff --git a/src/casefiddle.c b/src/casefiddle.c index 443d62b6259..8f564edeb95 100644 --- a/src/casefiddle.c +++ b/src/casefiddle.c | |||
| @@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/casetab.c b/src/casetab.c index 6108bb680bb..924bf9a527f 100644 --- a/src/casetab.c +++ b/src/casetab.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
diff --git a/src/category.c b/src/category.c index b633f65532a..eced906584e 100644 --- a/src/category.c +++ b/src/category.c | |||
| @@ -22,7 +22,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | 27 | ||
| 28 | /* Here we handle three objects: category, category set, and category | 28 | /* Here we handle three objects: category, category set, and category |
diff --git a/src/category.h b/src/category.h index 247f9093d09..c4feedd358f 100644 --- a/src/category.h +++ b/src/category.h | |||
| @@ -20,7 +20,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_CATEGORY_H | 25 | #ifndef EMACS_CATEGORY_H |
| 26 | #define EMACS_CATEGORY_H | 26 | #define EMACS_CATEGORY_H |
| @@ -21,7 +21,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 26 | #include <config.h> |
| 27 | 27 | ||
| @@ -730,7 +730,7 @@ while (0) | |||
| 730 | #endif | 730 | #endif |
| 731 | 731 | ||
| 732 | /* Use "&" rather than "&&" to suppress a bogus GCC warning; see | 732 | /* Use "&" rather than "&&" to suppress a bogus GCC warning; see |
| 733 | <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43772>. */ | 733 | <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43772>. */ |
| 734 | #define ASCENDING_ORDER(lo, med, hi) (((lo) <= (med)) & ((med) <= (hi))) | 734 | #define ASCENDING_ORDER(lo, med, hi) (((lo) <= (med)) & ((med) <= (hi))) |
| 735 | 735 | ||
| 736 | #define GET_CCL_RANGE(var, ccl_prog, ic, lo, hi) \ | 736 | #define GET_CCL_RANGE(var, ccl_prog, ic, lo, hi) \ |
| @@ -20,7 +20,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | 25 | ||
| 26 | #ifndef EMACS_CCL_H | 26 | #ifndef EMACS_CCL_H |
diff --git a/src/character.c b/src/character.c index 1c6020ee468..c8ffa2b2cd5 100644 --- a/src/character.c +++ b/src/character.c | |||
| @@ -20,7 +20,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* At first, see the document in `character.h' to understand the code | 25 | /* At first, see the document in `character.h' to understand the code |
| 26 | in this file. */ | 26 | in this file. */ |
diff --git a/src/character.h b/src/character.h index b073a0dd1e4..c716885d46b 100644 --- a/src/character.h +++ b/src/character.h | |||
| @@ -18,7 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_CHARACTER_H | 23 | #ifndef EMACS_CHARACTER_H |
| 24 | #define EMACS_CHARACTER_H | 24 | #define EMACS_CHARACTER_H |
diff --git a/src/charset.c b/src/charset.c index 6ce2f902c81..ab207eaa1b6 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -24,7 +24,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 24 | GNU General Public License for more details. | 24 | GNU General Public License for more details. |
| 25 | 25 | ||
| 26 | You should have received a copy of the GNU General Public License | 26 | You should have received a copy of the GNU General Public License |
| 27 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 27 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 28 | 28 | ||
| 29 | #include <config.h> | 29 | #include <config.h> |
| 30 | 30 | ||
diff --git a/src/charset.h b/src/charset.h index a26d64343d7..2b6875ce3fc 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -22,7 +22,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_CHARSET_H | 27 | #ifndef EMACS_CHARSET_H |
| 28 | #define EMACS_CHARSET_H | 28 | #define EMACS_CHARSET_H |
diff --git a/src/chartab.c b/src/chartab.c index 8392c0c07dc..065ae4f9f20 100644 --- a/src/chartab.c +++ b/src/chartab.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_CM_H | 19 | #ifndef EMACS_CM_H |
| 20 | #define EMACS_CM_H | 20 | #define EMACS_CM_H |
diff --git a/src/cmds.c b/src/cmds.c index 6f2db8696e9..e4c0c866916 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
diff --git a/src/coding.c b/src/coding.c index 50ad206be69..d790ad08ea9 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -21,7 +21,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /*** TABLE OF CONTENTS *** | 26 | /*** TABLE OF CONTENTS *** |
| 27 | 27 | ||
diff --git a/src/coding.h b/src/coding.h index 8ed851d99ff..66d125b07e6 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -21,7 +21,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_CODING_H | 26 | #ifndef EMACS_CODING_H |
| 27 | #define EMACS_CODING_H | 27 | #define EMACS_CODING_H |
diff --git a/src/commands.h b/src/commands.h index 03e1b73e981..5dc1100294e 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_COMMANDS_H | 19 | #ifndef EMACS_COMMANDS_H |
| 20 | #define EMACS_COMMANDS_H | 20 | #define EMACS_COMMANDS_H |
diff --git a/src/composite.c b/src/composite.c index 05a296329a6..c01e2e3b95c 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -20,7 +20,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 25 | #include <config.h> |
| 26 | 26 | ||
diff --git a/src/composite.h b/src/composite.h index dc1e7ce3457..7f0cc1cd350 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -20,7 +20,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_COMPOSITE_H | 25 | #ifndef EMACS_COMPOSITE_H |
| 26 | #define EMACS_COMPOSITE_H | 26 | #define EMACS_COMPOSITE_H |
diff --git a/src/conf_post.h b/src/conf_post.h index e1d6a9397d3..096a6779971 100644 --- a/src/conf_post.h +++ b/src/conf_post.h | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* Put the code here rather than in configure.ac using AH_BOTTOM. | 21 | /* Put the code here rather than in configure.ac using AH_BOTTOM. |
| 22 | This way, the code does not get processed by autoheader. For | 22 | This way, the code does not get processed by autoheader. For |
diff --git a/src/data.c b/src/data.c index c9818b6b20f..feca0a6f376 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
diff --git a/src/dbusbind.c b/src/dbusbind.c index 0d9d3e514fd..4a7068416fe 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | 20 | ||
diff --git a/src/decompress.c b/src/decompress.c index a53a66df187..12b1f6ca094 100644 --- a/src/decompress.c +++ b/src/decompress.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | 20 | ||
diff --git a/src/deps.mk b/src/deps.mk index b56d880da86..a94d198b849 100644 --- a/src/deps.mk +++ b/src/deps.mk | |||
| @@ -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/src/dired.c b/src/dired.c index 128493aff28..28d1cffb44c 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
diff --git a/src/dispextern.h b/src/dispextern.h index 1df769a8f99..2f55d8cbc87 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* New redisplay written by Gerd Moellmann <gerd@gnu.org>. */ | 20 | /* New redisplay written by Gerd Moellmann <gerd@gnu.org>. */ |
| 21 | 21 | ||
diff --git a/src/dispnew.c b/src/dispnew.c index 93ef6a55a2e..2d1df546982 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
diff --git a/src/disptab.h b/src/disptab.h index cdfb080dff7..592a1fa0180 100644 --- a/src/disptab.h +++ b/src/disptab.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* Access the slots of a display-table, according to their purpose. */ | 19 | /* Access the slots of a display-table, according to their purpose. */ |
| 20 | 20 | ||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 22 | #include <config.h> |
| @@ -538,7 +538,7 @@ the same file name is found in the `doc-directory'. */) | |||
| 538 | char const *dirname; | 538 | char const *dirname; |
| 539 | ptrdiff_t dirlen; | 539 | ptrdiff_t dirlen; |
| 540 | /* Preloaded defcustoms using custom-initialize-delay are added to | 540 | /* Preloaded defcustoms using custom-initialize-delay are added to |
| 541 | this list, but kept unbound. See http://debbugs.gnu.org/11565 */ | 541 | this list, but kept unbound. See https://debbugs.gnu.org/11565 */ |
| 542 | Lisp_Object delayed_init = | 542 | Lisp_Object delayed_init = |
| 543 | find_symbol_value (intern ("custom-delayed-init-variables")); | 543 | find_symbol_value (intern ("custom-delayed-init-variables")); |
| 544 | 544 | ||
diff --git a/src/doprnt.c b/src/doprnt.c index 418601acb02..89d7e99deb4 100644 --- a/src/doprnt.c +++ b/src/doprnt.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* If you think about replacing this with some similar standard C function of | 21 | /* If you think about replacing this with some similar standard C function of |
| 22 | the printf family (such as vsnprintf), please note that this function | 22 | the printf family (such as vsnprintf), please note that this function |
diff --git a/src/dynlib.c b/src/dynlib.c index 47ba5e3d91b..a6d70484fc6 100644 --- a/src/dynlib.c +++ b/src/dynlib.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | /* Assume modules are enabled on modern systems... *Yes*, the | 21 | /* Assume modules are enabled on modern systems... *Yes*, the |
diff --git a/src/dynlib.h b/src/dynlib.h index 1d53b8e5b2f..5669995624a 100644 --- a/src/dynlib.h +++ b/src/dynlib.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef DYNLIB_H | 20 | #ifndef DYNLIB_H |
| 21 | #define DYNLIB_H | 21 | #define DYNLIB_H |
diff --git a/src/editfns.c b/src/editfns.c index d54c9c1abaf..b03eb947dec 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
diff --git a/src/emacs-icon.h b/src/emacs-icon.h index b5ba89e15f3..f126458e9db 100644 --- a/src/emacs-icon.h +++ b/src/emacs-icon.h | |||
| @@ -18,7 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* Note that the GTK port uses gdk to display the icon, so Emacs need | 23 | /* Note that the GTK port uses gdk to display the icon, so Emacs need |
| 24 | not have XPM support compiled in. */ | 24 | not have XPM support compiled in. */ |
diff --git a/src/emacs-module.c b/src/emacs-module.c index ad6c8fb0104..e5833a1d1f0 100644 --- a/src/emacs-module.c +++ b/src/emacs-module.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
diff --git a/src/emacs-module.h.in b/src/emacs-module.h.in index 40b6448d27e..d83cd430141 100644 --- a/src/emacs-module.h.in +++ b/src/emacs-module.h.in | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_MODULE_H | 20 | #ifndef EMACS_MODULE_H |
| 21 | #define EMACS_MODULE_H | 21 | #define EMACS_MODULE_H |
diff --git a/src/emacs.c b/src/emacs.c index 668711a5ab9..1ad8af70a74 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #define INLINE EXTERN_INLINE | 21 | #define INLINE EXTERN_INLINE |
| 22 | #include <config.h> | 22 | #include <config.h> |
diff --git a/src/emacsgtkfixed.c b/src/emacsgtkfixed.c index 75cb3c1c727..1a00e0f6806 100644 --- a/src/emacsgtkfixed.c +++ b/src/emacsgtkfixed.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
diff --git a/src/emacsgtkfixed.h b/src/emacsgtkfixed.h index 776ac453c01..8f2acd6bba3 100644 --- a/src/emacsgtkfixed.h +++ b/src/emacsgtkfixed.h | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACSGTKFIXED_H | 21 | #ifndef EMACSGTKFIXED_H |
| 22 | #define EMACSGTKFIXED_H | 22 | #define EMACSGTKFIXED_H |
diff --git a/src/epaths.in b/src/epaths.in index c491d3b72e7..8f77b0a14fc 100644 --- a/src/epaths.in +++ b/src/epaths.in | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* Together with PATH_SITELOADSEARCH, this gives the default value of | 22 | /* Together with PATH_SITELOADSEARCH, this gives the default value of |
| @@ -75,4 +75,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 75 | 75 | ||
| 76 | /* Where Emacs should look for the application default file. */ | 76 | /* Where Emacs should look for the application default file. */ |
| 77 | #define PATH_X_DEFAULTS "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S" | 77 | #define PATH_X_DEFAULTS "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S" |
| 78 | |||
diff --git a/src/eval.c b/src/eval.c index a6612b93e25..62e219631db 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 22 | #include <config.h> |
diff --git a/src/fileio.c b/src/fileio.c index 3195348a8ce..adb3534532c 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | #include <limits.h> | 21 | #include <limits.h> |
| @@ -2046,7 +2046,7 @@ permissions. */) | |||
| 2046 | { | 2046 | { |
| 2047 | /* Set the modified context back to the file. */ | 2047 | /* Set the modified context back to the file. */ |
| 2048 | bool fail = fsetfilecon (ofd, con) != 0; | 2048 | bool fail = fsetfilecon (ofd, con) != 0; |
| 2049 | /* See http://debbugs.gnu.org/11245 for ENOTSUP. */ | 2049 | /* See https://debbugs.gnu.org/11245 for ENOTSUP. */ |
| 2050 | if (fail && errno != ENOTSUP) | 2050 | if (fail && errno != ENOTSUP) |
| 2051 | report_file_error ("Doing fsetfilecon", newname); | 2051 | report_file_error ("Doing fsetfilecon", newname); |
| 2052 | 2052 | ||
| @@ -2943,7 +2943,7 @@ or if Emacs was not compiled with SELinux support. */) | |||
| 2943 | fail = (lsetfilecon (SSDATA (encoded_absname), | 2943 | fail = (lsetfilecon (SSDATA (encoded_absname), |
| 2944 | context_str (parsed_con)) | 2944 | context_str (parsed_con)) |
| 2945 | != 0); | 2945 | != 0); |
| 2946 | /* See http://debbugs.gnu.org/11245 for ENOTSUP. */ | 2946 | /* See https://debbugs.gnu.org/11245 for ENOTSUP. */ |
| 2947 | if (fail && errno != ENOTSUP) | 2947 | if (fail && errno != ENOTSUP) |
| 2948 | report_file_error ("Doing lsetfilecon", absname); | 2948 | report_file_error ("Doing lsetfilecon", absname); |
| 2949 | 2949 | ||
diff --git a/src/filelock.c b/src/filelock.c index fd4f0aa864e..a8bc17c37b6 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -19,7 +19,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | 24 | ||
| 25 | #include <config.h> | 25 | #include <config.h> |
diff --git a/src/firstfile.c b/src/firstfile.c index c952e38aa6a..43f45f2bef5 100644 --- a/src/firstfile.c +++ b/src/firstfile.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | #include <config.h> | 20 | #include <config.h> |
diff --git a/src/floatfns.c b/src/floatfns.c index 47553f27e82..47e94b8c862 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -18,7 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* C89 requires only the following math.h functions, and Emacs omits | 24 | /* C89 requires only the following math.h functions, and Emacs omits |
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
diff --git a/src/font.c b/src/font.c index a5e5b6a5b9d..51625b49fa8 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -18,7 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 23 | #include <config.h> |
| 24 | #include <float.h> | 24 | #include <float.h> |
diff --git a/src/font.h b/src/font.h index 53e3fc21a3d..8f2e27f0edd 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_FONT_H | 22 | #ifndef EMACS_FONT_H |
| 23 | #define EMACS_FONT_H | 23 | #define EMACS_FONT_H |
diff --git a/src/fontset.c b/src/fontset.c index 74018060b85..35586ad5c7d 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -22,7 +22,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 27 | #include <config.h> |
| 28 | #include <stdio.h> | 28 | #include <stdio.h> |
diff --git a/src/fontset.h b/src/fontset.h index 8bf9f754fbd..cd6709dac2a 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -21,7 +21,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_FONTSET_H | 26 | #ifndef EMACS_FONTSET_H |
| 27 | #define EMACS_FONTSET_H | 27 | #define EMACS_FONTSET_H |
diff --git a/src/frame.c b/src/frame.c index 6e0c51b2f5f..39e5cc9c854 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
| @@ -1913,7 +1913,7 @@ delete_frame (Lisp_Object frame, Lisp_Object force) | |||
| 1913 | 1913 | ||
| 1914 | /* Look for another visible frame on the same terminal. | 1914 | /* Look for another visible frame on the same terminal. |
| 1915 | Do not call next_frame here because it may loop forever. | 1915 | Do not call next_frame here because it may loop forever. |
| 1916 | See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15025. */ | 1916 | See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15025. */ |
| 1917 | FOR_EACH_FRAME (tail, frame1) | 1917 | FOR_EACH_FRAME (tail, frame1) |
| 1918 | if (!EQ (frame, frame1) | 1918 | if (!EQ (frame, frame1) |
| 1919 | && (FRAME_TERMINAL (XFRAME (frame)) | 1919 | && (FRAME_TERMINAL (XFRAME (frame)) |
diff --git a/src/frame.h b/src/frame.h index 4b7e448b543..d1c21da4d2a 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_FRAME_H | 19 | #ifndef EMACS_FRAME_H |
| 20 | #define EMACS_FRAME_H | 20 | #define EMACS_FRAME_H |
diff --git a/src/fringe.c b/src/fringe.c index 5d3108a6c70..087ef33434d 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | #include <stdio.h> | 21 | #include <stdio.h> |
diff --git a/src/ftcrfont.c b/src/ftcrfont.c index 9b592e6a740..ad68ce8cebb 100644 --- a/src/ftcrfont.c +++ b/src/ftcrfont.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | #include <config.h> | 20 | #include <config.h> |
diff --git a/src/ftfont.c b/src/ftfont.c index 5600bde646d..35f59233761 100644 --- a/src/ftfont.c +++ b/src/ftfont.c | |||
| @@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
diff --git a/src/ftfont.h b/src/ftfont.h index 90abb452950..4201b2c2d67 100644 --- a/src/ftfont.h +++ b/src/ftfont.h | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_FTFONT_H | 22 | #ifndef EMACS_FTFONT_H |
diff --git a/src/ftxfont.c b/src/ftxfont.c index 8c829bb8f9c..3b27da67435 100644 --- a/src/ftxfont.c +++ b/src/ftxfont.c | |||
| @@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
diff --git a/src/getpagesize.h b/src/getpagesize.h index 75b25b88987..951973033da 100644 --- a/src/getpagesize.h +++ b/src/getpagesize.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef HAVE_GETPAGESIZE | 20 | #ifndef HAVE_GETPAGESIZE |
| 21 | 21 | ||
diff --git a/src/gfilenotify.c b/src/gfilenotify.c index fa4854c664d..13a3eae772a 100644 --- a/src/gfilenotify.c +++ b/src/gfilenotify.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | 20 | ||
diff --git a/src/gmalloc.c b/src/gmalloc.c index baaff58050f..2bda95ebd3d 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
| 14 | General Public License for more details. | 14 | General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public | 16 | You should have received a copy of the GNU General Public |
| 17 | License along with this library. If not, see <http://www.gnu.org/licenses/>. | 17 | License along with this library. If not, see <https://www.gnu.org/licenses/>. |
| 18 | 18 | ||
| 19 | The author may be reached (Email) at the address mike@ai.mit.edu, | 19 | The author may be reached (Email) at the address mike@ai.mit.edu, |
| 20 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ | 20 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ |
| @@ -308,7 +308,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
| 308 | General Public License for more details. | 308 | General Public License for more details. |
| 309 | 309 | ||
| 310 | You should have received a copy of the GNU General Public | 310 | You should have received a copy of the GNU General Public |
| 311 | License along with this library. If not, see <http://www.gnu.org/licenses/>. | 311 | License along with this library. If not, see <https://www.gnu.org/licenses/>. |
| 312 | 312 | ||
| 313 | The author may be reached (Email) at the address mike@ai.mit.edu, | 313 | The author may be reached (Email) at the address mike@ai.mit.edu, |
| 314 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ | 314 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ |
| @@ -965,7 +965,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
| 965 | General Public License for more details. | 965 | General Public License for more details. |
| 966 | 966 | ||
| 967 | You should have received a copy of the GNU General Public | 967 | You should have received a copy of the GNU General Public |
| 968 | License along with this library. If not, see <http://www.gnu.org/licenses/>. | 968 | License along with this library. If not, see <https://www.gnu.org/licenses/>. |
| 969 | 969 | ||
| 970 | The author may be reached (Email) at the address mike@ai.mit.edu, | 970 | The author may be reached (Email) at the address mike@ai.mit.edu, |
| 971 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ | 971 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ |
| @@ -1275,7 +1275,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
| 1275 | General Public License for more details. | 1275 | General Public License for more details. |
| 1276 | 1276 | ||
| 1277 | You should have received a copy of the GNU General Public | 1277 | You should have received a copy of the GNU General Public |
| 1278 | License along with this library. If not, see <http://www.gnu.org/licenses/>. | 1278 | License along with this library. If not, see <https://www.gnu.org/licenses/>. |
| 1279 | 1279 | ||
| 1280 | The author may be reached (Email) at the address mike@ai.mit.edu, | 1280 | The author may be reached (Email) at the address mike@ai.mit.edu, |
| 1281 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ | 1281 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ |
| @@ -1445,7 +1445,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
| 1445 | General Public License for more details. | 1445 | General Public License for more details. |
| 1446 | 1446 | ||
| 1447 | You should have received a copy of the GNU General Public | 1447 | You should have received a copy of the GNU General Public |
| 1448 | License along with this library. If not, see <http://www.gnu.org/licenses/>. | 1448 | License along with this library. If not, see <https://www.gnu.org/licenses/>. |
| 1449 | 1449 | ||
| 1450 | The author may be reached (Email) at the address mike@ai.mit.edu, | 1450 | The author may be reached (Email) at the address mike@ai.mit.edu, |
| 1451 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ | 1451 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ |
| @@ -1483,7 +1483,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 1483 | GNU General Public License for more details. | 1483 | GNU General Public License for more details. |
| 1484 | 1484 | ||
| 1485 | You should have received a copy of the GNU General Public License | 1485 | You should have received a copy of the GNU General Public License |
| 1486 | along with the GNU C Library. If not, see <http://www.gnu.org/licenses/>. */ | 1486 | along with the GNU C Library. If not, see <https://www.gnu.org/licenses/>. */ |
| 1487 | 1487 | ||
| 1488 | /* uClibc defines __GNU_LIBRARY__, but it is not completely | 1488 | /* uClibc defines __GNU_LIBRARY__, but it is not completely |
| 1489 | compatible. */ | 1489 | compatible. */ |
| @@ -1530,7 +1530,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
| 1530 | General Public License for more details. | 1530 | General Public License for more details. |
| 1531 | 1531 | ||
| 1532 | You should have received a copy of the GNU General Public | 1532 | You should have received a copy of the GNU General Public |
| 1533 | License along with this library. If not, see <http://www.gnu.org/licenses/>. */ | 1533 | License along with this library. If not, see <https://www.gnu.org/licenses/>. */ |
| 1534 | 1534 | ||
| 1535 | void * | 1535 | void * |
| 1536 | aligned_alloc (size_t alignment, size_t size) | 1536 | aligned_alloc (size_t alignment, size_t size) |
| @@ -1662,7 +1662,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
| 1662 | General Public License for more details. | 1662 | General Public License for more details. |
| 1663 | 1663 | ||
| 1664 | You should have received a copy of the GNU General Public | 1664 | You should have received a copy of the GNU General Public |
| 1665 | License along with this library. If not, see <http://www.gnu.org/licenses/>. | 1665 | License along with this library. If not, see <https://www.gnu.org/licenses/>. |
| 1666 | 1666 | ||
| 1667 | The author may be reached (Email) at the address mike@ai.mit.edu, | 1667 | The author may be reached (Email) at the address mike@ai.mit.edu, |
| 1668 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ | 1668 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ |
| @@ -1847,7 +1847,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
| 1847 | General Public License for more details. | 1847 | General Public License for more details. |
| 1848 | 1848 | ||
| 1849 | You should have received a copy of the GNU General Public | 1849 | You should have received a copy of the GNU General Public |
| 1850 | License along with this library. If not, see <http://www.gnu.org/licenses/>. | 1850 | License along with this library. If not, see <https://www.gnu.org/licenses/>. |
| 1851 | 1851 | ||
| 1852 | The author may be reached (Email) at the address mike@ai.mit.edu, | 1852 | The author may be reached (Email) at the address mike@ai.mit.edu, |
| 1853 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ | 1853 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ |
diff --git a/src/gnutls.c b/src/gnutls.c index 188f995979e..d7a1399f106 100644 --- a/src/gnutls.c +++ b/src/gnutls.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | #include <errno.h> | 20 | #include <errno.h> |
| @@ -554,7 +554,7 @@ emacs_gnutls_nonblock_errno (gnutls_transport_ptr_t ptr) | |||
| 554 | { | 554 | { |
| 555 | # ifdef _AIX | 555 | # ifdef _AIX |
| 556 | /* This is taken from the GnuTLS system_errno function circa 2016; | 556 | /* This is taken from the GnuTLS system_errno function circa 2016; |
| 557 | see <http://savannah.gnu.org/support/?107464>. */ | 557 | see <https://savannah.gnu.org/support/?107464>. */ |
| 558 | case 0: | 558 | case 0: |
| 559 | errno = EAGAIN; | 559 | errno = EAGAIN; |
| 560 | /* Fall through. */ | 560 | /* Fall through. */ |
| @@ -1355,7 +1355,7 @@ gnutls_verify_boot (Lisp_Object proc, Lisp_Object proplist) | |||
| 1355 | c_hostname = SSDATA (hostname); | 1355 | c_hostname = SSDATA (hostname); |
| 1356 | 1356 | ||
| 1357 | /* Now verify the peer, following | 1357 | /* Now verify the peer, following |
| 1358 | http://www.gnu.org/software/gnutls/manual/html_node/Verifying-peer_0027s-certificate.html. | 1358 | https://www.gnu.org/software/gnutls/manual/html_node/Verifying-peer_0027s-certificate.html. |
| 1359 | The peer should present at least one certificate in the chain; do a | 1359 | The peer should present at least one certificate in the chain; do a |
| 1360 | check of the certificate's hostname with | 1360 | check of the certificate's hostname with |
| 1361 | gnutls_x509_crt_check_hostname against :hostname. */ | 1361 | gnutls_x509_crt_check_hostname against :hostname. */ |
diff --git a/src/gnutls.h b/src/gnutls.h index 9323cd1aeff..00fa55b6c04 100644 --- a/src/gnutls.h +++ b/src/gnutls.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_GNUTLS_DEFINED | 19 | #ifndef EMACS_GNUTLS_DEFINED |
| 20 | #define EMACS_GNUTLS_DEFINED | 20 | #define EMACS_GNUTLS_DEFINED |
diff --git a/src/gtkutil.c b/src/gtkutil.c index a2e322b1dac..0203a5d5c1a 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
diff --git a/src/gtkutil.h b/src/gtkutil.h index f0f2981418c..f71f4bb0eda 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef GTKUTIL_H | 20 | #ifndef GTKUTIL_H |
| 21 | #define GTKUTIL_H | 21 | #define GTKUTIL_H |
diff --git a/src/image.c b/src/image.c index 7f5cf1a9669..3dac7086cb4 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
| @@ -7148,7 +7148,7 @@ tiff_size_of_memory (thandle_t data) | |||
| 7148 | 7148 | ||
| 7149 | /* GCC 3.x on x86 Windows targets has a bug that triggers an internal | 7149 | /* GCC 3.x on x86 Windows targets has a bug that triggers an internal |
| 7150 | compiler error compiling tiff_handler, see Bugzilla bug #17406 | 7150 | compiler error compiling tiff_handler, see Bugzilla bug #17406 |
| 7151 | (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17406). Declaring | 7151 | (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17406). Declaring |
| 7152 | this function as external works around that problem. */ | 7152 | this function as external works around that problem. */ |
| 7153 | # if defined (__MINGW32__) && __GNUC__ == 3 | 7153 | # if defined (__MINGW32__) && __GNUC__ == 3 |
| 7154 | # define MINGW_STATIC | 7154 | # define MINGW_STATIC |
diff --git a/src/indent.c b/src/indent.c index d76ac028d5b..26507b5eb5b 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | #include <stdio.h> | 21 | #include <stdio.h> |
diff --git a/src/indent.h b/src/indent.h index 42ae1260bc3..27a3c583882 100644 --- a/src/indent.h +++ b/src/indent.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_INDENT_H | 19 | #ifndef EMACS_INDENT_H |
| 20 | #define EMACS_INDENT_H | 20 | #define EMACS_INDENT_H |
diff --git a/src/inotify.c b/src/inotify.c index 3d5d3d2621f..c0fc1db1570 100644 --- a/src/inotify.c +++ b/src/inotify.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
diff --git a/src/insdel.c b/src/insdel.c index 0a2e07a343f..5dfc62843a7 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
diff --git a/src/intervals.c b/src/intervals.c index e65c22977ed..e711212d744 100644 --- a/src/intervals.c +++ b/src/intervals.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | /* NOTES: | 21 | /* NOTES: |
diff --git a/src/intervals.h b/src/intervals.h index 9140e0c17ab..7dec6e5c765 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_INTERVALS_H | 19 | #ifndef EMACS_INTERVALS_H |
| 20 | #define EMACS_INTERVALS_H | 20 | #define EMACS_INTERVALS_H |
diff --git a/src/keyboard.c b/src/keyboard.c index 97069a24acc..4db50be855c 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
diff --git a/src/keyboard.h b/src/keyboard.h index 2219c011352..a2a5f8f21d9 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_KEYBOARD_H | 20 | #ifndef EMACS_KEYBOARD_H |
| 21 | #define EMACS_KEYBOARD_H | 21 | #define EMACS_KEYBOARD_H |
diff --git a/src/keymap.c b/src/keymap.c index db9aa7cbf38..ccf8ce79175 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* Old BUGS: | 20 | /* Old BUGS: |
| 21 | - [M-C-a] != [?\M-\C-a] | 21 | - [M-C-a] != [?\M-\C-a] |
diff --git a/src/keymap.h b/src/keymap.h index af0affbc849..2a1945a80a8 100644 --- a/src/keymap.h +++ b/src/keymap.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef KEYMAP_H | 19 | #ifndef KEYMAP_H |
| 20 | #define KEYMAP_H | 20 | #define KEYMAP_H |
diff --git a/src/kqueue.c b/src/kqueue.c index 30922ef28b1..221b0032d82 100644 --- a/src/kqueue.c +++ b/src/kqueue.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
diff --git a/src/lastfile.c b/src/lastfile.c index f146602b3a0..2901f148e17 100644 --- a/src/lastfile.c +++ b/src/lastfile.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | /* How this works: | 20 | /* How this works: |
diff --git a/src/lcms.c b/src/lcms.c index 4c3a8b529d7..10c79ae24a0 100644 --- a/src/lcms.c +++ b/src/lcms.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | 20 | ||
diff --git a/src/lisp.h b/src/lisp.h index 19594e7830d..40e84ec7ecc 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_LISP_H | 21 | #ifndef EMACS_LISP_H |
| 22 | #define EMACS_LISP_H | 22 | #define EMACS_LISP_H |
diff --git a/src/lread.c b/src/lread.c index dbaadce4b40..6bc93b14817 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* Tell globals.h to define tables needed by init_obarray. */ | 21 | /* Tell globals.h to define tables needed by init_obarray. */ |
| 22 | #define DEFINE_SYMBOLS | 22 | #define DEFINE_SYMBOLS |
diff --git a/src/macfont.h b/src/macfont.h index 909336cdbad..5ac604b0be6 100644 --- a/src/macfont.h +++ b/src/macfont.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 18 | 18 | ||
| 19 | Original author: YAMAMOTO Mitsuharu | 19 | Original author: YAMAMOTO Mitsuharu |
| 20 | */ | 20 | */ |
diff --git a/src/macfont.m b/src/macfont.m index 59891353cd3..97879506ba4 100644 --- a/src/macfont.m +++ b/src/macfont.m | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 18 | 18 | ||
| 19 | Original author: YAMAMOTO Mitsuharu | 19 | Original author: YAMAMOTO Mitsuharu |
| 20 | */ | 20 | */ |
diff --git a/src/macros.c b/src/macros.c index f0ffda3f441..b32d73068a9 100644 --- a/src/macros.c +++ b/src/macros.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
diff --git a/src/macros.h b/src/macros.h index 31aece434de..dde3eb0c3f9 100644 --- a/src/macros.h +++ b/src/macros.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_MACROS_H | 19 | #ifndef EMACS_MACROS_H |
| 20 | #define EMACS_MACROS_H | 20 | #define EMACS_MACROS_H |
diff --git a/src/marker.c b/src/marker.c index f0c357fec00..2f7e649e9a6 100644 --- a/src/marker.c +++ b/src/marker.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
diff --git a/src/menu.c b/src/menu.c index 99a2ce8f7ef..d569b4b29b5 100644 --- a/src/menu.c +++ b/src/menu.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 21 | #include <config.h> |
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
diff --git a/src/menu.h b/src/menu.h index 2bb79ee82ce..1469cc87d99 100644 --- a/src/menu.h +++ b/src/menu.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef MENU_H | 19 | #ifndef MENU_H |
| 20 | #define MENU_H | 20 | #define MENU_H |
diff --git a/src/minibuf.c b/src/minibuf.c index 010152930bc..a2f3324f99f 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
diff --git a/src/nsfns.m b/src/nsfns.m index b00441eb79f..ba363629686 100644 --- a/src/nsfns.m +++ b/src/nsfns.m | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | Originally by Carl Edman | 22 | Originally by Carl Edman |
diff --git a/src/nsfont.m b/src/nsfont.m index 1bfc3df1469..bcddd724c0d 100644 --- a/src/nsfont.m +++ b/src/nsfont.m | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | Author: Adrian Robert (arobert@cogsci.ucsd.edu) | 20 | Author: Adrian Robert (arobert@cogsci.ucsd.edu) |
| 21 | */ | 21 | */ |
| @@ -301,7 +301,7 @@ ns_charset_covers(NSCharacterSet *set1, NSCharacterSet *set2, float pct) | |||
| 301 | int i, off = 0, tot = 0; | 301 | int i, off = 0, tot = 0; |
| 302 | 302 | ||
| 303 | /* Work around what appears to be a GNUstep bug. | 303 | /* Work around what appears to be a GNUstep bug. |
| 304 | See <http://bugs.gnu.org/11853>. */ | 304 | See <https://bugs.gnu.org/11853>. */ |
| 305 | if (! (bytes1 && bytes2)) | 305 | if (! (bytes1 && bytes2)) |
| 306 | return NO; | 306 | return NO; |
| 307 | 307 | ||
diff --git a/src/nsgui.h b/src/nsgui.h index a06eecf688f..e20f3e35e16 100644 --- a/src/nsgui.h +++ b/src/nsgui.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef __NSGUI_H__ | 19 | #ifndef __NSGUI_H__ |
| 20 | #define __NSGUI_H__ | 20 | #define __NSGUI_H__ |
diff --git a/src/nsimage.m b/src/nsimage.m index ea2f1ec54ac..9d45b063af1 100644 --- a/src/nsimage.m +++ b/src/nsimage.m | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* |
| 21 | Originally by Carl Edman | 21 | Originally by Carl Edman |
diff --git a/src/nsmenu.m b/src/nsmenu.m index 93e06707c07..6ef7b60dc24 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* | 19 | /* |
| 20 | By Adrian Robert, based on code from original nsmenu.m (Carl Edman, | 20 | By Adrian Robert, based on code from original nsmenu.m (Carl Edman, |
diff --git a/src/nsselect.m b/src/nsselect.m index 8b38daeb6cb..067c7788e8b 100644 --- a/src/nsselect.m +++ b/src/nsselect.m | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* |
| 21 | Originally by Carl Edman | 21 | Originally by Carl Edman |
diff --git a/src/nsterm.h b/src/nsterm.h index 65b7a0347ac..de96e0dbcbf 100644 --- a/src/nsterm.h +++ b/src/nsterm.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | #include "dispextern.h" | 21 | #include "dispextern.h" |
diff --git a/src/nsterm.m b/src/nsterm.m index 001e4576e89..27515335332 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | Originally by Carl Edman | 22 | Originally by Carl Edman |
| @@ -6076,7 +6076,7 @@ not_in_argv (NSString *arg) | |||
| 6076 | /* GNUstep uses incompatible keycodes, even for those that are | 6076 | /* GNUstep uses incompatible keycodes, even for those that are |
| 6077 | supposed to be hardware independent. Just check for delete. | 6077 | supposed to be hardware independent. Just check for delete. |
| 6078 | Keypad delete does not have keysym 0xFFFF. | 6078 | Keypad delete does not have keysym 0xFFFF. |
| 6079 | See http://savannah.gnu.org/bugs/?25395 | 6079 | See https://savannah.gnu.org/bugs/?25395 |
| 6080 | */ | 6080 | */ |
| 6081 | || (fnKeysym == 0xFFFF && code == 127) | 6081 | || (fnKeysym == 0xFFFF && code == 127) |
| 6082 | #endif | 6082 | #endif |
diff --git a/src/print.c b/src/print.c index 12edf015892..f280616af8a 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 22 | #include <config.h> |
diff --git a/src/process.c b/src/process.c index c45a3f63ce5..b941b5c1f9c 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 22 | #include <config.h> |
| @@ -142,7 +142,7 @@ extern int sys_select (int, fd_set *, fd_set *, fd_set *, | |||
| 142 | #endif | 142 | #endif |
| 143 | 143 | ||
| 144 | /* Work around GCC 4.3.0 bug with strict overflow checking; see | 144 | /* Work around GCC 4.3.0 bug with strict overflow checking; see |
| 145 | <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52904>. | 145 | <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52904>. |
| 146 | This bug appears to be fixed in GCC 5.1, so don't work around it there. */ | 146 | This bug appears to be fixed in GCC 5.1, so don't work around it there. */ |
| 147 | #if GNUC_PREREQ (4, 3, 0) && ! GNUC_PREREQ (5, 1, 0) | 147 | #if GNUC_PREREQ (4, 3, 0) && ! GNUC_PREREQ (5, 1, 0) |
| 148 | # pragma GCC diagnostic ignored "-Wstrict-overflow" | 148 | # pragma GCC diagnostic ignored "-Wstrict-overflow" |
diff --git a/src/process.h b/src/process.h index 2c174cc3ea8..5a044f669f2 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_PROCESS_H | 19 | #ifndef EMACS_PROCESS_H |
| 20 | #define EMACS_PROCESS_H | 20 | #define EMACS_PROCESS_H |
diff --git a/src/profiler.c b/src/profiler.c index 6dc0d8ce72d..d9d7d0b1c7f 100644 --- a/src/profiler.c +++ b/src/profiler.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | #include "lisp.h" | 21 | #include "lisp.h" |
diff --git a/src/puresize.h b/src/puresize.h index b90b6970421..0824437bdfd 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_PURESIZE_H | 19 | #ifndef EMACS_PURESIZE_H |
| 20 | #define EMACS_PURESIZE_H | 20 | #define EMACS_PURESIZE_H |
diff --git a/src/ralloc.c b/src/ralloc.c index 8a3d2b797f3..59a15e08ad8 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* NOTES: | 19 | /* NOTES: |
| 20 | 20 | ||
diff --git a/src/regex.c b/src/regex.c index 0dbb47309e4..330f2f78a84 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -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 this program. If not, see <http://www.gnu.org/licenses/>. */ | 18 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | /* TODO: | 20 | /* TODO: |
| 21 | - structure the opcode space into opcode+flag. | 21 | - structure the opcode space into opcode+flag. |
diff --git a/src/regex.h b/src/regex.h index 5e3a79763ec..9fa83560116 100644 --- a/src/regex.h +++ b/src/regex.h | |||
| @@ -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 this program. If not, see <http://www.gnu.org/licenses/>. */ | 18 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #ifndef _REGEX_H | 20 | #ifndef _REGEX_H |
| 21 | #define _REGEX_H 1 | 21 | #define _REGEX_H 1 |
diff --git a/src/region-cache.c b/src/region-cache.c index 36c8759366c..a00b28ea22f 100644 --- a/src/region-cache.c +++ b/src/region-cache.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 22 | #include <config.h> |
diff --git a/src/region-cache.h b/src/region-cache.h index 6327e2dc081..483ee36831f 100644 --- a/src/region-cache.h +++ b/src/region-cache.h | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_REGION_CACHE_H | 21 | #ifndef EMACS_REGION_CACHE_H |
| 22 | #define EMACS_REGION_CACHE_H | 22 | #define EMACS_REGION_CACHE_H |
diff --git a/src/scroll.c b/src/scroll.c index 482a0261923..7004dcd9aea 100644 --- a/src/scroll.c +++ b/src/scroll.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 22 | #include <config.h> |
diff --git a/src/search.c b/src/search.c index 19e789dfa87..0cb1ec41f59 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 22 | #include <config.h> |
diff --git a/src/sheap.c b/src/sheap.c index f7028b0cf76..09c1342bac1 100644 --- a/src/sheap.c +++ b/src/sheap.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
diff --git a/src/sheap.h b/src/sheap.h index 023db8c0fc3..f18eb2f1ce9 100644 --- a/src/sheap.h +++ b/src/sheap.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <stddef.h> | 20 | #include <stddef.h> |
| 21 | #include "lisp.h" | 21 | #include "lisp.h" |
diff --git a/src/sound.c b/src/sound.c index 75c27a97f4d..7a7f03d303a 100644 --- a/src/sound.c +++ b/src/sound.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* Written by Gerd Moellmann <gerd@gnu.org>. Tested with Luigi's | 20 | /* Written by Gerd Moellmann <gerd@gnu.org>. Tested with Luigi's |
| 21 | driver on FreeBSD 2.2.7 with a SoundBlaster 16. */ | 21 | driver on FreeBSD 2.2.7 with a SoundBlaster 16. */ |
diff --git a/src/syntax.c b/src/syntax.c index dcaca22f0e2..80603b4f8b3 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
diff --git a/src/syntax.h b/src/syntax.h index f0bb9569cc7..2a7ba54e608 100644 --- a/src/syntax.h +++ b/src/syntax.h | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_SYNTAX_H | 21 | #ifndef EMACS_SYNTAX_H |
| 22 | #define EMACS_SYNTAX_H | 22 | #define EMACS_SYNTAX_H |
diff --git a/src/sysdep.c b/src/sysdep.c index f5050e60f43..318d4eb380c 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
diff --git a/src/sysselect.h b/src/sysselect.h index 2ddea665b30..8295aeb8421 100644 --- a/src/sysselect.h +++ b/src/sysselect.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef SYSSELECT_H | 19 | #ifndef SYSSELECT_H |
| 20 | #define SYSSELECT_H 1 | 20 | #define SYSSELECT_H 1 |
diff --git a/src/syssignal.h b/src/syssignal.h index 8b815a29a35..61e1c5f60e8 100644 --- a/src/syssignal.h +++ b/src/syssignal.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_SYSSIGNAL_H | 20 | #ifndef EMACS_SYSSIGNAL_H |
| 21 | #define EMACS_SYSSIGNAL_H | 21 | #define EMACS_SYSSIGNAL_H |
diff --git a/src/sysstdio.h b/src/sysstdio.h index 7fbcefcdad9..87d62afc3d7 100644 --- a/src/sysstdio.h +++ b/src/sysstdio.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_SYSSTDIO_H | 20 | #ifndef EMACS_SYSSTDIO_H |
| 21 | #define EMACS_SYSSTDIO_H | 21 | #define EMACS_SYSSTDIO_H |
diff --git a/src/systhread.c b/src/systhread.c index aee12a9b482..ee89a1ed3ff 100644 --- a/src/systhread.c +++ b/src/systhread.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | #include <setjmp.h> | 20 | #include <setjmp.h> |
diff --git a/src/systhread.h b/src/systhread.h index c7999c0651d..443dc55c6a4 100644 --- a/src/systhread.h +++ b/src/systhread.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef SYSTHREAD_H | 19 | #ifndef SYSTHREAD_H |
| 20 | #define SYSTHREAD_H | 20 | #define SYSTHREAD_H |
diff --git a/src/systime.h b/src/systime.h index d79eb213960..f9f1db35eb8 100644 --- a/src/systime.h +++ b/src/systime.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_SYSTIME_H | 19 | #ifndef EMACS_SYSTIME_H |
| 20 | #define EMACS_SYSTIME_H | 20 | #define EMACS_SYSTIME_H |
diff --git a/src/systty.h b/src/systty.h index 9f2c61e0d69..a5ffc7b1d71 100644 --- a/src/systty.h +++ b/src/systty.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_SYSTTY_H | 19 | #ifndef EMACS_SYSTTY_H |
| 20 | #define EMACS_SYSTTY_H | 20 | #define EMACS_SYSTTY_H |
diff --git a/src/syswait.h b/src/syswait.h index 055562ae48b..939c16f4fb6 100644 --- a/src/syswait.h +++ b/src/syswait.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* Define the structure that the wait system call stores. | 19 | /* Define the structure that the wait system call stores. |
| 20 | On many systems, there is a structure defined for this. | 20 | On many systems, there is a structure defined for this. |
diff --git a/src/term.c b/src/term.c index c1d7b0483e7..a2ae8c2c6f0 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* New redisplay, TTY faces by Gerd Moellmann <gerd@gnu.org>. */ | 20 | /* New redisplay, TTY faces by Gerd Moellmann <gerd@gnu.org>. */ |
| 21 | 21 | ||
diff --git a/src/termcap.c b/src/termcap.c index a0e558d9cac..6942c33daec 100644 --- a/src/termcap.c +++ b/src/termcap.c | |||
| @@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Emacs config.h may rename various library functions such as malloc. */ | 18 | /* Emacs config.h may rename various library functions such as malloc. */ |
| 19 | #include <config.h> | 19 | #include <config.h> |
diff --git a/src/termchar.h b/src/termchar.h index cf061a97806..3e1695d075e 100644 --- a/src/termchar.h +++ b/src/termchar.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef EMACS_TERMCHAR_H | 19 | #ifndef EMACS_TERMCHAR_H |
| 20 | #define EMACS_TERMCHAR_H | 20 | #define EMACS_TERMCHAR_H |
diff --git a/src/termhooks.h b/src/termhooks.h index 14ec397346a..97c128ba4e2 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_TERMHOOKS_H | 21 | #ifndef EMACS_TERMHOOKS_H |
| 22 | #define EMACS_TERMHOOKS_H | 22 | #define EMACS_TERMHOOKS_H |
diff --git a/src/terminal.c b/src/terminal.c index 367f2ac7192..0edaad65c7f 100644 --- a/src/terminal.c +++ b/src/terminal.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | 20 | ||
diff --git a/src/terminfo.c b/src/terminfo.c index 1a0c0133dd8..046d00acee9 100644 --- a/src/terminfo.c +++ b/src/terminfo.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | #include "tparam.h" | 20 | #include "tparam.h" |
diff --git a/src/termopts.h b/src/termopts.h index a78c5f03afe..e1c5f2b7b3c 100644 --- a/src/termopts.h +++ b/src/termopts.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_TERMOPTS_H | 20 | #ifndef EMACS_TERMOPTS_H |
| 21 | #define EMACS_TERMOPTS_H | 21 | #define EMACS_TERMOPTS_H |
diff --git a/src/textprop.c b/src/textprop.c index 225ff28e57e..513780c3009 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
diff --git a/src/thread.c b/src/thread.c index 1f7ced386d3..42d7791ad0f 100644 --- a/src/thread.c +++ b/src/thread.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | #include <config.h> | 20 | #include <config.h> |
diff --git a/src/thread.h b/src/thread.h index 52b16f1ba83..7fce8674f0e 100644 --- a/src/thread.h +++ b/src/thread.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef THREAD_H | 19 | #ifndef THREAD_H |
| 20 | #define THREAD_H | 20 | #define THREAD_H |
diff --git a/src/tparam.c b/src/tparam.c index 92fa5b19df7..ff145729cd0 100644 --- a/src/tparam.c +++ b/src/tparam.c | |||
| @@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Emacs config.h may rename various library functions such as malloc. */ | 18 | /* Emacs config.h may rename various library functions such as malloc. */ |
| 19 | #include <config.h> | 19 | #include <config.h> |
diff --git a/src/tparam.h b/src/tparam.h index 02136b6ca58..7ae2a10c2f5 100644 --- a/src/tparam.h +++ b/src/tparam.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef EMACS_TPARAM_H | 20 | #ifndef EMACS_TPARAM_H |
| 21 | #define EMACS_TPARAM_H | 21 | #define EMACS_TPARAM_H |
diff --git a/src/undo.c b/src/undo.c index a4ae40cbc49..d9a56872dca 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
diff --git a/src/unexaix.c b/src/unexaix.c index 75a79c66d0a..7698af0f01a 100644 --- a/src/unexaix.c +++ b/src/unexaix.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* |
| 21 | In other words, you are welcome to use, share and improve this program. | 21 | In other words, you are welcome to use, share and improve this program. |
diff --git a/src/unexcoff.c b/src/unexcoff.c index 9852c14553a..1a42c84a9b7 100644 --- a/src/unexcoff.c +++ b/src/unexcoff.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | /* | 20 | /* |
diff --git a/src/unexcw.c b/src/unexcw.c index 8e5d7e89f19..55206ccffae 100644 --- a/src/unexcw.c +++ b/src/unexcw.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 21 | #include <config.h> |
| 22 | #include "unexec.h" | 22 | #include "unexec.h" |
diff --git a/src/unexelf.c b/src/unexelf.c index 5129784ade2..1cdcfeb44e4 100644 --- a/src/unexelf.c +++ b/src/unexelf.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* | 19 | /* |
| 20 | In other words, you are welcome to use, share and improve this program. | 20 | In other words, you are welcome to use, share and improve this program. |
diff --git a/src/unexmacosx.c b/src/unexmacosx.c index 3b1efa3ca30..7fb5750cef2 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | 19 | /* Contributed by Andrew Choi (akochoi@mac.com). */ |
| 20 | 20 | ||
diff --git a/src/unexw32.c b/src/unexw32.c index 5259b2a52b0..73d23056263 100644 --- a/src/unexw32.c +++ b/src/unexw32.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* | 19 | /* |
| 20 | Geoff Voelker (voelker@cs.washington.edu) 8-12-94 | 20 | Geoff Voelker (voelker@cs.washington.edu) 8-12-94 |
diff --git a/src/vm-limit.c b/src/vm-limit.c index bb38b445b10..703238bf6ce 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | #include <unistd.h> /* for 'environ', on AIX */ | 20 | #include <unistd.h> /* for 'environ', on AIX */ |
diff --git a/src/widget.c b/src/widget.c index 585039d58c6..d5f720e7a54 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* Emacs 19 face widget ported by Fred Pierresteguy */ | 19 | /* Emacs 19 face widget ported by Fred Pierresteguy */ |
| 20 | 20 | ||
diff --git a/src/widget.h b/src/widget.h index 97dd6ab61de..07cc665b355 100644 --- a/src/widget.h +++ b/src/widget.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* Emacs 19 face widget ported by Fred Pierresteguy */ | 19 | /* Emacs 19 face widget ported by Fred Pierresteguy */ |
| 20 | 20 | ||
diff --git a/src/widgetprv.h b/src/widgetprv.h index 309aed779da..ac49e8c8027 100644 --- a/src/widgetprv.h +++ b/src/widgetprv.h | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* Emacs 19 face widget ported by Fred Pierresteguy */ | 19 | /* Emacs 19 face widget ported by Fred Pierresteguy */ |
| 20 | 20 | ||
diff --git a/src/window.c b/src/window.c index 18adb62538b..ba86d73911f 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
diff --git a/src/window.h b/src/window.h index e9040f816df..df7c23f824b 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef WINDOW_H_INCLUDED | 20 | #ifndef WINDOW_H_INCLUDED |
| 21 | #define WINDOW_H_INCLUDED | 21 | #define WINDOW_H_INCLUDED |
diff --git a/src/xdisp.c b/src/xdisp.c index 5e8188cacb9..8ca9037a00d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* New redisplay written by Gerd Moellmann <gerd@gnu.org>. | 21 | /* New redisplay written by Gerd Moellmann <gerd@gnu.org>. |
| 22 | 22 | ||
diff --git a/src/xfaces.c b/src/xfaces.c index 32a5bd5f60b..012de4e7af1 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* New face implementation by Gerd Moellmann <gerd@gnu.org>. */ | 20 | /* New face implementation by Gerd Moellmann <gerd@gnu.org>. */ |
| 21 | 21 | ||
diff --git a/src/xfns.c b/src/xfns.c index 40f06e2d9f3..69955fe9a8f 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | #include <stdio.h> | 21 | #include <stdio.h> |
diff --git a/src/xfont.c b/src/xfont.c index 85fccf0dafd..3891c8b7b92 100644 --- a/src/xfont.c +++ b/src/xfont.c | |||
| @@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
| @@ -877,7 +877,7 @@ xfont_close (struct font *font) | |||
| 877 | the logically different X connection after the previous display | 877 | the logically different X connection after the previous display |
| 878 | connection was closed. That's why we also check whether font's | 878 | connection was closed. That's why we also check whether font's |
| 879 | ID matches the one recorded in x_display_info for this display. | 879 | ID matches the one recorded in x_display_info for this display. |
| 880 | See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16069. */ | 880 | See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=16069. */ |
| 881 | if (xfi->xfont | 881 | if (xfi->xfont |
| 882 | && ((xdi = x_display_info_for_display (xfi->display)) | 882 | && ((xdi = x_display_info_for_display (xfi->display)) |
| 883 | && xfi->x_display_id == xdi->x_id)) | 883 | && xfi->x_display_id == xdi->x_id)) |
diff --git a/src/xftfont.c b/src/xftfont.c index 137d5baf14b..ff8a59f3bf2 100644 --- a/src/xftfont.c +++ b/src/xftfont.c | |||
| @@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
diff --git a/src/xgselect.c b/src/xgselect.c index 26a2d27e84b..885563cc90d 100644 --- a/src/xgselect.c +++ b/src/xgselect.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
diff --git a/src/xgselect.h b/src/xgselect.h index 5baf8a8f03c..a4280cc0215 100644 --- a/src/xgselect.h +++ b/src/xgselect.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef XGSELECT_H | 20 | #ifndef XGSELECT_H |
| 21 | #define XGSELECT_H | 21 | #define XGSELECT_H |
diff --git a/src/xmenu.c b/src/xmenu.c index 64df151b289..3935307519f 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* X pop-up deck-of-cards menu facility for GNU Emacs. | 21 | /* X pop-up deck-of-cards menu facility for GNU Emacs. |
| 22 | * | 22 | * |
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | 20 | ||
diff --git a/src/xrdb.c b/src/xrdb.c index 5611a33b283..15a01475b7c 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -18,7 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 23 | #include <config.h> |
| 24 | 24 | ||
diff --git a/src/xselect.c b/src/xselect.c index 2249828fb4e..7fbb23339d9 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | /* Rewritten by jwz */ | 20 | /* Rewritten by jwz */ |
diff --git a/src/xsettings.c b/src/xsettings.c index 4d56ad10dda..f73b791d519 100644 --- a/src/xsettings.c +++ b/src/xsettings.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
diff --git a/src/xsettings.h b/src/xsettings.h index ba2a31082be..27717aae6ee 100644 --- a/src/xsettings.h +++ b/src/xsettings.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef XSETTINGS_H | 20 | #ifndef XSETTINGS_H |
| 21 | #define XSETTINGS_H | 21 | #define XSETTINGS_H |
diff --git a/src/xsmfns.c b/src/xsmfns.c index d3b4d4d66a3..2cb4f3eca56 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c | |||
| @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
diff --git a/src/xterm.c b/src/xterm.c index 0b949330ebc..0b321909c85 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | /* New display code by Gerd Moellmann <gerd@gnu.org>. */ | 20 | /* New display code by Gerd Moellmann <gerd@gnu.org>. */ |
| 21 | /* Xt features made by Fred Pierresteguy. */ | 21 | /* Xt features made by Fred Pierresteguy. */ |
| @@ -8005,7 +8005,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, | |||
| 8005 | { | 8005 | { |
| 8006 | #ifdef USE_GTK | 8006 | #ifdef USE_GTK |
| 8007 | /* This seems to be needed for GTK 2.6 and later, see | 8007 | /* This seems to be needed for GTK 2.6 and later, see |
| 8008 | http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15398. */ | 8008 | https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15398. */ |
| 8009 | x_clear_area (f, | 8009 | x_clear_area (f, |
| 8010 | event->xexpose.x, event->xexpose.y, | 8010 | event->xexpose.x, event->xexpose.y, |
| 8011 | event->xexpose.width, event->xexpose.height); | 8011 | event->xexpose.width, event->xexpose.height); |
| @@ -12268,7 +12268,7 @@ static void | |||
| 12268 | x_setup_pointer_blanking (struct x_display_info *dpyinfo) | 12268 | x_setup_pointer_blanking (struct x_display_info *dpyinfo) |
| 12269 | { | 12269 | { |
| 12270 | /* FIXME: the brave tester should set EMACS_XFIXES because we're suspecting | 12270 | /* FIXME: the brave tester should set EMACS_XFIXES because we're suspecting |
| 12271 | X server bug, see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17609. */ | 12271 | X server bug, see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=17609. */ |
| 12272 | if (egetenv ("EMACS_XFIXES") && x_probe_xfixes_extension (dpyinfo->display)) | 12272 | if (egetenv ("EMACS_XFIXES") && x_probe_xfixes_extension (dpyinfo->display)) |
| 12273 | dpyinfo->toggle_visible_pointer = xfixes_toggle_visible_pointer; | 12273 | dpyinfo->toggle_visible_pointer = xfixes_toggle_visible_pointer; |
| 12274 | else | 12274 | else |
diff --git a/src/xterm.h b/src/xterm.h index b16d3023f0a..6274630706f 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef XTERM_H | 20 | #ifndef XTERM_H |
| 21 | #define XTERM_H | 21 | #define XTERM_H |
diff --git a/src/xwidget.c b/src/xwidget.c index e6de5da8e69..a0c9e034775 100644 --- a/src/xwidget.c +++ b/src/xwidget.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
diff --git a/src/xwidget.h b/src/xwidget.h index d43b4017965..22a8eb3a557 100644 --- a/src/xwidget.h +++ b/src/xwidget.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 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 | #ifndef XWIDGET_H_INCLUDED | 20 | #ifndef XWIDGET_H_INCLUDED |
| 21 | #define XWIDGET_H_INCLUDED | 21 | #define XWIDGET_H_INCLUDED |