Skip to content

Commit 3a7fd79

Browse files
committed
allow unicode licenses
1 parent 0b741fc commit 3a7fd79

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

xtask/src/tidy.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ fn check_cargo_toml(path: &Path, text: String) {
126126

127127
fn check_licenses(sh: &Shell) {
128128
let expected = "
129-
(MIT OR Apache-2.0) AND Unicode-DFS-2016
129+
(MIT OR Apache-2.0) AND Unicode-3.0
130130
0BSD OR MIT OR Apache-2.0
131131
Apache-2.0
132132
Apache-2.0 OR BSL-1.0
@@ -140,13 +140,12 @@ ISC
140140
MIT
141141
MIT / Apache-2.0
142142
MIT OR Apache-2.0
143-
MIT OR Apache-2.0 OR Zlib
144143
MIT OR Zlib OR Apache-2.0
145144
MIT/Apache-2.0
146145
MPL-2.0
146+
Unicode-3.0
147147
Unlicense OR MIT
148148
Unlicense/MIT
149-
Zlib OR Apache-2.0 OR MIT
150149
"
151150
.lines()
152151
.filter(|it| !it.is_empty())

0 commit comments

Comments
 (0)