andygrove commented on PR #1: URL: https://github.com/apache/arrow-datafusion-comet/pull/1#issuecomment-1925444681
License check for the Rust dependencies: ``` $ cargo license (MIT OR Apache-2.0) AND Unicode-DFS-2016 (1): unicode-ident 0BSD OR Apache-2.0 OR MIT (1): adler Apache-2.0 (40): arrow, arrow-arith, arrow-array, arrow-buffer, arrow-cast, arrow-csv, arrow-data, arrow-ipc, arrow-json, arrow-ord, arrow-row, arrow-schema, arrow-select, arrow-string, ciborium, ciborium-io, ciborium-ll, datafusion, datafusion-common, datafusion-execution, datafusion-expr, datafusion-optimizer, datafusion-physical-expr, datafusion-physical-plan, datafusion-sql, debugid, flatbuffers, parquet, parquet-format, pprof, prost, prost, prost-build, prost-derive, prost-derive, prost-types, sqlparser, sqlparser_derive, thrift, thrift Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT (3): linux-raw-sys, rustix, wasi Apache-2.0 OR BSD-2-Clause OR MIT (2): zerocopy, zerocopy-derive Apache-2.0 OR BSL-1.0 (1): ryu Apache-2.0 OR CC0-1.0 (1): blake3 Apache-2.0 OR CC0-1.0 OR MIT-0 (1): constant_time_eq Apache-2.0 OR GPL-2.0 OR GPL-3.0 OR MIT (1): assertables Apache-2.0 OR MIT (200): addr2line, ahash, allocator-api2, android-tzdata, android_system_properties, anes, anstyle, anyhow, arc-swap, arrayvec, async-trait, autocfg, backtrace, base64, bitflags, bitflags, blake2, block-buffer, bumpalo, cast, cc, cesu8, cfg-if, chrono, chrono-tz, chrono-tz-build, clap, clap_builder, clap_lex, const-random, const-random-macro, core-foundation-sys, cpp_demangle, cpufeatures, crc32fast, criterion, criterion-plot, crossbeam-deque, crossbeam-epoch, crossbeam-utils, crypto-common, derivative, destructure_traitobject, digest, either, equivalent, errno, fastrand, findshlibs, fixedbitset, flate2, fnv, form_urlencoded, futures, futures-channel, futures-core, futures-executor, futures-io, futures-macro, futures-sink, futures-task, futures-util, getrandom, gimli, glob, half, half, hashbrown, hashbrown, heck, heck, hermit-abi, hex, home, humantime, iana-time-zone, iana-time-zone-haiku, idna, indexmap, indexmap, itertools, itertools, itertools, itoa, jni, jni-s ys, jobserver, js-sys, lazy_static, lexical-core, lexical-parse-float, lexical-parse-integer, lexical-util, lexical-write-float, lexical-write-integer, libc, libm, linked-hash-map, lock_api, log, log-mdc, log4rs, md-5, memmap2, multimap, num, num-bigint, num-complex, num-format, num-integer, num-iter, num-rational, num-traits, num_cpus, object, object_store, once_cell, parking_lot, parking_lot_core, paste, percent-encoding, petgraph, pin-project-lite, pin-utils, pkg-config, ppv-lite86, proc-macro2, quote, rand, rand_chacha, rand_core, rayon, rayon-core, regex, regex-automata, regex-syntax, rustc-demangle, rustc_version, rustversion, scopeguard, semver, seq-macro, serde, serde_derive, serde_json, serde_yaml, sha2, siphasher, smallvec, snafu, snafu-derive, stable_deref_trait, static_assertions, str_stack, syn, syn, tempfile, thiserror, thiserror-impl, thread-id, threadpool, tinytemplate, typenum, unicode-bidi, unicode-normalization, unicode-segmentation, unicode-width, url, uuid, vers ion_check, wasm-bindgen, wasm-bindgen-backend, wasm-bindgen-macro, wasm-bindgen-macro-support, wasm-bindgen-shared, web-sys, winapi, winapi-i686-pc-windows-gnu, winapi-x86_64-pc-windows-gnu, windows-core, windows-sys, windows-targets, windows-targets, windows_aarch64_gnullvm, windows_aarch64_gnullvm, windows_aarch64_msvc, windows_aarch64_msvc, windows_i686_gnu, windows_i686_gnu, windows_i686_msvc, windows_i686_msvc, windows_x86_64_gnu, windows_x86_64_gnu, windows_x86_64_gnullvm, windows_x86_64_gnullvm, windows_x86_64_msvc, windows_x86_64_msvc, yaml-rust, zstd-safe, zstd-sys Apache-2.0 OR MIT OR Zlib (4): bytemuck, miniz_oxide, tinyvec, tinyvec_macros BSD-2-Clause (1): arrayref BSD-3-Clause (4): alloc-no-stdlib, alloc-stdlib, snap, subtle BSD-3-Clause OR MIT (2): brotli, brotli-decompressor CC0-1.0 (1): tiny-keccak CDDL-1.0 (1): inferno MIT (46): bytes, combine, comfy-table, crunchy, dashmap, doc-comment, generic-array, integer-encoding, integer-encoding, is-terminal, lz4, lz4-sys, nix, oorandom, ordered-float, ordered-float, parse-zoneinfo, phf, phf_codegen, phf_generator, phf_shared, plotters, plotters-backend, plotters-svg, quick-xml, redox_syscall, rgb, serde-value, simd-adler32, slab, strum, strum_macros, symbolic-common, symbolic-demangle, tokio, tokio-macros, tokio-stream, tokio-util, tracing, tracing-attributes, tracing-core, twox-hash, typemap-ors, unsafe-any-ors, which, zstd MIT OR Unlicense (8): aho-corasick, byteorder, csv, csv-core, memchr, same-file, walkdir, winapi-util N/A (1): comet ``` could you add https://github.com/apache/arrow-datafusion/blob/main/LICENSE.txt to the root of the repo in the PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
