diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2025-04-11 21:46:45 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2025-04-12 08:40:03 -0700 |
commit | 82c0242318c17b264f1ed1ddc982eb5047568545 (patch) | |
tree | f6578a76398b25f5ea12fa5f3b76773f04028315 /src/vmon.c | |
parent | 451593bfc3f891b532f91f60cc74814674b74050 (diff) |
*: update some copyright dates for files being touched
Diffstat (limited to 'src/vmon.c')
-rw-r--r-- | src/vmon.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2024 Vito Caputo - <vcaputo@pengaru.com> + * Copyright (C) 2012-2025 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 2 as published @@ -226,7 +226,7 @@ static void print_copyright(void) { puts( "\n" - "Copyright (C) 2012-2024 Vito Caputo <vcaputo@pengaru.com>\n" + "Copyright (C) 2012-2025 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" |