Skip to content

Commit eb0f8ea

Browse files
committed
Update branch name to "main"
1 parent 6d54acd commit eb0f8ea

Some content is hidden

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

57 files changed

+57
-57
lines changed

Examples/CloudFunctions/Sources/APIGateway/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// Licensed under Apache License v2.0
1919
//
2020
// See LICENSE.txt for license information
21-
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/master/CONTRIBUTORS.txt
21+
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/main/CONTRIBUTORS.txt
2222
// for the list of SwiftAWSLambdaRuntime project authors
2323
//
2424
// SPDX-License-Identifier: Apache-2.0

Examples/CloudFunctions/Sources/Benchmark/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// Licensed under Apache License v2.0
1919
//
2020
// See LICENSE.txt for license information
21-
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/master/CONTRIBUTORS.txt
21+
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/main/CONTRIBUTORS.txt
2222
// for the list of SwiftAWSLambdaRuntime project authors
2323
//
2424
// SPDX-License-Identifier: Apache-2.0

Examples/CloudFunctions/Sources/CurrencyExchange/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// Licensed under Apache License v2.0
1919
//
2020
// See LICENSE.txt for license information
21-
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/master/CONTRIBUTORS.txt
21+
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/main/CONTRIBUTORS.txt
2222
// for the list of SwiftAWSLambdaRuntime project authors
2323
//
2424
// SPDX-License-Identifier: Apache-2.0

Examples/CloudFunctions/Sources/ErrorHandling/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// Licensed under Apache License v2.0
1919
//
2020
// See LICENSE.txt for license information
21-
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/master/CONTRIBUTORS.txt
21+
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/main/CONTRIBUTORS.txt
2222
// for the list of SwiftAWSLambdaRuntime project authors
2323
//
2424
// SPDX-License-Identifier: Apache-2.0

Examples/CloudFunctions/Sources/HelloWorld/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// Licensed under Apache License v2.0
1919
//
2020
// See LICENSE.txt for license information
21-
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/master/CONTRIBUTORS.txt
21+
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/main/CONTRIBUTORS.txt
2222
// for the list of SwiftAWSLambdaRuntime project authors
2323
//
2424
// SPDX-License-Identifier: Apache-2.0

Examples/CloudFunctions/Tests/LinuxMain.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// Licensed under Apache License v2.0
1919
//
2020
// See LICENSE.txt for license information
21-
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/master/CONTRIBUTORS.txt
21+
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/main/CONTRIBUTORS.txt
2222
// for the list of SwiftAWSLambdaRuntime project authors
2323
//
2424
// SPDX-License-Identifier: Apache-2.0

Examples/CloudFunctions/scripts/build-and-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
## Licensed under Apache License v2.0
2020
##
2121
## See LICENSE.txt for license information
22-
## See http://github.com/swift-server/swift-aws-lambda-runtime/blob/master/CONTRIBUTORS.txt
22+
## See http://github.com/swift-server/swift-aws-lambda-runtime/blob/main/CONTRIBUTORS.txt
2323
## for the list of SwiftAWSLambdaRuntime project authors
2424
##
2525
## SPDX-License-Identifier: Apache-2.0

Examples/CloudFunctions/scripts/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
## Licensed under Apache License v2.0
2020
##
2121
## See LICENSE.txt for license information
22-
## See http://github.com/swift-server/swift-aws-lambda-runtime/blob/master/CONTRIBUTORS.txt
22+
## See http://github.com/swift-server/swift-aws-lambda-runtime/blob/main/CONTRIBUTORS.txt
2323
## for the list of SwiftAWSLambdaRuntime project authors
2424
##
2525
## SPDX-License-Identifier: Apache-2.0

Examples/CloudFunctions/scripts/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
## Licensed under Apache License v2.0
2020
##
2121
## See LICENSE.txt for license information
22-
## See http://github.com/swift-server/swift-aws-lambda-runtime/blob/master/CONTRIBUTORS.txt
22+
## See http://github.com/swift-server/swift-aws-lambda-runtime/blob/main/CONTRIBUTORS.txt
2323
## for the list of SwiftAWSLambdaRuntime project authors
2424
##
2525
## SPDX-License-Identifier: Apache-2.0

Examples/LocalDebugging/MyApp/MyApp/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// Licensed under Apache License v2.0
1919
//
2020
// See LICENSE.txt for license information
21-
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/master/CONTRIBUTORS.txt
21+
// See http://github.com/swift-server/swift-aws-lambda-runtime/blob/main/CONTRIBUTORS.txt
2222
// for the list of SwiftAWSLambdaRuntime project authors
2323
//
2424
// SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)