From 3e45c9c5cfd2e7dacf0734e10f845e4dd83d22cd Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 14 Jun 2016 13:01:50 +0200 Subject: [PATCH] version: cover the copyrights that are not assigned to the FSF --- src/nano.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nano.c b/src/nano.c index f84fb441..e923917d 100644 --- a/src/nano.c +++ b/src/nano.c @@ -940,6 +940,7 @@ void version(void) printf(_(" nano, version %s\n"), VERSION); #endif printf(" (C) 1999..2016 Free Software Foundation, Inc.\n"); + printf(_(" (C) 2014..%s the contributors to nano\n"), "2016"); printf( _(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/")); printf(_("\n Compiled options:"));