From 9a71ad93bc69236ad2363d27b530be7ffcae4d1b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 2 Jan 2025 07:25:52 -0800 Subject: [PATCH] Include license and notice files in more crates --- datafusion/core/Cargo.toml | 2 +- datafusion/doc/LICENSE.txt | 1 + datafusion/doc/NOTICE.txt | 1 + datafusion/functions-table/LICENSE.txt | 1 + datafusion/functions-table/NOTICE.txt | 1 + datafusion/macros/LICENSE.txt | 1 + datafusion/macros/NOTICE.txt | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) create mode 120000 datafusion/doc/LICENSE.txt create mode 120000 datafusion/doc/NOTICE.txt create mode 120000 datafusion/functions-table/LICENSE.txt create mode 120000 datafusion/functions-table/NOTICE.txt create mode 120000 datafusion/macros/LICENSE.txt create mode 120000 datafusion/macros/NOTICE.txt diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 64ad8f2ba152..7a458f8e9bbb 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -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 } diff --git a/datafusion/doc/LICENSE.txt b/datafusion/doc/LICENSE.txt new file mode 120000 index 000000000000..1ef648f64b34 --- /dev/null +++ b/datafusion/doc/LICENSE.txt @@ -0,0 +1 @@ +../../LICENSE.txt \ No newline at end of file diff --git a/datafusion/doc/NOTICE.txt b/datafusion/doc/NOTICE.txt new file mode 120000 index 000000000000..fb051c92b10b --- /dev/null +++ b/datafusion/doc/NOTICE.txt @@ -0,0 +1 @@ +../../NOTICE.txt \ No newline at end of file diff --git a/datafusion/functions-table/LICENSE.txt b/datafusion/functions-table/LICENSE.txt new file mode 120000 index 000000000000..1ef648f64b34 --- /dev/null +++ b/datafusion/functions-table/LICENSE.txt @@ -0,0 +1 @@ +../../LICENSE.txt \ No newline at end of file diff --git a/datafusion/functions-table/NOTICE.txt b/datafusion/functions-table/NOTICE.txt new file mode 120000 index 000000000000..fb051c92b10b --- /dev/null +++ b/datafusion/functions-table/NOTICE.txt @@ -0,0 +1 @@ +../../NOTICE.txt \ No newline at end of file diff --git a/datafusion/macros/LICENSE.txt b/datafusion/macros/LICENSE.txt new file mode 120000 index 000000000000..1ef648f64b34 --- /dev/null +++ b/datafusion/macros/LICENSE.txt @@ -0,0 +1 @@ +../../LICENSE.txt \ No newline at end of file diff --git a/datafusion/macros/NOTICE.txt b/datafusion/macros/NOTICE.txt new file mode 120000 index 000000000000..fb051c92b10b --- /dev/null +++ b/datafusion/macros/NOTICE.txt @@ -0,0 +1 @@ +../../NOTICE.txt \ No newline at end of file