Ver Fonte

chore: add missing license

sakumisu há 1 ano atrás
pai
commit
d874bed6aa
2 ficheiros alterados com 16 adições e 0 exclusões
  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 "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 "fsl_common.h"