From: Pauli Date: Thu, 9 Mar 2023 07:26:32 +0000 (+1100) Subject: Fix copyright header X-Git-Tag: OpenSSL_1_1_1u~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d863610eb62750b60cc26ae30a66750066d1d880;p=thirdparty%2Fopenssl.git Fix copyright header Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20473) --- diff --git a/crypto/bn/rsa_sup_mul.c b/crypto/bn/rsa_sup_mul.c index c027ba411e2..3c2d18b659b 100644 --- a/crypto/bn/rsa_sup_mul.c +++ b/crypto/bn/rsa_sup_mul.c @@ -1,3 +1,12 @@ +/* + * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (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 + */ + #include #include #include