From 0fedf327b08c8598a2335e9072775a7c0731124e Mon Sep 17 00:00:00 2001 From: Duc Tri Nguyen Date: Thu, 13 Jun 2024 18:49:22 -0400 Subject: [PATCH] add license Signed-off-by: Duc Tri Nguyen --- fips202/fips202x.c | 1 + fips202/fips202x.h | 1 + 2 files changed, 2 insertions(+) diff --git a/fips202/fips202x.c b/fips202/fips202x.c index 2564c024d..65df69252 100644 --- a/fips202/fips202x.c +++ b/fips202/fips202x.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: Apache-2.0 #include #include "fips202x.h" #include "fips202.h" diff --git a/fips202/fips202x.h b/fips202/fips202x.h index 75a81e2bd..9e1809a4b 100644 --- a/fips202/fips202x.h +++ b/fips202/fips202x.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: Apache-2.0 #ifndef FIPS_202X_H #define FIPS_202X_H