chore: add missing license

This commit is contained in:
sakumisu
2024-11-26 21:27:22 +08:00
parent 7f75da270f
commit d874bed6aa
2 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,14 @@
/*
* Copyright (c) 2021-2024 HPMicro
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
/*
* Copyright (c) 2024, sakumisu
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "usbd_core.h"
#include "usb_chipidea_reg.h"

View File

@@ -1,3 +1,8 @@
/*
* Copyright (c) 2024, sakumisu
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "usbd_core.h"
#include "fsl_common.h"