add copyright

This commit is contained in:
WBI\nxf44444 2020-10-26 16:37:37 +08:00
parent 3a6b776e6d
commit c0c1b54ad8
2 changed files with 17 additions and 4 deletions

View File

@ -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 <rtthread.h>
#include <rtdevice.h>

View File

@ -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__