|
1 |
| -Symbiont by ThirdKey.ai |
2 |
| - |
3 |
| -Combined Licensing Notice |
4 |
| - |
5 |
| -This repository contains software licensed under two different licenses: the MIT License and the GNU Affero General Public License v3.0 (AGPL-3.0). |
6 |
| - |
7 |
| -Each license applies to different parts of the repository. Please review the terms for each component carefully. |
8 |
| - |
9 |
| --------------------------------------------------------------------------------- |
10 |
| - |
11 | 1 | MIT License
|
12 | 2 |
|
13 |
| -The MIT License applies to all files in this repository, with the single exception of the directory noted below under the AGPL-3.0 License. |
14 |
| - |
15 |
| -This includes, but is not limited to, the following components: |
16 |
| - |
17 |
| - /crates/cli/ |
18 |
| - /crates/runtime/ (all subdirectories except src/communication/) |
19 |
| - /dsl/ |
20 |
| - /docs/ |
21 |
| - /examples/ |
22 |
| - /tools/ |
23 |
| - All other root-level files and directories |
24 |
| - |
25 | 3 | Copyright (c) 2025 Jascha Wanger / ThirdKey.ai
|
26 | 4 |
|
27 |
| -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
28 |
| - |
29 |
| -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
30 |
| - |
31 |
| -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
32 |
| - |
33 |
| --------------------------------------------------------------------------------- |
34 |
| - |
35 |
| -GNU AGPL-3.0 License |
36 |
| - |
37 |
| -The AGPL-3.0 License applies exclusively to the Symbiont communication layer. |
38 |
| - |
39 |
| -This component is located in the following directory: |
40 |
| - |
41 |
| - /crates/runtime/src/communication/ |
42 |
| - |
43 |
| -This software is licensed under the GNU Affero General Public License v3.0. |
44 |
| - |
45 |
| -Commercial Use |
46 |
| - |
47 |
| -If you wish to use the AGPL-3.0 licensed components in a proprietary application, as part of a hosted service, or within a commercial product without disclosing your source code, you must obtain a commercial license from ThirdKey.ai. |
48 |
| - |
49 |
| - |
| 5 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 6 | +of this software and associated documentation files (the "Software"), to deal |
| 7 | +in the Software without restriction, including without limitation the rights |
| 8 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 9 | +copies of the Software, and to permit persons to whom the Software is |
| 10 | +furnished to do so, subject to the following conditions: |
| 11 | + |
| 12 | +The above copyright notice and this permission notice shall be included in all |
| 13 | +copies or substantial portions of the Software. |
| 14 | + |
| 15 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 20 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 21 | +SOFTWARE. |
0 commit comments