summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-09-17 11:05:27 +0200
committerBruno Haible <bruno@clisp.org>2018-09-17 11:56:13 +0200
commit89e580a80935bce446a3a5526a25caf151bca297 (patch)
tree4b2f3476fc398af3f78a731ec79d4473a2cc1227 /lib
parentf6f4d970296f5d4a7782a33b353b976ca8a68a68 (diff)
downloadlibunistring-89e580a80935bce446a3a5526a25caf151bca297.tar.gz
Prefer https URLs where possible.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
-rwxr-xr-xlib/declared.sh8
-rw-r--r--lib/exported.sh.in2
-rw-r--r--lib/libunistring.rc4
-rw-r--r--lib/stdbool.mini.h2
-rw-r--r--lib/stdint.mini.h2
-rw-r--r--lib/unistring-notinline.h2
-rw-r--r--lib/unistring/cdefs.in.h2
-rw-r--r--lib/unistring/inline.h6
-rw-r--r--lib/unistring/version.in.h2
-rw-r--r--lib/unistring/woe32dll.in.h2
-rw-r--r--lib/version.c2
12 files changed, 18 insertions, 18 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 11cdb1b..ea6201e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -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/>.
## Process this file with automake to produce Makefile.in.
diff --git a/lib/declared.sh b/lib/declared.sh
index fbd5996..293939f 100755
--- a/lib/declared.sh
+++ b/lib/declared.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006-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/>.
#
# This script determines the declared global symbols in a C header file.
@@ -45,8 +45,8 @@ Report bugs to <bruno@clisp.org>."
func_version ()
{
echo "declared.sh (GNU libunistring)"
- echo "Copyright (C) 2006, 2009 Free Software Foundation, Inc.
-License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+ echo "Copyright (C) 2006-2018 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."
echo "Written by" "Bruno Haible"
diff --git a/lib/exported.sh.in b/lib/exported.sh.in
index 7bd3b1e..1e5fdc0 100644
--- a/lib/exported.sh.in
+++ b/lib/exported.sh.in
@@ -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 is a script that determines the exported symbols of an object file.
diff --git a/lib/libunistring.rc b/lib/libunistring.rc
index 5274632..e29b7a7 100644
--- a/lib/libunistring.rc
+++ b/lib/libunistring.rc
@@ -19,12 +19,12 @@ BEGIN
BEGIN
BLOCK "04090000" /* Lang = US English, Charset = ASCII */
BEGIN
- VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 or later. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <http://www.gnu.org/licenses/>\0"
+ VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 or later. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <https://www.gnu.org/licenses/>\0"
VALUE "CompanyName", "Free Software Foundation\0"
VALUE "FileDescription", "LGPLed libunistring for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
VALUE "InternalName", "unistring.dll\0"
- VALUE "LegalCopyright", "Copyright (C) 2001-2011\0"
+ VALUE "LegalCopyright", "Copyright (C) 2001-2018\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "unistring.dll\0"
VALUE "ProductName", "libunistring: Unicode string library\0"
diff --git a/lib/stdbool.mini.h b/lib/stdbool.mini.h
index c183f75..29736b7 100644
--- a/lib/stdbool.mini.h
+++ b/lib/stdbool.mini.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 _UNISTRING_STDBOOL_H
#define _UNISTRING_STDBOOL_H
diff --git a/lib/stdint.mini.h b/lib/stdint.mini.h
index 2afadcd..813de12 100644
--- a/lib/stdint.mini.h
+++ b/lib/stdint.mini.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/>. */
/*
* Subset of ISO C 99 <stdint.h> for platforms that lack it.
diff --git a/lib/unistring-notinline.h b/lib/unistring-notinline.h
index e7e5faa..1fc8be0 100644
--- a/lib/unistring-notinline.h
+++ b/lib/unistring-notinline.h
@@ -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 Bruno Haible <bruno@clisp.org>, 2009. */
diff --git a/lib/unistring/cdefs.in.h b/lib/unistring/cdefs.in.h
index 2be62c2..838f8c1 100644
--- a/lib/unistring/cdefs.in.h
+++ b/lib/unistring/cdefs.in.h
@@ -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/>. */
#ifndef _UNISTRING_CDEFS_H
#define _UNISTRING_CDEFS_H
diff --git a/lib/unistring/inline.h b/lib/unistring/inline.h
index bdb0b22..a6c8985 100644
--- a/lib/unistring/inline.h
+++ b/lib/unistring/inline.h
@@ -1,5 +1,5 @@
/* Decision whether to use 'inline' or not.
- Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2009, 2018 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
@@ -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 Bruno Haible <bruno@clisp.org>, 2009. */
@@ -22,7 +22,7 @@
/* This is like the gl_INLINE macro in gnulib/m4/inline.m4, but makes its
decision based on defined preprocessor symbols rather than through
autoconf tests.
- See <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00055.html> */
+ See <https://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00055.html> */
/* Test for the 'inline' keyword or equivalent. ISO C 99 semantics is not
required, only that 'static inline' works.
diff --git a/lib/unistring/version.in.h b/lib/unistring/version.in.h
index 7b572fd..0e588ef 100644
--- a/lib/unistring/version.in.h
+++ b/lib/unistring/version.in.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 <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#ifndef _UNISTRING_VERSION_H
#define _UNISTRING_VERSION_H
diff --git a/lib/unistring/woe32dll.in.h b/lib/unistring/woe32dll.in.h
index 7764c86..19df687 100644
--- a/lib/unistring/woe32dll.in.h
+++ b/lib/unistring/woe32dll.in.h
@@ -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 Bruno Haible <bruno@clisp.org>, 2009. */
diff --git a/lib/version.c b/lib/version.c
index 0b3bde1..a2f2f2d 100644
--- a/lib/version.c
+++ b/lib/version.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 <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>