1no-clearly-defined = true
 2private = { ignore = true }
 3accepted = [
 4    "Apache-2.0",
 5    "MIT",
 6    "MIT-0",
 7    "Apache-2.0 WITH LLVM-exception",
 8    "MPL-2.0",
 9    "BSD-3-Clause",
10    "BSD-2-Clause",
11    "ISC",
12    "CC0-1.0",
13    "NCSA",
14    "Unicode-3.0",
15    "OpenSSL",
16    "Zlib",
17    "BSL-1.0",
18]
19
20[procinfo.clarify]
21license = "MIT"
22[[procinfo.clarify.files]]
23path = 'LICENSE.md'
24checksum = '37db33bbbd7348969eda397b89a16f252d56c1ca7481b6ccaf56ccdcbab5dcca'
25
26[webpki.clarify]
27license = "ISC" # It actually says 'ISC-style' but I don't know the SPDX expression for that.
28[[webpki.clarify.files]]
29path = 'LICENSE'
30checksum = '5b698ca13897be3afdb7174256fa1574f8c6892b8bea1a66dd6469d3fe27885a'
31
32[fuchsia-cprng.clarify]
33license = "BSD-3-Clause"
34[[fuchsia-cprng.clarify.files]]
35path = 'LICENSE'
36checksum = '03b114f53e6587a398931762ee11e2395bfdba252a329940e2c8c9e81813845b'