Skip to content

Commit 4a8f8dc

Browse files
committed
add license header
1 parent dd10140 commit 4a8f8dc

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Examples/CDK/infra/bin/deploy.ts

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
#!/opt/homebrew/opt/node/bin/node
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// This source file is part of the SwiftAWSLambdaRuntime open source project
4+
//
5+
// Copyright (c) 2024 Apple Inc. and the SwiftAWSLambdaRuntime project authors
6+
// Licensed under Apache License v2.0
7+
//
8+
// See LICENSE.txt for license information
9+
// See CONTRIBUTORS.txt for the list of SwiftAWSLambdaRuntime project authors
10+
//
11+
// SPDX-License-Identifier: Apache-2.0
12+
//
13+
//===----------------------------------------------------------------------===//
14+
215
import * as cdk from 'aws-cdk-lib';
316
import { LambdaApiStack } from '../lib/lambda-api-project-stack';
417

Examples/CDK/infra/lib/lambda-api-project-stack.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// This source file is part of the SwiftAWSLambdaRuntime open source project
4+
//
5+
// Copyright (c) 2024 Apple Inc. and the SwiftAWSLambdaRuntime project authors
6+
// Licensed under Apache License v2.0
7+
//
8+
// See LICENSE.txt for license information
9+
// See CONTRIBUTORS.txt for the list of SwiftAWSLambdaRuntime project authors
10+
//
11+
// SPDX-License-Identifier: Apache-2.0
12+
//
13+
//===----------------------------------------------------------------------===//
14+
115
import * as cdk from 'aws-cdk-lib';
216
import * as lambda from 'aws-cdk-lib/aws-lambda';
317
import * as apigateway from 'aws-cdk-lib/aws-apigatewayv2';

0 commit comments

Comments
 (0)