From 129dfb6323bf263ac441c4434eec2aeca14f3ed2 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 1 Aug 2007 12:49:57 +0000 Subject: [PATCH] in version(), display copyright notices git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4138 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 4 ++++ src/nano.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b5cd04ea..66ea25c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-08-01 David Lawrence Ramsey + + * nano.c (version): Display copyright notices. + 2007-07-31 David Lawrence Ramsey * configure.ac: Update copyright notice to account for diff --git a/src/nano.c b/src/nano.c index 2fb72fb3..f87e6731 100644 --- a/src/nano.c +++ b/src/nano.c @@ -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:")); -- 2.39.5