diff options
Diffstat (limited to 'iconv')
36 files changed, 36 insertions, 36 deletions
diff --git a/iconv/Makefile b/iconv/Makefile index 74cd9bf860..b7a8f5e0d4 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. # # Makefile for iconv. diff --git a/iconv/dummy-repertoire.c b/iconv/dummy-repertoire.c index 20efd3fc0f..ddb427c6c4 100644 --- a/iconv/dummy-repertoire.c +++ b/iconv/dummy-repertoire.c @@ -13,7 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ + along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <stdint.h> diff --git a/iconv/gconv.c b/iconv/gconv.c index efbe259d43..06c8d77d6f 100644 --- a/iconv/gconv.c +++ b/iconv/gconv.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <dlfcn.h> diff --git a/iconv/gconv.h b/iconv/gconv.h index 7ce79bcbf6..0e689d4c58 100644 --- a/iconv/gconv.h +++ b/iconv/gconv.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This header provides no interface for a user to the internals of the gconv implementation in the libc. Therefore there is no use diff --git a/iconv/gconv_builtin.c b/iconv/gconv_builtin.c index 04a0d59e91..ff08b18515 100644 --- a/iconv/gconv_builtin.c +++ b/iconv/gconv_builtin.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <endian.h> #include <limits.h> diff --git a/iconv/gconv_builtin.h b/iconv/gconv_builtin.h index b96258129a..0339ddb350 100644 --- a/iconv/gconv_builtin.h +++ b/iconv/gconv_builtin.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* All encoding named must be in upper case. There must be no extra spaces. */ diff --git a/iconv/gconv_cache.c b/iconv/gconv_cache.c index 9a456bf825..197a33be2e 100644 --- a/iconv/gconv_cache.c +++ b/iconv/gconv_cache.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <errno.h> diff --git a/iconv/gconv_charset.h b/iconv/gconv_charset.h index 91e0ad3141..6fbfc34bd8 100644 --- a/iconv/gconv_charset.h +++ b/iconv/gconv_charset.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <ctype.h> #include <locale.h> diff --git a/iconv/gconv_close.c b/iconv/gconv_close.c index 515be8f83f..fe913fc219 100644 --- a/iconv/gconv_close.c +++ b/iconv/gconv_close.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c index ae8937cba0..23658dd633 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <ctype.h> diff --git a/iconv/gconv_db.c b/iconv/gconv_db.c index 3735fac765..861a142068 100644 --- a/iconv/gconv_db.c +++ b/iconv/gconv_db.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <limits.h> diff --git a/iconv/gconv_dl.c b/iconv/gconv_dl.c index c0342d8f50..3bb732e766 100644 --- a/iconv/gconv_dl.c +++ b/iconv/gconv_dl.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <dlfcn.h> diff --git a/iconv/gconv_int.h b/iconv/gconv_int.h index ea41d6feaa..c5783ef550 100644 --- a/iconv/gconv_int.h +++ b/iconv/gconv_int.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _GCONV_INT_H #define _GCONV_INT_H 1 diff --git a/iconv/gconv_open.c b/iconv/gconv_open.c index 383190df4f..eeeed57082 100644 --- a/iconv/gconv_open.c +++ b/iconv/gconv_open.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <locale.h> diff --git a/iconv/gconv_simple.c b/iconv/gconv_simple.c index 75ce8fb1f4..2ef75caf9d 100644 --- a/iconv/gconv_simple.c +++ b/iconv/gconv_simple.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <byteswap.h> #include <dlfcn.h> diff --git a/iconv/gconv_trans.c b/iconv/gconv_trans.c index e162ebe69c..6113009766 100644 --- a/iconv/gconv_trans.c +++ b/iconv/gconv_trans.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <dlfcn.h> diff --git a/iconv/iconv.c b/iconv/iconv.c index b96f9d84a3..737b4cec36 100644 --- a/iconv/iconv.c +++ b/iconv/iconv.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stddef.h> /* for NULL */ #include <errno.h> diff --git a/iconv/iconv.h b/iconv/iconv.h index 9585ec268e..1273bdc962 100644 --- a/iconv/iconv.h +++ b/iconv/iconv.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _ICONV_H #define _ICONV_H 1 diff --git a/iconv/iconv_charmap.c b/iconv/iconv_charmap.c index 629391c58b..5e3e2f3847 100644 --- a/iconv/iconv_charmap.c +++ b/iconv/iconv_charmap.c @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ + along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> diff --git a/iconv/iconv_close.c b/iconv/iconv_close.c index 31fcf3739f..c8a4189da9 100644 --- a/iconv/iconv_close.c +++ b/iconv/iconv_close.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <iconv.h> diff --git a/iconv/iconv_open.c b/iconv/iconv_open.c index b3e7953ee1..018af29559 100644 --- a/iconv/iconv_open.c +++ b/iconv/iconv_open.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <alloca.h> #include <errno.h> diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c index 2bae079d2b..c3660ea998 100644 --- a/iconv/iconv_prog.c +++ b/iconv/iconv_prog.c @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ + along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <argp.h> #include <assert.h> diff --git a/iconv/iconv_prog.h b/iconv/iconv_prog.h index 451fdd68e8..33e5ea01ef 100644 --- a/iconv/iconv_prog.h +++ b/iconv/iconv_prog.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _ICONV_PROG_H #define _ICONV_PROG_H 1 diff --git a/iconv/iconvconfig.c b/iconv/iconvconfig.c index f75e46dc16..ad7300ef58 100644 --- a/iconv/iconvconfig.c +++ b/iconv/iconvconfig.c @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ + along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <argp.h> #include <assert.h> diff --git a/iconv/iconvconfig.h b/iconv/iconvconfig.h index f6926d1351..d4c9c1ad54 100644 --- a/iconv/iconvconfig.h +++ b/iconv/iconvconfig.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ + not, see <https://www.gnu.org/licenses/>. */ #include <stdint.h> diff --git a/iconv/loop.c b/iconv/loop.c index fa98c1a521..2a97b71dfe 100644 --- a/iconv/loop.c +++ b/iconv/loop.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This file provides a frame for the reader loop in all conversion modules. The actual code must (of course) be provided in the actual module source diff --git a/iconv/skeleton.c b/iconv/skeleton.c index 7c12975de3..4fe70df2fa 100644 --- a/iconv/skeleton.c +++ b/iconv/skeleton.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This file can be included to provide definitions of several things many modules have in common. It can be customized using the following diff --git a/iconv/strtab.c b/iconv/strtab.c index 141135db4d..97c39ab538 100644 --- a/iconv/strtab.c +++ b/iconv/strtab.c @@ -13,7 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see <http://www.gnu.org/licenses/>. */ + along with this program; if not, see <https://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/iconv/test-gconv-modules b/iconv/test-gconv-modules index 95376f2c96..2062f16170 100644 --- a/iconv/test-gconv-modules +++ b/iconv/test-gconv-modules @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. # To activate these modules, tests need to put a directory with the # modules and a copy of this file (under the name gconv-modules) on diff --git a/iconv/tst-gconv-init-failure-mod.c b/iconv/tst-gconv-init-failure-mod.c index a84ad55a54..c0e7d9ef2f 100644 --- a/iconv/tst-gconv-init-failure-mod.c +++ b/iconv/tst-gconv-init-failure-mod.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <gconv.h> diff --git a/iconv/tst-gconv-init-failure.c b/iconv/tst-gconv-init-failure.c index 511995d74a..5096de496b 100644 --- a/iconv/tst-gconv-init-failure.c +++ b/iconv/tst-gconv-init-failure.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <iconv.h> diff --git a/iconv/tst-iconv-mt.c b/iconv/tst-iconv-mt.c index 17bfd41c45..e2c1098c8c 100644 --- a/iconv/tst-iconv-mt.c +++ b/iconv/tst-iconv-mt.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This test runs several worker threads that perform the following three steps in staggered synchronization with each other: diff --git a/iconv/tst-iconv2.c b/iconv/tst-iconv2.c index 92b7fc6e0b..97376627c5 100644 --- a/iconv/tst-iconv2.c +++ b/iconv/tst-iconv2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <iconv.h> diff --git a/iconv/tst-iconv5.c b/iconv/tst-iconv5.c index 66c86490b1..15fd5d3ae2 100644 --- a/iconv/tst-iconv5.c +++ b/iconv/tst-iconv5.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <iconv.h> #include <string.h> diff --git a/iconv/tst-iconv6.c b/iconv/tst-iconv6.c index 048f245836..9a0bb9f4a3 100644 --- a/iconv/tst-iconv6.c +++ b/iconv/tst-iconv6.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <errno.h> diff --git a/iconv/tst-iconv7.c b/iconv/tst-iconv7.c index 10372bf79f..735d5b439e 100644 --- a/iconv/tst-iconv7.c +++ b/iconv/tst-iconv7.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Derived from BZ #18830 */ #include <errno.h> |