Skip to content

Commit

Permalink
update header info
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnzhou committed May 12, 2024
1 parent b920f27 commit 4a4f1a7
Show file tree
Hide file tree
Showing 44 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Configuration.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/HTTP/HTTPChannelHandlers.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/HTTP/HTTPPing.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/ICMP/ICMPChannelHandlers.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/ICMP/ICMPPing.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/LCLPing.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Models/Errors+LCLPing.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Models/LatencyEntry.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Models/PingResult.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Models/PingSummary.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Models/Request.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Models/Response.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Pingable.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/TestUtils/InboundHeaderRewriter.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/TestUtils/Rewritable.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Timer/Timer.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Utilities/Constants.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Utilities/Hex.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Utilities/LCLPing+Array.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Utilities/LCLPing+Double.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Utilities/LCLPing+Time.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Utilities/LCLPing+TimeInterval.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Utilities/ObjectDecoder.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Utilities/PingState.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LCLPing/Utilities/Utilities.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/HTTPChannelTests/HTTPDuplexerHandlerTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/HTTPChannelTests/HTTPTracingHandlerTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/ICMPChannelTests/Common.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/ICMPChannelTests/ICMPDecoderTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/ICMPChannelTests/ICMPDuplexerTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/ICMPChannelTests/IPDecoderTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/IntegrationTests/HTTPIntegrationTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/IntegrationTests/ICMPIntegrationTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/ModelTests/ICMPChecksumTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/TimerTests/TimerTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/UtilitiesTests/ArrayTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/UtilitiesTests/Common.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/UtilitiesTests/DoubleTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/UtilitiesTests/MatchServerTimingTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/UtilitiesTests/ObjectDecoderTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/UtilitiesTests/SummarizePingResponseTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/UtilitiesTests/TimeTests.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4a4f1a7

Please sign in to comment.