Skip to content

Commit 123bc6c

Browse files
committed
fix soundness
1 parent 52a7c8c commit 123bc6c

File tree

2 files changed

+27
-13
lines changed

2 files changed

+27
-13
lines changed

Examples/ServiceLifecycle/deploy.sh

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
#!/bin/bash
2-
#===----------------------------------------------------------------------===#
3-
#
4-
# This source file is part of the SwiftAWSLambdaRuntime open source project
5-
#
6-
# Copyright (c) 2025 Apple Inc. and the SwiftAWSLambdaRuntime project authors
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-
#===----------------------------------------------------------------------===#
2+
##===----------------------------------------------------------------------===##
3+
##
4+
## This source file is part of the SwiftAWSLambdaRuntime open source project
5+
##
6+
## Copyright (c) 2025 Apple Inc. and the SwiftAWSLambdaRuntime project authors
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+
##===----------------------------------------------------------------------===##
1515

1616
# ServiceLifecycle Lambda Deployment Script
1717
set -e

Examples/ServiceLifecycle/samconfig.toml

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) 2025 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
# SAM configuration file for ServiceLifecycle example
216
version = 0.1
317

0 commit comments

Comments
 (0)