SPDX: license tags (mostly by guesswork)
[exim.git] / src / util / ocsp_fetch.pl
index 0d214d62aa34c5657a1329273d35a6b79af1da4d..2afbdbdac7de13287d8338489dc016f41620e843 100755 (executable)
@@ -1,7 +1,10 @@
 #!/usr/bin/perl
 # Copyright (C) 2012 Wizards Internet Ltd
 # License GPLv2: GNU GPL version 2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
+# SPDX-License-Identifier: GPL-2.0-only
+
 use strict;
+BEGIN { pop @INC if $INC[-1] eq '.' };
 use Getopt::Std;
 $Getopt::Std::STANDARD_HELP_VERSION=1;
 use IO::Handle;