Skip to content

Commit 2fcdb0c

Browse files
committed
add copyright file header with Apache License
1 parent 21b4b79 commit 2fcdb0c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

bsp/raspberry-pi/raspi4-32/driver/drv_eth.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2+
/*
3+
* Copyright (c) 2006-2020, RT-Thread Development Team
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*
7+
* Change Logs:
8+
* Date Author Notes
9+
* 2020-10-30 bigmagic first version
10+
*/
11+
112
#include <rthw.h>
213
#include <stdint.h>
314
#include <rtthread.h>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Change Logs:
88
* Date Author Notes
9-
* 2020-04-16 bigmagic first version
9+
* 2020-10-30 bigmagic first version
1010
*/
1111

1212
#ifndef __DRV_ETH_H__

0 commit comments

Comments
 (0)