Skip to content

Commit

Permalink
Set correct year in copyright display
Browse files Browse the repository at this point in the history
Fixes #1069
  • Loading branch information
jubalh committed Apr 17, 2019
1 parent 4403e66 commit 2f6387f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ cons_about(void)
}
}

win_println(console, THEME_DEFAULT, '-', "Copyright (C) 2012 - 2018 James Booth <%s>.", PACKAGE_BUGREPORT);
win_println(console, THEME_DEFAULT, '-', "Copyright (C) 2012 - 2019 James Booth <%s>.", PACKAGE_BUGREPORT);
win_println(console, THEME_DEFAULT, '-', "License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>");
win_println(console, THEME_DEFAULT, '-', "");
win_println(console, THEME_DEFAULT, '-', "This is free software; you are free to change and redistribute it.");
Expand Down

0 comments on commit 2f6387f

Please sign in to comment.