From bdca782246c5dcaf47d60ebccf76f059775a2caf Mon Sep 17 00:00:00 2001 From: Levak Borok Date: Fri, 10 Jan 2020 19:51:37 +0100 Subject: [PATCH] Update copyright message for 2020 --- src/wb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wb.c b/src/wb.c index 3ddf526d..c26a9ff8 100644 --- a/src/wb.c +++ b/src/wb.c @@ -56,7 +56,7 @@ int main(int argc, char *argv[]) if (isatty(STDOUT_FILENO)) { xprintf( - "\nWarfacebot Copyright (C) 2015-2017 Levak Borok\n" + "\nWarfacebot Copyright (C) 2015-2020 Levak Borok\n" "This program comes with ABSOLUTELY NO WARRANTY.\n" "This is free software, and you are welcome to redistribute it\n" "under certain conditions; see AGPLv3 Terms for details.\n\n");