annotate LICENSE.txt @ 37:dc514b8d8cdd default tip

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