-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.toml
31 lines (29 loc) · 2.38 KB
/
about.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
accepted = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"ISC",
"MIT",
"Unicode-DFS-2016",
"Unicode-3.0",
"NOASSERTION",
"OpenSSL",
"Zlib",
]
# `cbindgen` has MPL-2.0 as a build dependency, which doesn't apply to our
# compiled software.
ignore-build-dependencies = true
# `cargo-about generate licenses` fails on `ring`:
#
# ```
# error: failed to satisfy license requirements
# ┌─ /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/Cargo.toml:171:79
# │
# 171 │ license = "((ISC AND (OpenSSL AND ISC)) AND (MIT AND OpenSSL) AND OpenSSL AND OpenSSL-standalone AND (SSLeay-standalone AND ISC AND MIT) AND MIT) AND (ISC) AND (ISC AND (ISC AND (OpenSSL AND ISC) AND MIT AND OpenSSL AND OpenSSL-standalone AND SSLeay-standalone)) AND (ISC AND (OpenSSL AND ISC) AND MIT AND OpenSSL AND OpenSSL-standalone AND SSLeay-standalone) AND (ISC AND LicenseRef-scancode-public-domain) AND (LicenseRef-scancode-unknown-license-reference) AND (MIT) AND (OpenSSL) AND (OpenSSL AND ((OpenSSL OR BSD-3-Clause) AND GPL-1.0-or-later)) AND (OpenSSL AND (OpenSSL OR BSD-3-Clause OR GPL-1.0-or-later OR GPL-2.0-only)) AND (OpenSSL AND (OpenSSL OR BSD-3-Clause OR GPL-1.0-or-later)) AND (OpenSSL AND (OpenSSL OR BSD-3-Clause)) AND (OpenSSL-standalone) AND (SSLeay-standalone) AND (SSLeay-standalone AND OpenSSL-standalone)"
# │ ------------------ ----------------- ------------------ ----------------- ------------------ ----------------- --------------------------------- --------------------------------------------- ---------------- ---------------- ------------ ---------------- ------------------ ----------------- ----------------- ------------------
#
# 2025-01-17 5:30:42.442908775 +00:00:00 [ERROR] encountered 1 errors resolving licenses, unable to generate output
# Error: Process completed with exit code 1.
# ```
workarounds = ["ring"]