From 8cf79059a95fb90edc1f413993d54e0883f4fdab Mon Sep 17 00:00:00 2001 From: AlaskanEmily Date: Sat, 18 May 2019 17:32:17 -0700 Subject: [PATCH] Fix formatting of license --- transunit.compare.m | 23 +++++++++++++---------- transunit.compare_test.m | 2 +- transunit.m | 23 +++++++++++++---------- 3 files changed, 27 insertions(+), 21 deletions(-) diff --git a/transunit.compare.m b/transunit.compare.m index f1f3963..7e26042 100644 --- a/transunit.compare.m +++ b/transunit.compare.m @@ -1,20 +1,23 @@ -% Copyright (C) 2018-2019 Alaskan Emily, Transnat Games +% Copyright (C) 2019 Alaskan Emily, Transnat Games. % -% This software is provided 'as-is', without any express or implied -% warranty. In no event will the authors be held liable for any damages -% arising from the use of this software. +% This software is provided 'as-is', without any express or implied warranty. +% In no event will the authors be held liable for any damages arising from +% the use of this software. % -% Permission is granted to anyone to use this software for any purpose, -% including commercial applications, and to alter it and redistribute it -% freely, subject to the following restrictions: +% Permission is granted to anyone to use this software for any purpose, +% including commercial applications, and to alter it and redistribute it +% freely, subject to the following restrictions: % % 1. The origin of this software must not be misrepresented; you must not % claim that you wrote the original software. If you use this software % in a product, an acknowledgment in the product documentation would be % appreciated but is not required. -% 2. Altered source versions must be plainly marked as such, and must not be -% misrepresented as being the original software. -% 3. This notice may not be removed or altered from any source distribution. +% +% 2. Altered source versions must be plainly marked as such, and must not +% be misrepresented as being the original software. +% +% 3. This notice may not be removed or altered from any source distribution. +% :- module transunit.compare. diff --git a/transunit.compare_test.m b/transunit.compare_test.m index a126104..1b417c2 100644 --- a/transunit.compare_test.m +++ b/transunit.compare_test.m @@ -1,4 +1,4 @@ -% Copyright (C) 2019 Alaskan Emily, Transnat Games. +% Copyright (C) 2018-2019 Alaskan Emily, Transnat Games. % % This software is provided 'as-is', without any express or implied warranty. % In no event will the authors be held liable for any damages arising from diff --git a/transunit.m b/transunit.m index 9334087..6751e81 100644 --- a/transunit.m +++ b/transunit.m @@ -1,20 +1,23 @@ -% Copyright (C) 2018-2019 Alaskan Emily, Transnat Games +% Copyright (C) 2018-2019 Alaskan Emily, Transnat Games. % -% This software is provided 'as-is', without any express or implied -% warranty. In no event will the authors be held liable for any damages -% arising from the use of this software. +% This software is provided 'as-is', without any express or implied warranty. +% In no event will the authors be held liable for any damages arising from +% the use of this software. % -% Permission is granted to anyone to use this software for any purpose, -% including commercial applications, and to alter it and redistribute it -% freely, subject to the following restrictions: +% Permission is granted to anyone to use this software for any purpose, +% including commercial applications, and to alter it and redistribute it +% freely, subject to the following restrictions: % % 1. The origin of this software must not be misrepresented; you must not % claim that you wrote the original software. If you use this software % in a product, an acknowledgment in the product documentation would be % appreciated but is not required. -% 2. Altered source versions must be plainly marked as such, and must not be -% misrepresented as being the original software. -% 3. This notice may not be removed or altered from any source distribution. +% +% 2. Altered source versions must be plainly marked as such, and must not +% be misrepresented as being the original software. +% +% 3. This notice may not be removed or altered from any source distribution. +% :- module transunit. -- 2.11.0