changeset 39176:8ee9e5707f73

all: Replace more http URLs by https URLs.
author Bruno Haible <bruno@clisp.org>
date Sun, 03 Dec 2017 23:35:26 +0100
parents 4e93dc94ca06
children 8b7883612bf4
files ChangeLog lib/sm3.c lib/sm3.h lib/unigbrk/u-grapheme-breaks.h lib/unigbrk/uc-grapheme-breaks.c tests/test-sm3.c tests/unigbrk/test-uc-grapheme-breaks.c
diffstat 7 files changed, 14 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Dec 03 09:18:35 2017 -0800
+++ b/ChangeLog	Sun Dec 03 23:35:26 2017 +0100
@@ -1,3 +1,11 @@
+2017-12-03  Bruno Haible  <bruno@clisp.org>
+
+	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  <eggert@cs.ucla.edu>
 
 	Port better to CentOS 5
--- a/lib/sm3.c	Sun Dec 03 09:18:35 2017 -0800
+++ b/lib/sm3.c	Sun Dec 03 23:35:26 2017 +0100
@@ -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 <http://www.gnu.org/licenses/>.  */
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
 /* Written by Jia Zhang <qianyue.zj@alibaba-inc.com>, 2017,
    considerably copypasting from David Madore's sha256.c */
--- a/lib/sm3.h	Sun Dec 03 09:18:35 2017 -0800
+++ b/lib/sm3.h	Sun Dec 03 23:35:26 2017 +0100
@@ -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/>.  */
 
 /* This module can be used to compute SM3 message digest of files or
    memory blocks according to the specification GM/T 004-2012
--- a/lib/unigbrk/u-grapheme-breaks.h	Sun Dec 03 09:18:35 2017 -0800
+++ b/lib/unigbrk/u-grapheme-breaks.h	Sun Dec 03 23:35:26 2017 +0100
@@ -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 <http://www.gnu.org/licenses/>.  */
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
 void
 FUNC (const UNIT *s, size_t n, char *p)
--- a/lib/unigbrk/uc-grapheme-breaks.c	Sun Dec 03 09:18:35 2017 -0800
+++ b/lib/unigbrk/uc-grapheme-breaks.c	Sun Dec 03 23:35:26 2017 +0100
@@ -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 <http://www.gnu.org/licenses/>.  */
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
 #include <config.h>
 
--- a/tests/test-sm3.c	Sun Dec 03 09:18:35 2017 -0800
+++ b/tests/test-sm3.c	Sun Dec 03 23:35:26 2017 +0100
@@ -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 <config.h>
 
--- a/tests/unigbrk/test-uc-grapheme-breaks.c	Sun Dec 03 09:18:35 2017 -0800
+++ b/tests/unigbrk/test-uc-grapheme-breaks.c	Sun Dec 03 23:35:26 2017 +0100
@@ -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 <http://www.gnu.org/licenses/>.  */
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
 /* Written by Ben Pfaff <blp@cs.stanford.edu>, 2010. */