salesdock 0.1.1
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/COMMERCIAL-LICENSE.md +73 -0
- package/LICENSE +687 -0
- package/README.md +323 -0
- package/dist/index.cjs +3516 -0
- package/dist/index.d.cts +10276 -0
- package/dist/index.d.ts +10276 -0
- package/dist/index.js +3344 -0
- package/package.json +78 -0
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# Commercial License
|
|
2
|
+
|
|
3
|
+
`salesdock` is **dual-licensed**. By default it is distributed under the
|
|
4
|
+
[GNU Affero General Public License v3.0](LICENSE) (AGPL-3.0). A **commercial
|
|
5
|
+
license** is available from **Risker** for organizations that cannot, or do not
|
|
6
|
+
wish to, comply with the AGPL.
|
|
7
|
+
|
|
8
|
+
This document summarizes the commercial option and how to obtain it. It is **not**
|
|
9
|
+
the contract itself and is **not legal advice** — the executed commercial license
|
|
10
|
+
agreement governs.
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## Do I need a commercial license?
|
|
15
|
+
|
|
16
|
+
The AGPL is a strong copyleft license. You very likely need a commercial license
|
|
17
|
+
if **any** of the following apply:
|
|
18
|
+
|
|
19
|
+
- You include `salesdock` (modified or unmodified) in a **proprietary or
|
|
20
|
+
closed-source** application or product.
|
|
21
|
+
- You run a **network service / SaaS** built on `salesdock` and do **not** want to
|
|
22
|
+
release the complete corresponding source code of that service to its users
|
|
23
|
+
(AGPL-3.0 §13 requires exactly that).
|
|
24
|
+
- You **distribute** a product that links to or bundles `salesdock` and cannot
|
|
25
|
+
release your product under the AGPL.
|
|
26
|
+
- Your organization's policy **prohibits AGPL** (or copyleft) dependencies.
|
|
27
|
+
|
|
28
|
+
You do **not** need a commercial license if you use `salesdock` purely under the
|
|
29
|
+
AGPL — e.g. in your own AGPL/GPL-licensed open-source project, or for internal
|
|
30
|
+
evaluation — and you meet the AGPL's obligations.
|
|
31
|
+
|
|
32
|
+
> If you are unsure whether your use triggers the AGPL, assume it does and talk to
|
|
33
|
+
> us — it's usually cheaper than a compliance problem later.
|
|
34
|
+
|
|
35
|
+
## What the commercial license grants
|
|
36
|
+
|
|
37
|
+
A commercial license is a private, perpetual-for-the-version (or subscription,
|
|
38
|
+
depending on the plan) grant that:
|
|
39
|
+
|
|
40
|
+
- Permits use of `salesdock` in **proprietary, closed-source** software and in
|
|
41
|
+
hosted services **without** the AGPL's source-disclosure obligations.
|
|
42
|
+
- Removes the copyleft requirements of AGPL-3.0 §13 and §5 for your covered use.
|
|
43
|
+
- May, depending on the plan, include **priority support**, a defined **SLA**,
|
|
44
|
+
and **warranty / indemnification** terms.
|
|
45
|
+
|
|
46
|
+
The exact scope (number of developers, products, deployments, term, support
|
|
47
|
+
level) is set out in your agreement.
|
|
48
|
+
|
|
49
|
+
## Pricing
|
|
50
|
+
|
|
51
|
+
Commercial licenses are quoted per organization. Typical structures:
|
|
52
|
+
|
|
53
|
+
- **Per-organization annual subscription** — unlimited internal developers, with
|
|
54
|
+
updates and support for the term.
|
|
55
|
+
- **Per-product / per-deployment** — for vendors embedding the SDK in a shipped
|
|
56
|
+
product.
|
|
57
|
+
- **Custom** — for resellers, agencies, or high-volume / OEM use.
|
|
58
|
+
|
|
59
|
+
Contact us for a quote tailored to your use.
|
|
60
|
+
|
|
61
|
+
## How to obtain a license
|
|
62
|
+
|
|
63
|
+
- Web: <https://risker.nl>
|
|
64
|
+
- Email: licensing@risker.nl
|
|
65
|
+
|
|
66
|
+
Please include: your company name, a short description of how you intend to use
|
|
67
|
+
`salesdock`, approximate team size, and whether you need support/SLA terms.
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
© 2026 Risker. "Salesdock" is a trademark of its respective owner; `salesdock`
|
|
72
|
+
is an independent, unofficial client library and is not affiliated with or
|
|
73
|
+
endorsed by Salesdock.
|