From e406f8767dce34e3e64dcf6b08768a3406de1339 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Sat, 13 Jun 2020 22:02:44 -0700 Subject: [PATCH] Updated text formatting --- meshconsole/main.c | 36 ++++++++++++++++++------------------ meshservice/ServiceMain.c | 38 +++++++++++++++++++------------------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/meshconsole/main.c b/meshconsole/main.c index 2c20a3f..7944b19 100644 --- a/meshconsole/main.c +++ b/meshconsole/main.c @@ -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 diff --git a/meshservice/ServiceMain.c b/meshservice/ServiceMain.c index 60137fa..f8356f0 100644 --- a/meshservice/ServiceMain.c +++ b/meshservice/ServiceMain.c @@ -587,25 +587,25 @@ int wmain(int argc, char* wargv[]) printf("========================================================================================\n"); 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("----------------------------------------------------------------------------------------\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 wmain_free(argv);