Updating megazord dependency files
This required adding some duplicate entries in dependency-licences.xml. Is this correct, or should we update tools/dependency_summary.py to de-dupe them?
This commit is contained in:
Родитель
a8aa851dc5
Коммит
4b5656962d
|
@ -485,6 +485,7 @@ The following text applies to code linked from these dependencies:
|
|||
[rand_core](https://github.com/rust-random/rand),
|
||||
[regex-syntax](https://github.com/rust-lang/regex),
|
||||
[regex](https://github.com/rust-lang/regex),
|
||||
[remove_dir_all](https://github.com/XAMPPRocky/remove_dir_all.git),
|
||||
[rkv](https://github.com/mozilla/rkv),
|
||||
[ryu](https://github.com/dtolnay/ryu),
|
||||
[semver-parser](https://github.com/steveklabnik/semver-parser),
|
||||
|
@ -497,6 +498,7 @@ The following text applies to code linked from these dependencies:
|
|||
[smallvec](https://github.com/servo/rust-smallvec),
|
||||
[static_assertions](https://github.com/nvzqz/static-assertions-rs),
|
||||
[syn](https://github.com/dtolnay/syn),
|
||||
[tempfile](https://github.com/Stebalien/tempfile),
|
||||
[thiserror-impl](https://github.com/dtolnay/thiserror),
|
||||
[thiserror](https://github.com/dtolnay/thiserror),
|
||||
[tinyvec](https://github.com/Lokathor/tinyvec),
|
||||
|
@ -511,7 +513,9 @@ The following text applies to code linked from these dependencies:
|
|||
[unicode-xid](https://github.com/unicode-rs/unicode-xid),
|
||||
[url](https://github.com/servo/rust-url),
|
||||
[uuid](https://github.com/uuid-rs/uuid),
|
||||
[version_check](https://github.com/SergioBenitez/version_check)
|
||||
[version_check](https://github.com/SergioBenitez/version_check),
|
||||
[winapi-x86_64-pc-windows-gnu](https://github.com/retep998/winapi-rs),
|
||||
[winapi](https://github.com/retep998/winapi-rs)
|
||||
|
||||
```
|
||||
Apache License
|
||||
|
|
|
@ -284,10 +284,22 @@ the details of which are reproduced below.
|
|||
<name>Apache License 2.0: rand</name>
|
||||
<url>https://github.com/rust-random/rand/blob/master/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: rand</name>
|
||||
<url>https://github.com/rust-random/rand/blob/master/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: rand_chacha</name>
|
||||
<url>https://github.com/rust-random/rand/blob/master/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: rand_chacha</name>
|
||||
<url>https://github.com/rust-random/rand/blob/master/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: rand_core</name>
|
||||
<url>https://github.com/rust-random/rand/blob/master/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: rand_core</name>
|
||||
<url>https://github.com/rust-random/rand/blob/master/LICENSE-APACHE</url>
|
||||
|
@ -300,6 +312,10 @@ the details of which are reproduced below.
|
|||
<name>Apache License 2.0: regex-syntax</name>
|
||||
<url>https://github.com/rust-lang/regex/blob/master/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: remove_dir_all</name>
|
||||
<url>https://github.com/XAMPPRocky/remove_dir_all/blob/master/LICENCE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: rkv</name>
|
||||
<url>https://github.com/mozilla/rkv/blob/master/LICENSE</url>
|
||||
|
@ -348,6 +364,10 @@ the details of which are reproduced below.
|
|||
<name>Apache License 2.0: syn</name>
|
||||
<url>https://github.com/dtolnay/syn/blob/master/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: tempfile</name>
|
||||
<url>https://github.com/Stebalien/tempfile/blob/master/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: thiserror</name>
|
||||
<url>https://github.com/dtolnay/thiserror/blob/master/LICENSE-APACHE</url>
|
||||
|
@ -408,6 +428,14 @@ the details of which are reproduced below.
|
|||
<name>Apache License 2.0: version_check</name>
|
||||
<url>https://github.com/SergioBenitez/version_check/blob/master/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: winapi</name>
|
||||
<url>https://github.com/retep998/winapi-rs/blob/master/LICENSE-MIT</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: winapi-x86_64-pc-windows-gnu</name>
|
||||
<url>https://github.com/retep998/winapi-rs/blob/0.3/LICENSE-APACHE</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>MIT License: aho-corasick</name>
|
||||
<url>https://github.com/BurntSushi/aho-corasick/blob/master/LICENSE-MIT</url>
|
||||
|
|
Загрузка…
Ссылка в новой задаче