From fbb4e8f9b714602eda6ab05d1d7a103ce0cb64b5 Mon Sep 17 00:00:00 2001 From: arijitroy003 Date: Wed, 29 Jul 2026 18:05:49 +0530 Subject: [PATCH] Add LICENSE.txt and NOTICE.txt to pyarrow crates Adds symlinks to LICENSE.txt and NOTICE.txt in crates that were missing them, as required by Apache release policy. Closes #10469 Signed-off-by: arijitroy003 --- 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(+) create mode 120000 arrow-integration-testing/LICENSE.txt create mode 120000 arrow-integration-testing/NOTICE.txt create mode 120000 arrow-pyarrow-integration-testing/LICENSE.txt create mode 120000 arrow-pyarrow-integration-testing/NOTICE.txt create mode 120000 arrow-pyarrow-testing/LICENSE.txt create mode 120000 arrow-pyarrow-testing/NOTICE.txt create mode 120000 arrow-pyarrow/LICENSE.txt create mode 120000 arrow-pyarrow/NOTICE.txt diff --git a/arrow-integration-testing/LICENSE.txt b/arrow-integration-testing/LICENSE.txt new file mode 120000 index 000000000000..4ab43736a839 --- /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 000000000000..eb9f24e040b5 --- /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 000000000000..4ab43736a839 --- /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 000000000000..eb9f24e040b5 --- /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 000000000000..4ab43736a839 --- /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 000000000000..eb9f24e040b5 --- /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 000000000000..4ab43736a839 --- /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 000000000000..eb9f24e040b5 --- /dev/null +++ b/arrow-pyarrow/NOTICE.txt @@ -0,0 +1 @@ +../NOTICE.txt \ No newline at end of file