diff options
Diffstat (limited to 'util/perlpath.pl')
-rwxr-xr-x | util/perlpath.pl | 9 |
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"; |