From d874bed6aa522b7389af64ff3dff9bb7619f16a5 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Tue, 26 Nov 2024 21:27:22 +0800 Subject: [PATCH] chore: add missing license --- port/chipidea/usb_dc_chipidea.c | 11 +++++++++++ port/chipidea/usb_glue_mcx.c | 5 +++++ 2 files changed, 16 insertions(+) diff --git a/port/chipidea/usb_dc_chipidea.c b/port/chipidea/usb_dc_chipidea.c index 3d197165..c6b6c0fe 100644 --- a/port/chipidea/usb_dc_chipidea.c +++ b/port/chipidea/usb_dc_chipidea.c @@ -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" diff --git a/port/chipidea/usb_glue_mcx.c b/port/chipidea/usb_glue_mcx.c index 29bb2d29..3f9b46b6 100644 --- a/port/chipidea/usb_glue_mcx.c +++ b/port/chipidea/usb_glue_mcx.c @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024, sakumisu + * + * SPDX-License-Identifier: Apache-2.0 + */ #include "usbd_core.h" #include "fsl_common.h"