X1000: drv_mmc.c: 更新版权信息/Update copyright information.

更新版权信息。

Update copyright information.

Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
This commit is contained in:
Zhou Yanjie 2019-07-19 21:29:29 +08:00
parent 41dac3e44e
commit b9e8f7dfda
1 changed files with 5 additions and 8 deletions

View File

@ -1,17 +1,14 @@
/* /*
* File : drv_mmc.c * Copyright (c) 2006-2019, RT-Thread Development Team
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2013 - 2015, RT-Thread Development Team
* *
* The license and distribution terms for this file may be * SPDX-License-Identifier: Apache-2.0
* found in the file LICENSE in this distribution or at
* http://www.rt-thread.org/license/LICENSE
* *
* Change Logs: * Change Logs:
* Date Author Notes * Date Author Notes
* 2013-03-09 aozima the first version * 2013-03-09 aozima the first version
* 2013-03-29 aozima support Jz4770. * 2013-03-29 aozima support JZ4770.
* 2013-04-01 aozima add interrupt support for Jz4770. * 2013-04-01 aozima add interrupt support for JZ4770.
* 2019-04-04 Jean-Luc fix bug in jzmmc_submit_dma.
*/ */
#include <rthw.h> #include <rthw.h>