diff options
| author | Paul Eggert | 2017-09-13 15:52:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-09-13 15:54:37 -0700 |
| commit | bc511a64f6da9ab51acc7c8865e80c4a4cb655c2 (patch) | |
| tree | ef96fb35c034096404b7edaa25982023f38cf84f /src/image.c | |
| parent | 5da53a01912c2f5d46f5df4ef8cc13a34b5017d4 (diff) | |
| download | emacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.tar.gz emacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.zip | |
Prefer HTTPS to FTP and HTTP in documentation
Most of this change is to boilerplate commentary such as license URLs.
This change was prompted by ftp://ftp.gnu.org's going-away party,
planned for November. Change these FTP URLs to https://ftp.gnu.org
instead. Make similar changes for URLs to other organizations moving
away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and
fsf.org when this works, as this will further help defend against
man-in-the-middle attacks (for this part I omitted the MS-DOS and
MS-Windows sources and the test tarballs to keep the workload down).
HTTPS is not fully working to lists.gnu.org so I left those URLs alone
for now.
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |