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
* License : MIT
* Authors : Aoran Zeng <ccmywish@qq.com>
* Created on : <2023-08-30>
* Last modified : <2023-09-05>
*
* test_xy:
*
* xy.h
* -------------------------------------------------------------*/
/** ------------------------------------------------------------
* File : test_xy.c
* License : MIT
* Authors : Aoran Zeng <ccmywish@qq.com>
* Created on : <2023-08-30>
* Last modified : <2023-09-09>
*
* test_xy:
*
* xy.h
* ------------------------------------------------------------*/
#include "xy.h"

30
xy.h
View File

@ -1,18 +1,18 @@
/* --------------------------------------------------------------
* File : xy.h
* License : MIT
* Authors : Aoran Zeng <ccmywish@qq.com>
* Created on : <2023-08-28>
* Last modified : <2023-09-06>
*
* xy:
*
* Xiangyang () or Xianyang ()
*
* Corss-Platform C utilities in Ruby flavor
*
* MIT 使 LICENSE.txt
* -------------------------------------------------------------*/
/** ------------------------------------------------------------
* File : xy.h
* License : MIT
* Authors : Aoran Zeng <ccmywish@qq.com>
* Created on : <2023-08-28>
* Last modified : <2023-09-09>
*
* xy:
*
* Xiangyang () or Xianyang ()
*
* Corss-Platform C utilities in Ruby flavor
*
* MIT 使 LICENSE.txt
* ------------------------------------------------------------*/
#ifndef XY_H
#define XY_H