Skip to content

Commit

Permalink
Bump copyright year to 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Jan 18, 2025
1 parent e550787 commit eea00dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nvc.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.";
Expand Down

0 comments on commit eea00dc

Please sign in to comment.