From ffce58a30c2b3214b5ea5a249122226c589bfa58 Mon Sep 17 00:00:00 2001 From: Erik Yuzwa Date: Wed, 17 Feb 2021 11:08:13 -0700 Subject: [PATCH] license: Fixing the license file to be correctly scooped up by Github automation Renamed COPYING.txt to LICENSE.txt, and ensured the copyright year is the first line in the license file. This causes GitHub to correctly identify the zlib license and report it on SDL's project page. --- COPYING.txt => LICENSE.txt | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) rename COPYING.txt => LICENSE.txt (95%) diff --git a/COPYING.txt b/LICENSE.txt similarity index 95% rename from COPYING.txt rename to LICENSE.txt index 23ca751d9..969b8c13d 100644 --- a/COPYING.txt +++ b/LICENSE.txt @@ -1,20 +1,18 @@ - -Simple DirectMedia Layer -Copyright (C) 1997-2021 Sam Lantinga - -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: - -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. - +Copyright (C) 1997-2021 Sam Lantinga + +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: + +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. +