Skip to content

Commit

Permalink
Adding license info
Browse files Browse the repository at this point in the history
Signed-off-by: Himanshu Setia <[email protected]>
  • Loading branch information
Himanshu Setia committed Sep 7, 2021
1 parent 6cb2408 commit 5ccc78b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bundle-workflow/src/aws/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 10 additions & 0 deletions bundle-workflow/tests/test_aws/__init__.py
Original file line number Diff line number Diff line change
@@ -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"))

0 comments on commit 5ccc78b

Please sign in to comment.