We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab00ba commit 2ed1f47Copy full SHA for 2ed1f47
src/tools/tidy/src/deps.rs
@@ -60,7 +60,7 @@ const LICENSES_TOOLS: &[&str] = &[
60
// tidy-alphabetical-start
61
"(Apache-2.0 OR MIT) AND BSD-3-Clause",
62
"Apache-2.0 AND ISC",
63
- "Apache-2.0 OR BSL-1.0", // BSL is not acceptble, but we use it under Apache-2.0
+ "Apache-2.0 OR BSL-1.0", // BSL is not acceptable, but we use it under Apache-2.0
64
"BSD-2-Clause",
65
"BSD-3-Clause",
66
"CC0-1.0",
0 commit comments