Skip to content

Commit 8d35daf

Browse files
committed
add license header
1 parent 83aa018 commit 8d35daf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

scripts/extract_aws_credentials.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +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+
##===----------------------------------------------------------------------===##
215

316
# Extract AWS credentials from ~/.aws/credentials and ~/.aws/config (default profile)
417
# and set environment variables

0 commit comments

Comments
 (0)