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 "bzip2-1.0.6",
30]
31
32[procinfo.clarify]
33license = "MIT"
34[[procinfo.clarify.files]]
35path = 'LICENSE.md'
36checksum = '37db33bbbd7348969eda397b89a16f252d56c1ca7481b6ccaf56ccdcbab5dcca'
37
38[webpki.clarify]
39license = "ISC" # It actually says 'ISC-style' but I don't know the SPDX expression for that.
40[[webpki.clarify.files]]
41path = 'LICENSE'
42checksum = '5b698ca13897be3afdb7174256fa1574f8c6892b8bea1a66dd6469d3fe27885a'
43
44[fuchsia-cprng.clarify]
45license = "BSD-3-Clause"
46[[fuchsia-cprng.clarify.files]]
47path = 'LICENSE'
48checksum = '03b114f53e6587a398931762ee11e2395bfdba252a329940e2c8c9e81813845b'