diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:52:15 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 15:14:05 +0100 |
commit | 0db63de94c83f1918eb7cb8193148d580218fe64 (patch) | |
tree | a32a2df71f0932265e3b26f97bbbeed055719ff5 /crypto/rand/drbg_hmac.c | |
parent | Following the license change, modify the boilerplates in crypto/poly1305/ (diff) | |
download | openssl-0db63de94c83f1918eb7cb8193148d580218fe64.tar.xz openssl-0db63de94c83f1918eb7cb8193148d580218fe64.zip |
Following the license change, modify the boilerplates in crypto/rand/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7811)
Diffstat (limited to 'crypto/rand/drbg_hmac.c')
-rw-r--r-- | crypto/rand/drbg_hmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/drbg_hmac.c b/crypto/rand/drbg_hmac.c index 424c88cb26..cb70bcb8b3 100644 --- a/crypto/rand/drbg_hmac.c +++ b/crypto/rand/drbg_hmac.c @@ -1,7 +1,7 @@ /* * Copyright 2011-2018 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 |