@@ -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>
#ifndef DRV_ADC_H__