diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:23:18 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:32:34 +0100 |
commit | 0c4fa1f10de91573a9cf2b3234a5baf2bb00e53d (patch) | |
tree | f8a1a38036ec9c0432b7c67460eb1f3c6a11af34 /crypto/buffer | |
parent | Following the license change, modify the boilerplates in crypto/bn/ (diff) | |
download | openssl-0c4fa1f10de91573a9cf2b3234a5baf2bb00e53d.tar.xz openssl-0c4fa1f10de91573a9cf2b3234a5baf2bb00e53d.zip |
Following the license change, modify the boilerplates in crypto/buffer/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7778)
Diffstat (limited to 'crypto/buffer')
-rw-r--r-- | crypto/buffer/buf_err.c | 2 | ||||
-rw-r--r-- | crypto/buffer/buffer.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/buffer/buf_err.c b/crypto/buffer/buf_err.c index 7e6e53226a..00b137dab2 100644 --- a/crypto/buffer/buf_err.c +++ b/crypto/buffer/buf_err.c @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2017 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 diff --git a/crypto/buffer/buffer.c b/crypto/buffer/buffer.c index 72258abb9e..6589a079b5 100644 --- a/crypto/buffer/buffer.c +++ b/crypto/buffer/buffer.c @@ -1,7 +1,7 @@ /* * Copyright 1995-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 |