-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathLICENSE
More file actions
51 lines (40 loc) · 2.16 KB
/
LICENSE
File metadata and controls
51 lines (40 loc) · 2.16 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
WrenAI License Overview
=======================
WrenAI is multi-licensed. The license that applies depends on the path within
this repository. Full license texts are provided alongside this file at the
repository root: `LICENSE-APACHE-2.0`, `LICENSE-CC-BY-4.0`, and
`LICENSE-AGPL-3.0`.
Path → License map
------------------
| Path | License |
| ----------------------------- | --------------------------------------------- |
| `core/**` | Apache License 2.0 (see LICENSE-APACHE-2.0) |
| `sdk/**` | Apache License 2.0 |
| `skills/**` | Apache License 2.0 |
| `examples/**` | Apache License 2.0 |
| `docs/**` | CC BY 4.0 International (see LICENSE-CC-BY-4.0) |
| Everything else (root files) | Apache License 2.0 |
Future AGPL-3.0 modules
-----------------------
This repository may, in the future, introduce modules licensed under the GNU
Affero General Public License v3.0 only ("AGPL-3.0-only"). The full text of
that license is provided here pre-emptively at `LICENSE-AGPL-3.0`. When such
modules are introduced, the table above will be updated to reflect their
paths.
Per-package metadata
--------------------
Published packages declare their effective license in their package manifest
(Cargo.toml `license`, pyproject.toml `license`, package.json `"license"`).
Where the manifest and this file disagree, the manifest is authoritative for
that package's published artifacts; this file remains authoritative for
sources distributed only via this repository.
Mixed redistribution
--------------------
If you redistribute a subset of this repository that spans multiple paths in
the table above, you must comply with each applicable license simultaneously
for the corresponding paths.
Trademarks
----------
The names "Wren", "WrenAI", and the project's logos are trademarks of Canner,
Inc. and are not licensed under any of the licenses referenced above. Their
use is governed separately; see the trademark policy.