Skip to content

Commit 846455b

Browse files
committed
Updated for release 8.6.0
1 parent d67d181 commit 846455b

7 files changed

Lines changed: 593 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ release
1717
catalog/
1818
xmlfilter/
1919
srx/
20-
licenses/
20+
./licenses/
2121
*.sh
2222
*.cmd

html/licenses/bcp47j.html

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title>BCP47J License</title>
6+
</head>
7+
8+
<body style="margin: 8px;">
9+
<h1 id="software-license-agreement">Software License Agreement</h1>
10+
<p><strong>Licensor:</strong> Maxprograms (<a
11+
href="http://www.maxprograms.com/">http://www.maxprograms.com/</a>)<br />
12+
<strong>Software:</strong> BCP47J
13+
</p>
14+
<p>Copyright (c) 2022-2026 Maxprograms.<br />
15+
All rights reserved.</p>
16+
<h2 id="1-permitted-use">1. PERMITTED USE</h2>
17+
<p>You are permitted to view, download, and modify the source code of
18+
the Software for personal, educational, or internal evaluation purposes
19+
only. Internal development and testing builds are allowed.</p>
20+
<h2 id="2-restrictions">2. RESTRICTIONS</h2>
21+
<p>The following actions are strictly prohibited without prior written
22+
permission from Maxprograms:</p>
23+
<ul>
24+
<li><strong>Commercial Use:</strong> Using the Software in a production
25+
environment or as part of any commercial product or service.</li>
26+
<li><strong>Redistribution:</strong> Distributing, sublicensing,
27+
selling, or making the Software available to third parties in source or
28+
binary form, whether for profit or otherwise.</li>
29+
<li><strong>Modification Distribution:</strong> Distributing modified or
30+
derivative versions of the Software.</li>
31+
</ul>
32+
<h2 id="3-no-automatic-conversion">3. NO AUTOMATIC CONVERSION</h2>
33+
<p>This Software does not convert to an open-source license at any
34+
time.<br />
35+
It remains the proprietary property of Maxprograms indefinitely, and all
36+
restrictions in this License remain in effect permanently.</p>
37+
<h2 id="4-termination">4. TERMINATION</h2>
38+
<p>Any violation of the terms of this License results in the immediate
39+
and automatic termination of your right to use the Software. Upon
40+
termination, all use must cease, and all copies must be destroyed.</p>
41+
<h2 id="5-disclaimer-of-warranty">5. DISCLAIMER OF WARRANTY</h2>
42+
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
43+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
44+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
45+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
46+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
47+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
48+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
49+
<hr />
50+
<h2 id="commercial-licensing--inquiries">Commercial Licensing &amp;
51+
Inquiries</h2>
52+
<p>To obtain a commercial production license or permission to
53+
redistribute this Software, please contact:<br />
54+
<strong><a href="http://www.maxprograms.com/">http://www.maxprograms.com/</a></strong>
55+
</p>
56+
</body>
57+
58+
</html>

html/licenses/electron.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright (c) Electron contributors
2+
Copyright (c) 2013-2020 GitHub Inc.
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
"Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)