Skip to content

Commit da47411

Browse files
committed
mor elicense fixes
1 parent 77d29af commit da47411

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Examples/_MyFirstFunction/create_function.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
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
418
if ! which docker > /dev/null; then

Sources/AWSLambdaPluginHelper/Vendored/crypto/SHA2.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
///===----------------------------------------------------------------------===//
1+
//===----------------------------------------------------------------------===//
22
//
33
// This source file is part of the SwiftAWSLambdaRuntime open source project
44
//

0 commit comments

Comments
 (0)