From 5a830f9c60a307447443a93fc417949d00c34a39 Mon Sep 17 00:00:00 2001 From: smahana123 Date: Tue, 6 Dec 2022 12:33:33 +0530 Subject: [PATCH] License Headers Added. Issue-id: AIMLWF-6 Signed-off-by: smahana123 Change-Id: Idcd644eb64d36803f2e5fc8daf1ae16c83ca36a3 Signed-off-by: smahana123 --- dataextraction/SparkConfig.ini | 17 +++++++++++++++++ dataextraction/sink/SinkClassConfig.ini | 18 ++++++++++++++++++ dataextraction/source/SourceClassConfig.ini | 17 +++++++++++++++++ dataextraction/transform/TransformClassConfig.ini | 17 +++++++++++++++++ 4 files changed, 69 insertions(+) diff --git a/dataextraction/SparkConfig.ini b/dataextraction/SparkConfig.ini index 7ee005b..bf687d6 100644 --- a/dataextraction/SparkConfig.ini +++ b/dataextraction/SparkConfig.ini @@ -1,3 +1,20 @@ +# ================================================================================== +# +# Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved. +# +# 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. +# +# ================================================================================== [BaseConfig] DefaultAppName=Pipeline DefaultMaster=local[1] diff --git a/dataextraction/sink/SinkClassConfig.ini b/dataextraction/sink/SinkClassConfig.ini index 7a12e9a..a00ee13 100644 --- a/dataextraction/sink/SinkClassConfig.ini +++ b/dataextraction/sink/SinkClassConfig.ini @@ -1,3 +1,21 @@ +# ================================================================================== +# +# Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved. +# +# 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. +# +# ================================================================================== + [ModuleDetails] ModuleName=sink BaseClassName=Sink diff --git a/dataextraction/source/SourceClassConfig.ini b/dataextraction/source/SourceClassConfig.ini index 5e44f6a..a5ec5db 100644 --- a/dataextraction/source/SourceClassConfig.ini +++ b/dataextraction/source/SourceClassConfig.ini @@ -1,3 +1,20 @@ +# ================================================================================== +# +# Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved. +# +# 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. +# +# ================================================================================== [InfluxSource] Name=Influxdb Description= Spark connector that Supports Reading from InfluxDB diff --git a/dataextraction/transform/TransformClassConfig.ini b/dataextraction/transform/TransformClassConfig.ini index 9f2f398..e54c49b 100644 --- a/dataextraction/transform/TransformClassConfig.ini +++ b/dataextraction/transform/TransformClassConfig.ini @@ -1,3 +1,20 @@ +# ================================================================================== +# +# Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved. +# +# 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. +# +# ================================================================================== [SQLTransform] Name=SQLTransformer Description= SQLTransformer Transforms your data using SQL statements -- 2.16.6