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