mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 07:43:50 +00:00
Updated text formatting
This commit is contained in:
@@ -194,24 +194,24 @@ char* crashMemory = ILib_POSIX_InstallCrashHandler(argv[0]);
|
|||||||
printf("ZLIB Data Compression Library: Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler\n");
|
printf("ZLIB Data Compression Library: Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler\n");
|
||||||
printf(" http://www.zlib.net \n");
|
printf(" http://www.zlib.net \n");
|
||||||
printf("----------------------------------------------------------------------------------------\n");
|
printf("----------------------------------------------------------------------------------------\n");
|
||||||
printf(" This software is provided 'as-is', without any express or implied \n");
|
printf(" This software is provided 'as-is', without any express or implied\n");
|
||||||
printf(" warranty.In no event will the authors be held liable for any damages \n");
|
printf(" warranty.In no event will the authors be held liable for any damages\n");
|
||||||
printf(" arising from the use of this software. \n");
|
printf(" arising from the use of this software.\n");
|
||||||
printf(" \n");
|
printf("\n");
|
||||||
printf(" Permission is granted to anyone to use this software for any purpose, \n");
|
printf(" Permission is granted to anyone to use this software for any purpose,\n");
|
||||||
printf(" including commercial applications, and to alter it and redistribute it \n");
|
printf(" including commercial applications, and to alter it and redistribute it\n");
|
||||||
printf(" freely, subject to the following restrictions : \n");
|
printf(" freely, subject to the following restrictions :\n");
|
||||||
printf(" \n");
|
printf("\n");
|
||||||
printf(" 1. The origin of this software must not be misrepresented; you must not \n");
|
printf(" 1. The origin of this software must not be misrepresented; you must not\n");
|
||||||
printf(" claim that you wrote the original software.If you use this software \n");
|
printf(" claim that you wrote the original software.If you use this software\n");
|
||||||
printf(" in a product, an acknowledgment in the product documentation would be \n");
|
printf(" in a product, an acknowledgment in the product documentation would be\n");
|
||||||
printf(" appreciated but is not required. \n");
|
printf(" appreciated but is not required.\n");
|
||||||
printf(" 2. Altered source versions must be plainly marked as such, and must not be \n");
|
printf(" 2. Altered source versions must be plainly marked as such, and must not be\n");
|
||||||
printf(" misrepresented as being the original software. \n");
|
printf(" misrepresented as being the original software.\n");
|
||||||
printf(" 3. This notice may not be removed or altered from any source distribution. \n");
|
printf(" 3. This notice may not be removed or altered from any source distribution.\n");
|
||||||
printf(" \n");
|
printf("\n");
|
||||||
printf(" Jean - loup Gailly Mark Adler \n");
|
printf(" Jean - loup Gailly Mark Adler\n");
|
||||||
printf(" jloup@gzip.org madler@alumni.caltech.edu \n");
|
printf(" jloup@gzip.org madler@alumni.caltech.edu\n");
|
||||||
|
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|||||||
@@ -587,25 +587,25 @@ int wmain(int argc, char* wargv[])
|
|||||||
printf("========================================================================================\n");
|
printf("========================================================================================\n");
|
||||||
printf("ZLIB Data Compression Library: Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler\n");
|
printf("ZLIB Data Compression Library: Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler\n");
|
||||||
printf(" http://www.zlib.net \n");
|
printf(" http://www.zlib.net \n");
|
||||||
printf("-----------------------------------------------------------------------------------------\n");
|
printf("----------------------------------------------------------------------------------------\n");
|
||||||
printf(" This software is provided 'as-is', without any express or implied \n");
|
printf(" This software is provided 'as-is', without any express or implied\n");
|
||||||
printf(" warranty.In no event will the authors be held liable for any damages \n");
|
printf(" warranty.In no event will the authors be held liable for any damages\n");
|
||||||
printf(" arising from the use of this software. \n");
|
printf(" arising from the use of this software.\n");
|
||||||
printf(" \n");
|
printf("\n");
|
||||||
printf(" Permission is granted to anyone to use this software for any purpose, \n");
|
printf(" Permission is granted to anyone to use this software for any purpose,\n");
|
||||||
printf(" including commercial applications, and to alter it and redistribute it \n");
|
printf(" including commercial applications, and to alter it and redistribute it\n");
|
||||||
printf(" freely, subject to the following restrictions : \n");
|
printf(" freely, subject to the following restrictions :\n");
|
||||||
printf(" \n");
|
printf("\n");
|
||||||
printf(" 1. The origin of this software must not be misrepresented; you must not \n");
|
printf(" 1. The origin of this software must not be misrepresented; you must not\n");
|
||||||
printf(" claim that you wrote the original software.If you use this software \n");
|
printf(" claim that you wrote the original software.If you use this software\n");
|
||||||
printf(" in a product, an acknowledgment in the product documentation would be \n");
|
printf(" in a product, an acknowledgment in the product documentation would be\n");
|
||||||
printf(" appreciated but is not required. \n");
|
printf(" appreciated but is not required.\n");
|
||||||
printf(" 2. Altered source versions must be plainly marked as such, and must not be \n");
|
printf(" 2. Altered source versions must be plainly marked as such, and must not be\n");
|
||||||
printf(" misrepresented as being the original software. \n");
|
printf(" misrepresented as being the original software.\n");
|
||||||
printf(" 3. This notice may not be removed or altered from any source distribution. \n");
|
printf(" 3. This notice may not be removed or altered from any source distribution.\n");
|
||||||
printf(" \n");
|
printf("\n");
|
||||||
printf(" Jean - loup Gailly Mark Adler \n");
|
printf(" Jean - loup Gailly Mark Adler\n");
|
||||||
printf(" jloup@gzip.org madler@alumni.caltech.edu \n");
|
printf(" jloup@gzip.org madler@alumni.caltech.edu\n");
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
wmain_free(argv);
|
wmain_free(argv);
|
||||||
|
|||||||
Reference in New Issue
Block a user