summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2024-12-23 20:01:05 +0800
committersakumisu <[email protected]>2024-12-23 20:01:05 +0800
commitbe6537637cce68365f1f3b8dd81c5ebce4bcbf54 (patch)
treed23884771a3323c59c336a38ec645c7bd8938dde
parente6801fcbb82f0c5956b3a3f324de12f12ad51b96 (diff)
chore: fix missing license
-rw-r--r--port/ehci/usb_glue_mcx.c5
-rw-r--r--port/ohci/usb_glue_lpc.c5
2 files changed, 10 insertions, 0 deletions
diff --git a/port/ehci/usb_glue_mcx.c b/port/ehci/usb_glue_mcx.c
index 7f8f4bf5..92b2c25e 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 79547180..51ab7814 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"