Fixed copyright year

pull/1175/head
René Cannaò 9 years ago
parent 0a125813b4
commit 21349eb1f7

@ -82,7 +82,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-2016 René Cannaò\nThis program is free and without warranty\n";
s = s + "rev. " + PROXYSQL_VERSION + " -- " + __TIMESTAMP__ + "\nCopyright (C) 2013-2017 René Cannaò\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");

Loading…
Cancel
Save