Skip to content

Commit e9aff35

Browse files
authored
Merge pull request #36585 from natecook1000/nate/concurrency_headers
2 parents 0702344 + 86b69b9 commit e9aff35

File tree

6 files changed

+67
-55
lines changed

6 files changed

+67
-55
lines changed

stdlib/public/Concurrency/CheckedContinuation.swift

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// This source file is part of the Swift.org open source project
4+
//
5+
// Copyright (c) 2021 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+
//===----------------------------------------------------------------------===//
12+
113
import Swift
214

315
@_silgen_name("swift_continuation_logFailedCheck")

stdlib/public/Concurrency/Executor.swift

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
////===----------------------------------------------------------------------===//
2-
////
3-
//// This source file is part of the Swift.org open source project
4-
////
5-
//// Copyright (c) 2021 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) 2021 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+
//===----------------------------------------------------------------------===//
1212

1313
import Swift
1414

stdlib/public/Concurrency/Task.swift

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
////===----------------------------------------------------------------------===//
2-
////
3-
//// This source file is part of the Swift.org open source project
4-
////
5-
//// Copyright (c) 2020 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) 2020 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+
//===----------------------------------------------------------------------===//
1212

1313
import Swift
1414
@_implementationOnly import _SwiftConcurrencyShims

stdlib/public/Concurrency/TaskCancellation.swift

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
////===----------------------------------------------------------------------===//
2-
////
3-
//// This source file is part of the Swift.org open source project
4-
////
5-
//// Copyright (c) 2020 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) 2020 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+
//===----------------------------------------------------------------------===//
1212

1313
import Swift
1414
@_implementationOnly import _SwiftConcurrencyShims

stdlib/public/Concurrency/TaskGroup.swift

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
////===----------------------------------------------------------------------===//
2-
////
3-
//// This source file is part of the Swift.org open source project
4-
////
5-
//// Copyright (c) 2020 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) 2020 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+
//===----------------------------------------------------------------------===//
1212

1313
import Swift
1414
@_implementationOnly import _SwiftConcurrencyShims

stdlib/public/Concurrency/TaskLocal.swift

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
////===----------------------------------------------------------------------===//
2-
////
3-
//// This source file is part of the Swift.org open source project
4-
////
5-
//// Copyright (c) 2020-2021 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) 2020-2021 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+
//===----------------------------------------------------------------------===//
1212

1313
import Swift
1414
@_implementationOnly import _SwiftConcurrencyShims

0 commit comments

Comments
 (0)