From c99f87eda64960959778f4d61f35edf87e616560 Mon Sep 17 00:00:00 2001 From: ZENOTME Date: Wed, 24 Jan 2024 22:40:23 +0800 Subject: [PATCH] fix license --- src/common/src/array/arrow/arrow_iceberg.rs | 14 ++++++++++++++ src/connector/src/sink/iceberg/mock_catalog.rs | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/src/common/src/array/arrow/arrow_iceberg.rs b/src/common/src/array/arrow/arrow_iceberg.rs index 584fab264e147..73476a8d291a7 100644 --- a/src/common/src/array/arrow/arrow_iceberg.rs +++ b/src/common/src/array/arrow/arrow_iceberg.rs @@ -1,3 +1,17 @@ +// Copyright 2024 RisingWave Labs +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + use std::sync::Arc; use arrow_array::{ArrayRef, StructArray}; diff --git a/src/connector/src/sink/iceberg/mock_catalog.rs b/src/connector/src/sink/iceberg/mock_catalog.rs index d6e36971faa82..9b9f98bedbedc 100644 --- a/src/connector/src/sink/iceberg/mock_catalog.rs +++ b/src/connector/src/sink/iceberg/mock_catalog.rs @@ -1,3 +1,17 @@ +// Copyright 2024 RisingWave Labs +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + use std::collections::HashMap; use std::sync::Arc;