summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2024-07-11 21:48:17 -0700
committerVito Caputo <vcaputo@pengaru.com>2024-07-11 21:48:17 -0700
commit63f6dd6ecc163f69e609501c426f64054bda1aa3 (patch)
tree740af64149826ddc00c713080b41f753aff74116
parent30dab310b5dff0d38aa804a4b9cb0ff78bb68188 (diff)
vmon: bump copyright years
-rw-r--r--src/vmon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vmon.c b/src/vmon.c
index d5c0df6..ed4d433 100644
--- a/src/vmon.c
+++ b/src/vmon.c
@@ -1,7 +1,7 @@
/*
* \/\/\
*
- * Copyright (C) 2012-2022 Vito Caputo - <vcaputo@pengaru.com>
+ * Copyright (C) 2012-2024 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
@@ -211,7 +211,7 @@ static void print_copyright(void)
{
puts(
"\n"
- "Copyright (C) 2012-2022 Vito Caputo <vcaputo@pengaru.com>\n"
+ "Copyright (C) 2012-2024 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