From 73c55cc89a98a7e9aa3287ffa2faad19ffd78685 Mon Sep 17 00:00:00 2001 From: Todd Short Date: Thu, 27 Jan 2022 14:18:28 -0500 Subject: Fix copyrights Add copyright to files that were missing it. Update license from OpenSSL to Apache as needed. Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17606) (cherry picked from commit 9d987de3aabe54e65a55649a61953966f33b070b) --- apps/include/engine_loader.h | 4 ++-- apps/lib/engine_loader.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/include/engine_loader.h b/apps/include/engine_loader.h index 11598639a5..fa80fc9656 100644 --- a/apps/include/engine_loader.h +++ b/apps/include/engine_loader.h @@ -1,7 +1,7 @@ /* - * Copyright 2018 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2018-2022 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/apps/lib/engine_loader.c b/apps/lib/engine_loader.c index b2a11d438d..4d3a397b41 100644 --- a/apps/lib/engine_loader.c +++ b/apps/lib/engine_loader.c @@ -1,7 +1,7 @@ /* * Copyright 2018-2021 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 -- cgit v1.2.3