From 06cd07de1aa949fdbee11cbb39f6745fbad709a5 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sun, 5 Nov 2006 23:24:49 +0000 Subject: [PATCH] line breaks in license text git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4808 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/makenssi.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/makenssi.cpp b/Source/makenssi.cpp index 7a915f34..35afac20 100644 --- a/Source/makenssi.cpp +++ b/Source/makenssi.cpp @@ -101,7 +101,8 @@ static void print_logo() static void print_license() { fprintf(g_output,"Copyright (C) 1999-2006 Nullsoft and Contributors\n\n" - "This license applies to everything in the NSIS package, except where otherwise\nnoted.\n\n" + "This license applies to everything in the NSIS package, except where otherwise\n" + "noted.\n\n" "This software is provided 'as-is', without any express or implied warranty.\n" "In no event will the authors be held liable for any damages arising from the\n" "use of this software.\n\n" @@ -115,8 +116,8 @@ static void print_license() " 2. Altered source versions must be plainly marked as such, and must not be\n" " misrepresented as being the original software.\n" " 3. This notice may not be removed or altered from any source distribution.\n\n" - "In addition to this license, different licenses apply to the included compression\n" - "modules. See the file COPYING for details.\n\n" + "In addition to this license, different licenses apply to the included\n" + "compression modules. See the file COPYING for details.\n" ); fflush(g_output); }