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

@ -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"

@ -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 {

@ -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>

@ -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"