update the year in do_credits() too

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1614 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-01-09 23:06:54 +00:00
parent f28f50e6b5
commit 6481c3fb2d
2 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,8 @@ CVS code -
do_verbatim_input(); changes to do_char(). (DLR) Additional do_verbatim_input(); changes to do_char(). (DLR) Additional
minor tweaks to do_char() by David Benbennick. minor tweaks to do_char() by David Benbennick.
- Clarify the description of the --rebinddelete option. (DLR) - Clarify the description of the --rebinddelete option. (DLR)
- Miscellaneous comment tweaks, including copyright year - Miscellaneous comment tweaks, and copyright year updates in
updates. (DLR) the comments and in do_credits(). (DLR)
- cut.c: - cut.c:
- Overhaul to increase efficiency and add various cleanups. - Overhaul to increase efficiency and add various cleanups.
Changes to add_to_cutbuffer(), cut_marked_segment(), and Changes to add_to_cutbuffer(), cut_marked_segment(), and

View File

@ -2347,7 +2347,7 @@ void do_credits(void)
"6", /* "and anyone else we forgot..." */ "6", /* "and anyone else we forgot..." */
"7", /* "Thank you for using nano!\n" */ "7", /* "Thank you for using nano!\n" */
"", "", "", "", "", "", "", "",
"(c) 1999-2003 Chris Allegretta", "(c) 1999-2004 Chris Allegretta",
"", "", "", "", "", "", "", "",
"http://www.nano-editor.org/" "http://www.nano-editor.org/"
}; };