Skip to content

Commit 4df226b

Browse files
committed
Fix copyright notices
1 parent a2ca84e commit 4df226b

5 files changed

Lines changed: 37 additions & 1 deletion

File tree

Sources/System/IORing/IOCompletion.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
This source file is part of the Swift System open source project
3+
4+
Copyright (c) 2023 - 2025 Apple Inc. and the Swift System project authors
5+
Licensed under Apache License v2.0 with Runtime Library Exception
6+
7+
See https://swift.org/LICENSE.txt for license information
8+
*/
9+
110
#if compiler(>=6.2) && $Lifetimes
211
#if os(Linux)
312

Sources/System/IORing/IORequest.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
This source file is part of the Swift System open source project
3+
4+
Copyright (c) 2023 - 2026 Apple Inc. and the Swift System project authors
5+
Licensed under Apache License v2.0 with Runtime Library Exception
6+
7+
See https://swift.org/LICENSE.txt for license information
8+
*/
9+
110
#if compiler(>=6.2) && $Lifetimes
211
#if os(Linux)
312

Sources/System/IORing/IORing.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
This source file is part of the Swift System open source project
3+
4+
Copyright (c) 2023 - 2026 Apple Inc. and the Swift System project authors
5+
Licensed under Apache License v2.0 with Runtime Library Exception
6+
7+
See https://swift.org/LICENSE.txt for license information
8+
*/
9+
110
#if compiler(>=6.2) && $Lifetimes
211
#if os(Linux)
312

Sources/System/IORing/PollEvents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This source file is part of the Swift System open source project
33

4-
Copyright (c) 2020 Apple Inc. and the Swift System project authors
4+
Copyright (c) 2026 Apple Inc. and the Swift System project authors
55
Licensed under Apache License v2.0 with Runtime Library Exception
66

77
See https://swift.org/LICENSE.txt for license information

Sources/System/IORing/RawIORequest.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
This source file is part of the Swift System open source project
3+
4+
Copyright (c) 2023 - 2026 Apple Inc. and the Swift System project authors
5+
Licensed under Apache License v2.0 with Runtime Library Exception
6+
7+
See https://swift.org/LICENSE.txt for license information
8+
*/
9+
110
#if compiler(>=6.2) && $Lifetimes
211
#if os(Linux)
312

0 commit comments

Comments
 (0)