git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_2_branch/nano@3269
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
This fixes problems with nano's erroneously hanging up while
e.g. resizing or unsuspending in a chroot. (DLR, found by Mike
Frysinger)
+ do_credits()
+ - Add DLR as new copyright holder.
GNU nano 1.2.5 - 2005.05.15
- files.c:
#endif /* DEBUG */
#ifdef NANO_EXTRA
-#define CREDIT_LEN 53
+#define CREDIT_LEN 54
#define XLCREDIT_LEN 8
void do_credits(void)
"6", /* "and anyone else we forgot..." */
"7", /* "Thank you for using nano!\n" */
"", "", "", "",
- "(c) 1999-2003 Chris Allegretta",
+ "(c) 1999-2004 Chris Allegretta",
+ "(c) 2005 David Lawrence Ramsey",
"", "", "", "",
"http://www.nano-editor.org/"
};