From 9b425cd6b858060704911a4220393df9bff7263c Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 3 Nov 2019 20:28:01 +0100 Subject: [PATCH] update copyright line --- blacklist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blacklist.cpp b/blacklist.cpp index a8d9264..26e40bd 100644 --- a/blacklist.cpp +++ b/blacklist.cpp @@ -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] " << endl; if(printAll == true) {