From c8b44816fe222e6909ba3e33c1a4b352968b2ab8 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 6 Jan 2023 12:27:48 +0100 Subject: [PATCH] tweaks: separate a special thanks from the preceding ones This separation avoids the impression that we're thanking the mentioned people for their use of nano (something they probably don't do). (Also, remove two other blank lines -- effectively moving these two lines further up, keeping the total amount of whitespace the same.) --- src/winio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/winio.c b/src/winio.c index 098f3f29..c1cbe7b7 100644 --- a/src/winio.c +++ b/src/winio.c @@ -3627,15 +3627,15 @@ void do_credits(void) "Zeyd Ben-Halim", "Eric S. Raymond", NULL, /* "and anyone else we forgot..." */ - NULL, /* "Thank you for using nano!" */ "", "", + NULL, /* "Thank you for using nano!" */ + "", "", "(C) 2023", "Free Software Foundation, Inc.", "", "", - "", "https://nano-editor.org/" };