提交 a3400749 编写于 作者: V Vlad Ilyushchenko

fix: copyright year, fixed #169

上级 76b8e559
......@@ -34,6 +34,7 @@ import io.questdb.log.Log;
import io.questdb.log.LogFactory;
import io.questdb.mp.WorkerPool;
import io.questdb.std.*;
import io.questdb.std.time.Dates;
import sun.misc.Signal;
import java.io.File;
......@@ -55,7 +56,7 @@ import static java.nio.file.StandardCopyOption.REPLACE_EXISTING;
public class ServerMain {
public ServerMain(String[] args) throws Exception {
System.err.printf("QuestDB server %s%nCopyright (C) 2014-2019, all rights reserved.%n%n", getVersion());
System.err.printf("QuestDB server %s%nCopyright (C) 2014-%d, all rights reserved.%n%n", getVersion(), Dates.getYear(System.currentTimeMillis()));
if (args.length < 1) {
System.err.println("Root directory name expected");
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册