From b22a37be8a70ae951eb2d657c38b64cf46c54290 Mon Sep 17 00:00:00 2001 From: roma2023 Date: Thu, 28 Dec 2023 20:28:27 +0600 Subject: [PATCH] added license header Signed-off-by: roma2023 --- samples/snapshot/snapshot_sample.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/snapshot/snapshot_sample.py b/samples/snapshot/snapshot_sample.py index 835388fe..b8081ba1 100644 --- a/samples/snapshot/snapshot_sample.py +++ b/samples/snapshot/snapshot_sample.py @@ -1,9 +1,13 @@ #!/usr/bin/env python + # 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. +# +# Modifications Copyright OpenSearch Contributors. See +# GitHub history for details. import tempfile