diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:16:23 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:23:25 +0100 |
commit | c918d8e2831eb4ff067855023036873ce15bd0df (patch) | |
tree | 89e9ad1e96b4242912a80b7a9db6e70ec73d457e /crypto/aes/asm/vpaes-x86_64.pl | |
parent | Following the license change, modify the boilerplates in ms/ (diff) | |
download | openssl-c918d8e2831eb4ff067855023036873ce15bd0df.tar.xz openssl-c918d8e2831eb4ff067855023036873ce15bd0df.zip |
Following the license change, modify the boilerplates in crypto/aes/
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7771)
Diffstat (limited to '')
-rw-r--r-- | crypto/aes/asm/vpaes-x86_64.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/aes/asm/vpaes-x86_64.pl b/crypto/aes/asm/vpaes-x86_64.pl index b715aca167..1a95ac2088 100644 --- a/crypto/aes/asm/vpaes-x86_64.pl +++ b/crypto/aes/asm/vpaes-x86_64.pl @@ -1,7 +1,7 @@ #! /usr/bin/env perl # Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved. # -# Licensed under the OpenSSL license (the "License"). You may not use +# Licensed under the Apache License 2.0 (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 |