From 36ace496f1cd88cf336594aaf82cb4ff93c0c640 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Mon, 28 Aug 2023 19:46:45 +0000 Subject: [PATCH] Add SDL2_ttf license --- LICENSE.all | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/LICENSE.all b/LICENSE.all index 7c593ef..24a8ef6 100644 --- a/LICENSE.all +++ b/LICENSE.all @@ -14,8 +14,9 @@ List of all licenses, concerns Planet Blupi and dependencies * libvorbis -- https://xiph.org/downloads/ * SDL_kitchensink -- https://github.com/katajakasa/SDL_kitchensink * SDL2 -- https://www.libsdl.org - * SDL2_image -- https://www.libsdl.org/projects/SDL_image/ - * SDL2_mixer -- https://www.libsdl.org/projects/SDL_mixer/ + * SDL2_image -- https://github.com/libsdl-org/SDL_image + * SDL2_mixer -- https://github.com/libsdl-org/SDL_mixer + * SDL2_ttf -- https://github.com/libsdl-org/SDL_ttf * zlib -- https://zlib.net/ ###################################################################### @@ -3635,6 +3636,28 @@ freely, subject to the following restrictions: misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. +###################################################################### +# SDL2_ttf - LICENSE +###################################################################### + +Copyright (C) 1997-2023 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. + ###################################################################### # zlib - LICENSE ######################################################################