File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Examples/_MyFirstFunction
Sources/AWSLambdaPluginHelper/Vendored/crypto Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
2+ # #===----------------------------------------------------------------------===##
3+ # #
4+ # # This source file is part of the SwiftAWSLambdaRuntime open source project
5+ # #
6+ # # Copyright SwiftAWSLambdaRuntime project authors
7+ # # Copyright (c) Amazon.com, Inc. or its affiliates.
8+ # # Licensed under Apache License v2.0
9+ # #
10+ # # See LICENSE.txt for license information
11+ # # See CONTRIBUTORS.txt for the list of SwiftAWSLambdaRuntime project authors
12+ # #
13+ # # SPDX-License-Identifier: Apache-2.0
14+ # #
15+ # #===----------------------------------------------------------------------===##
216
317# check if docker is installed
418if ! which docker > /dev/null; then
Original file line number Diff line number Diff line change 1- /// ===----------------------------------------------------------------------===//
1+ //===----------------------------------------------------------------------===//
22//
33// This source file is part of the SwiftAWSLambdaRuntime open source project
44//
You can’t perform that action at this time.
0 commit comments