From 8e3a48f71bb8f07250fe5a512397f7dcf0584588 Mon Sep 17 00:00:00 2001 From: Daniel Carl Jones Date: Tue, 14 Jul 2026 18:49:18 +0100 Subject: [PATCH] fix(license): Add missing LICENSE and NOTICE symlinks for iceberg-cache-moka and iceberg-catalog-loader --- crates/catalog/loader/LICENSE | 1 + crates/catalog/loader/NOTICE | 1 + crates/integrations/cache-moka/LICENSE | 1 + crates/integrations/cache-moka/NOTICE | 1 + 4 files changed, 4 insertions(+) create mode 120000 crates/catalog/loader/LICENSE create mode 120000 crates/catalog/loader/NOTICE create mode 120000 crates/integrations/cache-moka/LICENSE create mode 120000 crates/integrations/cache-moka/NOTICE diff --git a/crates/catalog/loader/LICENSE b/crates/catalog/loader/LICENSE new file mode 120000 index 0000000000..5853aaea53 --- /dev/null +++ b/crates/catalog/loader/LICENSE @@ -0,0 +1 @@ +../../../LICENSE \ No newline at end of file diff --git a/crates/catalog/loader/NOTICE b/crates/catalog/loader/NOTICE new file mode 120000 index 0000000000..295f6bdb3a --- /dev/null +++ b/crates/catalog/loader/NOTICE @@ -0,0 +1 @@ +../../../NOTICE \ No newline at end of file diff --git a/crates/integrations/cache-moka/LICENSE b/crates/integrations/cache-moka/LICENSE new file mode 120000 index 0000000000..5853aaea53 --- /dev/null +++ b/crates/integrations/cache-moka/LICENSE @@ -0,0 +1 @@ +../../../LICENSE \ No newline at end of file diff --git a/crates/integrations/cache-moka/NOTICE b/crates/integrations/cache-moka/NOTICE new file mode 120000 index 0000000000..295f6bdb3a --- /dev/null +++ b/crates/integrations/cache-moka/NOTICE @@ -0,0 +1 @@ +../../../NOTICE \ No newline at end of file