]> 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/trunk/nano@4138 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/nano.c

index b5cd04ea6ad988da9ce82bc833e2ac9f9e760c89..66ea25c29d100b84564975f75ef7b8f622e01b38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 2fb72fb3e94bce71c1eb0801310927c1ed72d659..f87e67318b2230bf66125136403bdb3b8dd52bb1 100644 (file)
@@ -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:"));