Skip to content

Commit 6f8e2d6

Browse files
author
Sebastien Stormacq
committed
update license header
1 parent cdfd34a commit 6f8e2d6

File tree

95 files changed

+394
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+394
-95
lines changed

.license_header_template

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
@@===----------------------------------------------------------------------===@@
2+
@@
3+
@@ This source file is part of the SwiftAWSLambdaRuntime open source project
4+
@@
5+
@@ Copyright SwiftAWSLambdaRuntime project authors
6+
@@ Copyright (c) Amazon.com, Inc. or its affiliates.
7+
@@ Licensed under Apache License v2.0
8+
@@
9+
@@ See LICENSE.txt for license information
10+
@@ See CONTRIBUTORS.txt for the list of SwiftAWSLambdaRuntime project authors
11+
@@
12+
@@ SPDX-License-Identifier: Apache-2.0
13+
@@
14+
@@===----------------------------------------------------------------------===@@

Examples/APIGatewayV1/Sources/main.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the SwiftAWSLambdaRuntime open source project
44
//
5-
// Copyright (c) 2025 Apple Inc. and the SwiftAWSLambdaRuntime project authors
5+
// Copyright SwiftAWSLambdaRuntime project authors
6+
// Copyright (c) Amazon.com, Inc. or its affiliates.
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

Examples/APIGatewayV2+LambdaAuthorizer/Sources/APIGatewayLambda/main.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the SwiftAWSLambdaRuntime open source project
44
//
5-
// Copyright (c) 2024 Apple Inc. and the SwiftAWSLambdaRuntime project authors
5+
// Copyright SwiftAWSLambdaRuntime project authors
6+
// Copyright (c) Amazon.com, Inc. or its affiliates.
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

Examples/APIGatewayV2+LambdaAuthorizer/Sources/AuthorizerLambda/main.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the SwiftAWSLambdaRuntime open source project
44
//
5-
// Copyright (c) 2024 Apple Inc. and the SwiftAWSLambdaRuntime project authors
5+
// Copyright SwiftAWSLambdaRuntime project authors
6+
// Copyright (c) Amazon.com, Inc. or its affiliates.
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

Examples/APIGatewayV2/Sources/main.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the SwiftAWSLambdaRuntime open source project
44
//
5-
// Copyright (c) 2024 Apple Inc. and the SwiftAWSLambdaRuntime project authors
5+
// Copyright SwiftAWSLambdaRuntime project authors
6+
// Copyright (c) Amazon.com, Inc. or its affiliates.
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

Examples/BackgroundTasks/Sources/main.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the SwiftAWSLambdaRuntime open source project
44
//
5-
// Copyright (c) 2024 Apple Inc. and the SwiftAWSLambdaRuntime project authors
5+
// Copyright SwiftAWSLambdaRuntime project authors
6+
// Copyright (c) Amazon.com, Inc. or its affiliates.
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

Examples/CDK/Sources/main.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the SwiftAWSLambdaRuntime open source project
44
//
5-
// Copyright (c) 2024 Apple Inc. and the SwiftAWSLambdaRuntime project authors
5+
// Copyright SwiftAWSLambdaRuntime project authors
6+
// Copyright (c) Amazon.com, Inc. or its affiliates.
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

Examples/CDK/infra/bin/deploy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the SwiftAWSLambdaRuntime open source project
44
//
5-
// Copyright (c) 2024 Apple Inc. and the SwiftAWSLambdaRuntime project authors
5+
// Copyright SwiftAWSLambdaRuntime project authors
6+
// Copyright (c) Amazon.com, Inc. or its affiliates.
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the SwiftAWSLambdaRuntime open source project
44
//
5-
// Copyright (c) 2024 Apple Inc. and the SwiftAWSLambdaRuntime project authors
5+
// Copyright SwiftAWSLambdaRuntime project authors
6+
// Copyright (c) Amazon.com, Inc. or its affiliates.
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

Examples/HelloJSON/Sources/main.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the SwiftAWSLambdaRuntime open source project
44
//
5-
// Copyright (c) 2024 Apple Inc. and the SwiftAWSLambdaRuntime project authors
5+
// Copyright SwiftAWSLambdaRuntime project authors
6+
// Copyright (c) Amazon.com, Inc. or its affiliates.
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

0 commit comments

Comments
 (0)