Skip to content

Commit a910733

Browse files
committed
Update file headers
1 parent 3ac1699 commit a910733

File tree

4 files changed

+19
-24
lines changed

4 files changed

+19
-24
lines changed

include/chsrc.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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+
* | Heng Guo <[email protected]>
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"

include/source.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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+
* | Heng Guo <[email protected]>
57
* Created on : <2023-08-29>
68
* Last modified : <2024-06-08>
79
*
8-
* sources:
9-
*
10-
* 镜像站与源信息
10+
* 镜像站与换源信息
1111
* ------------------------------------------------------------*/
1212

1313
typedef struct {

include/xy.h

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
/** ------------------------------------------------------------
2+
* SPDX-License-Identifier: MIT
3+
* -------------------------------------------------------------
24
* File : xy.h
3-
* License : MIT
45
* Authors : Aoran Zeng <[email protected]>
6+
* | Heng Guo <[email protected]>
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>

src/chsrc.c

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
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+
* | Heng Guo <[email protected]>
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"

0 commit comments

Comments
 (0)