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

Jefffrey pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 6183ac97b1 Add LICENSE.txt and NOTICE.txt to pyarrow crates (#10481)
6183ac97b1 is described below

commit 6183ac97b10878770c3a20a4c89320875ad2fd3f
Author: Arijit Kumar Roy <[email protected]>
AuthorDate: Fri Jul 31 05:38:02 2026 +0530

    Add LICENSE.txt and NOTICE.txt to pyarrow crates (#10481)
    
    ## Summary
    
    Add missing LICENSE.txt and NOTICE.txt symlinks to pyarrow-related
    crates as required by Apache release policy.
    
    Part of #10469
    
    ## Changes
    
    - Add LICENSE.txt and NOTICE.txt symlinks to:
      - arrow-pyarrow
      - arrow-integration-testing
      - arrow-pyarrow-integration-testing
      - arrow-pyarrow-testing
    
    ## Testing
    
    N/A — license file symlinks only.
    
    Signed-off-by: arijitroy003 <[email protected]>
---
 arrow-integration-testing/LICENSE.txt         | 1 +
 arrow-integration-testing/NOTICE.txt          | 1 +
 arrow-pyarrow-integration-testing/LICENSE.txt | 1 +
 arrow-pyarrow-integration-testing/NOTICE.txt  | 1 +
 arrow-pyarrow-testing/LICENSE.txt             | 1 +
 arrow-pyarrow-testing/NOTICE.txt              | 1 +
 arrow-pyarrow/LICENSE.txt                     | 1 +
 arrow-pyarrow/NOTICE.txt                      | 1 +
 8 files changed, 8 insertions(+)

diff --git a/arrow-integration-testing/LICENSE.txt 
b/arrow-integration-testing/LICENSE.txt
new file mode 120000
index 0000000000..4ab43736a8
--- /dev/null
+++ b/arrow-integration-testing/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt
\ No newline at end of file
diff --git a/arrow-integration-testing/NOTICE.txt 
b/arrow-integration-testing/NOTICE.txt
new file mode 120000
index 0000000000..eb9f24e040
--- /dev/null
+++ b/arrow-integration-testing/NOTICE.txt
@@ -0,0 +1 @@
+../NOTICE.txt
\ No newline at end of file
diff --git a/arrow-pyarrow-integration-testing/LICENSE.txt 
b/arrow-pyarrow-integration-testing/LICENSE.txt
new file mode 120000
index 0000000000..4ab43736a8
--- /dev/null
+++ b/arrow-pyarrow-integration-testing/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt
\ No newline at end of file
diff --git a/arrow-pyarrow-integration-testing/NOTICE.txt 
b/arrow-pyarrow-integration-testing/NOTICE.txt
new file mode 120000
index 0000000000..eb9f24e040
--- /dev/null
+++ b/arrow-pyarrow-integration-testing/NOTICE.txt
@@ -0,0 +1 @@
+../NOTICE.txt
\ No newline at end of file
diff --git a/arrow-pyarrow-testing/LICENSE.txt 
b/arrow-pyarrow-testing/LICENSE.txt
new file mode 120000
index 0000000000..4ab43736a8
--- /dev/null
+++ b/arrow-pyarrow-testing/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt
\ No newline at end of file
diff --git a/arrow-pyarrow-testing/NOTICE.txt b/arrow-pyarrow-testing/NOTICE.txt
new file mode 120000
index 0000000000..eb9f24e040
--- /dev/null
+++ b/arrow-pyarrow-testing/NOTICE.txt
@@ -0,0 +1 @@
+../NOTICE.txt
\ No newline at end of file
diff --git a/arrow-pyarrow/LICENSE.txt b/arrow-pyarrow/LICENSE.txt
new file mode 120000
index 0000000000..4ab43736a8
--- /dev/null
+++ b/arrow-pyarrow/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt
\ No newline at end of file
diff --git a/arrow-pyarrow/NOTICE.txt b/arrow-pyarrow/NOTICE.txt
new file mode 120000
index 0000000000..eb9f24e040
--- /dev/null
+++ b/arrow-pyarrow/NOTICE.txt
@@ -0,0 +1 @@
+../NOTICE.txt
\ No newline at end of file

Reply via email to