Skip to content

Commit da66191

Browse files
committed
Fixup some file headers that had the Swift.org text instead of Swift Numerics
These are a copy-pasto from introduced when I originally imported approximate equality (which was originally proposed for the standard library).
1 parent 6deae1b commit da66191

File tree

14 files changed

+28
-28
lines changed

14 files changed

+28
-28
lines changed

Sources/ComplexModule/Complex+ElementaryFunctions.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===--- Complex+ElementaryFunctions.swift --------------------*- swift -*-===//
22
//
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
44
//
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
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

Sources/_TestSupport/Error.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===--- Error.swift ------------------------------------------*- swift -*-===//
22
//
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
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Numerics project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

Sources/_TestSupport/Interval.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===--- Interval.swift ---------------------------------------*- swift -*-===//
22
//
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
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Numerics project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

Tests/ComplexTests/ApproximateEqualityTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===--- ApproximateEqualityTests.swift -----------------------*- swift -*-===//
22
//
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
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Numerics project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

Tests/ComplexTests/ElementaryFunctionTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===--- ElementaryFunctionTests.swift ------------------------*- swift -*-===//
22
//
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
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Numerics project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

Tests/Executable/ComplexLog/main.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===--- main.swift -------------------------------------------*- swift -*-===//
22
//
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
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Numerics project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

Tests/Executable/ComplexLog1p/main.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===--- main.swift -------------------------------------------*- swift -*-===//
22
//
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
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2020 Apple Inc. and the Swift Numerics project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

Tests/IntegerUtilitiesTests/DivideTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===--- DivideTests.swift ------------------------------------*- swift -*-===//
22
//
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
44
//
5-
// Copyright (c) 2021 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2021 Apple Inc. and the Swift Numerics project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

Tests/IntegerUtilitiesTests/GCDTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===--- GCDTests.swift ---------------------------------------*- swift -*-===//
22
//
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
44
//
5-
// Copyright (c) 2021 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2021 Apple Inc. and the Swift Numerics project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

Tests/IntegerUtilitiesTests/RotateTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//===--- RotateTests.swift ------------------------------------*- swift -*-===//
22
//
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
44
//
5-
// Copyright (c) 2021 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2021 Apple Inc. and the Swift Numerics project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

0 commit comments

Comments
 (0)