-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
36 lines (26 loc) · 1.35 KB
/
Copy pathNOTICE
File metadata and controls
36 lines (26 loc) · 1.35 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
Cloudiy — Open Compute Protocol
Copyright 2026 Cloudiy
This product includes software developed by the Cloudiy project.
Licensed under the Apache License, Version 2.0 (see LICENSE).
---
Trademarks
"Cloudiy" and the Cloudiy logo are marks of the Cloudiy project. Section 6 of
the Apache License does not grant permission to use them. You may say your
software implements the Cloudiy protocol, or is compatible with it — that is
reasonable and customary use in describing origin. You may not use the name or
logo to brand a fork, a competing network, or a service in a way that suggests
it is the Cloudiy project or is endorsed by it.
---
Scope
This license covers the Cloudiy source in this repository: the protocol
specification, the reference node implementation, the SDKs, the on-chain
programs and the web client.
It does NOT cover:
- Third-party dependencies, which carry their own licenses (see Cargo.toml,
the SDK manifests, and `cargo deny check licenses` in CI).
- Container images of inference workers, which package third-party models
and runtimes under the licenses of their upstreams. The catalog records
each model's license and CI rejects any that is not on the permissive
allowlist (see crates/cloudiy/src/license.rs).
- Model weights served through the network, which remain governed by their
own licenses regardless of this one.