Explorar o código

chore: fix missing license

sakumisu hai 1 ano
pai
achega
be6537637c
Modificáronse 2 ficheiros con 10 adicións e 0 borrados
  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 "fsl_common.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_power.h"
 #include "usbh_core.h"