From 59ae36cdb13f78c597648fb5837a2fc506bf153f Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Wed, 12 Jun 2024 10:25:10 -0700 Subject: [PATCH] Add copyright header (#728) --- 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