Skip to content

Commit 95d6951

Browse files
committed
chore: update LICENSE-3rdparty.csv
1 parent f690472 commit 95d6951

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

LICENSE-3rdparty.csv

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ bitvec,https://github.com/bitvecto-rs/bitvec,MIT,The bitvec Authors
2828
block-buffer,https://github.com/RustCrypto/utils,MIT OR Apache-2.0,RustCrypto Developers
2929
block-padding,https://github.com/RustCrypto/utils,MIT OR Apache-2.0,RustCrypto Developers
3030
borsh,https://github.com/near/borsh-rs,MIT OR Apache-2.0,Near Inc <[email protected]>
31-
borsh-derive,https://github.com/nearprotocol/borsh,Apache-2.0,Near Inc <[email protected]>
31+
borsh-derive,https://github.com/near/borsh-rs,Apache-2.0,Near Inc <[email protected]>
3232
bumpalo,https://github.com/fitzgen/bumpalo,MIT OR Apache-2.0,Nick Fitzgerald <[email protected]>
3333
bytecheck,https://github.com/djkoloski/bytecheck,MIT,David Koloski <[email protected]>
34+
byteorder,https://github.com/BurntSushi/byteorder,Unlicense OR MIT,Andrew Gallant <[email protected]>
3435
bytes,https://github.com/tokio-rs/bytes,MIT,"Carl Lerche <[email protected]>, Sean McArthur <[email protected]>"
3536
cbc,https://github.com/RustCrypto/block-modes,MIT OR Apache-2.0,RustCrypto Developers
3637
cesu8,https://github.com/emk/cesu8-rs,Apache-2.0 OR MIT,Eric Kidd <[email protected]>
@@ -47,7 +48,7 @@ cipher,https://github.com/RustCrypto/traits,MIT OR Apache-2.0,RustCrypto Develop
4748
clap,https://github.com/clap-rs/clap,MIT OR Apache-2.0,The clap Authors
4849
clap_builder,https://github.com/clap-rs/clap,MIT OR Apache-2.0,The clap_builder Authors
4950
clap_derive,https://github.com/clap-rs/clap,MIT OR Apache-2.0,The clap_derive Authors
50-
clap_lex,https://github.com/clap-rs/clap/tree/master/clap_lex,MIT OR Apache-2.0,The clap_lex Authors
51+
clap_lex,https://github.com/clap-rs/clap,MIT OR Apache-2.0,The clap_lex Authors
5152
clipboard-win,https://github.com/DoumanAsh/clipboard-win,BSL-1.0,Douman <[email protected]>
5253
codespan-reporting,https://github.com/brendanzab/codespan,Apache-2.0,Brendan Zabarauskas <[email protected]>
5354
colorchoice,https://github.com/rust-cli/anstyle,MIT OR Apache-2.0,The colorchoice Authors
@@ -56,7 +57,7 @@ community-id,https://github.com/traceflight/rs-community-id,MIT OR Apache-2.0,Ju
5657
concurrent-queue,https://github.com/smol-rs/concurrent-queue,Apache-2.0 OR MIT,"Stjepan Glavina <[email protected]>, Taiki Endo <[email protected]>, John Nunley <[email protected]>"
5758
convert_case,https://github.com/rutrum/convert-case,MIT,David Purdum <[email protected]>
5859
convert_case,https://github.com/rutrum/convert-case,MIT,Rutrum <[email protected]>
59-
core-foundation,https://github.com/servo/core-foundation-rs,MIT OR Apache-2.0,The Servo Project Developers
60+
core-foundation,https://github.com/servo/core-foundation-rs,MIT OR Apache-2.0,The Servo Project Developers
6061
cpufeatures,https://github.com/RustCrypto/utils,MIT OR Apache-2.0,RustCrypto Developers
6162
crc32fast,https://github.com/srijs/rust-crc32fast,MIT OR Apache-2.0,"Sam Rijs <[email protected]>, Alex Crichton <[email protected]>"
6263
crossbeam-channel,https://github.com/crossbeam-rs/crossbeam,MIT OR Apache-2.0,The crossbeam-channel Authors
@@ -76,14 +77,13 @@ dns-lookup,https://github.com/keeperofdakeys/dns-lookup,MIT OR Apache-2.0,Josh D
7677
doc-comment,https://github.com/GuillaumeGomez/doc-comment,MIT,Guillaume Gomez <[email protected]>
7778
domain,https://github.com/nlnetlabs/domain,BSD-3-Clause,NLnet Labs <[email protected]>
7879
dyn-clone,https://github.com/dtolnay/dyn-clone,MIT OR Apache-2.0,David Tolnay <[email protected]>
79-
either,https://github.com/bluss/either,MIT OR Apache-2.0,bluss
80+
either,https://github.com/rayon-rs/either,MIT OR Apache-2.0,bluss
8081
encode_unicode,https://github.com/tormol/encode_unicode,Apache-2.0 OR MIT,Torbjørn Birch Moltu <[email protected]>
8182
encoding_rs,https://github.com/hsivonen/encoding_rs,(Apache-2.0 OR MIT) AND BSD-3-Clause,Henri Sivonen <[email protected]>
8283
equivalent,https://github.com/cuviper/equivalent,Apache-2.0 OR MIT,The equivalent Authors
83-
errno,https://github.com/lambda-fairy/rust-errno,MIT OR Apache-2.0,Chris Wong <[email protected]>
8484
error-code,https://github.com/DoumanAsh/error-code,BSL-1.0,Douman <[email protected]>
85-
event-listener,https://github.com/smol-rs/event-listener,Apache-2.0 OR MIT,Stjepan Glavina <[email protected]>
86-
event-listener-strategy,https://github.com/smol-rs/event-listener,Apache-2.0 OR MIT,John Nunley <[email protected]>
85+
event-listener,https://github.com/smol-rs/event-listener,Apache-2.0 OR MIT,"Stjepan Glavina <[email protected]>, John Nunley <[email protected]>"
86+
event-listener-strategy,https://github.com/smol-rs/event-listener-strategy,Apache-2.0 OR MIT,John Nunley <[email protected]>
8787
exitcode,https://github.com/benwilber/exitcode,Apache-2.0,Ben Wilber <[email protected]>
8888
flate2,https://github.com/rust-lang/flate2-rs,MIT OR Apache-2.0,"Alex Crichton <[email protected]>, Josh Triplett <[email protected]>"
8989
funty,https://github.com/myrrlyn/funty,MIT,myrrlyn <[email protected]>
@@ -98,8 +98,7 @@ grok,https://github.com/daschl/grok,Apache-2.0,Michael Nitschinger <michael@nits
9898
hashbrown,https://github.com/rust-lang/hashbrown,MIT OR Apache-2.0,Amanieu d'Antras <[email protected]>
9999
heck,https://github.com/withoutboats/heck,MIT OR Apache-2.0,The heck Authors
100100
heck,https://github.com/withoutboats/heck,MIT OR Apache-2.0,Without Boats <[email protected]>
101-
hermit-abi,https://github.com/hermitcore/hermit-rs,MIT OR Apache-2.0,Stefan Lankes
102-
hermit-abi,https://github.com/hermitcore/rusty-hermit,MIT OR Apache-2.0,Stefan Lankes
101+
hermit-abi,https://github.com/hermit-os/hermit-rs,MIT OR Apache-2.0,Stefan Lankes
103102
hex,https://github.com/KokaKiwi/rust-hex,MIT OR Apache-2.0,KokaKiwi <[email protected]>
104103
hmac,https://github.com/RustCrypto/MACs,MIT OR Apache-2.0,RustCrypto Developers
105104
home,https://github.com/rust-lang/cargo,MIT OR Apache-2.0,Brian Anderson <[email protected]>
@@ -110,8 +109,8 @@ indexmap,https://github.com/indexmap-rs/indexmap,Apache-2.0 OR MIT,The indexmap
110109
indoc,https://github.com/dtolnay/indoc,MIT OR Apache-2.0,David Tolnay <[email protected]>
111110
influxdb-line-protocol,https://github.com/influxdata/influxdb_iox/tree/main/influxdb_line_protocol,MIT OR Apache-2.0,InfluxDB IOx Project Developers
112111
inout,https://github.com/RustCrypto/utils,MIT OR Apache-2.0,RustCrypto Developers
113-
io-lifetimes,https://github.com/sunfishcode/io-lifetimes,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,Dan Gohman <[email protected]>
114112
is-terminal,https://github.com/sunfishcode/is-terminal,MIT,"softprops <[email protected]>, Dan Gohman <[email protected]>"
113+
is_terminal_polyfill,https://github.com/polyfill-rs/is_terminal_polyfill,MIT OR Apache-2.0,The is_terminal_polyfill Authors
115114
itertools,https://github.com/rust-itertools/itertools,MIT OR Apache-2.0,bluss
116115
itoa,https://github.com/dtolnay/itoa,MIT OR Apache-2.0,David Tolnay <[email protected]>
117116
jni,https://github.com/jni-rs/jni-rs,MIT OR Apache-2.0,Josh Chase <[email protected]>
@@ -122,11 +121,11 @@ lalrpop-util,https://github.com/lalrpop/lalrpop,Apache-2.0 OR MIT,Niko Matsakis
122121
lazy_static,https://github.com/rust-lang-nursery/lazy-static.rs,MIT OR Apache-2.0,Marvin Löbel <[email protected]>
123122
libc,https://github.com/rust-lang/libc,MIT OR Apache-2.0,The Rust Project Developers
124123
libm,https://github.com/rust-lang/libm,MIT OR Apache-2.0,Jorge Aparicio <[email protected]>
125-
linux-raw-sys,https://github.com/sunfishcode/linux-raw-sys,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,Dan Gohman <[email protected]>
124+
libredox,https://gitlab.redox-os.org/redox-os/libredox,MIT,4lDO2 <[email protected]>
125+
linux-audit-parser,https://github.com/hillu/linux-audit-parser-rs,LGPL-3.0-or-later,Hilko Bengen <[email protected]>
126126
log,https://github.com/rust-lang/log,MIT OR Apache-2.0,The Rust Project Developers
127127
md-5,https://github.com/RustCrypto/hashes,MIT OR Apache-2.0,RustCrypto Developers
128128
memchr,https://github.com/BurntSushi/memchr,Unlicense OR MIT,"Andrew Gallant <[email protected]>, bluss"
129-
memoffset,https://github.com/Gilnaa/memoffset,MIT,Gilad Naaman <[email protected]>
130129
minimal-lexical,https://github.com/Alexhuszagh/minimal-lexical,MIT OR Apache-2.0,Alex Huszagh <[email protected]>
131130
miniz_oxide,https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide,MIT OR Zlib OR Apache-2.0,"Frommi <[email protected]>, oyvindln <[email protected]>"
132131
mio,https://github.com/tokio-rs/mio,MIT,"Carl Lerche <[email protected]>, Thomas de Zeeuw <[email protected]>, Tokio Contributors <[email protected]>"
@@ -138,7 +137,6 @@ num-bigint,https://github.com/rust-num/num-bigint,MIT OR Apache-2.0,The Rust Pro
138137
num-conv,https://github.com/jhpratt/num-conv,MIT OR Apache-2.0,Jacob Pratt <[email protected]>
139138
num-integer,https://github.com/rust-num/num-integer,MIT OR Apache-2.0,The Rust Project Developers
140139
num-traits,https://github.com/rust-num/num-traits,MIT OR Apache-2.0,The Rust Project Developers
141-
num_cpus,https://github.com/seanmonstar/num_cpus,MIT OR Apache-2.0,Sean McArthur <[email protected]>
142140
num_enum,https://github.com/illicitonion/num_enum,BSD-3-Clause OR MIT OR Apache-2.0,"Daniel Wagner-Hall <[email protected]>, Daniel Henry-Mantilla <[email protected]>, Vincent Esche <[email protected]>"
143141
objc-sys,https://github.com/madsmtm/objc2,MIT,Mads Marquart <[email protected]>
144142
objc2,https://github.com/madsmtm/objc2,MIT,"Steven Sheldon, Mads Marquart <[email protected]>"
@@ -190,8 +188,7 @@ rend,https://github.com/djkoloski/rend,MIT,David Koloski <[email protected]>
190188
rkyv,https://github.com/rkyv/rkyv,MIT,David Koloski <[email protected]>
191189
roxmltree,https://github.com/RazrFalcon/roxmltree,MIT OR Apache-2.0,Yevhenii Reizner <[email protected]>
192190
rust_decimal,https://github.com/paupino/rust-decimal,MIT,Paul Mason <[email protected]>
193-
rustc-demangle,https://github.com/alexcrichton/rustc-demangle,MIT OR Apache-2.0,Alex Crichton <[email protected]>
194-
rustix,https://github.com/bytecodealliance/rustix,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,"Dan Gohman <[email protected]>, Jakub Konka <[email protected]>"
191+
rustc-demangle,https://github.com/rust-lang/rustc-demangle,MIT OR Apache-2.0,Alex Crichton <[email protected]>
195192
rustversion,https://github.com/dtolnay/rustversion,MIT OR Apache-2.0,David Tolnay <[email protected]>
196193
rustyline,https://github.com/kkawakam/rustyline,MIT,Katsu Kawakami <[email protected]>
197194
ryu,https://github.com/dtolnay/ryu,Apache-2.0 OR BSL-1.0,David Tolnay <[email protected]>
@@ -248,7 +245,7 @@ utf8-width,https://github.com/magiclen/utf8-width,MIT,Magic Len <[email protected]
248245
uuid,https://github.com/uuid-rs/uuid,Apache-2.0 OR MIT,"Ashley Mannix<[email protected]>, Dylan DPC<[email protected]>, Hunar Roop Kahlon<[email protected]>"
249246
valuable,https://github.com/tokio-rs/valuable,MIT,The valuable Authors
250247
vte,https://github.com/alacritty/vte,Apache-2.0 OR MIT,"Joe Wilm <[email protected]>, Christian Duerr <[email protected]>"
251-
vte_generate_state_changes,https://github.com/jwilm/vte,Apache-2.0 OR MIT,Christian Duerr <[email protected]>
248+
vte_generate_state_changes,https://github.com/alacritty/vte,Apache-2.0 OR MIT,Christian Duerr <[email protected]>
252249
wasi,https://github.com/bytecodealliance/wasi,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The Cranelift Project Developers
253250
wasm-bindgen,https://github.com/rustwasm/wasm-bindgen,MIT OR Apache-2.0,The wasm-bindgen Developers
254251
wasm-bindgen-backend,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend,MIT OR Apache-2.0,The wasm-bindgen Developers
@@ -263,6 +260,7 @@ windows,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
263260
winnow,https://github.com/winnow-rs/winnow,MIT,The winnow Authors
264261
woothee,https://github.com/woothee/woothee-rust,Apache-2.0,hhatto <[email protected]>
265262
wyz,https://github.com/myrrlyn/wyz,MIT,myrrlyn <[email protected]>
263+
zerocopy,https://github.com/google/zerocopy,BSD-2-Clause OR Apache-2.0 OR MIT,Joshua Liebow-Feeser <[email protected]>
266264
zeroize,https://github.com/RustCrypto/utils/tree/master/zeroize,Apache-2.0 OR MIT,The RustCrypto Project Developers
267265
zstd,https://github.com/gyscos/zstd-rs,MIT,Alexandre Bury <[email protected]>
268266
zstd-safe,https://github.com/gyscos/zstd-rs,MIT OR Apache-2.0,Alexandre Bury <[email protected]>

0 commit comments

Comments
 (0)