From 85ba80a90e4f0049178be15d5f350af2a0c0ed22 Mon Sep 17 00:00:00 2001 From: makejian Date: Sun, 25 Jan 2026 13:17:52 +0800 Subject: [PATCH] crypto/ecc: add SPDX license identifier Add BSD-2-Clause SPDX license identifier to ECC source and header files. Signed-off-by: makejian --- crypto/ecc.c | 2 ++ include/crypto/ecc.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/crypto/ecc.c b/crypto/ecc.c index 2a980c4432d..6febe788997 100644 --- a/crypto/ecc.c +++ b/crypto/ecc.c @@ -1,6 +1,8 @@ /**************************************************************************** * crypto/ecc.c * + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2013, Kenneth MacKay All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/crypto/ecc.h b/include/crypto/ecc.h index 3c130e4b9dc..79c6026b6e2 100644 --- a/include/crypto/ecc.h +++ b/include/crypto/ecc.h @@ -1,6 +1,8 @@ /**************************************************************************** * include/crypto/ecc.h * + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2013, Kenneth MacKay All rights reserved. * * Redistribution and use in source and binary forms, with or without