From 5cf3fd03f1538b37704d83b6c38b8223f9036108 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 27 Jul 2019 00:54:44 -0700 Subject: HTTPS In More Places, update some URLs. Change-Id: Ice2e1e2e4d94f6c9da7c651866cfa1a8ac4a31d8 Reviewed-on: https://code.wireshark.org/review/34096 Reviewed-by: Guy Harris --- tools/licensecheck.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/licensecheck.pl') diff --git a/tools/licensecheck.pl b/tools/licensecheck.pl index ba6dc3e24d..64f8ca2ff5 100755 --- a/tools/licensecheck.pl +++ b/tools/licensecheck.pl @@ -159,7 +159,7 @@ Adam D. Barratt =cut -# see http://stackoverflow.com/questions/6162484/why-does-modern-perl-avoid-utf-8-by-default/6163129#6163129 +# see https://stackoverflow.com/questions/6162484/why-does-modern-perl-avoid-utf-8-by-default/6163129#6163129 use v5.14; use utf8; @@ -781,7 +781,7 @@ sub parselicense { } if ($licensetext =~ /distributed under the terms of the FreeType project/i) { - $license = "FreeType $license"; # aka FTL see http://www.freetype.org/license.html + $license = "FreeType $license"; # aka FTL see https://www.freetype.org/license.html } if ($licensetext =~ /This source file is subject to version ([^ ]+) of the PHP license/) { -- cgit v1.2.3