crypto/ecc: add SPDX license identifier

Add BSD-2-Clause SPDX license identifier to ECC source and header files.

Signed-off-by: makejian <makejian@xiaomi.com>
This commit is contained in:
makejian
2026-01-25 13:17:52 +08:00
committed by Xiang Xiao
parent a744ce760e
commit 85ba80a90e
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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
+2
View File
@@ -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