diff options
| -rw-r--r-- | port/chipidea/usb_dc_chipidea.c | 11 | ||||
| -rw-r--r-- | port/chipidea/usb_glue_mcx.c | 5 |
2 files changed, 16 insertions, 0 deletions
diff --git a/port/chipidea/usb_dc_chipidea.c b/port/chipidea/usb_dc_chipidea.c index 3d197165..c6b6c0fe 100644 --- a/port/chipidea/usb_dc_chipidea.c +++ b/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" diff --git a/port/chipidea/usb_glue_mcx.c b/port/chipidea/usb_glue_mcx.c index 29bb2d29..3f9b46b6 100644 --- a/port/chipidea/usb_glue_mcx.c +++ b/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" |
