diff --git a/src/nvc.c b/src/nvc.c index d26a527a7..32a5f332e 100644 --- a/src/nvc.c +++ b/src/nvc.c @@ -1,5 +1,5 @@ // -// Copyright (C) 2011-2024 Nick Gasson +// Copyright (C) 2011-2025 Nick Gasson // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -73,7 +73,7 @@ typedef struct { } cmd_state_t; const char copy_string[] = - "Copyright (C) 2011-2024 Nick Gasson\n" + "Copyright (C) 2011-2025 Nick Gasson\n" "This program comes with ABSOLUTELY NO WARRANTY. This is free software, " "and\nyou are welcome to redistribute it under certain conditions. See " "the GNU\nGeneral Public Licence for details.";