Skip to content

Commit cfc4c91

Browse files
committed
Fix license file
1 parent cb07caa commit cfc4c91

File tree

3 files changed

+108
-15
lines changed

3 files changed

+108
-15
lines changed

LICENSE-3rdparty.csv

+3
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ walkdir,https://github.com/BurntSushi/walkdir,Unlicense OR MIT,Andrew Gallant <j
496496
want,https://github.com/seanmonstar/want,MIT,Sean McArthur <[email protected]>
497497
warp,https://github.com/seanmonstar/warp,MIT,Sean McArthur <[email protected]>
498498
wasi,https://github.com/bytecodealliance/wasi,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The Cranelift Project Developers
499+
wasi,https://github.com/bytecodealliance/wasi-rs,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The Cranelift Project Developers
499500
wasix,https://github.com/wasix-org/wasix-abi-rust,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,"The Cranelift Project Developers, john-sharratt"
500501
wasm-bindgen,https://github.com/rustwasm/wasm-bindgen,MIT OR Apache-2.0,The wasm-bindgen Developers
501502
wasm-bindgen-backend,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend,MIT OR Apache-2.0,The wasm-bindgen Developers
@@ -514,6 +515,7 @@ winapi-util,https://github.com/BurntSushi/winapi-util,Unlicense OR MIT,Andrew Ga
514515
windows,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
515516
winnow,https://github.com/winnow-rs/winnow,MIT,The winnow Authors
516517
winreg,https://github.com/gentoo90/winreg-rs,MIT,Igor Shaula <[email protected]>
518+
wit-bindgen-rt,https://github.com/bytecodealliance/wasi-rs,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The wit-bindgen-rt Authors
517519
write16,https://github.com/hsivonen/write16,Apache-2.0 OR MIT,The write16 Authors
518520
writeable,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
519521
xattr,https://github.com/Stebalien/xattr,MIT OR Apache-2.0,Steven Allen <[email protected]>
@@ -523,6 +525,7 @@ yansi,https://github.com/SergioBenitez/yansi,MIT OR Apache-2.0,Sergio Benitez <s
523525
yoke,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
524526
yoke-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
525527
zerocopy,https://github.com/google/zerocopy,BSD-2-Clause OR Apache-2.0 OR MIT,Joshua Liebow-Feeser <[email protected]>
528+
zerocopy,https://github.com/google/zerocopy,BSD-2-Clause OR Apache-2.0 OR MIT,"Joshua Liebow-Feeser <[email protected]>, Jack Wrenn <[email protected]>"
526529
zerofrom,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
527530
zerofrom-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
528531
zeroize,https://github.com/RustCrypto/utils/tree/master/zeroize,Apache-2.0 OR MIT,The RustCrypto Project Developers

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ archive:
9393
@mkdir -p "./quickwit-${BINARY_VERSION}/config"
9494
@mkdir -p "./quickwit-${BINARY_VERSION}/qwdata"
9595
@cp ./config/quickwit.yaml "./quickwit-${BINARY_VERSION}/config"
96-
@cp ./LICENSE_AGPLv3.0.txt "./quickwit-${BINARY_VERSION}"
96+
@cp ./LICENSE "./quickwit-${BINARY_VERSION}"
9797
@cp "${BINARY_FILE}" "./quickwit-${BINARY_VERSION}"
9898
@tar -czf "${ARCHIVE_NAME}.tar.gz" "./quickwit-${BINARY_VERSION}"
9999
@rm -rf "./quickwit-${BINARY_VERSION}"

quickwit/Cargo.lock

+104-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)