File tree Expand file tree Collapse file tree 14 files changed +28
-28
lines changed Expand file tree Collapse file tree 14 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
1
//===--- Complex+ElementaryFunctions.swift --------------------*- swift -*-===//
2
2
//
3
- // This source file is part of the Swift.org open source project
3
+ // This source file is part of the Swift Numerics open source project
4
4
//
5
- // Copyright (c) 2019-2020 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2019-2020 Apple Inc. and the Swift Numerics project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
Original file line number Diff line number Diff line change 1
1
//===--- Error.swift ------------------------------------------*- swift -*-===//
2
2
//
3
- // This source file is part of the Swift.org open source project
3
+ // This source file is part of the Swift Numerics open source project
4
4
//
5
- // Copyright (c) 2020 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2020 Apple Inc. and the Swift Numerics project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
Original file line number Diff line number Diff line change 1
1
//===--- Interval.swift ---------------------------------------*- swift -*-===//
2
2
//
3
- // This source file is part of the Swift.org open source project
3
+ // This source file is part of the Swift Numerics open source project
4
4
//
5
- // Copyright (c) 2020 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2020 Apple Inc. and the Swift Numerics project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
Original file line number Diff line number Diff line change 1
1
//===--- ApproximateEqualityTests.swift -----------------------*- swift -*-===//
2
2
//
3
- // This source file is part of the Swift.org open source project
3
+ // This source file is part of the Swift Numerics open source project
4
4
//
5
- // Copyright (c) 2020 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2020 Apple Inc. and the Swift Numerics project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
Original file line number Diff line number Diff line change 1
1
//===--- ElementaryFunctionTests.swift ------------------------*- swift -*-===//
2
2
//
3
- // This source file is part of the Swift.org open source project
3
+ // This source file is part of the Swift Numerics open source project
4
4
//
5
- // Copyright (c) 2020 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2020 Apple Inc. and the Swift Numerics project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
Original file line number Diff line number Diff line change 1
1
//===--- main.swift -------------------------------------------*- swift -*-===//
2
2
//
3
- // This source file is part of the Swift.org open source project
3
+ // This source file is part of the Swift Numerics open source project
4
4
//
5
- // Copyright (c) 2020 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2020 Apple Inc. and the Swift Numerics project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
Original file line number Diff line number Diff line change 1
1
//===--- main.swift -------------------------------------------*- swift -*-===//
2
2
//
3
- // This source file is part of the Swift.org open source project
3
+ // This source file is part of the Swift Numerics open source project
4
4
//
5
- // Copyright (c) 2020 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2020 Apple Inc. and the Swift Numerics project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
Original file line number Diff line number Diff line change 1
1
//===--- DivideTests.swift ------------------------------------*- swift -*-===//
2
2
//
3
- // This source file is part of the Swift.org open source project
3
+ // This source file is part of the Swift Numerics open source project
4
4
//
5
- // Copyright (c) 2021 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2021 Apple Inc. and the Swift Numerics project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
Original file line number Diff line number Diff line change 1
1
//===--- GCDTests.swift ---------------------------------------*- swift -*-===//
2
2
//
3
- // This source file is part of the Swift.org open source project
3
+ // This source file is part of the Swift Numerics open source project
4
4
//
5
- // Copyright (c) 2021 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2021 Apple Inc. and the Swift Numerics project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
Original file line number Diff line number Diff line change 1
1
//===--- RotateTests.swift ------------------------------------*- swift -*-===//
2
2
//
3
- // This source file is part of the Swift.org open source project
3
+ // This source file is part of the Swift Numerics open source project
4
4
//
5
- // Copyright (c) 2021 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2021 Apple Inc. and the Swift Numerics project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
You can’t perform that action at this time.
0 commit comments