modify year of copyright

This commit is contained in:
zhjc1124
2023-06-12 12:12:16 +00:00
committed by ob-robot
parent 29f9347b1e
commit 48544979bf

View File

@ -90,7 +90,7 @@ static void print_version()
MPRINT("BUILD_TIME: %s %s", build_date(), build_time());
MPRINT("BUILD_FLAGS: %s%s", build_flags(), extra_flags);
MPRINT("BUILD_INFO: %s\n", build_info());
MPRINT("Copyright (c) 2011-2022 OceanBase Inc.");
MPRINT("Copyright (c) 2011-present OceanBase Inc.");
MPRINT();
}