1+ [spdx ]
2+ ignore-licenses = [
3+ # Apache-2.0 is often misclassified as Pixar, which is a significantly more rare
4+ # https://github.com/jpeddicord/askalono/issues/94
5+ " Pixar"
6+ ]
7+
18[clarify .askalono ]
29expression = " Apache-2.0"
310license-files = [
@@ -21,7 +28,6 @@ license-files = [
2128 { path = " COPYING" , hash = 0x278afbcf },
2229 { path = " LICENSE-APACHE" , hash = 0x24b54f4b },
2330 { path = " LICENSE-MIT" , hash = 0x462dee44 },
24- { path = " src/unicode/data/LICENSE-UNICODE" , hash = 0x70f7339 },
2531]
2632
2733[clarify .crossbeam-channel ]
@@ -58,12 +64,16 @@ license-files = [
5864 { path = " src/unicode_tables/LICENSE-UNICODE" , hash = 0xa7f28b93 },
5965]
6066
61- [clarify .unicode-ident ]
62- expression = " ( MIT OR Apache-2.0) AND Unicode-DFS-2016 "
67+ [clarify .spdx ]
68+ expression = " MIT OR Apache-2.0"
6369license-files = [
64- { path = " LICENSE-APACHE" , hash = 0xb5518783 },
65- { path = " LICENSE-MIT" , hash = 0x386ca1bc },
66- { path = " LICENSE-UNICODE" , hash = 0x9698cbbe },
70+ { path = " LICENSE-MIT" , hash = 0xa502ee8a },
71+ { path = " LICENSE-APACHE" , hash = 0x4fccb6b7 },
72+ ]
73+ skip-dirs = [
74+ # The spdx crate contains the full text of referred licenses
75+ " src/text/licenses" ,
76+ " src/text/exceptions" ,
6777]
6878
6979[clarify .zstd-safe ]
0 commit comments