commit ed41b3cefa0c3d05016e9508d25ba6a3309dd345
parent 80a924edfa9b7a31edd454c89a9db7d290ffd8e4
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sun, 12 Jun 2022 17:14:42 +0200
version: condense the copyright message, to not dominate the output
It is enough to mention the year of the current release in the copyright
statement -- no need to specify the historical range of years.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/nano.c b/src/nano.c
@@ -670,8 +670,7 @@ void version(void)
printf(_(" GNU nano, version %s\n"), VERSION);
#endif
#ifndef NANO_TINY
- printf(" (C) 1999-2011, 2013-2022 Free Software Foundation, Inc.\n");
- printf(_(" (C) 2014-%s the contributors to nano\n"), "2022");
+ printf(_(" (C) %s the Free Software Foundation and various contributors\n"), "2022");
#endif
printf(_(" Compiled options:"));