cosmetics
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4809 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
06cd07de1a
commit
e4351afd42
1 changed files with 2 additions and 3 deletions
|
@ -102,7 +102,7 @@ static void print_license()
|
||||||
{
|
{
|
||||||
fprintf(g_output,"Copyright (C) 1999-2006 Nullsoft and Contributors\n\n"
|
fprintf(g_output,"Copyright (C) 1999-2006 Nullsoft and Contributors\n\n"
|
||||||
"This license applies to everything in the NSIS package, except where otherwise\n"
|
"This license applies to everything in the NSIS package, except where otherwise\n"
|
||||||
"noted.\n\n"
|
"noted.\n\n"
|
||||||
"This software is provided 'as-is', without any express or implied warranty.\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"
|
"In no event will the authors be held liable for any damages arising from the\n"
|
||||||
"use of this software.\n\n"
|
"use of this software.\n\n"
|
||||||
|
@ -117,8 +117,7 @@ static void print_license()
|
||||||
" misrepresented as being the original software.\n"
|
" misrepresented as being the original software.\n"
|
||||||
" 3. This notice may not be removed or altered from any source distribution.\n\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\n"
|
"In addition to this license, different licenses apply to the included\n"
|
||||||
"compression modules. See the file COPYING for details.\n"
|
"compression modules. See the file COPYING for details.\n");
|
||||||
);
|
|
||||||
fflush(g_output);
|
fflush(g_output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue