diff options
| author | iabdalkader <i.abdalkader@gmail.com> | 2025-11-15 10:42:41 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-11-19 16:59:58 +1100 |
| commit | 2ad1d29747df1f35c638b32477684c6e141d0f81 (patch) | |
| tree | c497c835b8089b24877f2ee6c7e6721f8c9c9866 | |
| parent | 3d2eb3b8e907ee74350a69ff92af7a14d7c2f7c7 (diff) | |
alif/tinyusb_port: Add missing license header.
The full Alif license texit is available in
`lib/alif_ensemble-cmsis-dfp/License.txt` if it's needed.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
| -rw-r--r-- | ports/alif/tinyusb_port/alif_dcd_reg.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/ports/alif/tinyusb_port/alif_dcd_reg.h b/ports/alif/tinyusb_port/alif_dcd_reg.h index 84220f6be..c5a707656 100644 --- a/ports/alif/tinyusb_port/alif_dcd_reg.h +++ b/ports/alif/tinyusb_port/alif_dcd_reg.h @@ -1,11 +1,13 @@ // *FORMAT-OFF* -///------------------------------------------------------------------------------------------------- -/// @file alif_dcd_reg.h -/// @author karol.saja@alifsemi.com -/// @version 0.0.1 -/// @date 2023-09-08 -/// @brief Low Level SPI driver -///------------------------------------------------------------------------------------------------- +/* + * Copyright (C) 2024 Alif Semiconductor - All Rights Reserved. + * Use, distribution and modification of this code is permitted under the + * terms stated in the Alif Semiconductor Software License Agreement + * + * You should have received a copy of the Alif Semiconductor Software + * License Agreement with this file. If not, please write to: + * contact@alifsemi.com, or visit: https://alifsemi.com/license + */ #ifndef __ALIF_DCD_REG_H__ #define __ALIF_DCD_REG_H__ |
