From: Richard Levitte Date: Thu, 6 Dec 2018 12:58:30 +0000 (+0100) Subject: Following the license change, modify the boilerplates in crypto/store/ X-Git-Tag: openssl-3.0.0-alpha1~2778 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c0d0c86af11807e4eafbbfca9dd7f74ac77ef96;p=thirdparty%2Fopenssl.git Following the license change, modify the boilerplates in crypto/store/ [skip ci] Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/7821) --- diff --git a/crypto/store/loader_file.c b/crypto/store/loader_file.c index 632e4511f7e..cac86987542 100644 --- a/crypto/store/loader_file.c +++ b/crypto/store/loader_file.c @@ -1,7 +1,7 @@ /* * Copyright 2016-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 diff --git a/crypto/store/store_err.c b/crypto/store/store_err.c index 5a8a8404dd9..254defc161c 100644 --- a/crypto/store/store_err.c +++ b/crypto/store/store_err.c @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * 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 diff --git a/crypto/store/store_init.c b/crypto/store/store_init.c index b398bf598ff..db050c07cca 100644 --- a/crypto/store/store_init.c +++ b/crypto/store/store_init.c @@ -1,7 +1,7 @@ /* * Copyright 2016-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 diff --git a/crypto/store/store_lib.c b/crypto/store/store_lib.c index 1c43547666f..ebe91823a57 100644 --- a/crypto/store/store_lib.c +++ b/crypto/store/store_lib.c @@ -1,7 +1,7 @@ /* * Copyright 2016-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 diff --git a/crypto/store/store_locl.h b/crypto/store/store_locl.h index 369dcb33f2d..c53d4514dbb 100644 --- a/crypto/store/store_locl.h +++ b/crypto/store/store_locl.h @@ -1,7 +1,7 @@ /* * Copyright 2016-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 diff --git a/crypto/store/store_register.c b/crypto/store/store_register.c index e68cb3c5685..3022e368c69 100644 --- a/crypto/store/store_register.c +++ b/crypto/store/store_register.c @@ -1,7 +1,7 @@ /* * Copyright 2016-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 diff --git a/crypto/store/store_strings.c b/crypto/store/store_strings.c index 76cf3164837..84cfdcfe6b5 100644 --- a/crypto/store/store_strings.c +++ b/crypto/store/store_strings.c @@ -1,7 +1,7 @@ /* * Copyright 2016-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