Skip to content

Commit 65237d3

Browse files
committed
fix(tools): Add missing SPDX headers to shell scripts
1 parent 6e1aa55 commit 65237d3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.tools/docker-images/build-all.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
# SPDX-License-Identifier: Apache-2.0
4+
25
# Build and push all SDK example Docker images to ECR
36
#
47
# Usage:

.tools/docker-images/run-in-container.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
# SPDX-License-Identifier: Apache-2.0
4+
25
# Run SDK example tests using the pre-built Docker image for a language.
36
#
47
# Usage:

0 commit comments

Comments
 (0)