From 002bec8ac6dc39dd10bae45f9ac9818431872627 Mon Sep 17 00:00:00 2001 From: weiaq310 Date: Mon, 29 Sep 2025 07:49:45 +0000 Subject: [PATCH] feat: add openssl copyright in sm4 file Signed-off-by: weiaq310 --- KAEOpensslEngine/src/v1/alg/ciphers/asm/ce_sm4.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/KAEOpensslEngine/src/v1/alg/ciphers/asm/ce_sm4.h b/KAEOpensslEngine/src/v1/alg/ciphers/asm/ce_sm4.h index 01f2e41..0a8bec7 100644 --- a/KAEOpensslEngine/src/v1/alg/ciphers/asm/ce_sm4.h +++ b/KAEOpensslEngine/src/v1/alg/ciphers/asm/ce_sm4.h @@ -1,4 +1,11 @@ - +/* + * Copyright 2015-2018 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 + */ #ifndef CE_SM4_H #define CE_SM4_H -- Gitee