From be6537637cce68365f1f3b8dd81c5ebce4bcbf54 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Mon, 23 Dec 2024 20:01:05 +0800 Subject: [PATCH] chore: fix missing license --- port/ehci/usb_glue_mcx.c | 5 +++++ port/ohci/usb_glue_lpc.c | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/port/ehci/usb_glue_mcx.c b/port/ehci/usb_glue_mcx.c index 7f8f4bf..92b2c25 100644 --- a/port/ehci/usb_glue_mcx.c +++ b/port/ehci/usb_glue_mcx.c @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024, sakumisu + * + * SPDX-License-Identifier: Apache-2.0 + */ #include "usbh_core.h" #include "fsl_common.h" #include "usb_chipidea_reg.h" diff --git a/port/ohci/usb_glue_lpc.c b/port/ohci/usb_glue_lpc.c index 7954718..51ab781 100644 --- a/port/ohci/usb_glue_lpc.c +++ b/port/ohci/usb_glue_lpc.c @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024, sakumisu + * + * SPDX-License-Identifier: Apache-2.0 + */ #include "fsl_device_registers.h" #include "fsl_power.h" #include "usbh_core.h"