Commit 3e45c9c5 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

version: cover the copyrights that are not assigned to the FSF

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
...@@ -940,6 +940,7 @@ void version(void) ...@@ -940,6 +940,7 @@ void version(void)
printf(_(" nano, version %s\n"), VERSION); printf(_(" nano, version %s\n"), VERSION);
#endif #endif
printf(" (C) 1999..2016 Free Software Foundation, Inc.\n"); printf(" (C) 1999..2016 Free Software Foundation, Inc.\n");
printf(_(" (C) 2014..%s the contributors to nano\n"), "2016");
printf( printf(
_(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/")); _(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/"));
printf(_("\n Compiled options:")); printf(_("\n Compiled options:"));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment