Browse Source

修改了一些文件头的copyright信息和Change Log

WangQiang 4 years ago
parent
commit
10fb49318c

+ 1 - 0
bsp/imxrt/libraries/drivers/drv_eth.c

@@ -7,6 +7,7 @@
  * Date           Author       Notes
  * 2017-10-10     Tanek        the first version
  * 2019-5-10      misonyo      add DMA TX and RX function
+ * 2020-10-14     wangqiang    use phy device in phy monitor thread
  */
 
 #include <rtthread.h>

+ 6 - 4
bsp/imxrt/libraries/peripherals/phyksz8081.c

@@ -1,9 +1,11 @@
 /*
- * Copyright (c) 2015, Freescale Semiconductor, Inc.
- * Copyright 2016-2017 NXP
- * All rights reserved.
+ * Copyright (c) 2006-2020, RT-Thread Development Team
  *
- * SPDX-License-Identifier: BSD-3-Clause
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2020-10-14     wangqiang    the first version
  */
 
 #include <rtthread.h>

+ 12 - 4
components/drivers/include/drivers/phy.h

@@ -1,7 +1,15 @@
-
-
-#ifndef __PHY_H___
-#define __PHY_H___
+/*
+ * Copyright (c) 2006-2020, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2020-10-14     wangqiang    the first version
+ */
+
+#ifndef __PHY_H__
+#define __PHY_H__
 
 #include <rtthread.h>
 

+ 12 - 4
components/drivers/include/drivers/phy_mdio.h

@@ -1,7 +1,15 @@
-
-
-#ifndef __MDIO_H___
-#define __MDIO_H___
+/*
+ * Copyright (c) 2006-2020, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2020-10-14     wangqiang    the first version
+ */
+
+#ifndef __MDIO_H__
+#define __MDIO_H__
 
 #include <rtthread.h>