From 063e6c168e1e0285e9b15b51fd787bbeced716b8 Mon Sep 17 00:00:00 2001 From: smahana123 Date: Tue, 6 Dec 2022 11:49:45 +0530 Subject: [PATCH] LICENSE HEADERS ADDED. Issue-Id: AIMLFW-6 Signed-off-by: smahana123 Change-Id: Ica1415f50b8c4d4baa45380ce6ac9660c5173eac --- requirements.txt | 17 +++++++++++++++++ tests/requirement_tests.txt | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/requirements.txt b/requirements.txt index 9a9d00c..0fb2e6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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. +# +# ================================================================================== boto3 botocore Flask diff --git a/tests/requirement_tests.txt b/tests/requirement_tests.txt index c01eb38..b0793ce 100644 --- a/tests/requirement_tests.txt +++ b/tests/requirement_tests.txt @@ -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. +# +# ================================================================================== pytest coverage pytest-cov -- 2.16.6