瀏覽代碼

chore: fix missing license

sakumisu 1 年之前
父節點
當前提交
be6537637c
共有 2 個文件被更改,包括 10 次插入0 次删除
  1. 5 0
      port/ehci/usb_glue_mcx.c
  2. 5 0
      port/ohci/usb_glue_lpc.c

+ 5 - 0
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 "usbh_core.h"
 #include "fsl_common.h"
 #include "fsl_common.h"
 #include "usb_chipidea_reg.h"
 #include "usb_chipidea_reg.h"

+ 5 - 0
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_device_registers.h"
 #include "fsl_power.h"
 #include "fsl_power.h"
 #include "usbh_core.h"
 #include "usbh_core.h"