-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlicensing.html
More file actions
100 lines (86 loc) · 4.18 KB
/
Copy pathlicensing.html
File metadata and controls
100 lines (86 loc) · 4.18 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Licensing — StartOne Docs</title>
<meta name="description" content="How StartOne is licensed — MIT for Community, a commercial licence for the paid editions, and what the trademark covers.">
<link rel="icon" type="image/svg+xml" href="img/mark.svg">
<link rel="icon" href="img/favicon.ico" sizes="any">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<meta name="theme-color" content="#7069ff">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="hwrap">
<a href="index.html" class="brand">
<img src="img/mark.svg" alt="">
<span>Start<span class="one">One</span><sup class="tm">™</sup><span class="docs"> docs</span></span>
</a>
<div class="hlinks">
<a href="https://startone.ai">Home</a>
<a href="https://github.com/startoneai/startone-community">GitHub</a>
<a href="https://startone.ai#pricing">Pricing</a>
</div>
</div>
</header>
<div class="shell">
<nav class="side">
<h4>Start here</h4>
<a href="index.html" >Overview</a>
<a href="index.html#which">Which edition?</a>
<h4>Community — free</h4>
<a href="community.html" >Quickstart</a>
<a href="community.html#config">Configuration</a>
<a href="community.html#limits">Limits</a>
<h4>Developer — Web</h4>
<a href="developer-web.html" >Quickstart</a>
<a href="developer-web.html#config">Configuration</a>
<a href="developer-web.html#architecture">Architecture</a>
<a href="developer-web.html#deploy">Deploying</a>
<h4>Developer — Message</h4>
<a href="developer-message.html" >Quickstart</a>
<a href="developer-message.html#profile">Markets (US / CN)</a>
<a href="developer-message.html#channels">Channel setup</a>
<a href="developer-message.html#media">Media commands</a>
<a href="developer-message.html#deploy">Deploying</a>
<h4>Business</h4>
<a href="business.html" >Overview</a>
<h4>Reference</h4>
<a href="faq.html" >FAQ</a>
<a href="licensing.html" class="active">Licensing</a>
</nav>
<main>
<h1>Licensing</h1>
<p class="lede">What you may and may not do with the code, in plain terms. The licence files in each repo are authoritative; this page explains them.</p>
<h2>Community — MIT</h2>
<p>Free to use, modify, distribute, and build on, commercially or otherwise. It is a permissive open-source licence with essentially no strings.</p>
<h2>Developer editions — commercial licence</h2>
<h3>You may</h3>
<ul>
<li>Use the source to build, deploy, and operate your own products and services, including commercial ones.</li>
<li>Modify it freely and ship the modified version in your products.</li>
<li>Use it on unlimited projects that you own or operate.</li>
</ul>
<h3>You may not</h3>
<ul>
<li>Resell, redistribute, sublicense, publish, or share the source — original or modified — as a competing product, template, boilerplate, or starter kit.</li>
<li>Make the source publicly available, for example in a public repository.</li>
<li>Remove or alter the licence or copyright notices.</li>
</ul>
<p>The distinction is simple: <strong>build products with it, do not sell it as a product.</strong></p>
<p>The licence grants these rights to one purchaser. For team, agency, or reseller licensing, write to <a href="mailto:contact@startone.ai">contact@startone.ai</a>.</p>
<h2>Trademark</h2>
<p>StartOne™ is a trademark of Kredit Technology, LLC.</p>
<p>This matters most for Community, so it is worth stating plainly: <strong>MIT gives away the code, not the brand.</strong> You are free to fork Community and build whatever you like — but you may not use the StartOne name or logo to brand your own product, or in any way that implies endorsement by Kredit Technology, LLC.</p>
<h2>Copyright</h2>
<p>© 2026 Kredit Technology, LLC. All rights reserved.</p>
<div class="note">This page is a plain-language summary, not legal advice. The <code>LICENSE</code> file shipped with each edition is the binding document.</div>
<footer>
© 2026 Kredit Technology, LLC. StartOne™ is a trademark of Kredit Technology, LLC.
</footer>
</main>
</div>
</body>
</html>