@opendaw/studio-sdk 0.0.25 → 0.0.26
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/README.md +6 -6
- package/package.json +15 -15
package/README.md
CHANGED
@@ -18,16 +18,16 @@
|
|
18
18
|
|
19
19
|
openDAW is available **under two alternative license terms**:
|
20
20
|
|
21
|
-
| Option
|
22
|
-
|
23
|
-
| **A.
|
24
|
-
| **B. Commercial Licence**
|
21
|
+
| Option | When to choose it | Obligations |
|
22
|
+
|-----------------------------|----------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
23
|
+
| **A. AGPL v3 (or later)** | You are happy for the entire work that includes openDAW to be released under AGPL-compatible open-source terms. | – Must distribute complete corresponding source code under AGPL.<br>– Must keep copyright & licence notices.<br>– Applies both to distribution **and** to public use via network/SaaS (§13).<br>– May run openDAW privately in any software, open or closed (§0). |
|
24
|
+
| **B. Commercial Licence** | You wish to incorporate openDAW into **closed-source** or otherwise licence-incompatible software or SaaS offerings. | – Pay the agreed fee.<br>– No copyleft requirement for your own source code.<br>– Other terms as per the signed agreement. |
|
25
25
|
|
26
26
|
> **How to obtain the Commercial License**
|
27
27
|
> Email `andre.michelle@opendaw.org` with your company name, product description, and expected distribution volume.
|
28
28
|
|
29
|
-
If you redistribute openDAW
|
29
|
+
If you redistribute or run modified versions of openDAW for public use **without** a commercial license, the AGPL v3 terms apply automatically.
|
30
30
|
|
31
31
|
## License
|
32
32
|
|
33
|
-
[
|
33
|
+
[AGPL v3 (or later)](https://www.gnu.org/licenses/agpl-3.0.txt) © 2025 André Michelle
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@opendaw/studio-sdk",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.26",
|
4
4
|
"license": "LGPL-3.0-or-later",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -24,20 +24,20 @@
|
|
24
24
|
"README.md"
|
25
25
|
],
|
26
26
|
"dependencies": {
|
27
|
-
"@opendaw/lib-box": "^0.0.
|
28
|
-
"@opendaw/lib-dawproject": "^0.0.
|
29
|
-
"@opendaw/lib-dom": "^0.0.
|
30
|
-
"@opendaw/lib-dsp": "^0.0.
|
31
|
-
"@opendaw/lib-fusion": "^0.0.
|
32
|
-
"@opendaw/lib-jsx": "^0.0.
|
33
|
-
"@opendaw/lib-midi": "^0.0.
|
34
|
-
"@opendaw/lib-runtime": "^0.0.
|
35
|
-
"@opendaw/lib-std": "^0.0.
|
36
|
-
"@opendaw/lib-xml": "^0.0.
|
37
|
-
"@opendaw/studio-adapters": "^0.0.
|
38
|
-
"@opendaw/studio-boxes": "^0.0.
|
39
|
-
"@opendaw/studio-core": "^0.0.
|
27
|
+
"@opendaw/lib-box": "^0.0.25",
|
28
|
+
"@opendaw/lib-dawproject": "^0.0.11",
|
29
|
+
"@opendaw/lib-dom": "^0.0.25",
|
30
|
+
"@opendaw/lib-dsp": "^0.0.25",
|
31
|
+
"@opendaw/lib-fusion": "^0.0.25",
|
32
|
+
"@opendaw/lib-jsx": "^0.0.25",
|
33
|
+
"@opendaw/lib-midi": "^0.0.7",
|
34
|
+
"@opendaw/lib-runtime": "^0.0.25",
|
35
|
+
"@opendaw/lib-std": "^0.0.25",
|
36
|
+
"@opendaw/lib-xml": "^0.0.11",
|
37
|
+
"@opendaw/studio-adapters": "^0.0.25",
|
38
|
+
"@opendaw/studio-boxes": "^0.0.25",
|
39
|
+
"@opendaw/studio-core": "^0.0.26",
|
40
40
|
"@opendaw/studio-enums": "^0.0.20"
|
41
41
|
},
|
42
|
-
"gitHead": "
|
42
|
+
"gitHead": "3d8d12f0591ea2182072dcb77b6f34c97b18a7ff"
|
43
43
|
}
|