aboutsummaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
Diffstat (limited to 'intl')
-rw-r--r--intl/Makefile2
-rw-r--r--intl/bindtextdom.c2
-rw-r--r--intl/dcgettext.c2
-rw-r--r--intl/dcigettext.c2
-rw-r--r--intl/dcngettext.c2
-rw-r--r--intl/dgettext.c2
-rw-r--r--intl/dngettext.c2
-rw-r--r--intl/eval-plural.h2
-rw-r--r--intl/explodename.c2
-rw-r--r--intl/finddomain.c2
-rw-r--r--intl/gettext.c2
-rw-r--r--intl/gettextP.h2
-rw-r--r--intl/gmo.h2
-rw-r--r--intl/hash-string.c2
-rw-r--r--intl/hash-string.h2
-rw-r--r--intl/l10nflist.c2
-rw-r--r--intl/libintl.h2
-rw-r--r--intl/loadinfo.h2
-rw-r--r--intl/loadmsgcat.c2
-rw-r--r--intl/locale.alias2
-rw-r--r--intl/localealias.c2
-rw-r--r--intl/ngettext.c2
-rw-r--r--intl/plural-exp.c2
-rw-r--r--intl/plural-exp.h2
-rw-r--r--intl/plural.y2
-rw-r--r--intl/po2test.awk2
-rw-r--r--intl/textdomain.c2
-rw-r--r--intl/tst-codeset.c2
-rw-r--r--intl/tst-gettext.c2
-rwxr-xr-xintl/tst-gettext.sh2
-rw-r--r--intl/tst-gettext2.c2
-rw-r--r--intl/tst-gettext2.sh2
-rw-r--r--intl/tst-gettext3.c2
-rw-r--r--intl/tst-gettext4.c2
-rwxr-xr-xintl/tst-gettext4.sh2
-rw-r--r--intl/tst-gettext5.c2
-rw-r--r--intl/tst-gettext6.c2
-rw-r--r--intl/tst-gettext6.sh2
-rw-r--r--intl/tst-ngettext.c2
-rw-r--r--intl/tst-translit.c2
-rwxr-xr-xintl/tst-translit.sh2
41 files changed, 41 insertions, 41 deletions
diff --git a/intl/Makefile b/intl/Makefile
index 9eea8d5..94e0a30 100644
--- a/intl/Makefile
+++ b/intl/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 intl subdirectory: message handling code from GNU gettext.
diff --git a/intl/bindtextdom.c b/intl/bindtextdom.c
index 17c02b3..e339b0f 100644
--- a/intl/bindtextdom.c
+++ b/intl/bindtextdom.c
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/intl/dcgettext.c b/intl/dcgettext.c
index 6b6fd08..d8894ab 100644
--- a/intl/dcgettext.c
+++ b/intl/dcgettext.c
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/intl/dcigettext.c b/intl/dcigettext.c
index 11f3749..09e3dca 100644
--- a/intl/dcigettext.c
+++ b/intl/dcigettext.c
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/>. */
/* Tell glibc's <string.h> to provide a prototype for mempcpy().
This must come before <config.h> because <config.h> may include
diff --git a/intl/dcngettext.c b/intl/dcngettext.c
index 0f3f654..f85a1fd 100644
--- a/intl/dcngettext.c
+++ b/intl/dcngettext.c
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/intl/dgettext.c b/intl/dgettext.c
index 1c7502a..6fda498 100644
--- a/intl/dgettext.c
+++ b/intl/dgettext.c
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/intl/dngettext.c b/intl/dngettext.c
index a02be3b..7d86f2b 100644
--- a/intl/dngettext.c
+++ b/intl/dngettext.c
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/intl/eval-plural.h b/intl/eval-plural.h
index 421f007..eb9cd41 100644
--- a/intl/eval-plural.h
+++ b/intl/eval-plural.h
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/>. */
#ifndef STATIC
#define STATIC static
diff --git a/intl/explodename.c b/intl/explodename.c
index 626bf2c..bb7755b 100644
--- a/intl/explodename.c
+++ b/intl/explodename.c
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/intl/finddomain.c b/intl/finddomain.c
index 6db86f4..f0d5679 100644
--- a/intl/finddomain.c
+++ b/intl/finddomain.c
@@ -13,7 +13,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/intl/gettext.c b/intl/gettext.c
index 5217a58..9abf922 100644
--- a/intl/gettext.c
+++ b/intl/gettext.c
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/intl/gettextP.h b/intl/gettextP.h
index 8d01fd9..fd74047 100644
--- a/intl/gettextP.h
+++ b/intl/gettextP.h
@@ -13,7 +13,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/>. */
#ifndef _GETTEXTP_H
#define _GETTEXTP_H
diff --git a/intl/gmo.h b/intl/gmo.h
index a6bb710..79c8ab4 100644
--- a/intl/gmo.h
+++ b/intl/gmo.h
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/>. */
#ifndef _GETTEXT_H
#define _GETTEXT_H 1
diff --git a/intl/hash-string.c b/intl/hash-string.c
index cecef96..8c6e43f 100644
--- a/intl/hash-string.c
+++ b/intl/hash-string.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/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/intl/hash-string.h b/intl/hash-string.h
index 6bfe8f8..91da73c 100644
--- a/intl/hash-string.h
+++ b/intl/hash-string.h
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/>. */
/* @@ end of prolog @@ */
diff --git a/intl/l10nflist.c b/intl/l10nflist.c
index 40583f6..67c0588 100644
--- a/intl/l10nflist.c
+++ b/intl/l10nflist.c
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/>. */
/* Tell glibc's <string.h> to provide a prototype for stpcpy().
This must come before <config.h> because <config.h> may include
diff --git a/intl/libintl.h b/intl/libintl.h
index f03eda0..5bc91f8 100644
--- a/intl/libintl.h
+++ b/intl/libintl.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/>. */
#ifndef _LIBINTL_H
#define _LIBINTL_H 1
diff --git a/intl/loadinfo.h b/intl/loadinfo.h
index c9daa2f..522afcb 100644
--- a/intl/loadinfo.h
+++ b/intl/loadinfo.h
@@ -13,7 +13,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/>. */
#ifndef _LOADINFO_H
#define _LOADINFO_H 1
diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c
index 5f32290..c535889 100644
--- a/intl/loadmsgcat.c
+++ b/intl/loadmsgcat.c
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/>. */
/* Tell glibc's <string.h> to provide a prototype for mempcpy().
This must come before <config.h> because <config.h> may include
diff --git a/intl/locale.alias b/intl/locale.alias
index 01bc7aa..af3193d 100644
--- a/intl/locale.alias
+++ b/intl/locale.alias
@@ -12,7 +12,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/>.
# The format of this file is the same as for the corresponding file of
# the X Window System, which normally can be found in
diff --git a/intl/localealias.c b/intl/localealias.c
index b4f8c7a..6eb4267 100644
--- a/intl/localealias.c
+++ b/intl/localealias.c
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/>. */
/* Tell glibc's <string.h> to provide a prototype for mempcpy().
This must come before <config.h> because <config.h> may include
diff --git a/intl/ngettext.c b/intl/ngettext.c
index 98aa2c9..de40cb7 100644
--- a/intl/ngettext.c
+++ b/intl/ngettext.c
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/intl/plural-exp.c b/intl/plural-exp.c
index a21386f..7ca976a 100644
--- a/intl/plural-exp.c
+++ b/intl/plural-exp.c
@@ -13,7 +13,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/intl/plural-exp.h b/intl/plural-exp.h
index a27bcb7..875e60c 100644
--- a/intl/plural-exp.h
+++ b/intl/plural-exp.h
@@ -13,7 +13,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/>. */
#ifndef _PLURAL_EXP_H
#define _PLURAL_EXP_H
diff --git a/intl/plural.y b/intl/plural.y
index defb815..142cee5 100644
--- a/intl/plural.y
+++ b/intl/plural.y
@@ -14,7 +14,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/>. */
/* For bison < 2.0, the bison generated parser uses alloca. AIX 3 forces us
to put this declaration at the beginning of the file. The declaration in
diff --git a/intl/po2test.awk b/intl/po2test.awk
index 3879464..b2df1e7 100644
--- a/intl/po2test.awk
+++ b/intl/po2test.awk
@@ -12,7 +12,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/>.
#
# Output current message (in msg) as argument of the INPUT or OUTPUT macro,
diff --git a/intl/textdomain.c b/intl/textdomain.c
index e031571..cc06364 100644
--- a/intl/textdomain.c
+++ b/intl/textdomain.c
@@ -12,7 +12,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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/intl/tst-codeset.c b/intl/tst-codeset.c
index 06797cf..ae0c61f 100644
--- a/intl/tst-codeset.c
+++ b/intl/tst-codeset.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 <libintl.h>
#include <locale.h>
diff --git a/intl/tst-gettext.c b/intl/tst-gettext.c
index 6cb48c5..c611de4 100644
--- a/intl/tst-gettext.c
+++ b/intl/tst-gettext.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 <libintl.h>
#include <locale.h>
diff --git a/intl/tst-gettext.sh b/intl/tst-gettext.sh
index 68c7b3f..44c1d6d 100755
--- a/intl/tst-gettext.sh
+++ b/intl/tst-gettext.sh
@@ -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/>.
set -e
diff --git a/intl/tst-gettext2.c b/intl/tst-gettext2.c
index ea78b65..4b34cb6 100644
--- a/intl/tst-gettext2.c
+++ b/intl/tst-gettext2.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 <locale.h>
diff --git a/intl/tst-gettext2.sh b/intl/tst-gettext2.sh
index cd2cdd6..41d06c0 100644
--- a/intl/tst-gettext2.sh
+++ b/intl/tst-gettext2.sh
@@ -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/>.
set -e
diff --git a/intl/tst-gettext3.c b/intl/tst-gettext3.c
index 94fb103..a8888e1 100644
--- a/intl/tst-gettext3.c
+++ b/intl/tst-gettext3.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 <libintl.h>
#include <locale.h>
diff --git a/intl/tst-gettext4.c b/intl/tst-gettext4.c
index cbe2d2f..3adfdfe 100644
--- a/intl/tst-gettext4.c
+++ b/intl/tst-gettext4.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 <libintl.h>
#include <locale.h>
diff --git a/intl/tst-gettext4.sh b/intl/tst-gettext4.sh
index 1b8477e..6ff76e1 100755
--- a/intl/tst-gettext4.sh
+++ b/intl/tst-gettext4.sh
@@ -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/>.
set -e
diff --git a/intl/tst-gettext5.c b/intl/tst-gettext5.c
index 0ee94aa..41065fe 100644
--- a/intl/tst-gettext5.c
+++ b/intl/tst-gettext5.c
@@ -17,7 +17,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 <libintl.h>
#include <locale.h>
diff --git a/intl/tst-gettext6.c b/intl/tst-gettext6.c
index 4d8051e..f036228 100644
--- a/intl/tst-gettext6.c
+++ b/intl/tst-gettext6.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 <libintl.h>
#include <locale.h>
diff --git a/intl/tst-gettext6.sh b/intl/tst-gettext6.sh
index 4321aa1..4a9c0df 100644
--- a/intl/tst-gettext6.sh
+++ b/intl/tst-gettext6.sh
@@ -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/>.
set -e
diff --git a/intl/tst-ngettext.c b/intl/tst-ngettext.c
index 550848c..81ef665 100644
--- a/intl/tst-ngettext.c
+++ b/intl/tst-ngettext.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 <langinfo.h>
#include <libintl.h>
diff --git a/intl/tst-translit.c b/intl/tst-translit.c
index 8ef35fb..10e84d6 100644
--- a/intl/tst-translit.c
+++ b/intl/tst-translit.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 <libintl.h>
#include <locale.h>
diff --git a/intl/tst-translit.sh b/intl/tst-translit.sh
index 9e5f5b8..1b07428 100755
--- a/intl/tst-translit.sh
+++ b/intl/tst-translit.sh
@@ -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/>.
set -e