comparison COPYING.html @ 231:e90dba0cd12a

Implement HTML stuff for about dialog.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 11 Apr 2018 12:38:47 +0300
parents
children 07d837442c55
comparison
equal deleted inserted replaced
230:47dfb9bb004d 231:e90dba0cd12a
1 <h1>Qt 5 framework</h1>
2 <p>
3 This software ("Syntilista") uses the cross-platform Qt 5 application
4 framework, licensed under GNU Lesser General Public License version 3
5 (LGPL v3). Please refer to Qt and GNU websites for more information.
6 </p>
7 <p>
8 <a href="https://www.qt.io/">https://www.qt.io/</a>
9 <a
10 href="https://www.gnu.org/licenses/lgpl-3.0.en.html">https://www.gnu.org/licenses/lgpl-3.0.en.html</a>
11 </p>
12
13 <h1>Syntilista license</h1>
14 <p>Redistribution and use in source and binary forms, with or without
15 modification, are permitted provided that the following conditions
16 are met:
17 </p>
18
19 <ol>
20 <li>Redistributions of source code must retain the above copyright
21 notice, this list of conditions and the following disclaimer.</li>
22
23 <li>Redistributions in binary form must reproduce the above copyright
24 notice, this list of conditions and the following disclaimer in
25 the documentation and/or other materials provided with the
26 distribution.</li>
27
28 <li>The name of the author may not be used to endorse or promote
29 products derived from this software without specific prior written
30 permission.</li>
31 </ol>
32
33 <p>
34 THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
35 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
36 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
37 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
38 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
39 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
40 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
41 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
42 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
43 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
44 POSSIBILITY OF SUCH DAMAGE.
45 </p>