Browse Source

add copyright

WBI\nxf44444 4 years ago
parent
commit
c0c1b54ad8
2 changed files with 17 additions and 4 deletions
  1. 10 0
      bsp/imxrt/libraries/drivers/bsp_wm8960.c
  2. 7 4
      bsp/imxrt/libraries/drivers/bsp_wm8960.h

+ 10 - 0
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 <rtthread.h>
 #include <rtdevice.h>
 

+ 7 - 4
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__