From 5ccc78b8c8b2cf39a3c51c39893ea968b3d12e6a Mon Sep 17 00:00:00 2001 From: Himanshu Setia Date: Tue, 7 Sep 2021 11:28:32 -0700 Subject: [PATCH] Adding license info Signed-off-by: Himanshu Setia --- bundle-workflow/src/aws/__init__.py | 7 +++++++ bundle-workflow/tests/test_aws/__init__.py | 10 ++++++++++ 2 files changed, 17 insertions(+) diff --git a/bundle-workflow/src/aws/__init__.py b/bundle-workflow/src/aws/__init__.py index e69de29bb2..84dd740100 100644 --- a/bundle-workflow/src/aws/__init__.py +++ b/bundle-workflow/src/aws/__init__.py @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: Apache-2.0 +# +# The OpenSearch Contributors require contributions made to +# this file be licensed under the Apache-2.0 license or a +# compatible open source license. +# +# This page intentionally left blank. \ No newline at end of file diff --git a/bundle-workflow/tests/test_aws/__init__.py b/bundle-workflow/tests/test_aws/__init__.py index e69de29bb2..59d31429db 100644 --- a/bundle-workflow/tests/test_aws/__init__.py +++ b/bundle-workflow/tests/test_aws/__init__.py @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: Apache-2.0 +# +# The OpenSearch Contributors require contributions made to +# this file be licensed under the Apache-2.0 license or a +# compatible open source license. + +import os +import sys + +sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../../src")) \ No newline at end of file