diff options
author | Rich Salz <rsalz@openssl.org> | 2016-06-01 11:26:40 -0400 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-06-01 11:27:25 -0400 |
commit | 44c8a5e2b9af8909844cc002c53049311634b314 (patch) | |
tree | 4606ad041daeeb5ae4bec18d2dafbb86065f8fd8 /tools | |
parent | 0f91e1dff4ab2e7c25bbae5a48dfabbd1a4eae3c (diff) | |
download | openssl-new-44c8a5e2b9af8909844cc002c53049311634b314.tar.gz |
Add final(?) set of copyrights.
Add copyright to missing assembler files.
Add copyrights to missing test/* files.
Add copyrights
Various source and misc files.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/c_rehash.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/c_rehash.in b/tools/c_rehash.in index dc66a9d962..a23a8f3f22 100644 --- a/tools/c_rehash.in +++ b/tools/c_rehash.in @@ -1,6 +1,12 @@ #!{- $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. |