diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:46:38 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 15:07:30 +0100 |
commit | 3f870de74ed206631a762a648551adf9c41253a0 (patch) | |
tree | 237752dca6dd6f8b0aad0165b6f3af205be8773a /crypto/objects/obj_xref.c | |
parent | Following the license change, modify the boilerplates in crypto/modes/ (diff) | |
download | openssl-3f870de74ed206631a762a648551adf9c41253a0.tar.xz openssl-3f870de74ed206631a762a648551adf9c41253a0.zip |
Following the license change, modify the boilerplates in crypto/objects/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7804)
Diffstat (limited to 'crypto/objects/obj_xref.c')
-rw-r--r-- | crypto/objects/obj_xref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/objects/obj_xref.c b/crypto/objects/obj_xref.c index faf59eb20c..d779402891 100644 --- a/crypto/objects/obj_xref.c +++ b/crypto/objects/obj_xref.c @@ -1,7 +1,7 @@ /* * Copyright 2006-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 |