comparison LICENSE.txt @ 0:f339a3903bc9

Initial import.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 21 May 2015 22:52:30 +0300
parents
children f95d546f43da
comparison
equal deleted inserted replaced
-1:000000000000 0:f339a3903bc9
1 DMLIB - Demo engine / development and utility framework
2 Programmed and designed by Matti Hämäläinen (ccr/TNSP)
3 (C) Copyright 2002-2015 Tecnic Software productions (TNSP)
4
5 Redistribution and use in source and binary forms, with or without
6 modification, are permitted provided that the following conditions
7 are met:
8
9 1. Redistributions of source code must retain the above copyright
10 notice, this list of conditions and the following disclaimer.
11
12 2. Redistributions in binary form must reproduce the above copyright
13 notice, this list of conditions and the following disclaimer in
14 the documentation and/or other materials provided with the
15 distribution.
16
17 3. The name of the author may not be used to endorse or promote
18 products derived from this software without specific prior written
19 permission.
20
21 THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
22 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
23 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
25 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
26 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
27 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
29 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
30 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31 POSSIBILITY OF SUCH DAMAGE.
32
33 -----------------------------------------------------------------------
34
35 stb_image - public domain JPEG/PNG reader by various authors
36 http://nothings.org/stb_image.c
37
38 -----------------------------------------------------------------------
39
40 The Simple DirectMedia Layer (SDL for short) is a cross-platfrom library
41 designed to make it easy to write multi-media software, such as games and
42 emulators.
43
44 The Simple DirectMedia Layer library source code is available from:
45 http://www.libsdl.org/
46
47 This library is distributed under the terms of the GNU LGPL license:
48 http://www.gnu.org/copyleft/lesser.html
49
50 -----------------------------------------------------------------------