Update copyright year

This commit is contained in:
Aoran Zeng 2025-03-03 20:27:34 +08:00
parent f1f97a35a7
commit b06a1125e1
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023-2024 曾奥然 (Aoran Zeng), 郭恒 (Heng Guo)
Copyright (c) 2023-2025 曾奥然 (Aoran Zeng), 郭恒 (Heng Guo)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@ -148,7 +148,7 @@ On Gitee: https://gitee.com/RubyMetric/chsrc/issues
On GitHub: https://github.com/RubyMetric/chsrc/issues
.SH COPYRIGHT
Copyright (C) 2024 Aoran Zeng, Heng Guo.
Copyright (C) 2025 Aoran Zeng, Heng Guo.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
.br
This is free software: you are free to change and redistribute it.

View File

@ -18,7 +18,7 @@
@copying
@comment 这是软件copyright不是文档copyright因此不放在titlepage
Copyright @copyright{} 2024 Aoran Zeng, Heng Guo
Copyright @copyright{} 2025 Aoran Zeng, Heng Guo
@end copying
@titlepage

View File

@ -1,5 +1,5 @@
/** ------------------------------------------------------------
* Copyright © 2023-2024 Aoran Zeng, Heng Guo
* Copyright © 2023-2025 Aoran Zeng, Heng Guo
* SPDX-License-Identifier: MIT
* -------------------------------------------------------------
* Lib Name : xy.h

View File

@ -1,5 +1,5 @@
/** ------------------------------------------------------------
* Copyright © 2023-2024 Aoran Zeng, Heng Guo
* Copyright © 2023-2025 Aoran Zeng, Heng Guo
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* Project Name : chsrc
@ -396,7 +396,7 @@ void
cli_print_version ()
{
say ("chsrc " Chsrc_Version);
say ("Copyright (C) 2024 Aoran Zeng, Heng Guo");
say ("Copyright (C) 2025 Aoran Zeng, Heng Guo");
say ("License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>");
say ("This is free software: you are free to change and redistribute it.");
say ("There is NO WARRANTY, to the extent permitted by law.");