Update file headers

This commit is contained in:
Aoran Zeng
2023-09-09 16:57:06 +08:00
parent f822e5b5f1
commit 2f01b69c9c
2 changed files with 26 additions and 26 deletions

View File

@@ -1,14 +1,14 @@
/* -------------------------------------------------------------- /** ------------------------------------------------------------
* File : test_xy.c * File : test_xy.c
* License : MIT * License : MIT
* Authors : Aoran Zeng <ccmywish@qq.com> * Authors : Aoran Zeng <ccmywish@qq.com>
* Created on : <2023-08-30> * Created on : <2023-08-30>
* Last modified : <2023-09-05> * Last modified : <2023-09-09>
* *
* test_xy: * test_xy:
* *
* 测试 xy.h * 测试 xy.h
* -------------------------------------------------------------*/ * ------------------------------------------------------------*/
#include "xy.h" #include "xy.h"

30
xy.h
View File

@@ -1,18 +1,18 @@
/* -------------------------------------------------------------- /** ------------------------------------------------------------
* File : xy.h * File : xy.h
* License : MIT * License : MIT
* Authors : Aoran Zeng <ccmywish@qq.com> * Authors : Aoran Zeng <ccmywish@qq.com>
* Created on : <2023-08-28> * Created on : <2023-08-28>
* Last modified : <2023-09-06> * Last modified : <2023-09-09>
* *
* xy: * xy:
* *
* Xiangyang (襄阳) or Xianyang (咸阳) * Xiangyang (襄阳) or Xianyang (咸阳)
* *
* Corss-Platform C utilities in Ruby flavor * Corss-Platform C utilities in Ruby flavor
* *
* 该文件采用 MIT 许可证,可闭源使用,请查阅 LICENSE.txt 文件 * 该文件采用 MIT 许可证,可闭源使用,请查阅 LICENSE.txt 文件
* -------------------------------------------------------------*/ * ------------------------------------------------------------*/
#ifndef XY_H #ifndef XY_H
#define XY_H #define XY_H