This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 85ba80a90e4f0049178be15d5f350af2a0c0ed22 Author: makejian <[email protected]> AuthorDate: Sun Jan 25 13:17:52 2026 +0800 crypto/ecc: add SPDX license identifier Add BSD-2-Clause SPDX license identifier to ECC source and header files. Signed-off-by: makejian <[email protected]> --- 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
