diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-27 18:06:33 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-27 18:06:33 +0100 |
commit | c9c0050fff45ebee56e5be8ae0add849fddfc85a (patch) | |
tree | b898e6f9cf8c89d9f48afaa051fe2735f867240c /xtask/tests/tidy.rs | |
parent | dddc4c6370ab8e7684352302a5ff282673c6e8ec (diff) | |
parent | 07da02fc370b08f5818919045b9ab24ef1cae5cf (diff) |
Merge #5900
5900: :arrow_up: crates
r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/tests/tidy.rs')
-rw-r--r-- | xtask/tests/tidy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index 3b1408222..fd9645c23 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -71,6 +71,7 @@ fn check_licenses() { | |||
71 | Apache-2.0 | 71 | Apache-2.0 |
72 | Apache-2.0 OR BSL-1.0 | 72 | Apache-2.0 OR BSL-1.0 |
73 | Apache-2.0 OR MIT | 73 | Apache-2.0 OR MIT |
74 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | ||
74 | Apache-2.0/MIT | 75 | Apache-2.0/MIT |
75 | BSD-2-Clause | 76 | BSD-2-Clause |
76 | BSD-3-Clause | 77 | BSD-3-Clause |
@@ -80,7 +81,6 @@ MIT | |||
80 | MIT / Apache-2.0 | 81 | MIT / Apache-2.0 |
81 | MIT OR Apache-2.0 | 82 | MIT OR Apache-2.0 |
82 | MIT/Apache-2.0 | 83 | MIT/Apache-2.0 |
83 | MIT/Apache-2.0 AND BSD-2-Clause | ||
84 | Unlicense OR MIT | 84 | Unlicense OR MIT |
85 | Unlicense/MIT | 85 | Unlicense/MIT |
86 | Zlib OR Apache-2.0 OR MIT | 86 | Zlib OR Apache-2.0 OR MIT |