-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLICENSE
More file actions
19 lines (15 loc) · 1022 Bytes
/
LICENSE
File metadata and controls
19 lines (15 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SPDX-License-Identifier: Apache-2.0
This project is dual-licensed. Different parts of the repository are covered
by different license options, as follows:
1. Code (all source, build scripts, tooling, binaries)
- Licensed under the Apache License, Version 2.0 only.
- See `LICENSE-APACHE` or https://www.apache.org/licenses/LICENSE-2.0
2. Theory / math / documentation corpus (e.g., `docs/`, `warp-math/`, papers/notes)
- Dual-licensed under:
(a) Apache License, Version 2.0, OR
(b) MIND-UCAL License v1.0 (canonical text: https://github.com/UniversalCharter/mind-ucal/blob/v1.0/LICENSE).
You may use the theory / math / documentation under EITHER Apache-2.0 OR
MIND-UCAL v1.0, at your option. If you do not wish to use MIND-UCAL, you may
use all such materials under Apache-2.0 alone. No portion of this repository
requires adopting MIND-UCAL.
Unless required by applicable law or agreed to in writing, material is provided on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND.