1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-10 13:23:41 +00:00

Updated text formatting

This commit is contained in:
Bryan Roe
2020-06-13 22:02:44 -07:00
parent c3ad70a70e
commit e406f8767d
2 changed files with 37 additions and 37 deletions

View File

@@ -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(" http://www.zlib.net \n");
printf("----------------------------------------------------------------------------------------\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(" arising from the use of this software. \n");
printf(" \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(" freely, subject to the following restrictions : \n");
printf(" \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(" in a product, an acknowledgment in the product documentation would be \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(" misrepresented as being the original software. \n");
printf(" 3. This notice may not be removed or altered from any source distribution. \n");
printf(" \n");
printf(" Jean - loup Gailly Mark Adler \n");
printf(" jloup@gzip.org madler@alumni.caltech.edu \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(" arising from the use of this software.\n");
printf("\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(" freely, subject to the following restrictions :\n");
printf("\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(" in a product, an acknowledgment in the product documentation would be\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(" misrepresented as being the original software.\n");
printf(" 3. This notice may not be removed or altered from any source distribution.\n");
printf("\n");
printf(" Jean - loup Gailly Mark Adler\n");
printf(" jloup@gzip.org madler@alumni.caltech.edu\n");
#ifdef WIN32