From 1401e4d490c249ac3ba9a6de220509d49c10b3d2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 3 Dec 2017 23:35:26 +0100 Subject: [PATCH] all: Replace more http URLs by https URLs. --- ChangeLog | 8 ++++++++ lib/sm3.c | 2 +- lib/sm3.h | 2 +- lib/unigbrk/u-grapheme-breaks.h | 2 +- lib/unigbrk/uc-grapheme-breaks.c | 2 +- tests/test-sm3.c | 2 +- tests/unigbrk/test-uc-grapheme-breaks.c | 2 +- 7 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1cb692450..6d4b1ba825 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2017-12-03 Bruno Haible + + all: Replace more http URLs by https URLs. + * lib/sm3.h, lib/sm3.c, tests/test-sm3.c: Use https: URL. + * lib/unigbrk/u-grapheme-breaks.h: Likewise. + * lib/unigbrk/uc-grapheme-breaks.c: Likewise. + * tests/unigbrk/test-uc-grapheme-breaks.c: Likewise. + 2017-11-28 Paul Eggert Port better to CentOS 5 diff --git a/lib/sm3.c b/lib/sm3.c index 6a6a11c8ff..b0aa7fbffd 100644 --- a/lib/sm3.c +++ b/lib/sm3.c @@ -18,7 +18,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 . */ + along with this program. If not, see . */ /* Written by Jia Zhang , 2017, considerably copypasting from David Madore's sha256.c */ diff --git a/lib/sm3.h b/lib/sm3.h index a14dc52184..b4e1c31db0 100644 --- a/lib/sm3.h +++ b/lib/sm3.h @@ -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 . */ + along with this program. If not, see . */ /* This module can be used to compute SM3 message digest of files or memory blocks according to the specification GM/T 004-2012 diff --git a/lib/unigbrk/u-grapheme-breaks.h b/lib/unigbrk/u-grapheme-breaks.h index 358c5c6cc4..10191a1007 100644 --- a/lib/unigbrk/u-grapheme-breaks.h +++ b/lib/unigbrk/u-grapheme-breaks.h @@ -13,7 +13,7 @@ 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 . */ + along with this program. If not, see . */ void FUNC (const UNIT *s, size_t n, char *p) diff --git a/lib/unigbrk/uc-grapheme-breaks.c b/lib/unigbrk/uc-grapheme-breaks.c index a5e81ba31d..75464359f0 100644 --- a/lib/unigbrk/uc-grapheme-breaks.c +++ b/lib/unigbrk/uc-grapheme-breaks.c @@ -13,7 +13,7 @@ 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 . */ + along with this program. If not, see . */ #include diff --git a/tests/test-sm3.c b/tests/test-sm3.c index 179d72bc56..fc1720bc36 100644 --- a/tests/test-sm3.c +++ b/tests/test-sm3.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 . */ + * along with this program. If not, see . */ #include diff --git a/tests/unigbrk/test-uc-grapheme-breaks.c b/tests/unigbrk/test-uc-grapheme-breaks.c index 7ee02b9c45..5f82631083 100644 --- a/tests/unigbrk/test-uc-grapheme-breaks.c +++ b/tests/unigbrk/test-uc-grapheme-breaks.c @@ -12,7 +12,7 @@ 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 . */ + along with this program. If not, see . */ /* Written by Ben Pfaff , 2010. */ -- 2.39.5