Skip to content

Commit 27e5c33

Browse files
invalidnameChris Adamson
andauthored
Remove extraneous /-es from license comments. (#37655)
Co-authored-by: Chris Adamson <[email protected]>
1 parent cc4f685 commit 27e5c33

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

stdlib/public/Concurrency/Errors.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/core/EitherSequence.swift

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
////===--- _EitherSequence.swift - A sequence type-erasing two sequences -----===//
2-
////
3-
//// This source file is part of the Swift.org open source project
4-
////
5-
//// Copyright (c) 2014 - 2017 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+
//===--- _EitherSequence.swift - A sequence type-erasing two sequences -----===//
2+
//
3+
// This source file is part of the Swift.org open source project
4+
//
5+
// Copyright (c) 2014 - 2017 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
// Not public stdlib API, currently used in Mirror.children implementation.
1414

0 commit comments

Comments
 (0)