Skip to content

Commit 10fb493

Browse files
committed
修改了一些文件头的copyright信息和Change Log
1 parent 2b5ec59 commit 10fb493

File tree

4 files changed

+31
-12
lines changed

4 files changed

+31
-12
lines changed

bsp/imxrt/libraries/drivers/drv_eth.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Date Author Notes
88
* 2017-10-10 Tanek the first version
99
* 2019-5-10 misonyo add DMA TX and RX function
10+
* 2020-10-14 wangqiang use phy device in phy monitor thread
1011
*/
1112

1213
#include <rtthread.h>

bsp/imxrt/libraries/peripherals/phyksz8081.c

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
/*
2-
* Copyright (c) 2015, Freescale Semiconductor, Inc.
3-
* Copyright 2016-2017 NXP
4-
* All rights reserved.
2+
* Copyright (c) 2006-2020, RT-Thread Development Team
53
*
6-
* SPDX-License-Identifier: BSD-3-Clause
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
* 2020-10-14 wangqiang the first version
79
*/
810

911
#include <rtthread.h>

components/drivers/include/drivers/phy.h

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
2-
3-
#ifndef __PHY_H___
4-
#define __PHY_H___
1+
/*
2+
* Copyright (c) 2006-2020, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
* 2020-10-14 wangqiang the first version
9+
*/
10+
11+
#ifndef __PHY_H__
12+
#define __PHY_H__
513

614
#include <rtthread.h>
715

components/drivers/include/drivers/phy_mdio.h

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
2-
3-
#ifndef __MDIO_H___
4-
#define __MDIO_H___
1+
/*
2+
* Copyright (c) 2006-2020, RT-Thread Development Team
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
8+
* 2020-10-14 wangqiang the first version
9+
*/
10+
11+
#ifndef __MDIO_H__
12+
#define __MDIO_H__
513

614
#include <rtthread.h>
715

0 commit comments

Comments
 (0)