diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 73351d6..43e868f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ For the purpose of tracking copyright, this is the list of individuals and -organizations who have contributed source code to LCLPing. +organizations who have contributed source code to LCL. ### Contributors - Zhennan Zhou diff --git a/Sources/LCLPing/Configuration.swift b/Sources/LCLPing/Configuration.swift index b758134..fda1aba 100644 --- a/Sources/LCLPing/Configuration.swift +++ b/Sources/LCLPing/Configuration.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/HTTP/HTTPChannelHandlers.swift b/Sources/LCLPing/HTTP/HTTPChannelHandlers.swift index ec03044..d23e155 100644 --- a/Sources/LCLPing/HTTP/HTTPChannelHandlers.swift +++ b/Sources/LCLPing/HTTP/HTTPChannelHandlers.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/HTTP/HTTPPing.swift b/Sources/LCLPing/HTTP/HTTPPing.swift index bbfbdff..17bb2a3 100644 --- a/Sources/LCLPing/HTTP/HTTPPing.swift +++ b/Sources/LCLPing/HTTP/HTTPPing.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/ICMP/ICMPChannelHandlers.swift b/Sources/LCLPing/ICMP/ICMPChannelHandlers.swift index 90cc4a2..5342fb9 100644 --- a/Sources/LCLPing/ICMP/ICMPChannelHandlers.swift +++ b/Sources/LCLPing/ICMP/ICMPChannelHandlers.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/ICMP/ICMPPing.swift b/Sources/LCLPing/ICMP/ICMPPing.swift index c796faa..563b278 100644 --- a/Sources/LCLPing/ICMP/ICMPPing.swift +++ b/Sources/LCLPing/ICMP/ICMPPing.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/LCLPing.swift b/Sources/LCLPing/LCLPing.swift index 27fccb7..1a53b87 100644 --- a/Sources/LCLPing/LCLPing.swift +++ b/Sources/LCLPing/LCLPing.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Models/Errors+LCLPing.swift b/Sources/LCLPing/Models/Errors+LCLPing.swift index 8787e2c..568407d 100644 --- a/Sources/LCLPing/Models/Errors+LCLPing.swift +++ b/Sources/LCLPing/Models/Errors+LCLPing.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Models/LatencyEntry.swift b/Sources/LCLPing/Models/LatencyEntry.swift index 84964d6..fa0a3ea 100644 --- a/Sources/LCLPing/Models/LatencyEntry.swift +++ b/Sources/LCLPing/Models/LatencyEntry.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Models/PingResult.swift b/Sources/LCLPing/Models/PingResult.swift index 34378ac..64d6aad 100644 --- a/Sources/LCLPing/Models/PingResult.swift +++ b/Sources/LCLPing/Models/PingResult.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Models/PingSummary.swift b/Sources/LCLPing/Models/PingSummary.swift index 9dbd0f9..cc219ed 100644 --- a/Sources/LCLPing/Models/PingSummary.swift +++ b/Sources/LCLPing/Models/PingSummary.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Models/Request.swift b/Sources/LCLPing/Models/Request.swift index 3660472..ce78590 100644 --- a/Sources/LCLPing/Models/Request.swift +++ b/Sources/LCLPing/Models/Request.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Models/Response.swift b/Sources/LCLPing/Models/Response.swift index 3cd5d49..d895c2b 100644 --- a/Sources/LCLPing/Models/Response.swift +++ b/Sources/LCLPing/Models/Response.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Pingable.swift b/Sources/LCLPing/Pingable.swift index 03da3d0..67189a5 100644 --- a/Sources/LCLPing/Pingable.swift +++ b/Sources/LCLPing/Pingable.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/TestUtils/InboundHeaderRewriter.swift b/Sources/LCLPing/TestUtils/InboundHeaderRewriter.swift index e077cf4..bdf4eae 100644 --- a/Sources/LCLPing/TestUtils/InboundHeaderRewriter.swift +++ b/Sources/LCLPing/TestUtils/InboundHeaderRewriter.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/TestUtils/Rewritable.swift b/Sources/LCLPing/TestUtils/Rewritable.swift index b9e9078..4283afa 100644 --- a/Sources/LCLPing/TestUtils/Rewritable.swift +++ b/Sources/LCLPing/TestUtils/Rewritable.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/TestUtils/TrafficControllerChannelHandler.swift b/Sources/LCLPing/TestUtils/TrafficControllerChannelHandler.swift index 222ef50..d2e6f09 100644 --- a/Sources/LCLPing/TestUtils/TrafficControllerChannelHandler.swift +++ b/Sources/LCLPing/TestUtils/TrafficControllerChannelHandler.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Timer/Timer.swift b/Sources/LCLPing/Timer/Timer.swift index e2400f4..5fa0e83 100644 --- a/Sources/LCLPing/Timer/Timer.swift +++ b/Sources/LCLPing/Timer/Timer.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Utilities/Constants.swift b/Sources/LCLPing/Utilities/Constants.swift index e9834aa..15957c8 100644 --- a/Sources/LCLPing/Utilities/Constants.swift +++ b/Sources/LCLPing/Utilities/Constants.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Utilities/Hex.swift b/Sources/LCLPing/Utilities/Hex.swift index 5c35669..c20e1a1 100644 --- a/Sources/LCLPing/Utilities/Hex.swift +++ b/Sources/LCLPing/Utilities/Hex.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Utilities/LCLPing+Array.swift b/Sources/LCLPing/Utilities/LCLPing+Array.swift index e7d7a6a..0ac9351 100644 --- a/Sources/LCLPing/Utilities/LCLPing+Array.swift +++ b/Sources/LCLPing/Utilities/LCLPing+Array.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Utilities/LCLPing+Double.swift b/Sources/LCLPing/Utilities/LCLPing+Double.swift index fcc88bc..61ee89c 100644 --- a/Sources/LCLPing/Utilities/LCLPing+Double.swift +++ b/Sources/LCLPing/Utilities/LCLPing+Double.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Utilities/LCLPing+Time.swift b/Sources/LCLPing/Utilities/LCLPing+Time.swift index 8216b9b..56d79d1 100644 --- a/Sources/LCLPing/Utilities/LCLPing+Time.swift +++ b/Sources/LCLPing/Utilities/LCLPing+Time.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Utilities/LCLPing+TimeInterval.swift b/Sources/LCLPing/Utilities/LCLPing+TimeInterval.swift index b53b605..1fefd91 100644 --- a/Sources/LCLPing/Utilities/LCLPing+TimeInterval.swift +++ b/Sources/LCLPing/Utilities/LCLPing+TimeInterval.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Utilities/ObjectDecoder.swift b/Sources/LCLPing/Utilities/ObjectDecoder.swift index 527253d..38df8e3 100644 --- a/Sources/LCLPing/Utilities/ObjectDecoder.swift +++ b/Sources/LCLPing/Utilities/ObjectDecoder.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Utilities/PingState.swift b/Sources/LCLPing/Utilities/PingState.swift index b91a1e9..4c70fa2 100644 --- a/Sources/LCLPing/Utilities/PingState.swift +++ b/Sources/LCLPing/Utilities/PingState.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Sources/LCLPing/Utilities/Utilities.swift b/Sources/LCLPing/Utilities/Utilities.swift index fc8570b..5a2ac63 100644 --- a/Sources/LCLPing/Utilities/Utilities.swift +++ b/Sources/LCLPing/Utilities/Utilities.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/HTTPChannelTests/HTTPDuplexerHandlerTests.swift b/Tests/HTTPChannelTests/HTTPDuplexerHandlerTests.swift index 808bc04..5b3f439 100644 --- a/Tests/HTTPChannelTests/HTTPDuplexerHandlerTests.swift +++ b/Tests/HTTPChannelTests/HTTPDuplexerHandlerTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/HTTPChannelTests/HTTPTracingHandlerTests.swift b/Tests/HTTPChannelTests/HTTPTracingHandlerTests.swift index 96d2927..db33937 100644 --- a/Tests/HTTPChannelTests/HTTPTracingHandlerTests.swift +++ b/Tests/HTTPChannelTests/HTTPTracingHandlerTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/ICMPChannelTests/Common.swift b/Tests/ICMPChannelTests/Common.swift index 268fe82..ce016c0 100644 --- a/Tests/ICMPChannelTests/Common.swift +++ b/Tests/ICMPChannelTests/Common.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/ICMPChannelTests/ICMPDecoderTests.swift b/Tests/ICMPChannelTests/ICMPDecoderTests.swift index a5a6068..893ce1d 100644 --- a/Tests/ICMPChannelTests/ICMPDecoderTests.swift +++ b/Tests/ICMPChannelTests/ICMPDecoderTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/ICMPChannelTests/ICMPDuplexerTests.swift b/Tests/ICMPChannelTests/ICMPDuplexerTests.swift index cfa9701..0fd006e 100644 --- a/Tests/ICMPChannelTests/ICMPDuplexerTests.swift +++ b/Tests/ICMPChannelTests/ICMPDuplexerTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/ICMPChannelTests/IPDecoderTests.swift b/Tests/ICMPChannelTests/IPDecoderTests.swift index b49d8a3..495eefc 100644 --- a/Tests/ICMPChannelTests/IPDecoderTests.swift +++ b/Tests/ICMPChannelTests/IPDecoderTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/IntegrationTests/HTTPIntegrationTests.swift b/Tests/IntegrationTests/HTTPIntegrationTests.swift index 2b60bb3..6517840 100644 --- a/Tests/IntegrationTests/HTTPIntegrationTests.swift +++ b/Tests/IntegrationTests/HTTPIntegrationTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/IntegrationTests/ICMPIntegrationTests.swift b/Tests/IntegrationTests/ICMPIntegrationTests.swift index 140ad10..5b8f375 100644 --- a/Tests/IntegrationTests/ICMPIntegrationTests.swift +++ b/Tests/IntegrationTests/ICMPIntegrationTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/ModelTests/ICMPChecksumTests.swift b/Tests/ModelTests/ICMPChecksumTests.swift index 649562e..157b217 100644 --- a/Tests/ModelTests/ICMPChecksumTests.swift +++ b/Tests/ModelTests/ICMPChecksumTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/TimerTests/TimerTests.swift b/Tests/TimerTests/TimerTests.swift index 056f290..9616752 100644 --- a/Tests/TimerTests/TimerTests.swift +++ b/Tests/TimerTests/TimerTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/UtilitiesTests/ArrayTests.swift b/Tests/UtilitiesTests/ArrayTests.swift index bf64972..f5daf75 100644 --- a/Tests/UtilitiesTests/ArrayTests.swift +++ b/Tests/UtilitiesTests/ArrayTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/UtilitiesTests/Common.swift b/Tests/UtilitiesTests/Common.swift index a25648d..bfd7cbf 100644 --- a/Tests/UtilitiesTests/Common.swift +++ b/Tests/UtilitiesTests/Common.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/UtilitiesTests/DoubleTests.swift b/Tests/UtilitiesTests/DoubleTests.swift index daa4b79..736d652 100644 --- a/Tests/UtilitiesTests/DoubleTests.swift +++ b/Tests/UtilitiesTests/DoubleTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/UtilitiesTests/MatchServerTimingTests.swift b/Tests/UtilitiesTests/MatchServerTimingTests.swift index c8c9ff2..fc4b35d 100644 --- a/Tests/UtilitiesTests/MatchServerTimingTests.swift +++ b/Tests/UtilitiesTests/MatchServerTimingTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/UtilitiesTests/ObjectDecoderTests.swift b/Tests/UtilitiesTests/ObjectDecoderTests.swift index b11293b..ee3ae3c 100644 --- a/Tests/UtilitiesTests/ObjectDecoderTests.swift +++ b/Tests/UtilitiesTests/ObjectDecoderTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/UtilitiesTests/SummarizePingResponseTests.swift b/Tests/UtilitiesTests/SummarizePingResponseTests.swift index 847f175..f409a3c 100644 --- a/Tests/UtilitiesTests/SummarizePingResponseTests.swift +++ b/Tests/UtilitiesTests/SummarizePingResponseTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0 diff --git a/Tests/UtilitiesTests/TimeTests.swift b/Tests/UtilitiesTests/TimeTests.swift index c28faaa..671ca74 100644 --- a/Tests/UtilitiesTests/TimeTests.swift +++ b/Tests/UtilitiesTests/TimeTests.swift @@ -1,5 +1,5 @@ // -// This source file is part of the LCLPing open source project +// This source file is part of the LCL open source project // // Copyright (c) 2021-2023 Local Connectivity Lab and the project authors // Licensed under Apache License v2.0