Fix copyright header
authorPauli <pauli@openssl.org>
Thu, 9 Mar 2023 07:26:32 +0000 (18:26 +1100)
committerPauli <pauli@openssl.org>
Thu, 9 Mar 2023 07:26:32 +0000 (18:26 +1100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20473)

crypto/bn/rsa_sup_mul.c

index c027ba411e28085843d403d0d21272bbf7676c7f..3c2d18b659b5ba8bf090e94d4edf3a8ce00bdcf4 100644 (file)
@@ -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 <openssl/e_os2.h>
 #include <stddef.h>
 #include <sys/types.h>