capitalization fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4137 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
396f665bb6
commit
ec5bcc38fe
|
@ -2092,7 +2092,7 @@ bool is_dir(const char *buf)
|
|||
*
|
||||
* Termios command line History and Editting, originally
|
||||
* intended for NetBSD sh (ash)
|
||||
* Copyright (c) 1999
|
||||
* Copyright (C) 1999
|
||||
* Main code: Adam Rogoyski <rogoyski@cs.utexas.edu>
|
||||
* Etc: Dave Cinege <dcinege@psychosis.com>
|
||||
* Majorly adjusted/re-written for busybox:
|
||||
|
|
|
@ -3340,8 +3340,8 @@ void do_credits(void)
|
|||
"",
|
||||
"",
|
||||
"",
|
||||
"(c) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta",
|
||||
"(c) 2005, 2006, 2007 David Lawrence Ramsey",
|
||||
"(C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta",
|
||||
"(C) 2005, 2006, 2007 David Lawrence Ramsey",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
|
|
Loading…
Reference in New Issue