File tree Expand file tree Collapse file tree 4 files changed +19
-24
lines changed
Expand file tree Collapse file tree 4 files changed +19
-24
lines changed Original file line number Diff line number Diff line change 11/** ------------------------------------------------------------
2+ * SPDX-License-Identifier: GPL-3.0-or-later
3+ * -------------------------------------------------------------
24 * File : chsrc.h
3- * License : GPLv3
45 * Authors : Aoran Zeng <[email protected] > 6+ 57 * Created on : <2023-08-29>
68 * Last modified : <2024-06-11>
79 *
8- * chsrc:
9- *
10- * chsrc.c 头文件
10+ * chsrc 头文件
1111 * ------------------------------------------------------------*/
1212
1313#include "xy.h"
Original file line number Diff line number Diff line change 11/** ------------------------------------------------------------
2+ * SPDX-License-Identifier: GPL-3.0-or-later
3+ * -------------------------------------------------------------
24 * File : source.h
3- * License : GPLv3
45 * Authors : Aoran Zeng <[email protected] > 6+ 57 * Created on : <2023-08-29>
68 * Last modified : <2024-06-08>
79 *
8- * sources:
9- *
10- * 镜像站与源信息
10+ * 镜像站与换源信息
1111 * ------------------------------------------------------------*/
1212
1313typedef struct {
Original file line number Diff line number Diff line change 11/** ------------------------------------------------------------
2+ * SPDX-License-Identifier: MIT
3+ * -------------------------------------------------------------
24 * File : xy.h
3- * License : MIT
45 * Authors : Aoran Zeng <[email protected] > 6+ 57 * Created on : <2023-08-28>
68 * Last modified : <2024-06-11>
79 *
8- * xy:
9- *
10- * y = f(x)
11- *
12- * Corss-Platform C utilities for CLI applications in Ruby flavor
13- *
14- * 该文件采用 MIT 许可证,请查阅 LICENSE.txt 文件
10+ * xy: 襄阳、咸阳
11+ * Corss-Platform C utilities for CLI applications in Ruby flavor
1512 * ------------------------------------------------------------*/
1613
1714#ifndef XY_H
1815#define XY_H
1916
2017#define _XY_Version "v0.1.2-2024/06/11"
21- #define _XY_Maintain_URL "https://gitee.com/RubyMetric/chsrc/blob/main/xy.h"
18+ #define _XY_Maintain_URL "https://gitee.com/RubyMetric/chsrc/blob/main/include/ xy.h"
2219
2320#include <assert.h>
2421#include <stdarg.h>
Original file line number Diff line number Diff line change 11/** ------------------------------------------------------------
2+ * SPDX-License-Identifier: GPL-3.0-or-later
3+ * -------------------------------------------------------------
24 * File : chsrc.c
3- * License : GPLv3
45 * Authors : Aoran Zeng <[email protected] > 6+ 57 * Created on : <2023-08-28>
6- * Last modified : <2024-06-11>
8+ * Last modified : Same With Chsrc_Version
79 *
8- * chsrc:
9- *
10- * Change Source —— 命令行换源工具
11- *
12- * SPDX-License-Identifier: GPL-3.0-or-later
10+ * chsrc: Change Source —— 全平台通用命令行换源工具
1311 * ------------------------------------------------------------*/
1412
1513#define Chsrc_Version "v0.1.7.pre-2024/06/11"
You can’t perform that action at this time.
0 commit comments