Skip to content

Commit

Permalink
Added copyright statements to supported file types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cornell committed Dec 10, 2020
1 parent 3f55169 commit 9df5fb6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/cdk_app_template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,9 @@ To delete the corresponding stack in the AWS CloudFormation Console, do the foll
1. Choose **Delete**.
1. Choose **Delete stack**.

---

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

SPDX-License-Identifier: Apache-2.0

3 changes: 3 additions & 0 deletions tools/cdk_app_template/setup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env node

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

// TODO: Customize this AWS CDK code for your specific AWS CDK solution.
// For more information, see the AWS CDK Developer Guide at
// https://docs.aws.amazon.com/cdk/latest/guide
Expand Down

0 comments on commit 9df5fb6

Please sign in to comment.