This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new b2c29ac8d7 Include license and notice files in more crates (#19913)
b2c29ac8d7 is described below

commit b2c29ac8d73ce97ef3216a815ef20c1af5bdd88e
Author: Andrew Kane <[email protected]>
AuthorDate: Tue Jan 20 23:14:08 2026 -0500

    Include license and notice files in more crates (#19913)
    
    ## Which issue does this PR close?
    
    None
    
    ## Rationale for this change
    
    Applies #13985 to more crates.
    
    ## What changes are included in this PR?
    
    This symlinks `LICENSE.txt` and `NOTICE.txt` so they're included.
    
    ## Are these changes tested?
    
    N/A
    
    ## Are there any user-facing changes?
    
    N/A
---
 datafusion/physical-expr-adapter/LICENSE.txt | 1 +
 datafusion/physical-expr-adapter/NOTICE.txt  | 1 +
 datafusion/pruning/LICENSE.txt               | 1 +
 datafusion/pruning/NOTICE.txt                | 1 +
 4 files changed, 4 insertions(+)

diff --git a/datafusion/physical-expr-adapter/LICENSE.txt 
b/datafusion/physical-expr-adapter/LICENSE.txt
new file mode 120000
index 0000000000..1ef648f64b
--- /dev/null
+++ b/datafusion/physical-expr-adapter/LICENSE.txt
@@ -0,0 +1 @@
+../../LICENSE.txt
\ No newline at end of file
diff --git a/datafusion/physical-expr-adapter/NOTICE.txt 
b/datafusion/physical-expr-adapter/NOTICE.txt
new file mode 120000
index 0000000000..fb051c92b1
--- /dev/null
+++ b/datafusion/physical-expr-adapter/NOTICE.txt
@@ -0,0 +1 @@
+../../NOTICE.txt
\ No newline at end of file
diff --git a/datafusion/pruning/LICENSE.txt b/datafusion/pruning/LICENSE.txt
new file mode 120000
index 0000000000..1ef648f64b
--- /dev/null
+++ b/datafusion/pruning/LICENSE.txt
@@ -0,0 +1 @@
+../../LICENSE.txt
\ No newline at end of file
diff --git a/datafusion/pruning/NOTICE.txt b/datafusion/pruning/NOTICE.txt
new file mode 120000
index 0000000000..fb051c92b1
--- /dev/null
+++ b/datafusion/pruning/NOTICE.txt
@@ -0,0 +1 @@
+../../NOTICE.txt
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to