-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathlicense.htm
60 lines (59 loc) · 1.97 KB
/
license.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at https://mozilla.org/MPL/2.0/
*
* Copyright (C) 2012-2025, Peter Johnson (gravatar.com/delphidabbler).
*
* Help topic containing summary of CodeSnip license.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text-html; charset=Windows-1252">
<title>
License
</title>
<link rel="stylesheet" href="../css/codesnip.css" type="text/css">
</head>
<body>
<object
type="application/x-oleobject"
classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e"
>
<param name="ALink Name" value="License">
</object>
<h1>
<a name="license"></a>Summary of End User License Agreement
</h1>
<p>
DelphiDabbler <em>CodeSnip</em> is copyright © 2005-2025 by Peter D
Johnson, <a
href="https://gravatar.com/delphidabbler"
class="weblink"
target="_blank"
>https://gravatar.com/delphidabbler</a>.
</p>
<p>
The executable version of the program is made available under the terms of
the <a
href="https://www.mozilla.org/MPL/2.0/"
class="weblink"
target="_blank"
>Mozilla Public License 2.0</a>. This means you can
use, copy and distribute <em>CodeSnip</em> as you wish.
</p>
<p>
You may also modify <em>CodeSnip</em> as you wish and you may distribute
copies of your modified version under the terms of the Mozilla Public
License. The only exception is that you may not use the <em>CodeSnip</em>
name or branding (e.g. the program icon) in any modification you
distribute unless you have the explicit permission of the copyright
holder.
</p>
<p>
For full details see the file <code>License.html</code> installed with
<em>CodeSnip</em>.
</p>
</body>
</html>