From: Richard Levitte Date: Thu, 6 Dec 2018 12:56:57 +0000 (+0100) Subject: Following the license change, modify the boilerplates in crypto/srp/ X-Git-Tag: openssl-3.0.0-alpha1~2780 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7428b99b2dace74eae1f9a1257d2939727dbed19;p=thirdparty%2Fopenssl.git Following the license change, modify the boilerplates in crypto/srp/ [skip ci] Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/7819) --- diff --git a/crypto/srp/srp_lib.c b/crypto/srp/srp_lib.c index a9e244ea91c..c43d27aec7e 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 814f04263cb..4ed94b7fb23 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