annotate COPYING @ 2575:64a58285d3bb

Update license text.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Mar 2022 16:27:33 +0200
parents c58cd7797aff
children bf43bf9d6556
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
892
b32a446017b4 Update license with exception for stb_image.c
Matti Hamalainen <ccr@tnsp.org>
parents: 869
diff changeset
1 -----------------------------------------------------------------------
b32a446017b4 Update license with exception for stb_image.c
Matti Hamalainen <ccr@tnsp.org>
parents: 869
diff changeset
2
2575
64a58285d3bb Update license text.
Matti Hamalainen <ccr@tnsp.org>
parents: 2550
diff changeset
3 The license below does not apply to "src/stb_image.c", which is
64a58285d3bb Update license text.
Matti Hamalainen <ccr@tnsp.org>
parents: 2550
diff changeset
4 originally by Sean Barrett and various other authors, and distributed
64a58285d3bb Update license text.
Matti Hamalainen <ccr@tnsp.org>
parents: 2550
diff changeset
5 as "public domain". This also applies to all modifications made for
64a58285d3bb Update license text.
Matti Hamalainen <ccr@tnsp.org>
parents: 2550
diff changeset
6 use in DMLIB.
892
b32a446017b4 Update license with exception for stb_image.c
Matti Hamalainen <ccr@tnsp.org>
parents: 869
diff changeset
7
b32a446017b4 Update license with exception for stb_image.c
Matti Hamalainen <ccr@tnsp.org>
parents: 869
diff changeset
8 -----------------------------------------------------------------------
b32a446017b4 Update license with exception for stb_image.c
Matti Hamalainen <ccr@tnsp.org>
parents: 869
diff changeset
9
469
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 DMLIB - Demo engine / development and utility framework
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 Programmed and designed by Matti Hämäläinen (ccr/TNSP)
2550
c58cd7797aff Bump copyright years.
Matti Hamalainen <ccr@tnsp.org>
parents: 2539
diff changeset
12 (C) Copyright 2002-2022 Tecnic Software productions (TNSP)
469
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 Redistribution and use in source and binary forms, with or without
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 modification, are permitted provided that the following conditions
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 are met:
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 1. Redistributions of source code must retain the above copyright
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 notice, this list of conditions and the following disclaimer.
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21 2. Redistributions in binary form must reproduce the above copyright
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 notice, this list of conditions and the following disclaimer in
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 the documentation and/or other materials provided with the
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 distribution.
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 3. The name of the author may not be used to endorse or promote
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27 products derived from this software without specific prior written
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 permission.
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1bcfb6cae5c7 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 POSSIBILITY OF SUCH DAMAGE.
892
b32a446017b4 Update license with exception for stb_image.c
Matti Hamalainen <ccr@tnsp.org>
parents: 869
diff changeset
41
b32a446017b4 Update license with exception for stb_image.c
Matti Hamalainen <ccr@tnsp.org>
parents: 869
diff changeset
42 -----------------------------------------------------------------------