Update file headers

This commit is contained in:
Aoran Zeng
2024-06-11 20:18:02 +08:00
parent 3ac16992af
commit a910733b42
4 changed files with 19 additions and 24 deletions

View File

@ -1,13 +1,13 @@
/** ------------------------------------------------------------ /** ------------------------------------------------------------
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File : chsrc.h * File : chsrc.h
* License : GPLv3
* Authors : Aoran Zeng <ccmywish@qq.com> * Authors : Aoran Zeng <ccmywish@qq.com>
* | Heng Guo <2085471348@qq.com>
* Created on : <2023-08-29> * Created on : <2023-08-29>
* Last modified : <2024-06-11> * Last modified : <2024-06-11>
* *
* chsrc: * chsrc 头文件
*
* chsrc.c 头文件
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
#include "xy.h" #include "xy.h"

View File

@ -1,13 +1,13 @@
/** ------------------------------------------------------------ /** ------------------------------------------------------------
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File : source.h * File : source.h
* License : GPLv3
* Authors : Aoran Zeng <ccmywish@qq.com> * Authors : Aoran Zeng <ccmywish@qq.com>
* | Heng Guo <2085471348@qq.com>
* Created on : <2023-08-29> * Created on : <2023-08-29>
* Last modified : <2024-06-08> * Last modified : <2024-06-08>
* *
* sources: * 镜像站与换源信息
*
* 镜像站与源信息
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
typedef struct { typedef struct {

View File

@ -1,24 +1,21 @@
/** ------------------------------------------------------------ /** ------------------------------------------------------------
* SPDX-License-Identifier: MIT
* -------------------------------------------------------------
* File : xy.h * File : xy.h
* License : MIT
* Authors : Aoran Zeng <ccmywish@qq.com> * Authors : Aoran Zeng <ccmywish@qq.com>
* | Heng Guo <2085471348@qq.com>
* Created on : <2023-08-28> * Created on : <2023-08-28>
* Last modified : <2024-06-11> * Last modified : <2024-06-11>
* *
* xy: * xy: 襄阳、咸阳
* * Corss-Platform C utilities for CLI applications in Ruby flavor
* y = f(x)
*
* Corss-Platform C utilities for CLI applications in Ruby flavor
*
* 该文件采用 MIT 许可证,请查阅 LICENSE.txt 文件
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
#ifndef XY_H #ifndef XY_H
#define XY_H #define XY_H
#define _XY_Version "v0.1.2-2024/06/11" #define _XY_Version "v0.1.2-2024/06/11"
#define _XY_Maintain_URL "https://gitee.com/RubyMetric/chsrc/blob/main/xy.h" #define _XY_Maintain_URL "https://gitee.com/RubyMetric/chsrc/blob/main/include/xy.h"
#include <assert.h> #include <assert.h>
#include <stdarg.h> #include <stdarg.h>

View File

@ -1,15 +1,13 @@
/** ------------------------------------------------------------ /** ------------------------------------------------------------
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File : chsrc.c * File : chsrc.c
* License : GPLv3
* Authors : Aoran Zeng <ccmywish@qq.com> * Authors : Aoran Zeng <ccmywish@qq.com>
* | Heng Guo <2085471348@qq.com>
* Created on : <2023-08-28> * Created on : <2023-08-28>
* Last modified : <2024-06-11> * Last modified : Same With Chsrc_Version
* *
* chsrc: * chsrc: Change Source —— 全平台通用命令行换源工具
*
* Change Source —— 命令行换源工具
*
* SPDX-License-Identifier: GPL-3.0-or-later
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
#define Chsrc_Version "v0.1.7.pre-2024/06/11" #define Chsrc_Version "v0.1.7.pre-2024/06/11"