Skip to content

Commit 32f7cc0

Browse files
committed
Update 3rd party license file
1 parent fff10f3 commit 32f7cc0

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

LICENSE-3rdparty.csv

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ bitflags,https://github.com/bitflags/bitflags,MIT OR Apache-2.0,The Rust Project
1616
bitvec,https://github.com/bitvecto-rs/bitvec,MIT,The bitvec Authors
1717
block-buffer,https://github.com/RustCrypto/utils,MIT OR Apache-2.0,RustCrypto Developers
1818
browserslist-rs,https://github.com/browserslist/browserslist-rs,MIT,Pig Fang <[email protected]>
19+
bstr,https://github.com/BurntSushi/bstr,MIT OR Apache-2.0,Andrew Gallant <[email protected]>
1920
bumpalo,https://github.com/fitzgen/bumpalo,MIT OR Apache-2.0,Nick Fitzgerald <[email protected]>
2021
bytecheck,https://github.com/rkyv/bytecheck,MIT,David Koloski <[email protected]>
2122
bytecount,https://github.com/llogiq/bytecount,Apache-2.0 OR MIT,"Andre Bogus <[email protected]>, Joshua Landau <[email protected]>"
2223
bytes,https://github.com/tokio-rs/bytes,MIT,"Carl Lerche <[email protected]>, Sean McArthur <[email protected]>"
24+
bytes-str,https://github.com/dudykr/ddbase,Apache-2.0,Donny <[email protected]>
2325
camino,https://github.com/camino-rs/camino,MIT OR Apache-2.0,"Without Boats <[email protected]>, Ashley Williams <[email protected]>, Steve Klabnik <[email protected]>, Rain <[email protected]>"
2426
cargo-platform,https://github.com/rust-lang/cargo,MIT OR Apache-2.0,The cargo-platform Authors
2527
cargo_metadata,https://github.com/oli-obk/cargo_metadata,MIT,Oliver Schneider <[email protected]>
2628
castaway,https://github.com/sagebind/castaway,MIT,Stephen M. Coakley <[email protected]>
27-
cfg-if,https://github.com/alexcrichton/cfg-if,MIT OR Apache-2.0,Alex Crichton <[email protected]>
29+
cfg-if,https://github.com/rust-lang/cfg-if,MIT OR Apache-2.0,Alex Crichton <[email protected]>
2830
chrono,https://github.com/chronotope/chrono,MIT OR Apache-2.0,The chrono Authors
2931
compact_str,https://github.com/ParkMyCar/compact_str,MIT,Parker Timmerman <[email protected]>
3032
core-foundation-sys,https://github.com/servo/core-foundation-rs,MIT OR Apache-2.0,The Servo Project Developers
@@ -42,26 +44,25 @@ equivalent,https://github.com/indexmap-rs/equivalent,Apache-2.0 OR MIT,The equiv
4244
errno,https://github.com/lambda-fairy/rust-errno,MIT OR Apache-2.0,"Chris Wong <[email protected]>, Dan Gohman <[email protected]>"
4345
fastrand,https://github.com/smol-rs/fastrand,Apache-2.0 OR MIT,Stjepan Glavina <[email protected]>
4446
fixedbitset,https://github.com/petgraph/fixedbitset,MIT OR Apache-2.0,bluss
47+
foldhash,https://github.com/orlp/foldhash,Zlib,Orson Peters <[email protected]>
4548
funty,https://github.com/myrrlyn/funty,MIT,myrrlyn <[email protected]>
4649
generic-array,https://github.com/fizyk20/generic-array,MIT,"Bartłomiej Kamiński <[email protected]>, Aaron Trent <[email protected]>"
4750
getrandom,https://github.com/rust-random/getrandom,MIT OR Apache-2.0,The Rand Project Developers
4851
glob,https://github.com/rust-lang/glob,MIT OR Apache-2.0,The Rust Project Developers
52+
globset,https://github.com/BurntSushi/ripgrep/tree/master/crates/globset,Unlicense OR MIT,Andrew Gallant <[email protected]>
4953
hashbrown,https://github.com/rust-lang/hashbrown,MIT OR Apache-2.0,Amanieu d'Antras <[email protected]>
5054
heck,https://github.com/withoutboats/heck,MIT OR Apache-2.0,The heck Authors
5155
hermit-abi,https://github.com/hermit-os/hermit-rs,MIT OR Apache-2.0,Stefan Lankes
5256
hex,https://github.com/KokaKiwi/rust-hex,MIT OR Apache-2.0,KokaKiwi <[email protected]>
5357
iana-time-zone,https://github.com/strawlab/iana-time-zone,MIT OR Apache-2.0,"Andrew Straw <[email protected]>, René Kijewski <[email protected]>, Ryan Lopopolo <[email protected]>"
5458
iana-time-zone-haiku,https://github.com/strawlab/iana-time-zone,MIT OR Apache-2.0,René Kijewski <[email protected]>
5559
icu_collections,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
56-
icu_locid,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
57-
icu_locid_transform,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
58-
icu_locid_transform_data,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
60+
icu_locale_core,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
5961
icu_normalizer,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
6062
icu_normalizer_data,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
6163
icu_properties,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
6264
icu_properties_data,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
6365
icu_provider,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
64-
icu_provider_macros,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
6566
idna_adapter,https://github.com/hsivonen/idna_adapter,Apache-2.0 OR MIT,The rust-url developers
6667
if_chain,https://github.com/lambda-fairy/if_chain,MIT OR Apache-2.0,Chris Wong <[email protected]>
6768
indexmap,https://github.com/indexmap-rs/indexmap,Apache-2.0 OR MIT,The indexmap Authors
@@ -102,6 +103,8 @@ pathdiff,https://github.com/Manishearth/pathdiff,MIT OR Apache-2.0,Manish Gorega
102103
petgraph,https://github.com/petgraph/petgraph,MIT OR Apache-2.0,"bluss, mitchmindtree"
103104
phf,https://github.com/rust-phf/rust-phf,MIT,Steven Fackler <[email protected]>
104105
pin-project-lite,https://github.com/taiki-e/pin-project-lite,Apache-2.0 OR MIT,The pin-project-lite Authors
106+
potential_utf,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
107+
precomputed-map,https://github.com/quininer/precomputed-map,MIT,quininer <[email protected]>
105108
pretty_assertions,https://github.com/rust-pretty-assertions/rust-pretty-assertions,MIT OR Apache-2.0,"Colin Kiegel <[email protected]>, Florent Fayolle <[email protected]>, Tom Milligan <[email protected]>"
106109
proc-macro2,https://github.com/dtolnay/proc-macro2,MIT OR Apache-2.0,"David Tolnay <[email protected]>, Alex Crichton <[email protected]>"
107110
psm,https://github.com/rust-lang/stacker,MIT OR Apache-2.0,Simonas Kazlauskas <[email protected]>
@@ -118,10 +121,10 @@ regex-automata,https://github.com/BurntSushi/regex-automata,Unlicense OR MIT,And
118121
regex-automata,https://github.com/rust-lang/regex/tree/master/regex-automata,MIT OR Apache-2.0,"The Rust Project Developers, Andrew Gallant <[email protected]>"
119122
regex-syntax,https://github.com/rust-lang/regex,MIT OR Apache-2.0,The Rust Project Developers
120123
regex-syntax,https://github.com/rust-lang/regex/tree/master/regex-syntax,MIT OR Apache-2.0,"The Rust Project Developers, Andrew Gallant <[email protected]>"
124+
regress,https://github.com/ridiculousfish/regress,MIT OR Apache-2.0,ridiculousfish <[email protected]>
121125
relative-path,https://github.com/udoprog/relative-path,MIT OR Apache-2.0,John-John Tedro <[email protected]>
122126
rend,https://github.com/djkoloski/rend,MIT,David Koloski <[email protected]>
123127
rkyv,https://github.com/rkyv/rkyv,MIT,David Koloski <[email protected]>
124-
rustc-hash,https://github.com/rust-lang-nursery/rustc-hash,Apache-2.0 OR MIT,The Rust Project Developers
125128
rustc-hash,https://github.com/rust-lang/rustc-hash,Apache-2.0 OR MIT,The Rust Project Developers
126129
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]>"
127130
rustversion,https://github.com/dtolnay/rustversion,MIT OR Apache-2.0,David Tolnay <[email protected]>
@@ -130,17 +133,16 @@ ryu-js,https://github.com/boa-dev/ryu-js,Apache-2.0 OR BSL-1.0,"David Tolnay <dt
130133
scoped-tls,https://github.com/alexcrichton/scoped-tls,MIT OR Apache-2.0,Alex Crichton <[email protected]>
131134
scopeguard,https://github.com/bluss/scopeguard,MIT OR Apache-2.0,bluss
132135
semver,https://github.com/dtolnay/semver,MIT OR Apache-2.0,David Tolnay <[email protected]>
136+
seq-macro,https://github.com/dtolnay/seq-macro,MIT OR Apache-2.0,David Tolnay <[email protected]>
133137
serde,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar <[email protected]>, David Tolnay <[email protected]>"
134138
serde_json,https://github.com/serde-rs/json,MIT OR Apache-2.0,"Erick Tryzelaar <[email protected]>, David Tolnay <[email protected]>"
135139
sha1,https://github.com/RustCrypto/hashes,MIT OR Apache-2.0,RustCrypto Developers
136140
sha2,https://github.com/RustCrypto/hashes,MIT OR Apache-2.0,RustCrypto Developers
137141
sharded-slab,https://github.com/hawkw/sharded-slab,MIT,Eliza Weisman <[email protected]>
138-
simd-abstraction,https://github.com/Nugine/simd,MIT,The simd-abstraction Authors
139142
simdutf8,https://github.com/rusticstuff/simdutf8,MIT OR Apache-2.0,Hans Kratz <[email protected]>
140143
siphasher,https://github.com/jedisct1/rust-siphash,MIT OR Apache-2.0,Frank Denis <[email protected]>
141144
smallvec,https://github.com/servo/rust-smallvec,MIT OR Apache-2.0,The Servo Project Developers
142145
smartstring,https://github.com/bodil/smartstring,MPL-2.0+,Bodil Stokke <[email protected]>
143-
sourcemap,https://github.com/getsentry/rust-sourcemap,BSD-3-Clause,Sentry <[email protected]>
144146
st-map,https://github.com/dudykr/ddbase,Apache-2.0,강동윤 <[email protected]>
145147
stable_deref_trait,https://github.com/storyyeller/stable_deref_trait,MIT OR Apache-2.0,Robert Grosse <[email protected]>
146148
stacker,https://github.com/rust-lang/stacker,MIT OR Apache-2.0,"Alex Crichton <[email protected]>, Simonas Kazlauskas <[email protected]>"
@@ -152,6 +154,7 @@ swc_eq_ignore_macros,https://github.com/swc-project/swc,Apache-2.0,강동윤 <kd
152154
swc_node_comments,https://github.com/swc-project/swc,Apache-2.0,"강동윤 <[email protected]>, Daniel Woznicki <[email protected]>"
153155
swc_plugin_macro,https://github.com/swc-project/swc,Apache-2.0,"강동윤 <[email protected]>, OJ Kwon <[email protected]>"
154156
swc_plugin_proxy,https://github.com/swc-project/swc,Apache-2.0,"강동윤 <[email protected]>, OJ Kwon <[email protected]>"
157+
swc_sourcemap,https://github.com/swc-project/swc-sourcemap,BSD-3-Clause,"Sentry <[email protected]>, swc-project <https://swc.rs>"
155158
syn,https://github.com/dtolnay/syn,MIT OR Apache-2.0,David Tolnay <[email protected]>
156159
synstructure,https://github.com/mystor/synstructure,MIT,Nika Layzell <[email protected]>
157160
tap,https://github.com/myrrlyn/tap,MIT,"Elliott Linder <[email protected]>, myrrlyn <[email protected]>"
@@ -169,19 +172,16 @@ tracing-core,https://github.com/tokio-rs/tracing,MIT,Tokio Contributors <team@to
169172
tracing-log,https://github.com/tokio-rs/tracing,MIT,Tokio Contributors <[email protected]>
170173
tracing-subscriber,https://github.com/tokio-rs/tracing,MIT,"Eliza Weisman <[email protected]>, David Barsky <[email protected]>, Tokio Contributors <[email protected]>"
171174
triomphe,https://github.com/Manishearth/triomphe,MIT OR Apache-2.0,"Manish Goregaokar <[email protected]>, The Servo Project Developers"
172-
typed-arena,https://github.com/SimonSapin/rust-typed-arena,MIT,The typed-arena developers
173175
typenum,https://github.com/paholg/typenum,MIT OR Apache-2.0,"Paho Lurie-Gregg <[email protected]>, Andre Bogus <[email protected]>"
174-
unicode-id,https://github.com/Boshen/unicode-id,MIT OR Apache-2.0,"Boshen <[email protected]>, erick.tryzelaar <[email protected]>, kwantam <[email protected]>, Manish Goregaokar <[email protected]>"
175176
unicode-id-start,https://github.com/Boshen/unicode-id-start,(MIT OR Apache-2.0) AND Unicode-DFS-2016,"David Tolnay <[email protected]>, Boshen <[email protected]>"
176177
unicode-ident,https://github.com/dtolnay/unicode-ident,(MIT OR Apache-2.0) AND Unicode-3.0,David Tolnay <[email protected]>
177178
unicode-linebreak,https://github.com/axelf4/unicode-linebreak,Apache-2.0,Axel Forsman <[email protected]>
178179
unicode-width,https://github.com/unicode-rs/unicode-width,MIT OR Apache-2.0,"kwantam <[email protected]>, Manish Goregaokar <[email protected]>"
179180
url,https://github.com/servo/rust-url,MIT OR Apache-2.0,The rust-url developers
180-
utf16_iter,https://github.com/hsivonen/utf16_iter,Apache-2.0 OR MIT,Henri Sivonen <[email protected]>
181181
utf8_iter,https://github.com/hsivonen/utf8_iter,Apache-2.0 OR MIT,Henri Sivonen <[email protected]>
182182
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]>"
183183
valuable,https://github.com/tokio-rs/valuable,MIT,The valuable Authors
184-
wasi,https://github.com/bytecodealliance/wasi,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The Cranelift Project Developers
184+
vsimd,https://github.com/Nugine/simd,MIT,The vsimd Authors
185185
wasi,https://github.com/bytecodealliance/wasi-rs,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The Cranelift Project Developers
186186
wasm-bindgen,https://github.com/rustwasm/wasm-bindgen,MIT OR Apache-2.0,The wasm-bindgen Developers
187187
wasm-bindgen-backend,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend,MIT OR Apache-2.0,The wasm-bindgen Developers
@@ -208,14 +208,14 @@ windows_x86_64_gnullvm,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0
208208
windows_x86_64_msvc,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
209209
winnow,https://github.com/winnow-rs/winnow,MIT,The winnow Authors
210210
wit-bindgen-rt,https://github.com/bytecodealliance/wit-bindgen,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The wit-bindgen-rt Authors
211-
write16,https://github.com/hsivonen/write16,Apache-2.0 OR MIT,The write16 Authors
212211
writeable,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
213212
wyz,https://github.com/myrrlyn/wyz,MIT,myrrlyn <[email protected]>
214213
yansi,https://github.com/SergioBenitez/yansi,MIT OR Apache-2.0,Sergio Benitez <[email protected]>
215214
yoke,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
216215
yoke-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
217-
zerocopy,https://github.com/google/zerocopy,BSD-2-Clause OR Apache-2.0 OR MIT,Joshua Liebow-Feeser <[email protected]>
216+
zerocopy,https://github.com/google/zerocopy,BSD-2-Clause OR Apache-2.0 OR MIT,"Joshua Liebow-Feeser <[email protected]>, Jack Wrenn <[email protected]>"
218217
zerofrom,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
219218
zerofrom-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
219+
zerotrie,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
220220
zerovec,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
221221
zerovec-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>

0 commit comments

Comments
 (0)