update copyright line

This commit is contained in:
Dominic Reich 2019-11-03 20:28:01 +01:00
parent 05b9493a9f
commit 9b425cd6b8

View file

@ -271,7 +271,7 @@ void printHelp(bool printAll)
{
cout << "blacklist " << AutoVersion::FULLVERSION_STRING << ", ";
cout << AutoVersion::STATUS << endl;
cout << "Copyright (c) 2015 by Dominic Reich\n" << endl;
cout << "Copyright (c) 2015-2019 by Dominic Reich\n" << endl;
cout << "Usage: blacklist [options] <ip-address>" << endl;
if(printAll == true)
{