neiki-page-editor 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +511 -0
- package/README.md +997 -0
- package/dist/neiki-page-editor.css +1580 -0
- package/dist/neiki-page-editor.esm.js +10545 -0
- package/dist/neiki-page-editor.js +10564 -0
- package/dist/neiki-page-editor.min.js +1637 -0
- package/package.json +48 -0
- package/php/NeikiPageEditorSanitizer.php +24 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,511 @@
|
|
|
1
|
+
Neiki's Page Editor Source-Available License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026-present neikiri (Jindřich Stoklasa)
|
|
4
|
+
Contact: neikiri@neikiri.dev, jindrichstoklasa1@gmail.com
|
|
5
|
+
|
|
6
|
+
This license ("License") applies to Neiki's Page Editor
|
|
7
|
+
("Software"), including its source code, compiled code, minified code,
|
|
8
|
+
documentation, examples, demos, assets, configuration files, and any
|
|
9
|
+
other materials distributed with this License.
|
|
10
|
+
|
|
11
|
+
This is a source-available commercial-use license. It is not an
|
|
12
|
+
open-source license approved by the Open Source Initiative and it is
|
|
13
|
+
not a Free Software license as defined by the Free Software Foundation.
|
|
14
|
+
|
|
15
|
+
All rights not expressly granted in this License are reserved by the
|
|
16
|
+
Author.
|
|
17
|
+
|
|
18
|
+
By downloading, copying, installing, running, modifying, distributing,
|
|
19
|
+
or otherwise using the Software, you agree to this License. If you do
|
|
20
|
+
not agree, you must not use the Software.
|
|
21
|
+
|
|
22
|
+
======================================================================
|
|
23
|
+
Non-binding Summary
|
|
24
|
+
======================================================================
|
|
25
|
+
|
|
26
|
+
This summary is provided for convenience only. If it conflicts with the
|
|
27
|
+
license terms below, the license terms below control.
|
|
28
|
+
|
|
29
|
+
You may:
|
|
30
|
+
|
|
31
|
+
- Use the Software in personal, internal, commercial, SaaS, client,
|
|
32
|
+
and production projects.
|
|
33
|
+
- Modify the Software for your own use or for use inside your own
|
|
34
|
+
product.
|
|
35
|
+
- Bundle the Software inside a larger website, application, CMS,
|
|
36
|
+
SaaS product, internal tool, or client deliverable.
|
|
37
|
+
- Sell your own product that includes the Software as an embedded
|
|
38
|
+
editor component.
|
|
39
|
+
- Create forks, patches, and pull requests for development or
|
|
40
|
+
contribution purposes.
|
|
41
|
+
|
|
42
|
+
You may not, without separate written permission from the Author:
|
|
43
|
+
|
|
44
|
+
- Sell, rent, license, sublicense, host, or distribute the Software
|
|
45
|
+
as a standalone editor product.
|
|
46
|
+
- Rebrand, white-label, or present the Software as your own editor,
|
|
47
|
+
component, SDK, library, package, or competing product.
|
|
48
|
+
- Publish the Software or a modified version as a standalone package
|
|
49
|
+
on npm, a CDN, marketplace, plugin store, app store, or similar
|
|
50
|
+
distribution channel.
|
|
51
|
+
- Remove, hide, falsify, or materially reduce the required author
|
|
52
|
+
attribution.
|
|
53
|
+
- Use the Software to create a competing standalone editor product.
|
|
54
|
+
- Use the Software in safety-critical or high-risk systems.
|
|
55
|
+
|
|
56
|
+
======================================================================
|
|
57
|
+
1. Definitions
|
|
58
|
+
======================================================================
|
|
59
|
+
|
|
60
|
+
1.1 "Author" means neikiri (Jindřich Stoklasa), including any successor
|
|
61
|
+
or legal entity to whom the Author transfers rights in the Software.
|
|
62
|
+
|
|
63
|
+
1.2 "Software" means Neiki's Page Editor and any part of it, including
|
|
64
|
+
any modified, compiled, minified, bundled, obfuscated, translated,
|
|
65
|
+
packaged, or otherwise transformed version.
|
|
66
|
+
|
|
67
|
+
1.3 "Integrated Product" means a website, web application, desktop
|
|
68
|
+
application, mobile application, CMS, SaaS product, internal
|
|
69
|
+
business tool, client deliverable, or other end-user product that:
|
|
70
|
+
|
|
71
|
+
(a) embeds the Software as one component; and
|
|
72
|
+
|
|
73
|
+
(b) provides substantial independent functionality beyond merely
|
|
74
|
+
offering, repackaging, hosting, exposing, selling, licensing,
|
|
75
|
+
or distributing an editor or substantially similar editor
|
|
76
|
+
functionality.
|
|
77
|
+
|
|
78
|
+
A product whose primary purpose or primary user-facing value is
|
|
79
|
+
"an editor" is not an Integrated Product.
|
|
80
|
+
|
|
81
|
+
1.4 "Standalone Editor Product" means any package, library, component,
|
|
82
|
+
SDK, plugin, extension, template, starter kit, SaaS offering,
|
|
83
|
+
hosted service, marketplace listing, app-store listing, CDN
|
|
84
|
+
distribution, or other product or service whose primary purpose is
|
|
85
|
+
to provide, sell, license, expose, host, repackage, rebrand,
|
|
86
|
+
white-label, or compete with the Software or substantially similar
|
|
87
|
+
page editor / rich text editor functionality.
|
|
88
|
+
|
|
89
|
+
1.5 "Attribution Notice" means a clear credit identifying the Software
|
|
90
|
+
and the Author, substantially equivalent to:
|
|
91
|
+
|
|
92
|
+
Neiki's Page Editor by neikiri (Jindřich Stoklasa)
|
|
93
|
+
|
|
94
|
+
1.6 "Contribution" means any source code, patch, pull request,
|
|
95
|
+
documentation, translation, asset, design, issue attachment,
|
|
96
|
+
suggestion, or other material intentionally submitted by you to an
|
|
97
|
+
official repository, channel, or project controlled by the Author
|
|
98
|
+
for inclusion in or improvement of the Software.
|
|
99
|
+
|
|
100
|
+
1.7 "Production Use" means use outside private local development,
|
|
101
|
+
testing, evaluation, or staging environments, including public
|
|
102
|
+
websites, customer-facing services, paid services, client work, and
|
|
103
|
+
internal business systems.
|
|
104
|
+
|
|
105
|
+
======================================================================
|
|
106
|
+
2. License Grant
|
|
107
|
+
======================================================================
|
|
108
|
+
|
|
109
|
+
Subject to your compliance with this License, the Author grants you a
|
|
110
|
+
worldwide, non-exclusive, non-transferable, royalty-free, perpetual
|
|
111
|
+
license to:
|
|
112
|
+
|
|
113
|
+
2.1 use, run, install, execute, evaluate, and test the Software;
|
|
114
|
+
|
|
115
|
+
2.2 copy, modify, and create derivative works of the Software for your
|
|
116
|
+
own use or for incorporation into an Integrated Product;
|
|
117
|
+
|
|
118
|
+
2.3 compile, minify, bundle, package, and distribute the Software solely
|
|
119
|
+
as an embedded component of an Integrated Product;
|
|
120
|
+
|
|
121
|
+
2.4 sell, license, sublicense, host, deploy, or otherwise commercially
|
|
122
|
+
operate an Integrated Product that includes the Software, provided
|
|
123
|
+
that the Software itself is not sold, licensed, marketed, exposed,
|
|
124
|
+
hosted, or distributed as a Standalone Editor Product; and
|
|
125
|
+
|
|
126
|
+
2.5 make a reasonable number of backup or archival copies.
|
|
127
|
+
|
|
128
|
+
This license is subject to termination under Section 10.
|
|
129
|
+
|
|
130
|
+
For clarity: you may build and sell websites, applications, CMS
|
|
131
|
+
systems, SaaS products, internal tools, and client deliverables that
|
|
132
|
+
include the Software as an embedded editor component.
|
|
133
|
+
|
|
134
|
+
======================================================================
|
|
135
|
+
3. Attribution
|
|
136
|
+
======================================================================
|
|
137
|
+
|
|
138
|
+
3.1 You must keep the original copyright notices, license notices,
|
|
139
|
+
author notices, and attribution notices intact.
|
|
140
|
+
|
|
141
|
+
3.2 In every public, production, commercial, or client-facing Integrated
|
|
142
|
+
Product that exposes the Software's editor interface, the Software
|
|
143
|
+
must provide a clear Attribution Notice in one of these places:
|
|
144
|
+
|
|
145
|
+
(a) the editor Help dialog;
|
|
146
|
+
|
|
147
|
+
(b) the editor About dialog;
|
|
148
|
+
|
|
149
|
+
(c) the editor More / Settings / Help menu;
|
|
150
|
+
|
|
151
|
+
(d) a product credits, legal notices, or documentation page that is
|
|
152
|
+
reasonably discoverable by end users; or
|
|
153
|
+
|
|
154
|
+
(e) an equivalent location appropriate for the product.
|
|
155
|
+
|
|
156
|
+
3.3 The Attribution Notice must be readable, truthful, and not hidden
|
|
157
|
+
behind debug-only tools, developer-only menus, hover-only text,
|
|
158
|
+
intentionally obscure styling, paywalls, or other mechanisms that
|
|
159
|
+
make it unavailable to typical users.
|
|
160
|
+
|
|
161
|
+
3.4 You may adapt the surrounding UI, translate surrounding text, and
|
|
162
|
+
style the notice to match your product, provided the notice remains
|
|
163
|
+
clear and reasonably visible.
|
|
164
|
+
|
|
165
|
+
3.5 You may not remove, hide, disable, obscure, falsify, replace,
|
|
166
|
+
materially shrink, or materially reduce the visibility of the
|
|
167
|
+
Attribution Notice.
|
|
168
|
+
|
|
169
|
+
======================================================================
|
|
170
|
+
4. Restrictions
|
|
171
|
+
======================================================================
|
|
172
|
+
|
|
173
|
+
Unless you have prior written permission from the Author, you must not:
|
|
174
|
+
|
|
175
|
+
4.1 sell, license, sublicense, rent, lease, host, publish, distribute,
|
|
176
|
+
or otherwise make available the Software, in original or modified
|
|
177
|
+
form, as a Standalone Editor Product;
|
|
178
|
+
|
|
179
|
+
4.2 rebrand, white-label, or present the Software, in original or
|
|
180
|
+
modified form, as your own editor, library, SDK, framework,
|
|
181
|
+
component, plugin, package, template, or product;
|
|
182
|
+
|
|
183
|
+
4.3 remove, hide, disable, alter, replace, falsify, or circumvent any
|
|
184
|
+
copyright notice, license notice, author notice, Attribution Notice,
|
|
185
|
+
or technical measure whose purpose is to display or preserve such
|
|
186
|
+
notices;
|
|
187
|
+
|
|
188
|
+
4.4 publish, upload, mirror, or distribute the Software, in original or
|
|
189
|
+
modified form, to npm, another package registry, a CDN, marketplace,
|
|
190
|
+
plugin store, extension store, app store, model hub, template store,
|
|
191
|
+
or similar channel as a standalone editor, package, component,
|
|
192
|
+
template, library, SDK, or competing product;
|
|
193
|
+
|
|
194
|
+
4.5 use the names "Neiki's Page Editor", "neikiri", "Jindřich
|
|
195
|
+
Stoklasa", or any confusingly similar name, mark, logo, domain, or
|
|
196
|
+
branding except to truthfully state that your Integrated Product
|
|
197
|
+
uses Neiki's Page Editor;
|
|
198
|
+
|
|
199
|
+
4.6 imply that your product, fork, modification, service, or derivative
|
|
200
|
+
is official, endorsed, sponsored, certified, or approved by the
|
|
201
|
+
Author unless the Author has given written permission;
|
|
202
|
+
|
|
203
|
+
4.7 use the Software in violation of applicable law, sanctions,
|
|
204
|
+
export-control rules, privacy laws, or third-party rights;
|
|
205
|
+
|
|
206
|
+
4.8 use the Software in any system where failure could reasonably be
|
|
207
|
+
expected to cause death, personal injury, severe property damage,
|
|
208
|
+
severe environmental damage, or other safety-critical harm,
|
|
209
|
+
including life-support, medical devices on which life depends,
|
|
210
|
+
nuclear facilities, aviation control, weapons systems, or similar
|
|
211
|
+
high-risk environments;
|
|
212
|
+
|
|
213
|
+
4.9 use the Software, or a substantial part of it, to train,
|
|
214
|
+
fine-tune, evaluate, or generate a machine-learning model whose
|
|
215
|
+
primary purpose is to reproduce, replace, or create a competing
|
|
216
|
+
Standalone Editor Product;
|
|
217
|
+
|
|
218
|
+
4.10 systematically scrape, crawl, mass-download, mirror, or archive the
|
|
219
|
+
Software's official repositories, documentation, demos, or
|
|
220
|
+
distribution endpoints for the purpose of creating an unofficial
|
|
221
|
+
distribution, competing product, or dataset for the activity
|
|
222
|
+
prohibited in Section 4.9; or
|
|
223
|
+
|
|
224
|
+
4.11 reverse engineer, decompile, disassemble, or otherwise derive
|
|
225
|
+
source code or internal design from a compiled, minified,
|
|
226
|
+
bundled, or obfuscated copy of the Software for the purpose of
|
|
227
|
+
removing attribution, bypassing license restrictions, creating a
|
|
228
|
+
Standalone Editor Product, or creating a competing product.
|
|
229
|
+
|
|
230
|
+
Reverse engineering strictly for debugging, interoperability, security
|
|
231
|
+
review, or integration with your own Integrated Product is permitted to
|
|
232
|
+
the extent allowed by applicable law and this License.
|
|
233
|
+
|
|
234
|
+
======================================================================
|
|
235
|
+
5. Development Sharing and Forks
|
|
236
|
+
======================================================================
|
|
237
|
+
|
|
238
|
+
You may create private or public forks, branches, patches, and pull
|
|
239
|
+
requests for development, testing, code review, security review, bug
|
|
240
|
+
fixing, customization, or contributing improvements back to the Author,
|
|
241
|
+
provided that:
|
|
242
|
+
|
|
243
|
+
5.1 the fork or modified version retains this License and all required
|
|
244
|
+
notices;
|
|
245
|
+
|
|
246
|
+
5.2 the fork or modified version is not used or distributed as a
|
|
247
|
+
Standalone Editor Product;
|
|
248
|
+
|
|
249
|
+
5.3 the fork or modified version is not marketed as an official version
|
|
250
|
+
of the Software unless the Author gives written permission; and
|
|
251
|
+
|
|
252
|
+
5.4 any Production Use complies with this License.
|
|
253
|
+
|
|
254
|
+
======================================================================
|
|
255
|
+
6. Contributions
|
|
256
|
+
======================================================================
|
|
257
|
+
|
|
258
|
+
6.1 By submitting a Contribution, you grant the Author a perpetual,
|
|
259
|
+
worldwide, non-exclusive, royalty-free, irrevocable, sublicensable,
|
|
260
|
+
and transferable license to use, copy, modify, merge, publish,
|
|
261
|
+
distribute, sublicense, relicense, and otherwise exploit the
|
|
262
|
+
Contribution, in whole or in part, as part of the Software or any
|
|
263
|
+
related project, under this License, a later version of this
|
|
264
|
+
License, or separate commercial/source-available terms chosen by
|
|
265
|
+
the Author.
|
|
266
|
+
|
|
267
|
+
6.2 The purpose of Section 6.1 is to allow the Author to maintain,
|
|
268
|
+
improve, distribute, and commercially sustain the Software,
|
|
269
|
+
including through source-available or commercial licensing models.
|
|
270
|
+
It does not require you to assign copyright ownership of your
|
|
271
|
+
Contribution to the Author.
|
|
272
|
+
|
|
273
|
+
6.3 You represent that you have the legal right to submit the
|
|
274
|
+
Contribution and grant the rights described in this Section.
|
|
275
|
+
|
|
276
|
+
6.4 Contributions are provided "as is", without warranty.
|
|
277
|
+
|
|
278
|
+
======================================================================
|
|
279
|
+
7. Separate Commercial Permissions
|
|
280
|
+
======================================================================
|
|
281
|
+
|
|
282
|
+
7.1 The Author may grant separate written permission to use, sell,
|
|
283
|
+
license, white-label, redistribute, host, or otherwise exploit the
|
|
284
|
+
Software outside the scope of this License.
|
|
285
|
+
|
|
286
|
+
7.2 Such permission must be explicit and in writing. It is not granted
|
|
287
|
+
by silence, informal discussion, public comments, social-media
|
|
288
|
+
posts, or failure to object.
|
|
289
|
+
|
|
290
|
+
7.3 Permission requests may be sent to:
|
|
291
|
+
|
|
292
|
+
neikiri@neikiri.dev
|
|
293
|
+
jindrichstoklasa1@gmail.com
|
|
294
|
+
|
|
295
|
+
======================================================================
|
|
296
|
+
8. Ownership and Reservation of Rights
|
|
297
|
+
======================================================================
|
|
298
|
+
|
|
299
|
+
8.1 The Software is licensed, not sold.
|
|
300
|
+
|
|
301
|
+
8.2 The Author retains all copyright, ownership, title, and interest in
|
|
302
|
+
and to the Software, including all intellectual-property rights.
|
|
303
|
+
|
|
304
|
+
8.3 No rights are granted by implication, estoppel, exhaustion, or
|
|
305
|
+
otherwise, except as expressly stated in this License.
|
|
306
|
+
|
|
307
|
+
8.4 No trademark, service mark, trade name, logo, branding, domain name,
|
|
308
|
+
or identity rights are granted except as necessary to truthfully
|
|
309
|
+
identify the Software as required or permitted by this License.
|
|
310
|
+
|
|
311
|
+
======================================================================
|
|
312
|
+
9. Third-Party Materials
|
|
313
|
+
======================================================================
|
|
314
|
+
|
|
315
|
+
The Software may include or interact with third-party code, libraries,
|
|
316
|
+
fonts, icons, assets, examples, build tools, or other materials. Those
|
|
317
|
+
materials may be governed by their own licenses. This License does not
|
|
318
|
+
replace, override, or modify third-party license terms.
|
|
319
|
+
|
|
320
|
+
======================================================================
|
|
321
|
+
10. Termination
|
|
322
|
+
======================================================================
|
|
323
|
+
|
|
324
|
+
10.1 This License is effective until terminated.
|
|
325
|
+
|
|
326
|
+
10.2 Your rights under this License terminate automatically if you
|
|
327
|
+
breach any term of this License.
|
|
328
|
+
|
|
329
|
+
10.3 If the breach is non-willful and reasonably curable, the Author
|
|
330
|
+
may reinstate your rights if you fully cure the breach within
|
|
331
|
+
fourteen (14) days after written notice. The Author is not
|
|
332
|
+
required to reinstate rights for intentional misuse, intentional
|
|
333
|
+
removal of attribution, intentional white-labeling, or intentional
|
|
334
|
+
distribution as a Standalone Editor Product.
|
|
335
|
+
|
|
336
|
+
10.4 Upon termination, you must stop using, copying, modifying,
|
|
337
|
+
distributing, selling, licensing, hosting, and providing the
|
|
338
|
+
Software. You must delete or destroy copies in your control,
|
|
339
|
+
except copies retained solely for legal, archival, audit, or
|
|
340
|
+
backup purposes and not used.
|
|
341
|
+
|
|
342
|
+
10.5 Sections 1, 6, 8, 9, 10.4, 11, 12, 13, 14, 15, 16, 17, and 18
|
|
343
|
+
survive termination.
|
|
344
|
+
|
|
345
|
+
======================================================================
|
|
346
|
+
11. Disclaimer of Warranty
|
|
347
|
+
======================================================================
|
|
348
|
+
|
|
349
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND "AS AVAILABLE", WITH ALL FAULTS AND
|
|
350
|
+
WITHOUT WARRANTY OF ANY KIND.
|
|
351
|
+
|
|
352
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE AUTHOR DISCLAIMS
|
|
353
|
+
ALL WARRANTIES AND CONDITIONS, EXPRESS, IMPLIED, STATUTORY, OR
|
|
354
|
+
OTHERWISE, INCLUDING WARRANTIES OF MERCHANTABILITY, SATISFACTORY
|
|
355
|
+
QUALITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT,
|
|
356
|
+
ACCURACY, SECURITY, AVAILABILITY, UNINTERRUPTED OPERATION,
|
|
357
|
+
ERROR-FREE OPERATION, AND WARRANTIES ARISING FROM COURSE OF DEALING,
|
|
358
|
+
USAGE, OR TRADE PRACTICE.
|
|
359
|
+
|
|
360
|
+
YOU ARE SOLELY RESPONSIBLE FOR EVALUATING, TESTING, AND DETERMINING
|
|
361
|
+
WHETHER THE SOFTWARE IS SUITABLE FOR YOUR USE.
|
|
362
|
+
|
|
363
|
+
======================================================================
|
|
364
|
+
12. Limitation of Liability
|
|
365
|
+
======================================================================
|
|
366
|
+
|
|
367
|
+
12.1 TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE AUTHOR
|
|
368
|
+
SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
|
|
369
|
+
CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES, OR FOR ANY LOSS OF
|
|
370
|
+
PROFITS, REVENUE, DATA, GOODWILL, BUSINESS, BUSINESS OPPORTUNITY,
|
|
371
|
+
CONTENT, USE, OR COST OF SUBSTITUTE GOODS OR SERVICES, ARISING OUT
|
|
372
|
+
OF OR RELATED TO THE SOFTWARE OR THIS LICENSE, WHETHER BASED IN
|
|
373
|
+
CONTRACT, TORT, STRICT LIABILITY, OR ANY OTHER LEGAL THEORY, EVEN
|
|
374
|
+
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
375
|
+
|
|
376
|
+
12.2 TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IF YOU PAID THE
|
|
377
|
+
AUTHOR DIRECTLY FOR THE SOFTWARE, THE AUTHOR'S TOTAL CUMULATIVE
|
|
378
|
+
LIABILITY ARISING OUT OF OR RELATED TO THE SOFTWARE OR THIS
|
|
379
|
+
LICENSE SHALL NOT EXCEED THE AMOUNT YOU PAID DIRECTLY TO THE
|
|
380
|
+
AUTHOR SPECIFICALLY FOR THE SOFTWARE DURING THE TWELVE (12) MONTHS
|
|
381
|
+
BEFORE THE EVENT GIVING RISE TO LIABILITY.
|
|
382
|
+
|
|
383
|
+
12.3 TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IF YOU DID NOT
|
|
384
|
+
PAY THE AUTHOR DIRECTLY FOR THE SOFTWARE, THE AUTHOR'S TOTAL
|
|
385
|
+
CUMULATIVE LIABILITY ARISING OUT OF OR RELATED TO THE SOFTWARE OR
|
|
386
|
+
THIS LICENSE SHALL NOT EXCEED FIFTY EUROS (EUR 50).
|
|
387
|
+
|
|
388
|
+
12.4 Nothing in this License limits liability that cannot be limited
|
|
389
|
+
under applicable law.
|
|
390
|
+
|
|
391
|
+
======================================================================
|
|
392
|
+
13. Indemnity
|
|
393
|
+
======================================================================
|
|
394
|
+
|
|
395
|
+
If you distribute, sell, license, host, sublicense, or otherwise provide
|
|
396
|
+
an Integrated Product that includes the Software, you agree to defend,
|
|
397
|
+
indemnify, and hold harmless the Author from claims, damages,
|
|
398
|
+
liabilities, losses, costs, and expenses, including reasonable legal
|
|
399
|
+
fees, arising out of or related to:
|
|
400
|
+
|
|
401
|
+
13.1 your Integrated Product;
|
|
402
|
+
|
|
403
|
+
13.2 your modifications to the Software;
|
|
404
|
+
|
|
405
|
+
13.3 your distribution, sale, licensing, hosting, or other provision of
|
|
406
|
+
the Software;
|
|
407
|
+
|
|
408
|
+
13.4 your breach of this License; or
|
|
409
|
+
|
|
410
|
+
13.5 your violation of applicable law or third-party rights.
|
|
411
|
+
|
|
412
|
+
======================================================================
|
|
413
|
+
14. Compliance with Laws and Data
|
|
414
|
+
======================================================================
|
|
415
|
+
|
|
416
|
+
14.1 You must comply with all applicable laws and regulations in
|
|
417
|
+
connection with your use of the Software, including export,
|
|
418
|
+
re-export, sanctions, anti-corruption, privacy, and data-protection
|
|
419
|
+
laws.
|
|
420
|
+
|
|
421
|
+
14.2 The Software, as distributed by the Author, is not intended to
|
|
422
|
+
collect or process personal data. If your integration, hosting,
|
|
423
|
+
configuration, or modification causes personal data to be collected
|
|
424
|
+
or processed, you are solely responsible for compliance with
|
|
425
|
+
applicable privacy and data-protection laws.
|
|
426
|
+
|
|
427
|
+
======================================================================
|
|
428
|
+
15. Governing Law and Venue
|
|
429
|
+
======================================================================
|
|
430
|
+
|
|
431
|
+
15.1 This License is governed by the laws of the Czech Republic,
|
|
432
|
+
excluding conflict-of-law rules and excluding the United Nations
|
|
433
|
+
Convention on Contracts for the International Sale of Goods.
|
|
434
|
+
|
|
435
|
+
15.2 Any dispute arising out of or relating to this License or the
|
|
436
|
+
Software shall be subject to the exclusive jurisdiction of the
|
|
437
|
+
competent courts of the Czech Republic, with venue in Prague,
|
|
438
|
+
unless mandatory applicable law requires otherwise.
|
|
439
|
+
|
|
440
|
+
15.3 Nothing in this License limits non-waivable consumer rights granted
|
|
441
|
+
by mandatory law.
|
|
442
|
+
|
|
443
|
+
======================================================================
|
|
444
|
+
16. Assignment
|
|
445
|
+
======================================================================
|
|
446
|
+
|
|
447
|
+
You may not assign, delegate, or transfer this License or your rights or
|
|
448
|
+
obligations under it without the Author's prior written consent. Any
|
|
449
|
+
attempted assignment in violation of this Section is void.
|
|
450
|
+
|
|
451
|
+
The Author may assign or transfer this License and related rights and
|
|
452
|
+
obligations, including in connection with a merger, acquisition,
|
|
453
|
+
reorganization, or sale of assets relating to the Software.
|
|
454
|
+
|
|
455
|
+
======================================================================
|
|
456
|
+
17. Miscellaneous
|
|
457
|
+
======================================================================
|
|
458
|
+
|
|
459
|
+
17.1 The Author's failure or delay in enforcing any term is not a
|
|
460
|
+
waiver.
|
|
461
|
+
|
|
462
|
+
17.2 If any term is held invalid, illegal, or unenforceable, the
|
|
463
|
+
remaining terms remain in effect. The invalid term shall be
|
|
464
|
+
interpreted or replaced to achieve the original intent as closely
|
|
465
|
+
as possible while remaining valid.
|
|
466
|
+
|
|
467
|
+
17.3 This License does not create a partnership, joint venture, agency,
|
|
468
|
+
fiduciary, employment, or franchise relationship.
|
|
469
|
+
|
|
470
|
+
17.4 Section headings are for convenience only and do not affect
|
|
471
|
+
interpretation.
|
|
472
|
+
|
|
473
|
+
17.5 The words "include", "includes", and "including" mean "including
|
|
474
|
+
without limitation".
|
|
475
|
+
|
|
476
|
+
17.6 References to "written" or "in writing" include email and other
|
|
477
|
+
durable electronic communications clearly attributable to the
|
|
478
|
+
sender.
|
|
479
|
+
|
|
480
|
+
17.7 The English version of this License is the controlling version.
|
|
481
|
+
Translations are provided for convenience only.
|
|
482
|
+
|
|
483
|
+
======================================================================
|
|
484
|
+
18. License Changes and Prior Releases
|
|
485
|
+
======================================================================
|
|
486
|
+
|
|
487
|
+
18.1 This License applies only to copies of the Software distributed
|
|
488
|
+
with this License.
|
|
489
|
+
|
|
490
|
+
18.2 Copies of the Software previously distributed under another
|
|
491
|
+
license remain governed by the license terms that applied to those
|
|
492
|
+
copies.
|
|
493
|
+
|
|
494
|
+
18.3 The Author may release future copies or versions of the Software
|
|
495
|
+
under this License, a modified license, a different license, or
|
|
496
|
+
separate commercial terms.
|
|
497
|
+
|
|
498
|
+
18.4 Future license changes do not retroactively change the terms of a
|
|
499
|
+
copy already distributed with this License, unless you separately
|
|
500
|
+
agree to those new terms.
|
|
501
|
+
|
|
502
|
+
======================================================================
|
|
503
|
+
19. Entire Agreement
|
|
504
|
+
======================================================================
|
|
505
|
+
|
|
506
|
+
This License is the entire agreement between you and the Author
|
|
507
|
+
regarding the Software and supersedes prior or contemporaneous
|
|
508
|
+
understandings concerning its subject matter, unless you and the Author
|
|
509
|
+
have entered into a separate written agreement. If a separate written
|
|
510
|
+
agreement conflicts with this License, the separate written agreement
|
|
511
|
+
controls only to the extent of the conflict.
|