소스 검색

修改lpc408x中ADC驱动的版权信息

fzxhub 3 년 전
부모
커밋
a5f7da8ec1
2개의 변경된 파일14개의 추가작업 그리고 2개의 파일을 삭제
  1. 7 1
      bsp/lpc408x/drivers/drv_adc.c
  2. 7 1
      bsp/lpc408x/drivers/drv_adc.h

+ 7 - 1
bsp/lpc408x/drivers/drv_adc.c

@@ -1,5 +1,11 @@
 /*
- * Copyright (c) 2006-2021, fzxhub
+ * Copyright (c) 2006-2021, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2021-09-27     fzxhub       the first version
  */
 
 #include <rtthread.h>

+ 7 - 1
bsp/lpc408x/drivers/drv_adc.h

@@ -1,5 +1,11 @@
 /*
- * Copyright (c) 2006-2021, fzxhub
+ * Copyright (c) 2006-2021, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2021-09-27     fzxhub       the first version
  */
 
 #ifndef DRV_ADC_H__