diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:56:57 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 15:25:51 +0100 |
commit | 7428b99b2dace74eae1f9a1257d2939727dbed19 (patch) | |
tree | eb491ab490aef1e07325c49fbfa0eea302c69429 /crypto/srp | |
parent | Following the license change, modify the boilerplates in crypto/smN/ (diff) | |
download | openssl-7428b99b2dace74eae1f9a1257d2939727dbed19.tar.xz openssl-7428b99b2dace74eae1f9a1257d2939727dbed19.zip |
Following the license change, modify the boilerplates in crypto/srp/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7819)
Diffstat (limited to 'crypto/srp')
-rw-r--r-- | crypto/srp/srp_lib.c | 2 | ||||
-rw-r--r-- | crypto/srp/srp_vfy.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/srp/srp_lib.c b/crypto/srp/srp_lib.c index a9e244ea91..c43d27aec7 100644 --- a/crypto/srp/srp_lib.c +++ b/crypto/srp/srp_lib.c @@ -2,7 +2,7 @@ * Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved. * Copyright (c) 2004, EdelKey Project. 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/srp/srp_vfy.c b/crypto/srp/srp_vfy.c index 814f04263c..4ed94b7fb2 100644 --- a/crypto/srp/srp_vfy.c +++ b/crypto/srp/srp_vfy.c @@ -2,7 +2,7 @@ * Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved. * Copyright (c) 2004, EdelKey Project. 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 |