X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4d3d955f2791199b35704c3e9784dc99fd229696..f0860486ef8da605996e3330157e331c2452419b:/src/util/ocsp_fetch.pl diff --git a/src/util/ocsp_fetch.pl b/src/util/ocsp_fetch.pl index 08ca4cbe4..9255311a4 100755 --- a/src/util/ocsp_fetch.pl +++ b/src/util/ocsp_fetch.pl @@ -1,6 +1,8 @@ #!/usr/bin/perl # Copyright (C) 2012 Wizards Internet Ltd # License GPLv2: GNU GPL version 2 +# SPDX-License-Identifier: GPL-2.0-or-later + use strict; BEGIN { pop @INC if $INC[-1] eq '.' }; use Getopt::Std;