mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
in version(), display copyright notices
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4138 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
ec5bcc38fe
commit
129dfb6323
@ -1,3 +1,7 @@
|
||||
2007-08-01 David Lawrence Ramsey <pooka109@gmail.com>
|
||||
|
||||
* nano.c (version): Display copyright notices.
|
||||
|
||||
2007-07-31 David Lawrence Ramsey <pooka109@gmail.com>
|
||||
|
||||
* configure.ac: Update copyright notice to account for
|
||||
|
@ -843,6 +843,8 @@ void version(void)
|
||||
{
|
||||
printf(_(" GNU nano version %s (compiled %s, %s)\n"), VERSION,
|
||||
__TIME__, __DATE__);
|
||||
printf(" (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta\n");
|
||||
printf(" (C) 2005, 2006, 2007 David Lawrence Ramsey\n");
|
||||
printf(
|
||||
_(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/"));
|
||||
printf(_("\n Compiled options:"));
|
||||
|
Loading…
Reference in New Issue
Block a user