Skip to content

Commit 671380d

Browse files
committed
refactor: Change copyright owner to PassiveLogic for now.
1 parent 5ba8280 commit 671380d

11 files changed

+11
-11
lines changed

Sources/DispatchAsync/AsyncSemaphore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2025 Apple Inc. and the Swift.org project authors
5+
// Copyright (c) 2025 PassiveLogic, Inc.
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/DispatchAsync/DispatchAsync.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2025 Apple Inc. and the Swift.org project authors
5+
// Copyright (c) 2025 PassiveLogic, Inc.
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/DispatchAsync/DispatchGroup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2025 Apple Inc. and the Swift.org project authors
5+
// Copyright (c) 2025 PassiveLogic, Inc.
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/DispatchAsync/DispatchQueue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2025 Apple Inc. and the Swift.org project authors
5+
// Copyright (c) 2025 PassiveLogic, Inc.
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/DispatchAsync/DispatchSemaphore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2025 Apple Inc. and the Swift.org project authors
5+
// Copyright (c) 2025 PassiveLogic, Inc.
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/DispatchAsync/DispatchTime.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2025 Apple Inc. and the Swift.org project authors
5+
// Copyright (c) 2025 PassiveLogic, Inc.
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/DispatchAsync/DispatchTimeInterval.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2025 Apple Inc. and the Swift.org project authors
5+
// Copyright (c) 2025 PassiveLogic, Inc.
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Tests/DispatchAsyncTests/DispatchGroupTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2025 Apple Inc. and the Swift.org project authors
5+
// Copyright (c) 2025 PassiveLogic, Inc.
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Tests/DispatchAsyncTests/DispatchQueueTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2025 Apple Inc. and the Swift.org project authors
5+
// Copyright (c) 2025 PassiveLogic, Inc.
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Tests/DispatchAsyncTests/DispatchSemaphoreTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2025 Apple Inc. and the Swift.org project authors
5+
// Copyright (c) 2025 PassiveLogic, Inc.
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

0 commit comments

Comments
 (0)