Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T00:37:33.630Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

zed-licenses.toml

43 lines · 1.2 KB · toml
1no-clearly-defined = true
2private = { ignore = true }
3# Licenses allowed in Zed's dependencies. AGPL should not be added to this list.
4# When adding to this list, please check the following open source license policies:
5#
6# * https://opensource.google/documentation/reference/thirdparty/licenses
7accepted = [
8    "Apache-2.0",
9    "MIT",
10    "MIT-0",
11    "Apache-2.0 WITH LLVM-exception",
12    "MPL-2.0",
13    "BSD-3-Clause",
14    "BSD-2-Clause",
15    "ISC",
16    "CC0-1.0",
17    "NCSA",
18    "Unicode-3.0",
19    "OpenSSL",
20    "Zlib",
21    "BSL-1.0",
22    "bzip2-1.0.6",
23    "CDLA-Permissive-2.0",
24]
25
26[procinfo.clarify]
27license = "MIT"
28[[procinfo.clarify.files]]
29path = 'LICENSE.md'
30checksum = '37db33bbbd7348969eda397b89a16f252d56c1ca7481b6ccaf56ccdcbab5dcca'
31
32[webpki.clarify]
33license = "ISC" # It actually says 'ISC-style' but I don't know the SPDX expression for that.
34[[webpki.clarify.files]]
35path = 'LICENSE'
36checksum = '5b698ca13897be3afdb7174256fa1574f8c6892b8bea1a66dd6469d3fe27885a'
37
38[fuchsia-cprng.clarify]
39license = "BSD-3-Clause"
40[[fuchsia-cprng.clarify.files]]
41path = 'LICENSE'
42checksum = '03b114f53e6587a398931762ee11e2395bfdba252a329940e2c8c9e81813845b'
43
Served at tenant.openagents/omega Member data and write actions are omitted.