From 48544979bf43304dee5dd6a1fc3a1c7b9529785f Mon Sep 17 00:00:00 2001 From: zhjc1124 Date: Mon, 12 Jun 2023 12:12:16 +0000 Subject: [PATCH] modify year of copyright --- src/observer/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/observer/main.cpp b/src/observer/main.cpp index d230c07a69..6e644f2c27 100644 --- a/src/observer/main.cpp +++ b/src/observer/main.cpp @@ -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(); }