Bläddra i källkod

chore: add missing license

sakumisu 1 år sedan
förälder
incheckning
d874bed6aa
2 ändrade filer med 16 tillägg och 0 borttagningar
  1. 11 0
      port/chipidea/usb_dc_chipidea.c
  2. 5 0
      port/chipidea/usb_glue_mcx.c

+ 11 - 0
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 "usbd_core.h"
 #include "usb_chipidea_reg.h"
 #include "usb_chipidea_reg.h"
 
 

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