Skip to content

Commit e8a5359

Browse files
committed
Add header to swiftly-install script to satisfy soundness.sh
1 parent 5689d02 commit e8a5359

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

swiftly-install

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
#!/bin/bash -e
1+
#!/bin/bash
2+
##===----------------------------------------------------------------------===##
3+
##
4+
## This source file is part of the Swift.org open source project
5+
##
6+
## Copyright (c) 2025 Apple Inc. and the Swift.org 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 Swift.org project authors
11+
##
12+
## SPDX-License-Identifier: Apache-2.0
13+
##
14+
##===----------------------------------------------------------------------===##
15+
216
# Install script for Swiftly
317
# Usage: curl -fsSL https://swift.org/swiftly-install | sh
418
OS_NAME=$(uname -s)

0 commit comments

Comments
 (0)