diff options
Diffstat (limited to 'xtask')
-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 |