Skip to content

Commit 8fc26c2

Browse files
authored
Include license and notice files in more crates (#13985)
1 parent f1af933 commit 8fc26c2

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name = "datafusion"
2020
description = "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model"
2121
keywords = ["arrow", "query", "sql"]
22-
include = ["benches/*.rs", "src/**/*.rs", "Cargo.toml"]
22+
include = ["benches/*.rs", "src/**/*.rs", "Cargo.toml", "LICENSE.txt", "NOTICE.txt"]
2323
readme = "../../README.md"
2424
version = { workspace = true }
2525
edition = { workspace = true }

datafusion/doc/LICENSE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE.txt

datafusion/doc/NOTICE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../NOTICE.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE.txt

datafusion/functions-table/NOTICE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../NOTICE.txt

datafusion/macros/LICENSE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE.txt

datafusion/macros/NOTICE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../NOTICE.txt

0 commit comments

Comments
 (0)