summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-09-16 17:12:18 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-09-16 17:12:18 -0700
commit37f0e9cec9145d134733d3b5211d0c3358f4dee0 (patch)
treee673c860de6198f53ef1c2b784d0a31cc93fde12
parent223372f70f4d217f1b2a558e4e474b1d0eeb31c9 (diff)
vmon: bump copyright years up to 2021
-rw-r--r--src/vmon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vmon.c b/src/vmon.c
index 5655759..30ed630 100644
--- a/src/vmon.c
+++ b/src/vmon.c
@@ -1,7 +1,7 @@
/*
* \/\/\
*
- * Copyright (C) 2012-2018 Vito Caputo - <vcaputo@pengaru.com>
+ * Copyright (C) 2012-2021 Vito Caputo - <vcaputo@pengaru.com>
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published
@@ -204,7 +204,7 @@ static void print_copyright(void)
{
puts(
"\n"
- "Copyright (C) 2012-2018 Vito Caputo <vcaputo@pengaru.com>\n"
+ "Copyright (C) 2012-2021 Vito Caputo <vcaputo@pengaru.com>\n"
"\n"
"This program comes with ABSOLUTELY NO WARRANTY. This is free software, and\n"
"you are welcome to redistribute it under certain conditions. For details\n"
© All Rights Reserved