summaryrefslogtreecommitdiff
path: root/lib/ext
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext')
-rw-r--r--lib/ext/Makefile.am2
-rw-r--r--lib/ext/alpn.c2
-rw-r--r--lib/ext/alpn.h2
-rw-r--r--lib/ext/cert_types.h2
-rw-r--r--lib/ext/client_cert_type.c2
-rw-r--r--lib/ext/client_cert_type.h2
-rw-r--r--lib/ext/cookie.c2
-rw-r--r--lib/ext/cookie.h2
-rw-r--r--lib/ext/dumbfw.c2
-rw-r--r--lib/ext/dumbfw.h2
-rw-r--r--lib/ext/early_data.c2
-rw-r--r--lib/ext/early_data.h2
-rw-r--r--lib/ext/ec_point_formats.c2
-rw-r--r--lib/ext/ec_point_formats.h2
-rw-r--r--lib/ext/etm.c2
-rw-r--r--lib/ext/etm.h2
-rw-r--r--lib/ext/ext_master_secret.c2
-rw-r--r--lib/ext/ext_master_secret.h2
-rw-r--r--lib/ext/heartbeat.c2
-rw-r--r--lib/ext/heartbeat.h2
-rw-r--r--lib/ext/key_share.c2
-rw-r--r--lib/ext/key_share.h2
-rw-r--r--lib/ext/max_record.c2
-rw-r--r--lib/ext/max_record.h2
-rw-r--r--lib/ext/post_handshake.c2
-rw-r--r--lib/ext/post_handshake.h2
-rw-r--r--lib/ext/pre_shared_key.c2
-rw-r--r--lib/ext/psk_ke_modes.c2
-rw-r--r--lib/ext/record_size_limit.c2
-rw-r--r--lib/ext/record_size_limit.h2
-rw-r--r--lib/ext/safe_renegotiation.c2
-rw-r--r--lib/ext/safe_renegotiation.h2
-rw-r--r--lib/ext/server_cert_type.c2
-rw-r--r--lib/ext/server_cert_type.h2
-rw-r--r--lib/ext/server_name.c2
-rw-r--r--lib/ext/server_name.h2
-rw-r--r--lib/ext/session_ticket.c2
-rw-r--r--lib/ext/session_ticket.h2
-rw-r--r--lib/ext/signature.c2
-rw-r--r--lib/ext/signature.h2
-rw-r--r--lib/ext/srp.c2
-rw-r--r--lib/ext/srp.h2
-rw-r--r--lib/ext/srtp.c2
-rw-r--r--lib/ext/srtp.h2
-rw-r--r--lib/ext/status_request.c2
-rw-r--r--lib/ext/status_request.h2
-rw-r--r--lib/ext/supported_groups.c2
-rw-r--r--lib/ext/supported_groups.h2
-rw-r--r--lib/ext/supported_versions.c2
-rw-r--r--lib/ext/supported_versions.h2
50 files changed, 50 insertions, 50 deletions
diff --git a/lib/ext/Makefile.am b/lib/ext/Makefile.am
index c8ef79101c..4e010ee9a0 100644
--- a/lib/ext/Makefile.am
+++ b/lib/ext/Makefile.am
@@ -16,7 +16,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 $(top_srcdir)/lib/common.mk
diff --git a/lib/ext/alpn.c b/lib/ext/alpn.c
index 24e7153a59..34f6ce09dc 100644
--- a/lib/ext/alpn.c
+++ b/lib/ext/alpn.c
@@ -15,7 +15,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/>
*
*/
diff --git a/lib/ext/alpn.h b/lib/ext/alpn.h
index 0aee40f5b0..8197628bd1 100644
--- a/lib/ext/alpn.h
+++ b/lib/ext/alpn.h
@@ -14,7 +14,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 EXT_ALPN_H
diff --git a/lib/ext/cert_types.h b/lib/ext/cert_types.h
index 04e024d5db..886f66cc45 100644
--- a/lib/ext/cert_types.h
+++ b/lib/ext/cert_types.h
@@ -16,7 +16,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/>
*
* This file provides common functionality for certificate type
* handling during TLS hello extensions.
diff --git a/lib/ext/client_cert_type.c b/lib/ext/client_cert_type.c
index 0fbd4e9e4a..471d42c5f5 100644
--- a/lib/ext/client_cert_type.c
+++ b/lib/ext/client_cert_type.c
@@ -16,7 +16,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/>
*
* This file is part of the client_certificate_type extension as
* defined in RFC7250 (https://tools.ietf.org/html/rfc7250).
diff --git a/lib/ext/client_cert_type.h b/lib/ext/client_cert_type.h
index 454e9bff56..fca8c7b6e9 100644
--- a/lib/ext/client_cert_type.h
+++ b/lib/ext/client_cert_type.h
@@ -16,7 +16,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/>
*
* This file is part of the client_certificate_type extension as
* defined in RFC7250 (https://tools.ietf.org/html/rfc7250).
diff --git a/lib/ext/cookie.c b/lib/ext/cookie.c
index 1da7b0382f..1e66c3d49a 100644
--- a/lib/ext/cookie.c
+++ b/lib/ext/cookie.c
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/cookie.h b/lib/ext/cookie.h
index d7c4048865..453fcd00bd 100644
--- a/lib/ext/cookie.h
+++ b/lib/ext/cookie.h
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/dumbfw.c b/lib/ext/dumbfw.c
index adb3a18381..739f4bd415 100644
--- a/lib/ext/dumbfw.c
+++ b/lib/ext/dumbfw.c
@@ -15,7 +15,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/>
*
*/
diff --git a/lib/ext/dumbfw.h b/lib/ext/dumbfw.h
index fedf33bfc1..45665eb85b 100644
--- a/lib/ext/dumbfw.h
+++ b/lib/ext/dumbfw.h
@@ -14,7 +14,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 EXT_DUMBFW_H
diff --git a/lib/ext/early_data.c b/lib/ext/early_data.c
index a58e473ae1..4644f296ab 100644
--- a/lib/ext/early_data.c
+++ b/lib/ext/early_data.c
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/early_data.h b/lib/ext/early_data.h
index dece833efd..d767f7e2f5 100644
--- a/lib/ext/early_data.h
+++ b/lib/ext/early_data.h
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/ec_point_formats.c b/lib/ext/ec_point_formats.c
index 657eb6625d..eb59ec139d 100644
--- a/lib/ext/ec_point_formats.c
+++ b/lib/ext/ec_point_formats.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/ec_point_formats.h b/lib/ext/ec_point_formats.h
index 51f9ad2562..fb58a8fa5d 100644
--- a/lib/ext/ec_point_formats.h
+++ b/lib/ext/ec_point_formats.h
@@ -16,7 +16,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 EXT_EC_POINT_FORMATS_H
diff --git a/lib/ext/etm.c b/lib/ext/etm.c
index ad542771d1..ad335afd59 100644
--- a/lib/ext/etm.c
+++ b/lib/ext/etm.c
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/etm.h b/lib/ext/etm.h
index 1842948721..82d042574a 100644
--- a/lib/ext/etm.h
+++ b/lib/ext/etm.h
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/ext_master_secret.c b/lib/ext/ext_master_secret.c
index f4843e186f..ad040bccdd 100644
--- a/lib/ext/ext_master_secret.c
+++ b/lib/ext/ext_master_secret.c
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/ext_master_secret.h b/lib/ext/ext_master_secret.h
index 92c6102f03..3b40734854 100644
--- a/lib/ext/ext_master_secret.h
+++ b/lib/ext/ext_master_secret.h
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/heartbeat.c b/lib/ext/heartbeat.c
index 7ec26a9804..e3fa602bf2 100644
--- a/lib/ext/heartbeat.c
+++ b/lib/ext/heartbeat.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/heartbeat.h b/lib/ext/heartbeat.h
index fec8f9e158..5baa5e8c51 100644
--- a/lib/ext/heartbeat.h
+++ b/lib/ext/heartbeat.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/key_share.c b/lib/ext/key_share.c
index 6a9e6513a9..3efc46a60c 100644
--- a/lib/ext/key_share.c
+++ b/lib/ext/key_share.c
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/key_share.h b/lib/ext/key_share.h
index 72606fb9ba..f5d775da8a 100644
--- a/lib/ext/key_share.h
+++ b/lib/ext/key_share.h
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/max_record.c b/lib/ext/max_record.c
index c67920376e..681c943863 100644
--- a/lib/ext/max_record.c
+++ b/lib/ext/max_record.c
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/max_record.h b/lib/ext/max_record.h
index b536edebcc..553a37e4fc 100644
--- a/lib/ext/max_record.h
+++ b/lib/ext/max_record.h
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/post_handshake.c b/lib/ext/post_handshake.c
index ff9df4b9a9..73846db114 100644
--- a/lib/ext/post_handshake.c
+++ b/lib/ext/post_handshake.c
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/post_handshake.h b/lib/ext/post_handshake.h
index 6426a7f822..a2ac0419c4 100644
--- a/lib/ext/post_handshake.h
+++ b/lib/ext/post_handshake.h
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/pre_shared_key.c b/lib/ext/pre_shared_key.c
index 116cea8d7d..771092fa9c 100644
--- a/lib/ext/pre_shared_key.c
+++ b/lib/ext/pre_shared_key.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/psk_ke_modes.c b/lib/ext/psk_ke_modes.c
index 60d8503301..da7a55098b 100644
--- a/lib/ext/psk_ke_modes.c
+++ b/lib/ext/psk_ke_modes.c
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/record_size_limit.c b/lib/ext/record_size_limit.c
index 4c7698ea20..8c495939d8 100644
--- a/lib/ext/record_size_limit.c
+++ b/lib/ext/record_size_limit.c
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/record_size_limit.h b/lib/ext/record_size_limit.h
index 16e027c6c9..30c340c1ba 100644
--- a/lib/ext/record_size_limit.h
+++ b/lib/ext/record_size_limit.h
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/safe_renegotiation.c b/lib/ext/safe_renegotiation.c
index 8e8798dc5b..6424f45b5c 100644
--- a/lib/ext/safe_renegotiation.c
+++ b/lib/ext/safe_renegotiation.c
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/safe_renegotiation.h b/lib/ext/safe_renegotiation.h
index 234640a88d..0b87f2b672 100644
--- a/lib/ext/safe_renegotiation.h
+++ b/lib/ext/safe_renegotiation.h
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/server_cert_type.c b/lib/ext/server_cert_type.c
index b290b7b06e..dbcb3971b7 100644
--- a/lib/ext/server_cert_type.c
+++ b/lib/ext/server_cert_type.c
@@ -16,7 +16,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/>
*
* This file is part of the server_certificate_type extension as
* defined in RFC7250 (https://tools.ietf.org/html/rfc7250).
diff --git a/lib/ext/server_cert_type.h b/lib/ext/server_cert_type.h
index b5eab5c9e6..e60480f3a8 100644
--- a/lib/ext/server_cert_type.h
+++ b/lib/ext/server_cert_type.h
@@ -16,7 +16,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/>
*
* This file is part of the server_certificate_type extension as
* defined in RFC7250 (https://tools.ietf.org/html/rfc7250).
diff --git a/lib/ext/server_name.c b/lib/ext/server_name.c
index 9c8c533490..259dc998ea 100644
--- a/lib/ext/server_name.c
+++ b/lib/ext/server_name.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/server_name.h b/lib/ext/server_name.h
index 6a5ed0de5d..8c12b2ee8b 100644
--- a/lib/ext/server_name.h
+++ b/lib/ext/server_name.h
@@ -17,7 +17,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 EXT_SERVER_NAME_H
diff --git a/lib/ext/session_ticket.c b/lib/ext/session_ticket.c
index 3eb63818b9..09e240c2d0 100644
--- a/lib/ext/session_ticket.c
+++ b/lib/ext/session_ticket.c
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/session_ticket.h b/lib/ext/session_ticket.h
index 4fad2d7a50..a0c687aa73 100644
--- a/lib/ext/session_ticket.h
+++ b/lib/ext/session_ticket.h
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/signature.c b/lib/ext/signature.c
index 5992efe986..893b12408b 100644
--- a/lib/ext/signature.c
+++ b/lib/ext/signature.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/signature.h b/lib/ext/signature.h
index 5c91d1a910..28e8966b1c 100644
--- a/lib/ext/signature.h
+++ b/lib/ext/signature.h
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/srp.c b/lib/ext/srp.c
index fdbc8e7fb4..8b58222e0c 100644
--- a/lib/ext/srp.c
+++ b/lib/ext/srp.c
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/srp.h b/lib/ext/srp.h
index 5d60cd83c2..f70441c17c 100644
--- a/lib/ext/srp.h
+++ b/lib/ext/srp.h
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/srtp.c b/lib/ext/srtp.c
index b55ca29753..3fc7ed35aa 100644
--- a/lib/ext/srtp.c
+++ b/lib/ext/srtp.c
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/srtp.h b/lib/ext/srtp.h
index f49d7d031f..327f181ee8 100644
--- a/lib/ext/srtp.h
+++ b/lib/ext/srtp.h
@@ -16,7 +16,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 EXT_SRTP_H
diff --git a/lib/ext/status_request.c b/lib/ext/status_request.c
index f238a8fbcb..d8779e8cfe 100644
--- a/lib/ext/status_request.c
+++ b/lib/ext/status_request.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/status_request.h b/lib/ext/status_request.h
index 1767c9db06..a2d9c7969f 100644
--- a/lib/ext/status_request.h
+++ b/lib/ext/status_request.h
@@ -16,7 +16,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/>
*
*/
diff --git a/lib/ext/supported_groups.c b/lib/ext/supported_groups.c
index 6a1cdadd88..952d3bb0c5 100644
--- a/lib/ext/supported_groups.c
+++ b/lib/ext/supported_groups.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/supported_groups.h b/lib/ext/supported_groups.h
index e42e3c0366..c75367f877 100644
--- a/lib/ext/supported_groups.h
+++ b/lib/ext/supported_groups.h
@@ -16,7 +16,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 EXT_SUPPORTED_GROUPS_H
diff --git a/lib/ext/supported_versions.c b/lib/ext/supported_versions.c
index b016c61c3c..52828ee37e 100644
--- a/lib/ext/supported_versions.c
+++ b/lib/ext/supported_versions.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/supported_versions.h b/lib/ext/supported_versions.h
index 601b424ff6..68f9b8b436 100644
--- a/lib/ext/supported_versions.h
+++ b/lib/ext/supported_versions.h
@@ -16,7 +16,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/>
*
*/