Browse Source

[bsp][qemu-vexpress-a9][stm32l475-atk-pandora]add audio driver copyright file header.

EvalZero 6 years ago
parent
commit
baac77c8c2

+ 2 - 0
bsp/qemu-vexpress-a9/drivers/audio/drv_sound.c

@@ -1,4 +1,6 @@
 /*
+ * Copyright (c) 2006-2018, RT-Thread Development Team
+ * 
  * SPDX-License-Identifier: Apache-2.0
  *
  * Date           Author       Notes

+ 2 - 0
bsp/qemu-vexpress-a9/drivers/audio/drv_sound.h

@@ -1,4 +1,6 @@
 /*
+ * Copyright (c) 2006-2018, RT-Thread Development Team
+ * 
  * SPDX-License-Identifier: Apache-2.0
  *
  * Date           Author       Notes

+ 2 - 0
bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_es8388.c

@@ -1,4 +1,6 @@
 /*
+ * Copyright (c) 2006-2018, RT-Thread Development Team
+ * 
  * SPDX-License-Identifier: Apache-2.0
  *
  * Date           Author       Notes

+ 2 - 0
bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_es8388.h

@@ -1,4 +1,6 @@
 /*
+ * Copyright (c) 2006-2018, RT-Thread Development Team
+ * 
  * SPDX-License-Identifier: Apache-2.0
  *
  * Date           Author       Notes

+ 9 - 0
bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_mic.c

@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2006-2018, RT-Thread Development Team
+ * 
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Date           Author       Notes
+ * 2019-07-31     Zero-Free    first implementation
+ */
+
 #include <board.h>
 
 #include "drv_es8388.h"

+ 2 - 0
bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_sound.c

@@ -1,4 +1,6 @@
 /*
+ * Copyright (c) 2006-2018, RT-Thread Development Team
+ * 
  * SPDX-License-Identifier: Apache-2.0
  *
  * Date           Author       Notes

+ 9 - 0
bsp/stm32/stm32l475-atk-pandora/board/ports/audio/drv_sound.h

@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2006-2018, RT-Thread Development Team
+ * 
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Date           Author       Notes
+ * 2019-07-31     Zero-Free    first implementation
+ */
+
 #ifndef __DRV_SOUND_H__
 #define __DRV_SOUND_H__