mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user