diff options
| author | sakumisu <[email protected]> | 2024-11-26 21:27:22 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-11-26 21:27:22 +0800 |
| commit | d874bed6aa522b7389af64ff3dff9bb7619f16a5 (patch) | |
| tree | 9f2f5760269366508e0af62033157a9d09743cd6 | |
| parent | 7f75da270f94cb315ceb6df25f0fa96d78c57c9a (diff) | |
chore: add missing license
| -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" |
