diff options
author | Max Maischein <corion@corion.net> | 2019-10-11 12:08:06 +0200 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2019-10-11 12:55:29 +0200 |
commit | f6521f7c7e463d8cca86407d73f417faf66564d1 (patch) | |
tree | 171f3b6af6ad72c853725fef3638894c186d730e /ebcdic_tables.h | |
parent | 797c1a3e426e3c2bc07bb9c60ec768d2b2411c9d (diff) | |
download | perl-f6521f7c7e463d8cca86407d73f417faf66564d1.tar.gz |
Move http:// URLs to https:// URLs in source code
This commit moves more URLs from http to https. This time it
affects some source code, that's why it is not bunched up
with the commits affecting pod/*
Diffstat (limited to 'ebcdic_tables.h')
-rw-r--r-- | ebcdic_tables.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ebcdic_tables.h b/ebcdic_tables.h index 4036114cb1..4e9c281d90 100644 --- a/ebcdic_tables.h +++ b/ebcdic_tables.h @@ -12,7 +12,7 @@ * More info is in utfebcdic.h * * Some of the tables are adapted from - * http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ + * https://bjoern.hoehrmann.de/utf-8/decoder/dfa/ * which requires this copyright notice: Copyright (c) 2008-2009 Bjoern Hoehrmann <bjoern@hoehrmann.de> @@ -288,7 +288,7 @@ SOFTWARE. /* The table below is adapted from - * http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ + * https://bjoern.hoehrmann.de/utf-8/decoder/dfa/ * See copyright notice at the beginning of this file. */ @@ -329,7 +329,7 @@ SOFTWARE. /* The table below is adapted from - * http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ + * https://bjoern.hoehrmann.de/utf-8/decoder/dfa/ * See copyright notice at the beginning of this file. */ @@ -375,7 +375,7 @@ SOFTWARE. /* The table below is adapted from - * http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ + * https://bjoern.hoehrmann.de/utf-8/decoder/dfa/ * See copyright notice at the beginning of this file. */ @@ -665,7 +665,7 @@ SOFTWARE. /* The table below is adapted from - * http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ + * https://bjoern.hoehrmann.de/utf-8/decoder/dfa/ * See copyright notice at the beginning of this file. */ @@ -706,7 +706,7 @@ SOFTWARE. /* The table below is adapted from - * http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ + * https://bjoern.hoehrmann.de/utf-8/decoder/dfa/ * See copyright notice at the beginning of this file. */ @@ -752,7 +752,7 @@ SOFTWARE. /* The table below is adapted from - * http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ + * https://bjoern.hoehrmann.de/utf-8/decoder/dfa/ * See copyright notice at the beginning of this file. */ |