summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/benchmark-cipher.c2
-rw-r--r--src/benchmark-tls.c2
-rw-r--r--src/benchmark.c2
-rw-r--r--src/benchmark.h2
-rw-r--r--src/certtool-args.def8
-rw-r--r--src/certtool-cfg.c2
-rw-r--r--src/certtool-cfg.h2
-rw-r--r--src/certtool-common.c2
-rw-r--r--src/certtool-common.h2
-rw-r--r--src/certtool-extras.c2
-rw-r--r--src/certtool.c2
-rw-r--r--src/cli-debug.c2
-rw-r--r--src/cli.c2
-rw-r--r--src/common.c2
-rw-r--r--src/common.h2
-rw-r--r--src/danetool.c2
-rwxr-xr-xsrc/gen-mech-list.sh2
-rwxr-xr-xsrc/inline_cmds.h2
-rw-r--r--src/libopts/COPYING.gplv36
-rw-r--r--src/libopts/genshell.c12
-rw-r--r--src/libopts/genshell.h4
-rw-r--r--src/libopts/gettext.h2
-rw-r--r--src/libopts/intprops.h2
-rw-r--r--src/libopts/m4/libopts.m42
-rw-r--r--src/libopts/parse-duration.c2
-rw-r--r--src/libopts/parse-duration.h2
-rw-r--r--src/libopts/stdnoreturn.in.h2
-rw-r--r--src/ocsptool-common.c2
-rw-r--r--src/ocsptool-common.h2
-rw-r--r--src/ocsptool.c2
-rw-r--r--src/p11tool.c2
-rw-r--r--src/p11tool.h2
-rw-r--r--src/pkcs11.c2
-rw-r--r--src/psk.c2
-rw-r--r--src/serv.c2
-rw-r--r--src/socket.c2
-rw-r--r--src/srptool.c2
-rw-r--r--src/systemkey.c2
-rw-r--r--src/tests.c2
-rw-r--r--src/tests.h2
-rw-r--r--src/tpmtool.c2
-rw-r--r--src/udp-serv.c2
-rw-r--r--src/udp-serv.h2
43 files changed, 54 insertions, 54 deletions
diff --git a/src/benchmark-cipher.c b/src/benchmark-cipher.c
index db6d7d3234..b6945a2920 100644
--- a/src/benchmark-cipher.c
+++ b/src/benchmark-cipher.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*
* Written by Nikos Mavrogiannopoulos <nmav@gnutls.org>.
*/
diff --git a/src/benchmark-tls.c b/src/benchmark-tls.c
index b0004cf1af..de94f3bb87 100644
--- a/src/benchmark-tls.c
+++ b/src/benchmark-tls.c
@@ -17,7 +17,7 @@
* 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/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/benchmark.c b/src/benchmark.c
index d6b7cbaf91..b582571dc3 100644
--- a/src/benchmark.c
+++ b/src/benchmark.c
@@ -14,7 +14,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>
diff --git a/src/benchmark.h b/src/benchmark.h
index 77ea44eb36..f449a576ed 100644
--- a/src/benchmark.h
+++ b/src/benchmark.h
@@ -14,7 +14,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 <sys/time.h>
diff --git a/src/certtool-args.def b/src/certtool-args.def
index 55880ca9f0..ca280dfbe1 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -902,7 +902,7 @@ expiration_days = 700
# Alternatively you may set concrete dates and time. The GNU date string
# formats are accepted. See:
-# http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html
+# https://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html
#activation_date = "2004-02-29 16:21:42"
#expiration_date = "2025-02-29 16:24:41"
@@ -926,7 +926,7 @@ expiration_days = 700
#krb5_principal = HTTP/user@@REALM.COM
# A subject alternative name URI
-#uri = "http://www.example.com"
+#uri = "https://www.example.com"
# An IP address in case of a server.
#ip_address = "192.168.1.1"
@@ -1082,11 +1082,11 @@ encryption_key
# Certificate policies
#policy1 = 1.3.6.1.4.1.5484.1.10.99.1.0
#policy1_txt = "This is a long policy to summarize"
-#policy1_url = http://www.example.com/a-policy-to-read
+#policy1_url = https://www.example.com/a-policy-to-read
#policy2 = 1.3.6.1.4.1.5484.1.10.99.1.1
#policy2_txt = "This is a short policy"
-#policy2_url = http://www.example.com/another-policy-to-read
+#policy2_url = https://www.example.com/another-policy-to-read
# The number of additional certificates that may appear in a
# path before the anyPolicy is no longer acceptable.
diff --git a/src/certtool-cfg.c b/src/certtool-cfg.c
index 05764dec21..3cf9aef55f 100644
--- a/src/certtool-cfg.c
+++ b/src/certtool-cfg.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*
* Written by Nikos Mavrogiannopoulos <nmav@gnutls.org>.
*/
diff --git a/src/certtool-cfg.h b/src/certtool-cfg.h
index ea4a2dbc88..6a4be91e6f 100644
--- a/src/certtool-cfg.h
+++ b/src/certtool-cfg.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*
* Written by Nikos Mavrogiannopoulos <nmav@gnutls.org>.
*/
diff --git a/src/certtool-common.c b/src/certtool-common.c
index ec149860b5..66b81e5508 100644
--- a/src/certtool-common.c
+++ b/src/certtool-common.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/certtool-common.h b/src/certtool-common.h
index ea7f43f2f1..9e423c0493 100644
--- a/src/certtool-common.h
+++ b/src/certtool-common.h
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#ifndef CERTTOOL_COMMON_H
diff --git a/src/certtool-extras.c b/src/certtool-extras.c
index 46e1cbc7c1..7ae54faa50 100644
--- a/src/certtool-extras.c
+++ b/src/certtool-extras.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/certtool.c b/src/certtool.c
index 2708b9e9b0..376442ac33 100644
--- a/src/certtool.c
+++ b/src/certtool.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/cli-debug.c b/src/cli-debug.c
index 5d9e076663..8308b9b48f 100644
--- a/src/cli-debug.c
+++ b/src/cli-debug.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/cli.c b/src/cli.c
index ec8b759f67..87191aa448 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -16,7 +16,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>
diff --git a/src/common.c b/src/common.c
index 64b4da5f40..8303b60a00 100644
--- a/src/common.c
+++ b/src/common.c
@@ -15,7 +15,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>
diff --git a/src/common.h b/src/common.h
index a4a49d0fe9..2d2a69cc0f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -15,7 +15,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/>.
*/
#ifndef INCLUDE_COMMON_H
diff --git a/src/danetool.c b/src/danetool.c
index b04d92b70e..91b422028d 100644
--- a/src/danetool.c
+++ b/src/danetool.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/gen-mech-list.sh b/src/gen-mech-list.sh
index 15cecd916b..1c74de0e78 100755
--- a/src/gen-mech-list.sh
+++ b/src/gen-mech-list.sh
@@ -15,7 +15,7 @@
# 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/>.
HEADER=`pkg-config --cflags-only-I p11-kit-1|awk '{print $1}'|sed 's/-I//g'`
HEADER="${HEADER}/p11-kit/pkcs11.h"
diff --git a/src/inline_cmds.h b/src/inline_cmds.h
index 05419a2535..b773172345 100755
--- a/src/inline_cmds.h
+++ b/src/inline_cmds.h
@@ -14,7 +14,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/>.
*/
/*
diff --git a/src/libopts/COPYING.gplv3 b/src/libopts/COPYING.gplv3
index 26d6fd2e7b..67532741f9 100644
--- a/src/libopts/COPYING.gplv3
+++ b/src/libopts/COPYING.gplv3
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
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/>.
Also add information on how to contact you by electronic and paper mail.
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/src/libopts/genshell.c b/src/libopts/genshell.c
index dfbb373e25..020d54d77e 100644
--- a/src/libopts/genshell.c
+++ b/src/libopts/genshell.c
@@ -22,7 +22,7 @@
* Copyright (C) 1999-2014 Bruce Korb, all rights reserved.
* This is free software. It is licensed for use, modification and
* redistribution under the terms of the GNU Lesser General Public License,
- * version 2 or later <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
+ * version 2 or later <https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
*
* The genshellopt library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public License as
@@ -36,7 +36,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, see
- * <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
+ * <https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
*/
#ifndef __doxygen__
@@ -69,7 +69,7 @@ static char const genshellopt_opt_strs[1769] =
"Copyright (C) 1999-2014 Bruce Korb, all rights reserved.\n"
"This is free software. It is licensed for use, modification and\n"
"redistribution under the terms of the GNU Lesser General Public License,\n"
- "version 2 or later <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n\0"
+ "version 2 or later <https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n\0"
/* 285 */ "The genshellopt library is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU Library General Public License as\n"
"published by the Free Software Foundation; either version 2 of the License,\n"
@@ -80,7 +80,7 @@ static char const genshellopt_opt_strs[1769] =
"License for more details.\n\n"
"You should have received a copy of the GNU Library General Public License\n"
"along with this library; if not, see\n"
- "<http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n\0"
+ "<https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n\0"
/* 957 */ "Output Script File\0"
/* 976 */ "SCRIPT\0"
/* 983 */ "script\0"
@@ -496,7 +496,7 @@ static void bogus_function(void) {
Copyright (C) 1999-2014 Bruce Korb, all rights reserved.\n\
This is free software. It is licensed for use, modification and\n\
redistribution under the terms of the GNU Lesser General Public License,\n\
-version 2 or later <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n"));
+version 2 or later <https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n"));
/* referenced via genshelloptOptions.pzCopyNotice */
puts(_("The genshellopt library is free software; you can redistribute it and/or\n\
@@ -509,7 +509,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public\n\
License for more details.\n\n"));
puts(_("You should have received a copy of the GNU Library General Public License\n\
along with this library; if not, see\n\
-<http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n"));
+<https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n"));
/* referenced via genshelloptOptions.pOptDesc->pzText */
puts(_("Output Script File"));
diff --git a/src/libopts/genshell.h b/src/libopts/genshell.h
index c371f528d6..1ea44de71a 100644
--- a/src/libopts/genshell.h
+++ b/src/libopts/genshell.h
@@ -22,7 +22,7 @@
* Copyright (C) 1999-2014 Bruce Korb, all rights reserved.
* This is free software. It is licensed for use, modification and
* redistribution under the terms of the GNU Lesser General Public License,
- * version 2 or later <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
+ * version 2 or later <https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
*
* The genshellopt library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public License as
@@ -36,7 +36,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, see
- * <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
+ * <https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
*/
/**
* This file contains the programmatic interface to the Automated
diff --git a/src/libopts/gettext.h b/src/libopts/gettext.h
index 7d3ea3cbf1..2a6fe9e112 100644
--- a/src/libopts/gettext.h
+++ b/src/libopts/gettext.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/>. */
+ with this program; if not, see <https://www.gnu.org/licenses/>. */
#ifndef _LIBGETTEXT_H
#define _LIBGETTEXT_H 1
diff --git a/src/libopts/intprops.h b/src/libopts/intprops.h
index 2ae151b929..ee2ca969fb 100644
--- a/src/libopts/intprops.h
+++ b/src/libopts/intprops.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/>. */
/* Written by Paul Eggert. */
diff --git a/src/libopts/m4/libopts.m4 b/src/libopts/m4/libopts.m4
index f8b2c38e16..c6ad73848f 100644
--- a/src/libopts/m4/libopts.m4
+++ b/src/libopts/m4/libopts.m4
@@ -474,7 +474,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
dnl See the GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License along
-dnl with this program. If not, see <http://www.gnu.org/licenses/>.
+dnl with this program. If not, see <https://www.gnu.org/licenses/>.
dnl
dnl Default to system libopts
dnl
diff --git a/src/libopts/parse-duration.c b/src/libopts/parse-duration.c
index e072b7d567..514cdea1f7 100644
--- a/src/libopts/parse-duration.c
+++ b/src/libopts/parse-duration.c
@@ -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/>. */
#include <config.h>
diff --git a/src/libopts/parse-duration.h b/src/libopts/parse-duration.h
index 33ddc3366e..bac1d84f6b 100644
--- a/src/libopts/parse-duration.h
+++ b/src/libopts/parse-duration.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/>. */
/*
diff --git a/src/libopts/stdnoreturn.in.h b/src/libopts/stdnoreturn.in.h
index 5b4d11bb3b..0e9c9e8425 100644
--- a/src/libopts/stdnoreturn.in.h
+++ b/src/libopts/stdnoreturn.in.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/>. */
/* Written by Paul Eggert. */
diff --git a/src/ocsptool-common.c b/src/ocsptool-common.c
index a2d971b4b0..22410e27dc 100644
--- a/src/ocsptool-common.c
+++ b/src/ocsptool-common.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/ocsptool-common.h b/src/ocsptool-common.h
index c8b130e479..eda4adbc8b 100644
--- a/src/ocsptool-common.h
+++ b/src/ocsptool-common.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#ifndef OCSPTOOL_COMMON_H
diff --git a/src/ocsptool.c b/src/ocsptool.c
index ef181dae5e..3b7940962c 100644
--- a/src/ocsptool.c
+++ b/src/ocsptool.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/p11tool.c b/src/p11tool.c
index 68e7d9c8fb..43ef4f5d46 100644
--- a/src/p11tool.c
+++ b/src/p11tool.c
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/p11tool.h b/src/p11tool.h
index 6ac11895af..2a49b7256b 100644
--- a/src/p11tool.h
+++ b/src/p11tool.h
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#ifndef P11TOOL_H
diff --git a/src/pkcs11.c b/src/pkcs11.c
index fe865f3f71..76f82f94e3 100644
--- a/src/pkcs11.c
+++ b/src/pkcs11.c
@@ -17,7 +17,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>
diff --git a/src/psk.c b/src/psk.c
index a556da28e6..775d8f80c9 100644
--- a/src/psk.c
+++ b/src/psk.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/serv.c b/src/serv.c
index 2ceb3dbf1f..254a69930f 100644
--- a/src/serv.c
+++ b/src/serv.c
@@ -17,7 +17,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 server is heavily modified for GnuTLS by Nikos Mavrogiannopoulos
diff --git a/src/socket.c b/src/socket.c
index 20b17cef3c..b65d585102 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -15,7 +15,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>
diff --git a/src/srptool.c b/src/srptool.c
index c411d47324..27821be238 100644
--- a/src/srptool.c
+++ b/src/srptool.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/systemkey.c b/src/systemkey.c
index db1562158c..fb19292e54 100644
--- a/src/systemkey.c
+++ b/src/systemkey.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/tests.c b/src/tests.c
index ffa772553a..9b3b3ede28 100644
--- a/src/tests.c
+++ b/src/tests.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/tests.h b/src/tests.h
index d1f9eb53fe..79032d2175 100644
--- a/src/tests.h
+++ b/src/tests.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
typedef enum {
diff --git a/src/tpmtool.c b/src/tpmtool.c
index 76568bb428..c8862f0c4d 100644
--- a/src/tpmtool.c
+++ b/src/tpmtool.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/udp-serv.c b/src/udp-serv.c
index 2d82482876..9b71719fd2 100644
--- a/src/udp-serv.c
+++ b/src/udp-serv.c
@@ -14,7 +14,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>
diff --git a/src/udp-serv.h b/src/udp-serv.h
index d956f87789..da8e4570ff 100644
--- a/src/udp-serv.h
+++ b/src/udp-serv.h
@@ -14,7 +14,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 <gnutls/dtls.h>