summaryrefslogtreecommitdiff
path: root/Admin
diff options
context:
space:
mode:
Diffstat (limited to 'Admin')
-rw-r--r--Admin/README.update4
-rwxr-xr-xAdmin/containing2
-rwxr-xr-xAdmin/dependent2
-rwxr-xr-xAdmin/gen-uni-tables6
-rwxr-xr-xAdmin/gen-uninames2
5 files changed, 8 insertions, 8 deletions
diff --git a/Admin/README.update b/Admin/README.update
index 76c9925..8d50baf 100644
--- a/Admin/README.update
+++ b/Admin/README.update
@@ -2,7 +2,7 @@
The substance of libunistring is maintained in Gnulib:
- http://git.savannah.gnu.org/cgit/gnulib.git
+ https://git.savannah.gnu.org/gitweb/?p=gnulib.git
This file attempts to describe the procedure of updating Gnulib to the
latest Unicode release. Also, a few scripts are included here to make
@@ -19,7 +19,7 @@ uniwbrk.h, unigbrk.h) often require manual adjustment of source files.
The release notes are typically available at:
- http://unicode.org/versions/Unicode<VERSION>/
+ https://unicode.org/versions/Unicode<VERSION>/
* Regenerating the Gnulib source code
diff --git a/Admin/containing b/Admin/containing
index 2ab1dd2..d6f5e91 100755
--- a/Admin/containing
+++ b/Admin/containing
@@ -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/>.
#
progname=$0
diff --git a/Admin/dependent b/Admin/dependent
index 67893ae..58e4ceb 100755
--- a/Admin/dependent
+++ b/Admin/dependent
@@ -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/>.
#
progname=$0
diff --git a/Admin/gen-uni-tables b/Admin/gen-uni-tables
index bdc42fa..c75ba9e 100755
--- a/Admin/gen-uni-tables
+++ b/Admin/gen-uni-tables
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2015 Free Software Foundation, Inc.
+# Copyright (C) 2015-2018 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -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/>.
#
progname=$0
@@ -96,7 +96,7 @@ signal=0
|| func_fatal_error "cannot compile gen-uni-tables.c"
: ${WGET=wget}
-"$WGET" -q http://www.unicode.org/Public/3.0-Update1/PropList-3.0.1.txt \
+"$WGET" -q https://www.unicode.org/Public/3.0-Update1/PropList-3.0.1.txt \
-O "$tmp/PropList-3.0.1.txt" \
|| func_fatal_error "cannot fetch PropList-3.0.1.txt"
diff --git a/Admin/gen-uninames b/Admin/gen-uninames
index f57173d..4121260 100755
--- a/Admin/gen-uninames
+++ b/Admin/gen-uninames
@@ -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/>.
#
progname=$0