annotate COPYING @ 233:6a12c82d082e

Cleanup build.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 07 May 2018 12:24:58 +0300
parents e90dba0cd12a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
140
783417da6da3 Change the program description to english etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 57
diff changeset
1 Syntilista - debt list/management database program
783417da6da3 Change the program description to english etc.
Matti Hamalainen <ccr@tnsp.org>
parents: 57
diff changeset
2 ==================================================
57
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
217
58af72da7f60 Update copyrights.
Matti Hamalainen <ccr@tnsp.org>
parents: 140
diff changeset
4 (C) Copyright 2017-2018 Tecnic Software productions (TNSP)
57
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 Redistribution and use in source and binary forms, with or without
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 modification, are permitted provided that the following conditions
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 are met:
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 1. Redistributions of source code must retain the above copyright
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 notice, this list of conditions and the following disclaimer.
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 2. Redistributions in binary form must reproduce the above copyright
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 notice, this list of conditions and the following disclaimer in
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 the documentation and/or other materials provided with the
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 distribution.
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 3. The name of the author may not be used to endorse or promote
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 products derived from this software without specific prior written
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21 permission.
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
893f69fcf050 Add license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33 POSSIBILITY OF SUCH DAMAGE.
231
e90dba0cd12a Implement HTML stuff for about dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 217
diff changeset
34
e90dba0cd12a Implement HTML stuff for about dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 217
diff changeset
35
e90dba0cd12a Implement HTML stuff for about dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 217
diff changeset
36 Qt 5 framework
e90dba0cd12a Implement HTML stuff for about dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 217
diff changeset
37 ==============
e90dba0cd12a Implement HTML stuff for about dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 217
diff changeset
38 This software ("Syntilista") uses the cross-platform Qt 5 application
e90dba0cd12a Implement HTML stuff for about dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 217
diff changeset
39 framework, licensed under GNU Lesser General Public License version 3
e90dba0cd12a Implement HTML stuff for about dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 217
diff changeset
40 (LGPL v3). Please refer to Qt and GNU websites for more information.
e90dba0cd12a Implement HTML stuff for about dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 217
diff changeset
41
e90dba0cd12a Implement HTML stuff for about dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 217
diff changeset
42 https://www.qt.io/
e90dba0cd12a Implement HTML stuff for about dialog.
Matti Hamalainen <ccr@tnsp.org>
parents: 217
diff changeset
43 https://www.gnu.org/licenses/lgpl-3.0.en.html