aboutsummaryrefslogtreecommitdiffstats
path: root/tools/licensecheck.pl
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-07-27 00:54:44 -0700
committerGuy Harris <guy@alum.mit.edu>2019-07-27 07:55:36 +0000
commit5cf3fd03f1538b37704d83b6c38b8223f9036108 (patch)
treeb598688b412615a89cae270c883a21bf7da2e612 /tools/licensecheck.pl
parent3a53b8643b8b2f9eba24fef4bfea794f37615a88 (diff)
HTTPS In More Places, update some URLs.
Change-Id: Ice2e1e2e4d94f6c9da7c651866cfa1a8ac4a31d8 Reviewed-on: https://code.wireshark.org/review/34096 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'tools/licensecheck.pl')
-rwxr-xr-xtools/licensecheck.pl4
1 files changed, 2 insertions, 2 deletions
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 <adam@adam-barratt.org.uk>
=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/) {