[license] Change license to Apache.

This commit is contained in:
Bernard Xiong
2018-10-14 19:28:18 +08:00
parent cc883ad29a
commit 9064b28c2a
144 changed files with 568 additions and 1674 deletions

View File

@@ -1,13 +1,7 @@
/*
* File : mem_std.c
* Brief : implement standard memory routins.
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* This file is part of Device File System in RT-Thread RTOS
* COPYRIGHT (C) 2014, RT-Thread Development Team
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rt-thread.org/license/LICENSE.
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* 2014-08-03 bernard Add file header.