From 2f01b69c9c2ea68ec919ecf386d3193e0199b3fc Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sat, 9 Sep 2023 16:57:06 +0800 Subject: [PATCH] Update file headers --- test_xy.c | 22 +++++++++++----------- xy.h | 30 +++++++++++++++--------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/test_xy.c b/test_xy.c index 2bf7536..5d4e7e2 100644 --- a/test_xy.c +++ b/test_xy.c @@ -1,14 +1,14 @@ -/* -------------------------------------------------------------- -* File : test_xy.c -* License : MIT -* Authors : Aoran Zeng -* Created on : <2023-08-30> -* Last modified : <2023-09-05> -* -* test_xy: -* -* 测试 xy.h -* -------------------------------------------------------------*/ +/** ------------------------------------------------------------ + * File : test_xy.c + * License : MIT + * Authors : Aoran Zeng + * Created on : <2023-08-30> + * Last modified : <2023-09-09> + * + * test_xy: + * + * 测试 xy.h + * ------------------------------------------------------------*/ #include "xy.h" diff --git a/xy.h b/xy.h index 2392f67..41edf1a 100644 --- a/xy.h +++ b/xy.h @@ -1,18 +1,18 @@ -/* -------------------------------------------------------------- -* File : xy.h -* License : MIT -* Authors : Aoran Zeng -* 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 + * 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