-
Notifications
You must be signed in to change notification settings - Fork 138
/
license.html
executable file
·85 lines (69 loc) · 5.63 KB
/
license.html
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
layout: default
title: License
permalink: /license/
---
<div class="doc-content-container">
<div class="doc-heading">
<h1>License</h1>
<p>Find the right license for your project</p>
{% include share.html %}
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<section>
<h2>Non-commercial license</h2>
<p>BootstrapValidator is <strong>free to use in non-commercial projects</strong> under the terms of the <a href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons BY-NC-ND 3.0</a> license.</p>
</section>
<div class="doc-hr"></div>
<section>
<h2>Commercial license</h2>
<p>If you use BootstrapValidator in commercial projects and products, you must <a href="/download/">purchase</a> a commercial license.</p>
<div class="doc-alert doc-alert-warning">
If you are paid to do your job, and part of your job is implementing BootstrapValidator, a commercial license is required.
</div>
<p>After purchasing, you are allowed to use BootstrapValidator in your commercial applications:</p>
<ul class="list-unstyled">
<li><i class="fa fa-check"></i> You may use BootstrapValidator in as many commercial applications as you like.</li>
<li><i class="fa fa-check"></i> You may use BootstrapValidator in your own commercial applications and products. For example: premium themes, plugins and templates for WordPress or other CMS.</li>
<li><i class="fa fa-check"></i> Customers and users of your products do not need to purchase their own license, so long as they are not developing their own commercial products with BootstrapValidator.</li>
</ul>
</section>
<div class="doc-hr"></div>
<section>
<h2>BootstrapValidator commercial license agreement</h2>
<p>This Commercial License Agreement is a binding legal agreement between you and <strong>Nguyen Huu Phuoc</strong>.
By installing, copying, or using BootstrapValidator (the <strong>Software</strong>), you agree to be bound by these terms of this Agreement.</p>
<h3>Grant of license</h3>
<p>Subject to the payment of the fee required and the conditions herein, you are hereby granted a non-exclusive,
non-transferable right to use BootstrapValidator (the <strong>Software</strong>) to design and develop commercial applications (<strong>Applications</strong>).</p>
<h3>Developer grant</h3>
<p>The BootstrapValidator Commercial Developer License grants one license for you as one designated user
(<strong>Developer</strong>) to use the Software for developing Applications. A Developer is
an individual who implements the Software into Applications, most often writing the necessary code to do so.
You must purchase another separate license to the Software for each and any additional Developer, or purchase a BootstrapValidator Commercial
Organization License to cover your entire organization.</p>
<h3>Organization grant</h3>
<p>The BootstrapValidator Commercial Organization License grants one license for your Organization as one designated,
collective user (<strong>Organization</strong>) to use the Software for developing Applications. There is no
limit or restriction of the number of Developers within your Organization who may develop Applications using the Software.</p>
<h3>Usage</h3>
<p>You are granted the right to use and to modify the source code of the Software for use in Applications.
There is no limit or restriction of the number of Applications which use the Software. You own any original work authored by you.
Nguyen Huu Phuoc continues to retain all copyright and other intellectual property rights in the Software.
You are not permitted to move, remove, edit, or obscure any copyright, trademark, attribution, warning or disclaimer notices in the Software.</p>
<p>You may use the Software only to create Applications that are significantly different than and do not compete with the Software.
You are granted the license to distribute the Software as part of your Applications on a royalty-free basis.
Users of your Applications are permitted to use the Software or your modifications of the Software as part of your Applications.
Users do not need to purchase their own commercial license for the Software, so long as they are not acting as Developers,
developing their own commercial Applications with the Software.</p>
<h3>Warranties and remedies</h3>
<p>The Software is provided "as is", without warranty of any kind, express or implied, including but not
limited to the warranties of merchantability, fitness for a particular purpose and non-infringement.
Nguyen Huu Phuoc's entire liability and your exclusive remedy under this agreement shall be return of the price paid for the Software.</p>
</section>
</div>
</div>
</div>
</div>