@mp70/react-networks 0.6.0 → 0.7.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 +46 -0
- package/dist/document-adapter-B-6MM_tj.d.mts +1449 -0
- package/dist/document-adapter-B-6MM_tj.d.ts +1449 -0
- package/dist/index.d.mts +49 -1277
- package/dist/index.d.ts +49 -1277
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/model.d.mts +33 -0
- package/dist/model.d.ts +33 -0
- package/dist/model.js +2 -0
- package/dist/model.js.map +1 -0
- package/dist/model.mjs +2 -0
- package/dist/model.mjs.map +1 -0
- package/package.json +9 -3
package/LICENSE
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
DUAL LICENSE - AGPL-3.0 AND COMMERCIAL
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 Matt Pickering. All rights reserved.
|
|
4
|
+
|
|
5
|
+
This software is dual-licensed under the GNU Affero General Public License version 3 (AGPL-3.0) and a commercial license.
|
|
6
|
+
|
|
7
|
+
## Option 1: GNU Affero General Public License v3.0
|
|
8
|
+
|
|
9
|
+
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
|
10
|
+
|
|
11
|
+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
|
|
12
|
+
|
|
13
|
+
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
14
|
+
|
|
15
|
+
## Option 2: Commercial License
|
|
16
|
+
|
|
17
|
+
For organizations that prefer not to use the AGPL-3.0 license, a commercial license is available. The commercial license provides:
|
|
18
|
+
|
|
19
|
+
- No copyleft obligations
|
|
20
|
+
- No requirement to open source derivative works
|
|
21
|
+
- No requirement to provide source code to users
|
|
22
|
+
- Commercial use without AGPL restrictions
|
|
23
|
+
- Priority support and maintenance
|
|
24
|
+
- Custom licensing terms available
|
|
25
|
+
|
|
26
|
+
### Commercial License Terms
|
|
27
|
+
|
|
28
|
+
Subject to the terms and conditions of the commercial license, Matt Pickering hereby grants you a non-exclusive, non-transferable license to use the Software for commercial purposes without the restrictions of the AGPL-3.0.
|
|
29
|
+
|
|
30
|
+
The commercial license does not grant you the right to:
|
|
31
|
+
1. Distribute, sublicense, or transfer the Software to any third party without permission
|
|
32
|
+
2. Remove or alter any proprietary notices or labels on the Software
|
|
33
|
+
|
|
34
|
+
### Commercial License Inquiries
|
|
35
|
+
|
|
36
|
+
For commercial licensing inquiries, please contact:
|
|
37
|
+
Matt Pickering
|
|
38
|
+
Email: info@rackout.net
|
|
39
|
+
|
|
40
|
+
## License Choice
|
|
41
|
+
|
|
42
|
+
You may choose to use this software under either:
|
|
43
|
+
- The AGPL-3.0 license (free, with copyleft obligations)
|
|
44
|
+
- A commercial license (paid, without copyleft obligations)
|
|
45
|
+
|
|
46
|
+
If you do not explicitly choose a commercial license, you are automatically bound by the terms of the AGPL-3.0 license.
|