From 2ade734571a65dcee63d41ddedf7412114aa3962 Mon Sep 17 00:00:00 2001 From: Felipe Zipitria Date: Fri, 19 Jun 2020 08:39:10 -0300 Subject: [PATCH] fix(version): update copyright year Signed-off-by: Felipe Zipitria --- lib/ProxySQL_GloVars.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ProxySQL_GloVars.cpp b/lib/ProxySQL_GloVars.cpp index 4e66d5a78..44570d7ad 100644 --- a/lib/ProxySQL_GloVars.cpp +++ b/lib/ProxySQL_GloVars.cpp @@ -120,7 +120,7 @@ ProxySQL_GlobalVariables::ProxySQL_GlobalVariables() : opt->overview="High Performance Advanced Proxy for MySQL"; opt->syntax="proxysql [OPTIONS]"; std::string s = "\n\nProxySQL " ; - s = s + "rev. " + PROXYSQL_VERSION + " -- " + __TIMESTAMP__ + "\nCopyright (C) 2013-2019 ProxySQL LLC\nThis program is free and without warranty\n"; + s = s + "rev. " + PROXYSQL_VERSION + " -- " + __TIMESTAMP__ + "\nCopyright (C) 2013-2020 ProxySQL LLC\nThis program is free and without warranty\n"; opt->footer =s.c_str(); opt->add((const char *)"",0,0,0,(const char *)"Display usage instructions.",(const char *)"-h",(const char *)"-help",(const char *)"--help",(const char *)"--usage");