modify taos CopyRight from 2023 to 2025

This commit is contained in:
Alex Duan 2025-02-25 15:20:41 +08:00 committed by Simon Guan
parent ef13df2e3d
commit d8b4e8e9ff
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ int32_t shellParseArgs(int32_t argc, char *argv[]) {
shellInitArgs(argc, argv);
shell.info.clientVersion =
"Welcome to the %s Command Line Interface, Client Version:%s\r\n"
"Copyright (c) 2023 by %s, all rights reserved.\r\n\r\n";
"Copyright (c) 2025 by %s, all rights reserved.\r\n\r\n";
#ifdef CUS_NAME
strcpy(shell.info.cusName, CUS_NAME);
#else