annotate COPYING @ 428:592e5dc7ecef

Add e-mail.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 13 Jul 2016 12:50:08 +0300
parents b394dfb51bd6
children f8eb47b52a75
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 th-libs - Minimal crappy helper libraries in ANSI-C
428
592e5dc7ecef Add e-mail.
Matti Hamalainen <ccr@tnsp.org>
parents: 225
diff changeset
2 Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
193
2b64ad9cdc5f Bump copyright.
Matti Hamalainen <ccr@tnsp.org>
parents: 94
diff changeset
3 (C) Copyright 2002-2016 Tecnic Software productions (TNSP)
1
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 Redistribution and use in source and binary forms, with or without
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 modification, are permitted provided that the following conditions
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 are met:
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 1. Redistributions of source code must retain the above copyright
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 notice, this list of conditions and the following disclaimer.
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 2. Redistributions in binary form must reproduce the above copyright
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 notice, this list of conditions and the following disclaimer in
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 the documentation and/or other materials provided with the
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 distribution.
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 3. The name of the author may not be used to endorse or promote
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 products derived from this software without specific prior written
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 permission.
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
7e9b0c476a8a Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 POSSIBILITY OF SUCH DAMAGE.