From 9f771c1502752406008a0dd393bc5163d922c9ae Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Tue, 11 Jun 2024 15:02:07 -0700 Subject: [PATCH] Add copyright header --- tests/greengrass/basic_discovery/hello_world_subscriber.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/greengrass/basic_discovery/hello_world_subscriber.py b/tests/greengrass/basic_discovery/hello_world_subscriber.py index 44fd99b71..ed817a6e9 100644 --- a/tests/greengrass/basic_discovery/hello_world_subscriber.py +++ b/tests/greengrass/basic_discovery/hello_world_subscriber.py @@ -1,3 +1,6 @@ +# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# SPDX-License-Identifier: Apache-2.0. + import argparse import sys import time