-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsoundness.sh
executable file
·34 lines (31 loc) · 1.08 KB
/
soundness.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/bash
##===----------------------------------------------------------------------===##
##
## This source file is part of the Swift W3C TraceContext open source project
##
## Copyright (c) 2024 Moritz Lang and the Swift W3C TraceContext project
## authors
## Licensed under Apache License v2.0
##
## See LICENSE.txt for license information
##
## SPDX-License-Identifier: Apache-2.0
##
##===----------------------------------------------------------------------===##
##===----------------------------------------------------------------------===##
##
## This source file is part of the SwiftNIO open source project
##
## Copyright (c) 2017-2019 Apple Inc. and the SwiftNIO project authors
## Licensed under Apache License v2.0
##
## See LICENSE.txt for license information
## See CONTRIBUTORS.txt for the list of SwiftNIO project authors
##
## SPDX-License-Identifier: Apache-2.0
##
##===----------------------------------------------------------------------===##
set -eu
here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
bash $here/validate_license_headers.sh
bash $here/validate_format.sh