Skip to content

Commit c09bdea

Browse files
author
Kyle Macomber
committed
Fixes copyright comment
rdar://78178197
1 parent 39af9ba commit c09bdea

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

stdlib/public/core/Sendable.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
/// The Sendable protocol indicates that value of the given type can
1414
/// be safely used in concurrent code.

0 commit comments

Comments
 (0)