view README.txt @ 29:bcb84d9cce36

Add licenses to README.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Oct 2012 11:35:40 +0300
parents 672bd528de33
children f0e79fd6e720
line wrap: on
line source

Lauantai Aamun Krapula
(c) 2012 Anciat Prodz & TNSP

a software rendering demo for x86 Linux and Windows (win32 binary).

"code" & "gfx" by ccr
"music"        by rubberj
featuring         nosfe

utilizes libSDL, zlib and a modified version of stb_image.c

greets: pwp, iso, bilotrip, trilobit, jynttaveikot and other elites


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

-----------------------------------------------------------------------