Add final(?) set of copyrights.
[openssl.git] / tools / c_rehash.in
index 834de780ca247d6d5eaeccd993ffe4de2dad068d..a23a8f3f22516f5510974d6fc8da642d30140950 100644 (file)
@@ -1,10 +1,18 @@
-#!/usr/local/bin/perl
+#!{- $config{perl} -}
+
+# {- join("\n# ", @autowarntext) -}
+# Copyright 1999-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
 
 # Perl c_rehash script, scan all files in a directory
 # and add symbolic links to their hash values.
 
-my $dir;
-my $prefix;
+my $dir = {- quotify1($config{openssldir}) -};
+my $prefix = {- quotify1($config{prefix}) -};
 
 my $errorcount = 0;
 my $openssl = $ENV{OPENSSL} || "openssl";