File tree Expand file tree Collapse file tree 7 files changed +69
-4
lines changed
CommandLineToolPackage/Sources/CommandLineToolPackage
CommandLineTool/CommandLineTool Expand file tree Collapse file tree 7 files changed +69
-4
lines changed Original file line number Diff line number Diff line change 1414 soundness :
1515 name : Soundness
1616 uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
17+ with :
18+ license_header_check_project_name : " Swift"
Original file line number Diff line number Diff line change 1+ @@===----------------------------------------------------------------------===@@
2+ @@
3+ @@ This source file is part of the Swift 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 http://swift.org/LICENSE.txt for license information
9+ @@ See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+ @@
11+ @@===----------------------------------------------------------------------===@@
Original file line number Diff line number Diff line change 1+ **/*.mlmodel
2+ **/*.pbxproj
3+ **/*.png
4+ **/*.strings
5+ **/*.xcbuildrules
6+ **/*.xcspec
7+ **/*.xcworkspacedata
8+ **/Package.swift
9+ .dir-locals.el
10+ .editorconfig
11+ CODEOWNERS
12+ Package.swift
Original file line number Diff line number Diff line change 1+ //===----------------------------------------------------------------------===//
12//
2- // ProductTypesTests.swift
3- // SWBCoreTests
3+ // This source file is part of the Swift open source project
44//
5- // Copyright © 2024 Apple Inc. All rights reserved.
5+ // Copyright (c) 2025 Apple Inc. and the Swift project authors
6+ // Licensed under Apache License v2.0 with Runtime Library Exception
67//
8+ // See http://swift.org/LICENSE.txt for license information
9+ // See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+ //
11+ //===----------------------------------------------------------------------===//
712
813import Testing
914
Original file line number Diff line number Diff line change 1+ //===----------------------------------------------------------------------===//
2+ //
3+ // This source file is part of the Swift open source project
4+ //
5+ // Copyright (c) 2025 Apple Inc. and the Swift project authors
6+ // Licensed under Apache License v2.0 with Runtime Library Exception
7+ //
8+ // See http://swift.org/LICENSE.txt for license information
9+ // See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+ //
11+ //===----------------------------------------------------------------------===//
12+
113int main () {
214 return 0 ;
315}
Original file line number Diff line number Diff line change 1+ //===----------------------------------------------------------------------===//
2+ //
3+ // This source file is part of the Swift open source project
4+ //
5+ // Copyright (c) 2025 Apple Inc. and the Swift project authors
6+ // Licensed under Apache License v2.0 with Runtime Library Exception
7+ //
8+ // See http://swift.org/LICENSE.txt for license information
9+ // See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+ //
11+ //===----------------------------------------------------------------------===//
12+
Original file line number Diff line number Diff line change 1- #! /usr/bin/env bash
1+ #! /bin/bash
2+ # #===----------------------------------------------------------------------===##
3+ # #
4+ # # This source file is part of the Swift open source project
5+ # #
6+ # # Copyright (c) 2025 Apple Inc. and the Swift project authors
7+ # # Licensed under Apache License v2.0 with Runtime Library Exception
8+ # #
9+ # # See http://swift.org/LICENSE.txt for license information
10+ # # See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
11+ # #
12+ # #===----------------------------------------------------------------------===##
213
314set -euo pipefail
415
You can’t perform that action at this time.
0 commit comments