zed-licenses.toml

 1# NOTE: This file's location is hardcoded into the theme build system in 
 2# styles/src/buildLicenses.ts
 3no-clearly-defined = true
 4private = { ignore = true }
 5accepted = [
 6    "Apache-2.0",
 7    "MIT",
 8    "Apache-2.0 WITH LLVM-exception",
 9    "MPL-2.0",
10    "BSD-3-Clause",
11    "BSD-2-Clause",
12    "ISC",
13    "CC0-1.0",
14    "Unicode-DFS-2016",
15    "OpenSSL",
16    "Zlib",
17]
18workarounds = [
19    "ring",
20    "wasmtime",
21]
22
23[procinfo.clarify]
24license = "MIT"
25[[procinfo.clarify.git]]
26path = 'LICENSE.md'
27checksum = '37db33bbbd7348969eda397b89a16f252d56c1ca7481b6ccaf56ccdcbab5dcca'
28
29[webpki.clarify]
30license = "ISC" # It actually says 'ISC-style' but I don't know the SPDX expression for that.
31[[webpki.clarify.files]]
32path = 'LICENSE'
33checksum = '5b698ca13897be3afdb7174256fa1574f8c6892b8bea1a66dd6469d3fe27885a'
34
35[fuchsia-cprng.clarify]
36license = "BSD-3-Clause"
37[[fuchsia-cprng.clarify.files]]
38path = 'LICENSE'
39checksum = '03b114f53e6587a398931762ee11e2395bfdba252a329940e2c8c9e81813845b'