add copyright file header with Apache License

This commit is contained in:
bigmagic 2020-10-30 18:57:49 +08:00
parent 21b4b79a44
commit 2fcdb0c09c
2 changed files with 12 additions and 1 deletions

View File

@ -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 <stdint.h>
#include <rtthread.h>

View File

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