diff --git a/bsp/imxrt/libraries/drivers/bsp_wm8960.c b/bsp/imxrt/libraries/drivers/bsp_wm8960.c index 641bda0c5a..82b25cf35d 100644 --- a/bsp/imxrt/libraries/drivers/bsp_wm8960.c +++ b/bsp/imxrt/libraries/drivers/bsp_wm8960.c @@ -1,3 +1,13 @@ +/* + * Copyright (c) 2006-2018, RT-Thread Development Team + * + * SPDX-License-Identifier: Apache-2.0 + * + * Change Logs: + * Date Author Notes + * 2018-12-05 zylx The first version for STM32F4xx + * 2019-4-25 misonyo port to IMXRT + */ #include #include diff --git a/bsp/imxrt/libraries/drivers/bsp_wm8960.h b/bsp/imxrt/libraries/drivers/bsp_wm8960.h index 616670dfd7..361da6b966 100644 --- a/bsp/imxrt/libraries/drivers/bsp_wm8960.h +++ b/bsp/imxrt/libraries/drivers/bsp_wm8960.h @@ -1,9 +1,12 @@ /* - * Copyright (c) 2015, Freescale Semiconductor, Inc. - * Copyright 2016-2019 NXP - * All rights reserved. + * Copyright (c) 2006-2018, RT-Thread Development Team * - * SPDX-License-Identifier: BSD-3-Clause + * SPDX-License-Identifier: Apache-2.0 + * + * Change Logs: + * Date Author Notes + * 2018-12-05 zylx The first version for STM32F4xx + * 2019-4-25 misonyo port to IMXRT */ #ifndef __DRV_WM8960_H__