]> Savannah Git Hosting - gnulib.git/commitdiff
all: Replace more http URLs by https URLs.
authorBruno Haible <bruno@clisp.org>
Sun, 3 Dec 2017 22:35:26 +0000 (23:35 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 3 Dec 2017 22:35:43 +0000 (23:35 +0100)
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

index a1cb692450179cb5122a0380166963f574bb636f..6d4b1ba8258bc20605d921baf8613d5b617124ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 6a6a11c8fff073e1fb7ca6b4751907deaee35c0a..b0aa7fbffd77b4ea1d49d4ed9902e8d8f4e33c6b 100644 (file)
--- 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 <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 */
index a14dc52184c78c1fd4a7d8c9c38b87b8ed7bb54b..b4e1c31db0a87a4acc4a65bd82be17ea70ec7245 100644 (file)
--- 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 <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
index 358c5c6cc4e24dc454843b75db3f3cabaf57183a..10191a1007cc4749bddbd3b8fcfbc347bbd34acd 100644 (file)
@@ -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)
index a5e81ba31d4f7453b026fd6a1ac814d0a1d75d0f..75464359f0e70b1499df37114a1d4eb73506c280 100644 (file)
@@ -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>
 
index 179d72bc56f33b9d48bbf6ed7d9d8900f1c80fc9..fc1720bc3688f01fc650e65b9acfac2ba010a600 100644 (file)
@@ -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>
 
index 7ee02b9c45a94875ecf2d4e55ab84c8bdab1966b..5f82631083d906f62da3d3683fe1c8116285db3a 100644 (file)
@@ -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. */