Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix license warning #447

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"log","https://github.com/rust-lang/log","Apache-2.0 OR MIT","The Rust Project Developers"
"matchers","https://github.com/hawkw/matchers","MIT","Eliza Weisman <[email protected]>"
"membarrier","https://github.com/jeehoonkang/membarrier-rs","Apache-2.0 OR MIT","Jeehoon Kang <[email protected]>"
"memchr","https://github.com/BurntSushi/memchr","MIT OR Unlicense","Andrew Gallant <[email protected]>|bluss"
"memchr","https://github.com/BurntSushi/rust-memchr","MIT OR Unlicense","Andrew Gallant <[email protected]>|bluss"
"memoffset","https://github.com/Gilnaa/memoffset","MIT","Gilad Naaman <[email protected]>"
"memoffset","https://github.com/Gilnaa/memoffset","MIT","Gilad Naaman <[email protected]>"
"mio","https://github.com/tokio-rs/mio","MIT","Carl Lerche <[email protected]>|Thomas de Zeeuw <[email protected]>|Tokio Contributors <[email protected]>"
Expand Down Expand Up @@ -96,7 +96,7 @@
"serde","https://github.com/serde-rs/serde","Apache-2.0 OR MIT","Erick Tryzelaar <[email protected]>|David Tolnay <[email protected]>"
"serde_json","https://github.com/serde-rs/json","Apache-2.0 OR MIT","Erick Tryzelaar <[email protected]>|David Tolnay <[email protected]>"
"sharded-slab","https://github.com/hawkw/sharded-slab","MIT","Eliza Weisman <[email protected]>"
"slab","https://github.com/tokio-rs/slab","MIT","Carl Lerche <[email protected]>"
"slab","https://github.com/carllerche/slab","MIT","Carl Lerche <[email protected]>"
"smallvec","https://github.com/servo/rust-smallvec","Apache-2.0 OR MIT","The Servo Project Developers"
"socket2","https://github.com/alexcrichton/socket2-rs","Apache-2.0 OR MIT","Alex Crichton <[email protected]>"
"socket2","https://github.com/rust-lang/socket2","Apache-2.0 OR MIT","Alex Crichton <[email protected]>|Thomas de Zeeuw <[email protected]>"
Expand All @@ -119,7 +119,7 @@
"try-lock","https://github.com/seanmonstar/try-lock","MIT","Sean McArthur <[email protected]>"
"typenum","https://github.com/paholg/typenum","Apache-2.0 OR MIT","Paho Lurie-Gregg <[email protected]>|Andre Bogus <[email protected]>"
"unicode-width","https://github.com/unicode-rs/unicode-width","Apache-2.0 OR MIT","kwantam <[email protected]>|Manish Goregaokar <[email protected]>"
"unicode-xid","https://github.com/unicode-rs/unicode-xid","Apache-2.0 OR MIT","erick.tryzelaar <[email protected]>|kwantam <[email protected]>|Manish Goregaokar <[email protected]>"
"unicode-xid","https://github.com/unicode-rs/unicode-xid","Apache-2.0 OR MIT","erick.tryzelaar <[email protected]>|kwantam <[email protected]>"
"vec_map","https://github.com/contain-rs/vec-map","Apache-2.0 OR MIT","Alex Crichton <[email protected]>|Jorge Aparicio <[email protected]>|Alexis Beingessner <[email protected]>|Brian Anderson <>|tbu- <>|Manish Goregaokar <>|Aaron Turon <[email protected]>|Adolfo Ochagavía <>|Niko Matsakis <>|Steven Fackler <>|Chase Southwood <[email protected]>|Eduard Burtescu <>|Florian Wilkens <>|Félix Raimundo <>|Tibor Benke <>|Markus Siemens <[email protected]>|Josh Branchaud <[email protected]>|Huon Wilson <[email protected]>|Corey Farwell <[email protected]>|Aaron Liblong <>|Nick Cameron <[email protected]>|Patrick Walton <[email protected]>|Felix S Klock II <>|Andrew Paseltiner <[email protected]>|Sean McArthur <[email protected]>|Vadim Petrochenkov <>"
"version_check","https://github.com/SergioBenitez/version_check","Apache-2.0 OR MIT","Sergio Benitez <[email protected]>"
"waker-fn","https://github.com/stjepang/waker-fn","Apache-2.0 OR MIT","Stjepan Glavina <[email protected]>"
Expand Down