mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
add copyright file header with Apache License
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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__
|
||||||
|
|||||||
Reference in New Issue
Block a user