Skip to content

Commit

Permalink
Fix license header
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBusch committed Jul 18, 2024
1 parent 18750f3 commit 4b1a1b3
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
import Dispatch
import NIOCore
import XCTest

@testable import NIOConcurrencyHelpers

//===----------------------------------------------------------------------===//
//
// This source file is part of the SwiftNIO open source project
Expand All @@ -17,6 +11,12 @@ import XCTest
// SPDX-License-Identifier: Apache-2.0
//
//===----------------------------------------------------------------------===//

import Dispatch
import NIOCore
import XCTest

@testable import NIOConcurrencyHelpers
#if canImport(Darwin)
import Darwin
#elseif canImport(Glibc)
Expand Down

0 comments on commit 4b1a1b3

Please sign in to comment.