mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-03-13 16:15:11 +08:00
Update copyright year
This commit is contained in:
parent
f1f97a35a7
commit
b06a1125e1
@ -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:
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
2
lib/xy.h
2
lib/xy.h
@ -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
|
||||
|
@ -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.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user