File tree 8 files changed +26
-26
lines changed
.github/workflows/scripts
8 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # # ===----------------------------------------------------------------------===##
2
+ # #===----------------------------------------------------------------------===##
3
3
# #
4
4
# # This source file is part of the Swift.org open source project
5
5
# #
9
9
# # See https://swift.org/LICENSE.txt for license information
10
10
# # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
11
11
# #
12
- # # ===----------------------------------------------------------------------===##
12
+ # #===----------------------------------------------------------------------===##
13
13
14
14
set -euo pipefail
15
15
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # # ===----------------------------------------------------------------------===##
2
+ # #===----------------------------------------------------------------------===##
3
3
# #
4
4
# # This source file is part of the Swift.org open source project
5
5
# #
9
9
# # See https://swift.org/LICENSE.txt for license information
10
10
# # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
11
11
# #
12
- # # ===----------------------------------------------------------------------===##
12
+ # #===----------------------------------------------------------------------===##
13
13
14
14
set -euo pipefail
15
15
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # # ===----------------------------------------------------------------------===##
2
+ # #===----------------------------------------------------------------------===##
3
3
# #
4
4
# # This source file is part of the Swift.org open source project
5
5
# #
9
9
# # See https://swift.org/LICENSE.txt for license information
10
10
# # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
11
11
# #
12
- # # ===----------------------------------------------------------------------===##
12
+ # #===----------------------------------------------------------------------===##
13
13
14
14
set -euo pipefail
15
15
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # # ===----------------------------------------------------------------------===##
2
+ # #===----------------------------------------------------------------------===##
3
3
# #
4
4
# # This source file is part of the Swift.org open source project
5
5
# #
9
9
# # See https://swift.org/LICENSE.txt for license information
10
10
# # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
11
11
# #
12
- # # ===----------------------------------------------------------------------===##
12
+ # #===----------------------------------------------------------------------===##
13
13
14
14
set -euo pipefail
15
15
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # # ===----------------------------------------------------------------------===##
2
+ # #===----------------------------------------------------------------------===##
3
3
# #
4
4
# # This source file is part of the Swift.org open source project
5
5
# #
9
9
# # See https://swift.org/LICENSE.txt for license information
10
10
# # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
11
11
# #
12
- # # ===----------------------------------------------------------------------===##
12
+ # #===----------------------------------------------------------------------===##
13
13
14
14
set -euo pipefail
15
15
@@ -36,4 +36,4 @@ ${unacceptable_language_lines}
36
36
fi
37
37
38
38
39
- log " ✅ Found no unacceptable language."
39
+ log " ✅ Found no unacceptable language."
Original file line number Diff line number Diff line change 1
- ## ===----------------------------------------------------------------------===##
2
- ##
3
- ## This source file is part of the Swift.org open source project
4
- ##
5
- ## Copyright (c) YEARS Apple Inc. and the Swift project authors
6
- ## Licensed under Apache License v2.0 with Runtime Library Exception
7
- ##
8
- ## See https://swift.org/LICENSE.txt for license information
9
- ## See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
- ##
11
- ## ===----------------------------------------------------------------------===##
1
+ @@ ===----------------------------------------------------------------------===@@
2
+ @@
3
+ @@ This source file is part of the Swift.org open source project
4
+ @@
5
+ @@ Copyright (c) YEARS Apple Inc. and the Swift project authors
6
+ @@ Licensed under Apache License v2.0 with Runtime Library Exception
7
+ @@
8
+ @@ See https://swift.org/LICENSE.txt for license information
9
+ @@ See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ @@
11
+ @@ ===----------------------------------------------------------------------===@@
Original file line number Diff line number Diff line change 1
- # # ===----------------------------------------------------------------------===##
1
+ # #===----------------------------------------------------------------------===##
2
2
# #
3
3
# # This source file is part of the Swift.org open source project
4
4
# #
8
8
# # See https://swift.org/LICENSE.txt for license information
9
9
# # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
10
# #
11
- # # ===----------------------------------------------------------------------===##
11
+ # #===----------------------------------------------------------------------===##
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
- ## ===----------------------------------------------------------------------===##
2
+ ##===----------------------------------------------------------------------===##
3
3
##
4
4
## This source file is part of the Swift.org open source project
5
5
##
9
9
## See https://swift.org/LICENSE.txt for license information
10
10
## See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
11
11
##
12
- ## ===----------------------------------------------------------------------===##
12
+ ##===----------------------------------------------------------------------===##
You can’t perform that action at this time.
0 commit comments