This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new d2411071 Include license and notice files in published crates (#1601)
d2411071 is described below
commit d24110712e5633302fba481580cf791529638de0
Author: Andrew Kane <[email protected]>
AuthorDate: Tue Aug 19 04:10:04 2025 -0700
Include license and notice files in published crates (#1601)
---
crates/catalog/glue/LICENSE | 1 +
crates/catalog/glue/NOTICE | 1 +
crates/catalog/hms/LICENSE | 1 +
crates/catalog/hms/NOTICE | 1 +
crates/catalog/rest/LICENSE | 1 +
crates/catalog/rest/NOTICE | 1 +
crates/catalog/sql/LICENSE | 1 +
crates/catalog/sql/NOTICE | 1 +
crates/iceberg/LICENSE | 1 +
crates/iceberg/NOTICE | 1 +
crates/integrations/datafusion/LICENSE | 1 +
crates/integrations/datafusion/NOTICE | 1 +
12 files changed, 12 insertions(+)
diff --git a/crates/catalog/glue/LICENSE b/crates/catalog/glue/LICENSE
new file mode 120000
index 00000000..5853aaea
--- /dev/null
+++ b/crates/catalog/glue/LICENSE
@@ -0,0 +1 @@
+../../../LICENSE
\ No newline at end of file
diff --git a/crates/catalog/glue/NOTICE b/crates/catalog/glue/NOTICE
new file mode 120000
index 00000000..295f6bdb
--- /dev/null
+++ b/crates/catalog/glue/NOTICE
@@ -0,0 +1 @@
+../../../NOTICE
\ No newline at end of file
diff --git a/crates/catalog/hms/LICENSE b/crates/catalog/hms/LICENSE
new file mode 120000
index 00000000..5853aaea
--- /dev/null
+++ b/crates/catalog/hms/LICENSE
@@ -0,0 +1 @@
+../../../LICENSE
\ No newline at end of file
diff --git a/crates/catalog/hms/NOTICE b/crates/catalog/hms/NOTICE
new file mode 120000
index 00000000..295f6bdb
--- /dev/null
+++ b/crates/catalog/hms/NOTICE
@@ -0,0 +1 @@
+../../../NOTICE
\ No newline at end of file
diff --git a/crates/catalog/rest/LICENSE b/crates/catalog/rest/LICENSE
new file mode 120000
index 00000000..5853aaea
--- /dev/null
+++ b/crates/catalog/rest/LICENSE
@@ -0,0 +1 @@
+../../../LICENSE
\ No newline at end of file
diff --git a/crates/catalog/rest/NOTICE b/crates/catalog/rest/NOTICE
new file mode 120000
index 00000000..295f6bdb
--- /dev/null
+++ b/crates/catalog/rest/NOTICE
@@ -0,0 +1 @@
+../../../NOTICE
\ No newline at end of file
diff --git a/crates/catalog/sql/LICENSE b/crates/catalog/sql/LICENSE
new file mode 120000
index 00000000..5853aaea
--- /dev/null
+++ b/crates/catalog/sql/LICENSE
@@ -0,0 +1 @@
+../../../LICENSE
\ No newline at end of file
diff --git a/crates/catalog/sql/NOTICE b/crates/catalog/sql/NOTICE
new file mode 120000
index 00000000..295f6bdb
--- /dev/null
+++ b/crates/catalog/sql/NOTICE
@@ -0,0 +1 @@
+../../../NOTICE
\ No newline at end of file
diff --git a/crates/iceberg/LICENSE b/crates/iceberg/LICENSE
new file mode 120000
index 00000000..30cff740
--- /dev/null
+++ b/crates/iceberg/LICENSE
@@ -0,0 +1 @@
+../../LICENSE
\ No newline at end of file
diff --git a/crates/iceberg/NOTICE b/crates/iceberg/NOTICE
new file mode 120000
index 00000000..fb376cfa
--- /dev/null
+++ b/crates/iceberg/NOTICE
@@ -0,0 +1 @@
+../../NOTICE
\ No newline at end of file
diff --git a/crates/integrations/datafusion/LICENSE
b/crates/integrations/datafusion/LICENSE
new file mode 120000
index 00000000..5853aaea
--- /dev/null
+++ b/crates/integrations/datafusion/LICENSE
@@ -0,0 +1 @@
+../../../LICENSE
\ No newline at end of file
diff --git a/crates/integrations/datafusion/NOTICE
b/crates/integrations/datafusion/NOTICE
new file mode 120000
index 00000000..295f6bdb
--- /dev/null
+++ b/crates/integrations/datafusion/NOTICE
@@ -0,0 +1 @@
+../../../NOTICE
\ No newline at end of file