|
1 | 1 | /* |
2 | | - * File : smart_fetch.h |
3 | | - * This file is part of RT-Thread RTOS |
4 | | - * COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team |
| 2 | + * Copyright (c) 2023, Real-Thread Technology Co., Ltd |
5 | 3 | * |
6 | | - * This software is dual-licensed: you can redistribute it and/or modify |
7 | | - * it under the terms of the GNU General Public License version 2 as |
8 | | - * published by the Free Software Foundation. For the terms of this |
9 | | - * license, see <http://www.gnu.org/licenses/>. |
10 | | - * |
11 | | - * You are free to use this software under the terms of the GNU General |
12 | | - * Public License, but WITHOUT ANY WARRANTY; without even the implied |
13 | | - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
14 | | - * See the GNU General Public License for more details. |
15 | | - * |
16 | | - * Alternatively for commercial application, you can contact us |
17 | | - * by email <business@rt-thread.com> for commercial license. |
18 | | - * |
19 | | - * You should have received a copy of the GNU General Public License along |
20 | | - * with this program; if not, write to the Free Software Foundation, Inc., |
21 | | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 4 | + * SPDX-License-Identifier: GPL-2.0 |
22 | 5 | * |
23 | 6 | * Change Logs: |
24 | 7 | * Date Author Notes |
25 | 8 | * 2023-06-06 Bernard the first version |
26 | 9 | */ |
27 | 10 |
|
28 | | - |
29 | 11 | #ifndef SMART_FETCH_H__ |
30 | 12 | #define SMART_FETCH_H__ |
31 | 13 |
|
32 | 14 | #define ERROR_SYS_INFO -1 |
33 | 15 | #define SUCCESS_SYS_INFO 0 |
34 | 16 |
|
35 | | - |
36 | 17 | #define NONE "\e[0m" |
37 | 18 | #define BLACK "\e[0;30m" |
38 | 19 | #define L_BLACK "\e[1;30m" |
|
0 commit comments