From bbd44a767f7358942182b80a4cad50656a19dce7 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Thu, 7 Dec 2023 18:34:49 +0000 Subject: [PATCH] Add missing license header Signed-off-by: David Horstmann --- tests/include/test/psa_memory_poisoning_wrappers.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/include/test/psa_memory_poisoning_wrappers.h b/tests/include/test/psa_memory_poisoning_wrappers.h index e1642d2c17..3422339fd5 100644 --- a/tests/include/test/psa_memory_poisoning_wrappers.h +++ b/tests/include/test/psa_memory_poisoning_wrappers.h @@ -1,3 +1,8 @@ +/* + * Copyright The Mbed TLS Contributors + * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later + */ + #include "psa/crypto.h" #include "test/memory.h"