summaryrefslogtreecommitdiffstats
path: root/util/perlpath.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/perlpath.pl')
-rwxr-xr-xutil/perlpath.pl9
1 files changed, 7 insertions, 2 deletions
diff --git a/util/perlpath.pl b/util/perlpath.pl
index a1f236bd98..80388e2946 100755
--- a/util/perlpath.pl
+++ b/util/perlpath.pl
@@ -1,8 +1,13 @@
-#!/usr/local/bin/perl
+#! /usr/bin/env perl
+# Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
#
+# Licensed under the OpenSSL license (the "License"). You may not use
+# this file except in compliance with the License. You can obtain a copy
+# in the file LICENSE in the source distribution or at
+# https://www.openssl.org/source/license.html
+
# modify the '#!/usr/local/bin/perl'
# line in all scripts that rely on perl.
-#
require "find.pl";