# HG changeset patch # User Matti Hamalainen # Date 1349253340 -10800 # Node ID bcb84d9cce3643c6d981387a4ed65dc994a311fe # Parent ca6f4ff8494fc0a8e859595fc7a25a3c58a65e7c Add licenses to README. diff -r ca6f4ff8494f -r bcb84d9cce36 README.txt --- a/README.txt Wed Oct 03 11:04:17 2012 +0300 +++ b/README.txt Wed Oct 03 11:35:40 2012 +0300 @@ -13,3 +13,48 @@ notice: linux version is a x86/32 binary and requires 32-bit libs. + + +----------------------------------------------------------------------- + +stbi-1.33 - public domain JPEG/PNG reader by various authors +http://nothings.org/stb_image.c + +----------------------------------------------------------------------- + +ZLIB DATA COMPRESSION LIBRARY + + (C) 1995-2012 Jean-loup Gailly and Mark Adler + + 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. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu + +----------------------------------------------------------------------- + +The Simple DirectMedia Layer (SDL for short) is a cross-platfrom library +designed to make it easy to write multi-media software, such as games and +emulators. + +The Simple DirectMedia Layer library source code is available from: +http://www.libsdl.org/ + +This library is distributed under the terms of the GNU LGPL license: +http://www.gnu.org/copyleft/lesser.html + +-----------------------------------------------------------------------