diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:20:10 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:28:52 +0100 |
commit | 09abbca13f985d57e872ea070dcc53b283460d52 (patch) | |
tree | d0ec8f67daa1d02a29a360e78301f1ee52af429a /crypto/bio/bss_sock.c | |
parent | Following the license change, modify the boilerplates in crypto/bf/ (diff) | |
download | openssl-09abbca13f985d57e872ea070dcc53b283460d52.tar.xz openssl-09abbca13f985d57e872ea070dcc53b283460d52.zip |
Following the license change, modify the boilerplates in crypto/bio/
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7775)
Diffstat (limited to 'crypto/bio/bss_sock.c')
-rw-r--r-- | crypto/bio/bss_sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/bss_sock.c b/crypto/bio/bss_sock.c index ad38453201..0c87e18104 100644 --- a/crypto/bio/bss_sock.c +++ b/crypto/bio/bss_sock.c @@ -1,7 +1,7 @@ /* * Copyright 1995-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 |