1no-clearly-defined = true
2private = { ignore = true }
3# Licenses allowed in Zed's dependencies. AGPL should not be added to
4# this list as use of AGPL software is sometimes disallowed. When
5# adding to this list, please check the following open source license
6# policies:
7#
8# * https://opensource.google/documentation/reference/thirdparty/licenses
9#
10# The Zed project does have AGPL crates, but these are only involved
11# in servers and are not built into the binaries in the release
12# tarball. `script/check-licenses` checks that AGPL crates are not
13# involved in release binaries.
14accepted = [
15 "Apache-2.0",
16 "MIT",
17 "MIT-0",
18 "Apache-2.0 WITH LLVM-exception",
19 "MPL-2.0",
20 "BSD-3-Clause",
21 "BSD-2-Clause",
22 "ISC",
23 "CC0-1.0",
24 "NCSA",
25 "Unicode-3.0",
26 "OpenSSL",
27 "Zlib",
28 "BSL-1.0",
29]
30
31[procinfo.clarify]
32license = "MIT"
33[[procinfo.clarify.files]]
34path = 'LICENSE.md'
35checksum = '37db33bbbd7348969eda397b89a16f252d56c1ca7481b6ccaf56ccdcbab5dcca'
36
37[webpki.clarify]
38license = "ISC" # It actually says 'ISC-style' but I don't know the SPDX expression for that.
39[[webpki.clarify.files]]
40path = 'LICENSE'
41checksum = '5b698ca13897be3afdb7174256fa1574f8c6892b8bea1a66dd6469d3fe27885a'
42
43[fuchsia-cprng.clarify]
44license = "BSD-3-Clause"
45[[fuchsia-cprng.clarify.files]]
46path = 'LICENSE'
47checksum = '03b114f53e6587a398931762ee11e2395bfdba252a329940e2c8c9e81813845b'