Browse Source

add copyright file header with Apache License

bigmagic 4 years ago
parent
commit
2fcdb0c09c

+ 11 - 0
bsp/raspberry-pi/raspi4-32/driver/drv_eth.c

@@ -1,3 +1,14 @@
+
+/*
+ * Copyright (c) 2006-2020, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author         Notes
+ * 2020-10-30     bigmagic       first version
+ */
+
 #include <rthw.h>
 #include <rthw.h>
 #include <stdint.h>
 #include <stdint.h>
 #include <rtthread.h>
 #include <rtthread.h>

+ 1 - 1
bsp/raspberry-pi/raspi4-32/driver/drv_eth.h

@@ -6,7 +6,7 @@
  *
  *
  * Change Logs:
  * Change Logs:
  * Date           Author         Notes
  * Date           Author         Notes
- * 2020-04-16     bigmagic       first version
+ * 2020-10-30     bigmagic       first version
  */
  */
 
 
 #ifndef __DRV_ETH_H__
 #ifndef __DRV_ETH_H__