]> git.wh0rd.org Git - nano.git/commitdiff
in version(), display copyright notices
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 1 Aug 2007 12:49:57 +0000 (12:49 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 1 Aug 2007 12:49:57 +0000 (12:49 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4138 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/nano.c

index a572ec0aba3b1ae0c579f001b09cce904cce8f9d..889252e35766bfb4ad88eb897f0bf25a19040939 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,9 @@ CVS code -
   copy_file()
        - Assert that inn and out don't both point to the same file.
          (DLR)
+- nano.c:
+  version()
+       - Display copyright notices. (DLR)
 - prompt.c:
   do_yesno_prompt()
        - Remove redundant check for NO_HELP's being FALSE. (DLR)
index 2d7b093701fddcedbd5b6e8d8fe858f199a9bc1e..fa3dade67bf3605c78b8af9a01f79c287b348158 100644 (file)
@@ -841,6 +841,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:"));