Skip to content

Commit

Permalink
Include license and notice files in more crates (#13985)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane authored Jan 2, 2025
1 parent f1af933 commit 8fc26c2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
name = "datafusion"
description = "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model"
keywords = ["arrow", "query", "sql"]
include = ["benches/*.rs", "src/**/*.rs", "Cargo.toml"]
include = ["benches/*.rs", "src/**/*.rs", "Cargo.toml", "LICENSE.txt", "NOTICE.txt"]
readme = "../../README.md"
version = { workspace = true }
edition = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions datafusion/doc/LICENSE.txt
1 change: 1 addition & 0 deletions datafusion/doc/NOTICE.txt
1 change: 1 addition & 0 deletions datafusion/functions-table/LICENSE.txt
1 change: 1 addition & 0 deletions datafusion/functions-table/NOTICE.txt
1 change: 1 addition & 0 deletions datafusion/macros/LICENSE.txt
1 change: 1 addition & 0 deletions datafusion/macros/NOTICE.txt

0 comments on commit 8fc26c2

Please sign in to comment.