diff --git a/build/fbcode_builder_config.py b/build/fbcode_builder_config.py index 9442d59fd..be73cc52a 100644 --- a/build/fbcode_builder_config.py +++ b/build/fbcode_builder_config.py @@ -1,5 +1,4 @@ #!/usr/bin/env python - # Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the MIT license found in the diff --git a/build_helper.sh b/build_helper.sh index 69e2578b0..0544ff592 100755 --- a/build_helper.sh +++ b/build_helper.sh @@ -1,5 +1,4 @@ #!/bin/bash -eu - # Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the MIT license found in the diff --git a/cmake/FindDoubleConversion.cmake b/cmake/FindDoubleConversion.cmake index fee62ced1..5941dc039 100644 --- a/cmake/FindDoubleConversion.cmake +++ b/cmake/FindDoubleConversion.cmake @@ -1,3 +1,8 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + # - Try to find double-conversion # Once done, this will define # diff --git a/cmake/FindGMock.cmake b/cmake/FindGMock.cmake index bd139ca20..d0dddb820 100644 --- a/cmake/FindGMock.cmake +++ b/cmake/FindGMock.cmake @@ -1,3 +1,8 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + # # Find libgmock # diff --git a/cmake/FindGlog.cmake b/cmake/FindGlog.cmake index 27e4db09f..da18c8606 100644 --- a/cmake/FindGlog.cmake +++ b/cmake/FindGlog.cmake @@ -1,10 +1,7 @@ # Copyright (c) Meta Platforms, Inc. and affiliates. -# - Try to find Glog -# Once done, this will define # -# GLOG_FOUND - system has Glog -# GLOG_INCLUDE_DIRS - the Glog include directories -# GLOG_LIBRARIES - link these to use Glog +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. include(FindPackageHandleStandardArgs) diff --git a/cmake/FindLibevent.cmake b/cmake/FindLibevent.cmake index 1efe98e16..14e658b97 100644 --- a/cmake/FindLibevent.cmake +++ b/cmake/FindLibevent.cmake @@ -1,3 +1,8 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + # - Try to find Libevent # Once done, this will define # diff --git a/cmake/FindLibrt.cmake b/cmake/FindLibrt.cmake index 0e104edf8..8cfea99ba 100644 --- a/cmake/FindLibrt.cmake +++ b/cmake/FindLibrt.cmake @@ -1,3 +1,8 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + # - Try to find librt # Once done, this will define # diff --git a/getdeps.sh b/getdeps.sh index 229411c41..07b03e1b2 100755 --- a/getdeps.sh +++ b/getdeps.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash - # Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the MIT license found in the diff --git a/install.sh b/install.sh index ba25a0445..b13a74465 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,4 @@ #!/bin/bash -eu - # Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the MIT license found in the diff --git a/quic/QuicConstants.cpp b/quic/QuicConstants.cpp index 279b01188..2d9917cca 100644 --- a/quic/QuicConstants.cpp +++ b/quic/QuicConstants.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/QuicConstants.h b/quic/QuicConstants.h index 60a10c25b..f71255975 100644 --- a/quic/QuicConstants.h +++ b/quic/QuicConstants.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/QuicException.cpp b/quic/QuicException.cpp index 23d3f6e41..80d239760 100644 --- a/quic/QuicException.cpp +++ b/quic/QuicException.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/QuicException.h b/quic/QuicException.h index 1c880a783..423696b56 100644 --- a/quic/QuicException.h +++ b/quic/QuicException.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/api/IoBufQuicBatch.cpp b/quic/api/IoBufQuicBatch.cpp index 69a9729b6..396545d5c 100644 --- a/quic/api/IoBufQuicBatch.cpp +++ b/quic/api/IoBufQuicBatch.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/IoBufQuicBatch.h b/quic/api/IoBufQuicBatch.h index 99525278f..c1e212d44 100644 --- a/quic/api/IoBufQuicBatch.h +++ b/quic/api/IoBufQuicBatch.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/api/LoopDetectorCallback.h b/quic/api/LoopDetectorCallback.h index a261664fc..64fba18fb 100644 --- a/quic/api/LoopDetectorCallback.h +++ b/quic/api/LoopDetectorCallback.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/api/Observer.cpp b/quic/api/Observer.cpp index 935163296..dd211b8e4 100644 --- a/quic/api/Observer.cpp +++ b/quic/api/Observer.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/Observer.h b/quic/api/Observer.h index 0254013bb..74886b70d 100644 --- a/quic/api/Observer.h +++ b/quic/api/Observer.h @@ -3,8 +3,8 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ + #pragma once #include diff --git a/quic/api/QuicBatchWriter.cpp b/quic/api/QuicBatchWriter.cpp index 4b4e05cc5..b420ee65d 100644 --- a/quic/api/QuicBatchWriter.cpp +++ b/quic/api/QuicBatchWriter.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/QuicBatchWriter.h b/quic/api/QuicBatchWriter.h index e41b02205..3d62a1ed5 100644 --- a/quic/api/QuicBatchWriter.h +++ b/quic/api/QuicBatchWriter.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/api/QuicPacketScheduler.cpp b/quic/api/QuicPacketScheduler.cpp index d52d23348..5ee7ce2b8 100644 --- a/quic/api/QuicPacketScheduler.cpp +++ b/quic/api/QuicPacketScheduler.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/QuicPacketScheduler.h b/quic/api/QuicPacketScheduler.h index a5d8456f4..5828b8e9d 100644 --- a/quic/api/QuicPacketScheduler.h +++ b/quic/api/QuicPacketScheduler.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/api/QuicSocket.cpp b/quic/api/QuicSocket.cpp index 052ecbd78..b6a09c190 100644 --- a/quic/api/QuicSocket.cpp +++ b/quic/api/QuicSocket.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/QuicSocket.h b/quic/api/QuicSocket.h index 6119a05eb..0fd73cf2f 100644 --- a/quic/api/QuicSocket.h +++ b/quic/api/QuicSocket.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/api/QuicStreamAsyncTransport.cpp b/quic/api/QuicStreamAsyncTransport.cpp index adc935da9..51fd0875e 100644 --- a/quic/api/QuicStreamAsyncTransport.cpp +++ b/quic/api/QuicStreamAsyncTransport.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/QuicStreamAsyncTransport.h b/quic/api/QuicStreamAsyncTransport.h index 49d3655c5..50b4f9077 100644 --- a/quic/api/QuicStreamAsyncTransport.h +++ b/quic/api/QuicStreamAsyncTransport.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/api/QuicTransportBase.cpp b/quic/api/QuicTransportBase.cpp index 6e224fce3..70e241c23 100644 --- a/quic/api/QuicTransportBase.cpp +++ b/quic/api/QuicTransportBase.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/QuicTransportBase.h b/quic/api/QuicTransportBase.h index 5890a9e4c..15c56b670 100644 --- a/quic/api/QuicTransportBase.h +++ b/quic/api/QuicTransportBase.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/api/QuicTransportFunctions.cpp b/quic/api/QuicTransportFunctions.cpp index 43b12f9b5..db9875340 100644 --- a/quic/api/QuicTransportFunctions.cpp +++ b/quic/api/QuicTransportFunctions.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/QuicTransportFunctions.h b/quic/api/QuicTransportFunctions.h index a1dd7cb78..120367300 100644 --- a/quic/api/QuicTransportFunctions.h +++ b/quic/api/QuicTransportFunctions.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/api/test/IoBufQuicBatchTest.cpp b/quic/api/test/IoBufQuicBatchTest.cpp index e87e08251..d7ca8e96f 100644 --- a/quic/api/test/IoBufQuicBatchTest.cpp +++ b/quic/api/test/IoBufQuicBatchTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/test/MockQuicSocket.h b/quic/api/test/MockQuicSocket.h index 181a821a8..09b984acb 100644 --- a/quic/api/test/MockQuicSocket.h +++ b/quic/api/test/MockQuicSocket.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/api/test/Mocks.h b/quic/api/test/Mocks.h index a8b3c3b3d..44ff426fd 100644 --- a/quic/api/test/Mocks.h +++ b/quic/api/test/Mocks.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/api/test/QuicBatchWriterTest.cpp b/quic/api/test/QuicBatchWriterTest.cpp index 9d115be80..27d713a48 100644 --- a/quic/api/test/QuicBatchWriterTest.cpp +++ b/quic/api/test/QuicBatchWriterTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/test/QuicPacketSchedulerTest.cpp b/quic/api/test/QuicPacketSchedulerTest.cpp index ac7e77c56..d2d6105da 100644 --- a/quic/api/test/QuicPacketSchedulerTest.cpp +++ b/quic/api/test/QuicPacketSchedulerTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/test/QuicStreamAsyncTransportTest.cpp b/quic/api/test/QuicStreamAsyncTransportTest.cpp index bb4eb69cc..ecee871cf 100644 --- a/quic/api/test/QuicStreamAsyncTransportTest.cpp +++ b/quic/api/test/QuicStreamAsyncTransportTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/test/QuicTransportBaseTest.cpp b/quic/api/test/QuicTransportBaseTest.cpp index e64fc8e57..0e666d4b3 100644 --- a/quic/api/test/QuicTransportBaseTest.cpp +++ b/quic/api/test/QuicTransportBaseTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/test/QuicTransportFunctionsTest.cpp b/quic/api/test/QuicTransportFunctionsTest.cpp index fdf3cf8d9..60178e282 100644 --- a/quic/api/test/QuicTransportFunctionsTest.cpp +++ b/quic/api/test/QuicTransportFunctionsTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/test/QuicTransportTest.cpp b/quic/api/test/QuicTransportTest.cpp index a8677ddb9..a68128d04 100644 --- a/quic/api/test/QuicTransportTest.cpp +++ b/quic/api/test/QuicTransportTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/test/QuicTypedTransportTest.cpp b/quic/api/test/QuicTypedTransportTest.cpp index bf302e13e..e6442fa7d 100644 --- a/quic/api/test/QuicTypedTransportTest.cpp +++ b/quic/api/test/QuicTypedTransportTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/api/test/QuicTypedTransportTestUtil.h b/quic/api/test/QuicTypedTransportTestUtil.h index d45a9e52a..46b05c5d7 100644 --- a/quic/api/test/QuicTypedTransportTestUtil.h +++ b/quic/api/test/QuicTypedTransportTestUtil.h @@ -1,4 +1,9 @@ -// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ // #include // #include diff --git a/quic/api/test/TestQuicTransport.h b/quic/api/test/TestQuicTransport.h index b0a1c5506..355f4180d 100644 --- a/quic/api/test/TestQuicTransport.h +++ b/quic/api/test/TestQuicTransport.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/client/QuicClientAsyncTransport.cpp b/quic/client/QuicClientAsyncTransport.cpp index a23bb0cae..b3ea972a7 100644 --- a/quic/client/QuicClientAsyncTransport.cpp +++ b/quic/client/QuicClientAsyncTransport.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/client/QuicClientAsyncTransport.h b/quic/client/QuicClientAsyncTransport.h index 67f277fe3..1476cf220 100644 --- a/quic/client/QuicClientAsyncTransport.h +++ b/quic/client/QuicClientAsyncTransport.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/client/QuicClientTransport.cpp b/quic/client/QuicClientTransport.cpp index 8aed583fc..87877cb14 100644 --- a/quic/client/QuicClientTransport.cpp +++ b/quic/client/QuicClientTransport.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/client/QuicClientTransport.h b/quic/client/QuicClientTransport.h index e8d277bf0..3cf252429 100644 --- a/quic/client/QuicClientTransport.h +++ b/quic/client/QuicClientTransport.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/client/connector/QuicConnector.cpp b/quic/client/connector/QuicConnector.cpp index 2277ed7de..8c7dd6f34 100644 --- a/quic/client/connector/QuicConnector.cpp +++ b/quic/client/connector/QuicConnector.cpp @@ -1,8 +1,7 @@ /* * Copyright (c) Meta Platforms, Inc. and affiliates. - * All rights reserved. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/quic/client/connector/QuicConnector.h b/quic/client/connector/QuicConnector.h index 211df7523..c07f7036e 100644 --- a/quic/client/connector/QuicConnector.h +++ b/quic/client/connector/QuicConnector.h @@ -1,8 +1,7 @@ /* * Copyright (c) Meta Platforms, Inc. and affiliates. - * All rights reserved. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/quic/client/handshake/CachedServerTransportParameters.h b/quic/client/handshake/CachedServerTransportParameters.h index bb1f2ff48..1301e4eea 100644 --- a/quic/client/handshake/CachedServerTransportParameters.h +++ b/quic/client/handshake/CachedServerTransportParameters.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/client/handshake/ClientHandshake.cpp b/quic/client/handshake/ClientHandshake.cpp index 66d992e1e..758616920 100644 --- a/quic/client/handshake/ClientHandshake.cpp +++ b/quic/client/handshake/ClientHandshake.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/client/handshake/ClientHandshake.h b/quic/client/handshake/ClientHandshake.h index a153008c4..fde36b803 100644 --- a/quic/client/handshake/ClientHandshake.h +++ b/quic/client/handshake/ClientHandshake.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/client/handshake/ClientHandshakeFactory.h b/quic/client/handshake/ClientHandshakeFactory.h index d4a083602..fae83ad8a 100644 --- a/quic/client/handshake/ClientHandshakeFactory.h +++ b/quic/client/handshake/ClientHandshakeFactory.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/client/handshake/ClientTransportParametersExtension.h b/quic/client/handshake/ClientTransportParametersExtension.h index 4586ba0be..54769c077 100644 --- a/quic/client/handshake/ClientTransportParametersExtension.h +++ b/quic/client/handshake/ClientTransportParametersExtension.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/client/state/ClientStateMachine.cpp b/quic/client/state/ClientStateMachine.cpp index 50360e3bc..a0af8def1 100644 --- a/quic/client/state/ClientStateMachine.cpp +++ b/quic/client/state/ClientStateMachine.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/client/state/ClientStateMachine.h b/quic/client/state/ClientStateMachine.h index 93fb61598..60c8e52a7 100644 --- a/quic/client/state/ClientStateMachine.h +++ b/quic/client/state/ClientStateMachine.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/client/test/ClientStateMachineTest.cpp b/quic/client/test/ClientStateMachineTest.cpp index 1dbc1c9e4..1ff529529 100644 --- a/quic/client/test/ClientStateMachineTest.cpp +++ b/quic/client/test/ClientStateMachineTest.cpp @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include #include diff --git a/quic/client/test/Mocks.h b/quic/client/test/Mocks.h index 8bb067b1c..d980cbad8 100644 --- a/quic/client/test/Mocks.h +++ b/quic/client/test/Mocks.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/client/test/QuicConnectorTest.cpp b/quic/client/test/QuicConnectorTest.cpp index 220147516..49e8a5065 100644 --- a/quic/client/test/QuicConnectorTest.cpp +++ b/quic/client/test/QuicConnectorTest.cpp @@ -1,4 +1,9 @@ -// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include #include diff --git a/quic/codec/ConnectionIdAlgo.h b/quic/codec/ConnectionIdAlgo.h index 23d0e404f..e896c0703 100644 --- a/quic/codec/ConnectionIdAlgo.h +++ b/quic/codec/ConnectionIdAlgo.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/Decode.cpp b/quic/codec/Decode.cpp index cdb6f571f..247cef177 100644 --- a/quic/codec/Decode.cpp +++ b/quic/codec/Decode.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/Decode.h b/quic/codec/Decode.h index 79c6bf021..158d5da62 100644 --- a/quic/codec/Decode.h +++ b/quic/codec/Decode.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/DefaultConnectionIdAlgo.cpp b/quic/codec/DefaultConnectionIdAlgo.cpp index 43f9923ae..7f8ece7be 100644 --- a/quic/codec/DefaultConnectionIdAlgo.cpp +++ b/quic/codec/DefaultConnectionIdAlgo.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/DefaultConnectionIdAlgo.h b/quic/codec/DefaultConnectionIdAlgo.h index 05eee3586..fdfce434e 100644 --- a/quic/codec/DefaultConnectionIdAlgo.h +++ b/quic/codec/DefaultConnectionIdAlgo.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/PacketNumber.cpp b/quic/codec/PacketNumber.cpp index 13946f0d1..4ff770a64 100644 --- a/quic/codec/PacketNumber.cpp +++ b/quic/codec/PacketNumber.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/PacketNumber.h b/quic/codec/PacketNumber.h index 130cc42de..b0f60f9c9 100644 --- a/quic/codec/PacketNumber.h +++ b/quic/codec/PacketNumber.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/PacketNumberCipher.cpp b/quic/codec/PacketNumberCipher.cpp index 780e97526..0932b2d8d 100644 --- a/quic/codec/PacketNumberCipher.cpp +++ b/quic/codec/PacketNumberCipher.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/PacketNumberCipher.h b/quic/codec/PacketNumberCipher.h index 2306da975..82468fd2c 100644 --- a/quic/codec/PacketNumberCipher.h +++ b/quic/codec/PacketNumberCipher.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/QuicConnectionId.cpp b/quic/codec/QuicConnectionId.cpp index 1370f5461..f4549e234 100644 --- a/quic/codec/QuicConnectionId.cpp +++ b/quic/codec/QuicConnectionId.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/QuicConnectionId.h b/quic/codec/QuicConnectionId.h index 6cc94f255..42fbe7d6c 100644 --- a/quic/codec/QuicConnectionId.h +++ b/quic/codec/QuicConnectionId.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/QuicHeaderCodec.cpp b/quic/codec/QuicHeaderCodec.cpp index a096693c2..0d4a6143a 100644 --- a/quic/codec/QuicHeaderCodec.cpp +++ b/quic/codec/QuicHeaderCodec.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/QuicHeaderCodec.h b/quic/codec/QuicHeaderCodec.h index d0e7fe6cf..2ce524304 100644 --- a/quic/codec/QuicHeaderCodec.h +++ b/quic/codec/QuicHeaderCodec.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/QuicInteger.cpp b/quic/codec/QuicInteger.cpp index a21f60f5f..683033bef 100644 --- a/quic/codec/QuicInteger.cpp +++ b/quic/codec/QuicInteger.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/QuicInteger.h b/quic/codec/QuicInteger.h index 40622bd13..4f9660ac4 100644 --- a/quic/codec/QuicInteger.h +++ b/quic/codec/QuicInteger.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/QuicPacketBuilder.cpp b/quic/codec/QuicPacketBuilder.cpp index 3a286c6a1..cadd97c40 100644 --- a/quic/codec/QuicPacketBuilder.cpp +++ b/quic/codec/QuicPacketBuilder.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/QuicPacketBuilder.h b/quic/codec/QuicPacketBuilder.h index fd58f25e9..af51cb1a4 100644 --- a/quic/codec/QuicPacketBuilder.h +++ b/quic/codec/QuicPacketBuilder.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/QuicPacketRebuilder.cpp b/quic/codec/QuicPacketRebuilder.cpp index c815c677a..b458992bd 100644 --- a/quic/codec/QuicPacketRebuilder.cpp +++ b/quic/codec/QuicPacketRebuilder.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/QuicPacketRebuilder.h b/quic/codec/QuicPacketRebuilder.h index a515cf462..b1636d1a4 100644 --- a/quic/codec/QuicPacketRebuilder.h +++ b/quic/codec/QuicPacketRebuilder.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/QuicReadCodec.cpp b/quic/codec/QuicReadCodec.cpp index bd9b9d044..8fd3e9765 100644 --- a/quic/codec/QuicReadCodec.cpp +++ b/quic/codec/QuicReadCodec.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/QuicReadCodec.h b/quic/codec/QuicReadCodec.h index b7db473f8..bb0b7d9b2 100644 --- a/quic/codec/QuicReadCodec.h +++ b/quic/codec/QuicReadCodec.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/QuicWriteCodec.cpp b/quic/codec/QuicWriteCodec.cpp index 1b873e503..b93a0c95d 100644 --- a/quic/codec/QuicWriteCodec.cpp +++ b/quic/codec/QuicWriteCodec.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/QuicWriteCodec.h b/quic/codec/QuicWriteCodec.h index 780df4404..90e98d0aa 100644 --- a/quic/codec/QuicWriteCodec.h +++ b/quic/codec/QuicWriteCodec.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/Types.cpp b/quic/codec/Types.cpp index ed7f91da3..a0c060ae4 100644 --- a/quic/codec/Types.cpp +++ b/quic/codec/Types.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/Types.h b/quic/codec/Types.h index 63197fe72..916cc5c29 100644 --- a/quic/codec/Types.h +++ b/quic/codec/Types.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/test/DecodeTest.cpp b/quic/codec/test/DecodeTest.cpp index 78efe89b1..15404b017 100644 --- a/quic/codec/test/DecodeTest.cpp +++ b/quic/codec/test/DecodeTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/test/DefaultConnectionIdAlgoTest.cpp b/quic/codec/test/DefaultConnectionIdAlgoTest.cpp index 0356d912d..7d3ebc9fa 100644 --- a/quic/codec/test/DefaultConnectionIdAlgoTest.cpp +++ b/quic/codec/test/DefaultConnectionIdAlgoTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/test/Mocks.h b/quic/codec/test/Mocks.h index 0a051abc2..875243603 100644 --- a/quic/codec/test/Mocks.h +++ b/quic/codec/test/Mocks.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/codec/test/PacketNumberTest.cpp b/quic/codec/test/PacketNumberTest.cpp index d00cd0735..7d1b6526b 100644 --- a/quic/codec/test/PacketNumberTest.cpp +++ b/quic/codec/test/PacketNumberTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/test/QuicConnectionIdTest.cpp b/quic/codec/test/QuicConnectionIdTest.cpp index 75d92efc0..b1c0a82ad 100644 --- a/quic/codec/test/QuicConnectionIdTest.cpp +++ b/quic/codec/test/QuicConnectionIdTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/test/QuicHeaderCodecTest.cpp b/quic/codec/test/QuicHeaderCodecTest.cpp index 6ade11894..11aa81473 100644 --- a/quic/codec/test/QuicHeaderCodecTest.cpp +++ b/quic/codec/test/QuicHeaderCodecTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/test/QuicIntegerTest.cpp b/quic/codec/test/QuicIntegerTest.cpp index 20c47ef7f..10a16e1a7 100644 --- a/quic/codec/test/QuicIntegerTest.cpp +++ b/quic/codec/test/QuicIntegerTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/test/QuicPacketBuilderTest.cpp b/quic/codec/test/QuicPacketBuilderTest.cpp index 4139ef567..b3be9eed1 100644 --- a/quic/codec/test/QuicPacketBuilderTest.cpp +++ b/quic/codec/test/QuicPacketBuilderTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/test/QuicPacketRebuilderTest.cpp b/quic/codec/test/QuicPacketRebuilderTest.cpp index e6a521a9d..d8481dc98 100644 --- a/quic/codec/test/QuicPacketRebuilderTest.cpp +++ b/quic/codec/test/QuicPacketRebuilderTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/test/QuicReadCodecTest.cpp b/quic/codec/test/QuicReadCodecTest.cpp index 04db8bbcd..8177d1b1a 100644 --- a/quic/codec/test/QuicReadCodecTest.cpp +++ b/quic/codec/test/QuicReadCodecTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/test/QuicWriteCodecTest.cpp b/quic/codec/test/QuicWriteCodecTest.cpp index a3f958d27..0f6dc64d8 100644 --- a/quic/codec/test/QuicWriteCodecTest.cpp +++ b/quic/codec/test/QuicWriteCodecTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/test/ServerConnectionIdParamsTest.cpp b/quic/codec/test/ServerConnectionIdParamsTest.cpp index e55042752..07c9e1659 100644 --- a/quic/codec/test/ServerConnectionIdParamsTest.cpp +++ b/quic/codec/test/ServerConnectionIdParamsTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/codec/test/TypesTest.cpp b/quic/codec/test/TypesTest.cpp index 1368115a9..54d4520f7 100644 --- a/quic/codec/test/TypesTest.cpp +++ b/quic/codec/test/TypesTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/BufAccessor.cpp b/quic/common/BufAccessor.cpp index 59688e651..20e3dd07c 100644 --- a/quic/common/BufAccessor.cpp +++ b/quic/common/BufAccessor.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/BufAccessor.h b/quic/common/BufAccessor.h index 5052ab874..f5abfb599 100644 --- a/quic/common/BufAccessor.h +++ b/quic/common/BufAccessor.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/common/BufUtil.cpp b/quic/common/BufUtil.cpp index 13414bf96..1f47d9209 100644 --- a/quic/common/BufUtil.cpp +++ b/quic/common/BufUtil.cpp @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include "quic/common/BufUtil.h" diff --git a/quic/common/BufUtil.h b/quic/common/BufUtil.h index 50a6b19ee..5da91e8d9 100644 --- a/quic/common/BufUtil.h +++ b/quic/common/BufUtil.h @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #pragma once #include diff --git a/quic/common/CircularDeque-inl.h b/quic/common/CircularDeque-inl.h index 9fb2c8e7b..0c7e5824c 100644 --- a/quic/common/CircularDeque-inl.h +++ b/quic/common/CircularDeque-inl.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/CircularDeque.h b/quic/common/CircularDeque.h index 5686af467..a92192e8c 100644 --- a/quic/common/CircularDeque.h +++ b/quic/common/CircularDeque.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/common/EnumArray.h b/quic/common/EnumArray.h index 35a6eaa35..1aa5c9578 100644 --- a/quic/common/EnumArray.h +++ b/quic/common/EnumArray.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/common/FunctionLooper.cpp b/quic/common/FunctionLooper.cpp index e7fb54614..e3d248085 100644 --- a/quic/common/FunctionLooper.cpp +++ b/quic/common/FunctionLooper.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/FunctionLooper.h b/quic/common/FunctionLooper.h index b48d77ea3..39bffd665 100644 --- a/quic/common/FunctionLooper.h +++ b/quic/common/FunctionLooper.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/common/IntervalSet-inl.h b/quic/common/IntervalSet-inl.h index 90f426492..439f59211 100644 --- a/quic/common/IntervalSet-inl.h +++ b/quic/common/IntervalSet-inl.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/IntervalSet.h b/quic/common/IntervalSet.h index 3573daba9..2ffbd9754 100644 --- a/quic/common/IntervalSet.h +++ b/quic/common/IntervalSet.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/common/MonitoredObject.h b/quic/common/MonitoredObject.h index 93bbc90f2..d4ba1cc0f 100644 --- a/quic/common/MonitoredObject.h +++ b/quic/common/MonitoredObject.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/common/SmallVec.h b/quic/common/SmallVec.h index 54a24fdd9..462480243 100644 --- a/quic/common/SmallVec.h +++ b/quic/common/SmallVec.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/common/SocketUtil.cpp b/quic/common/SocketUtil.cpp index ebece5689..08a4ecfb6 100644 --- a/quic/common/SocketUtil.cpp +++ b/quic/common/SocketUtil.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include "quic/common/SocketUtil.h" diff --git a/quic/common/SocketUtil.h b/quic/common/SocketUtil.h index 2ea151760..2fbd486f7 100644 --- a/quic/common/SocketUtil.h +++ b/quic/common/SocketUtil.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/common/TimeUtil.h b/quic/common/TimeUtil.h index c3a570ce8..685ee36ce 100644 --- a/quic/common/TimeUtil.h +++ b/quic/common/TimeUtil.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/common/Timers.cpp b/quic/common/Timers.cpp index dde50a71c..9c5c83403 100644 --- a/quic/common/Timers.cpp +++ b/quic/common/Timers.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include "quic/common/Timers.h" diff --git a/quic/common/Timers.h b/quic/common/Timers.h index a2570e0ba..33a128a51 100644 --- a/quic/common/Timers.h +++ b/quic/common/Timers.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/common/TransportKnobs.cpp b/quic/common/TransportKnobs.cpp index 636e29e4a..37622970c 100644 --- a/quic/common/TransportKnobs.cpp +++ b/quic/common/TransportKnobs.cpp @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include #include diff --git a/quic/common/TransportKnobs.h b/quic/common/TransportKnobs.h index 7f04732ac..b3ed9f9e3 100644 --- a/quic/common/TransportKnobs.h +++ b/quic/common/TransportKnobs.h @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #pragma once #include diff --git a/quic/common/Variant.h b/quic/common/Variant.h index 4ae7df57e..c98ed64d0 100644 --- a/quic/common/Variant.h +++ b/quic/common/Variant.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/common/WindowedCounter.h b/quic/common/WindowedCounter.h index f27602074..7471f79ac 100644 --- a/quic/common/WindowedCounter.h +++ b/quic/common/WindowedCounter.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/test/AeadTestUtil.cpp b/quic/common/test/AeadTestUtil.cpp index 70de385ad..22ceeafdd 100644 --- a/quic/common/test/AeadTestUtil.cpp +++ b/quic/common/test/AeadTestUtil.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ // Copied from diff --git a/quic/common/test/BufAccessorTest.cpp b/quic/common/test/BufAccessorTest.cpp index 6a0f3a61f..95e0a8a33 100644 --- a/quic/common/test/BufAccessorTest.cpp +++ b/quic/common/test/BufAccessorTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/test/BufUtilTest.cpp b/quic/common/test/BufUtilTest.cpp index 74dc37a24..db471c81e 100644 --- a/quic/common/test/BufUtilTest.cpp +++ b/quic/common/test/BufUtilTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/test/CircularDequeBench.cpp b/quic/common/test/CircularDequeBench.cpp index 701f83f3a..1e5978924 100644 --- a/quic/common/test/CircularDequeBench.cpp +++ b/quic/common/test/CircularDequeBench.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/test/CircularDequeTest.cpp b/quic/common/test/CircularDequeTest.cpp index a583fad4c..05b54402e 100644 --- a/quic/common/test/CircularDequeTest.cpp +++ b/quic/common/test/CircularDequeTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/test/CryptoTestUtil.cpp b/quic/common/test/CryptoTestUtil.cpp index 7f7506577..d052d13b7 100644 --- a/quic/common/test/CryptoTestUtil.cpp +++ b/quic/common/test/CryptoTestUtil.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ // Copied from diff --git a/quic/common/test/FunctionLooperTest.cpp b/quic/common/test/FunctionLooperTest.cpp index c136d73c8..fafde8f9e 100644 --- a/quic/common/test/FunctionLooperTest.cpp +++ b/quic/common/test/FunctionLooperTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/test/IntervalSetTest.cpp b/quic/common/test/IntervalSetTest.cpp index cd621415c..f961d5f19 100644 --- a/quic/common/test/IntervalSetTest.cpp +++ b/quic/common/test/IntervalSetTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/test/MonitoredObjectTest.cpp b/quic/common/test/MonitoredObjectTest.cpp index 68819794b..3c945ea4d 100644 --- a/quic/common/test/MonitoredObjectTest.cpp +++ b/quic/common/test/MonitoredObjectTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/test/TestClientUtils.h b/quic/common/test/TestClientUtils.h index 281061a3f..5fabd06de 100644 --- a/quic/common/test/TestClientUtils.h +++ b/quic/common/test/TestClientUtils.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/common/test/TestMain.cpp b/quic/common/test/TestMain.cpp index 24f8b58b5..de12e2d0b 100644 --- a/quic/common/test/TestMain.cpp +++ b/quic/common/test/TestMain.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/test/TestUtils.cpp b/quic/common/test/TestUtils.cpp index c2cc2ea78..a874622c6 100644 --- a/quic/common/test/TestUtils.cpp +++ b/quic/common/test/TestUtils.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/test/TestUtils.h b/quic/common/test/TestUtils.h index 3c1b578e2..a88f3bc19 100644 --- a/quic/common/test/TestUtils.h +++ b/quic/common/test/TestUtils.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/common/test/TimeUtilTest.cpp b/quic/common/test/TimeUtilTest.cpp index 32ca98f99..75e563489 100644 --- a/quic/common/test/TimeUtilTest.cpp +++ b/quic/common/test/TimeUtilTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/test/TransportKnobsTest.cpp b/quic/common/test/TransportKnobsTest.cpp index 90380ba0f..8a1470860 100644 --- a/quic/common/test/TransportKnobsTest.cpp +++ b/quic/common/test/TransportKnobsTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/test/VariantTest.cpp b/quic/common/test/VariantTest.cpp index 0fc04182b..70585afc6 100644 --- a/quic/common/test/VariantTest.cpp +++ b/quic/common/test/VariantTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/common/test/WindowedCounterTest.cpp b/quic/common/test/WindowedCounterTest.cpp index b26b6ab57..ff23a3d6e 100644 --- a/quic/common/test/WindowedCounterTest.cpp +++ b/quic/common/test/WindowedCounterTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/Bandwidth.cpp b/quic/congestion_control/Bandwidth.cpp index 30db360ab..1f6e215ef 100644 --- a/quic/congestion_control/Bandwidth.cpp +++ b/quic/congestion_control/Bandwidth.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/Bandwidth.h b/quic/congestion_control/Bandwidth.h index 4b459158d..d707b5966 100644 --- a/quic/congestion_control/Bandwidth.h +++ b/quic/congestion_control/Bandwidth.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/CongestionControlFunctions.cpp b/quic/congestion_control/CongestionControlFunctions.cpp index 22e873318..0c9462ace 100644 --- a/quic/congestion_control/CongestionControlFunctions.cpp +++ b/quic/congestion_control/CongestionControlFunctions.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/CongestionControlFunctions.h b/quic/congestion_control/CongestionControlFunctions.h index 697ae6198..c9bc4c902 100644 --- a/quic/congestion_control/CongestionControlFunctions.h +++ b/quic/congestion_control/CongestionControlFunctions.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/congestion_control/CongestionControllerFactory.cpp b/quic/congestion_control/CongestionControllerFactory.cpp index 261a50151..cb3df5228 100644 --- a/quic/congestion_control/CongestionControllerFactory.cpp +++ b/quic/congestion_control/CongestionControllerFactory.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/CongestionControllerFactory.h b/quic/congestion_control/CongestionControllerFactory.h index de7107fb9..36839094f 100644 --- a/quic/congestion_control/CongestionControllerFactory.h +++ b/quic/congestion_control/CongestionControllerFactory.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/congestion_control/Copa.cpp b/quic/congestion_control/Copa.cpp index 2e463fa63..3a4c6beb8 100644 --- a/quic/congestion_control/Copa.cpp +++ b/quic/congestion_control/Copa.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/Copa.h b/quic/congestion_control/Copa.h index 03f972bdf..b8c850b38 100644 --- a/quic/congestion_control/Copa.h +++ b/quic/congestion_control/Copa.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/congestion_control/Copa2.cpp b/quic/congestion_control/Copa2.cpp index 49c5b0635..750ccc202 100644 --- a/quic/congestion_control/Copa2.cpp +++ b/quic/congestion_control/Copa2.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/Copa2.h b/quic/congestion_control/Copa2.h index 9920236da..fb8bac617 100644 --- a/quic/congestion_control/Copa2.h +++ b/quic/congestion_control/Copa2.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/congestion_control/NewReno.cpp b/quic/congestion_control/NewReno.cpp index b2af66da1..eca773a2f 100644 --- a/quic/congestion_control/NewReno.cpp +++ b/quic/congestion_control/NewReno.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/NewReno.h b/quic/congestion_control/NewReno.h index 051f08b43..3b0f6c6be 100644 --- a/quic/congestion_control/NewReno.h +++ b/quic/congestion_control/NewReno.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/congestion_control/Pacer.h b/quic/congestion_control/Pacer.h index fb494c43e..316c81a9c 100644 --- a/quic/congestion_control/Pacer.h +++ b/quic/congestion_control/Pacer.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/congestion_control/QuicCCP.cpp b/quic/congestion_control/QuicCCP.cpp index c47f81b60..cb6cfb9ec 100644 --- a/quic/congestion_control/QuicCCP.cpp +++ b/quic/congestion_control/QuicCCP.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/QuicCCP.h b/quic/congestion_control/QuicCCP.h index 82904b038..b5d43b086 100644 --- a/quic/congestion_control/QuicCCP.h +++ b/quic/congestion_control/QuicCCP.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/congestion_control/QuicCubic.cpp b/quic/congestion_control/QuicCubic.cpp index 624e9eb5a..567043ff1 100644 --- a/quic/congestion_control/QuicCubic.cpp +++ b/quic/congestion_control/QuicCubic.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/QuicCubic.h b/quic/congestion_control/QuicCubic.h index 818ce5fc9..90abe7d47 100644 --- a/quic/congestion_control/QuicCubic.h +++ b/quic/congestion_control/QuicCubic.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/congestion_control/ServerCongestionControllerFactory.cpp b/quic/congestion_control/ServerCongestionControllerFactory.cpp index b16bcde84..4150e67f3 100644 --- a/quic/congestion_control/ServerCongestionControllerFactory.cpp +++ b/quic/congestion_control/ServerCongestionControllerFactory.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/ServerCongestionControllerFactory.h b/quic/congestion_control/ServerCongestionControllerFactory.h index 2e63e15c7..681f3388a 100644 --- a/quic/congestion_control/ServerCongestionControllerFactory.h +++ b/quic/congestion_control/ServerCongestionControllerFactory.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/congestion_control/TokenlessPacer.cpp b/quic/congestion_control/TokenlessPacer.cpp index 84b1bb22f..c3b35ab90 100644 --- a/quic/congestion_control/TokenlessPacer.cpp +++ b/quic/congestion_control/TokenlessPacer.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/TokenlessPacer.h b/quic/congestion_control/TokenlessPacer.h index 30c84e8e1..57e98fad9 100644 --- a/quic/congestion_control/TokenlessPacer.h +++ b/quic/congestion_control/TokenlessPacer.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/congestion_control/test/CCPTest.cpp b/quic/congestion_control/test/CCPTest.cpp index 456f68beb..6814f2074 100644 --- a/quic/congestion_control/test/CCPTest.cpp +++ b/quic/congestion_control/test/CCPTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/test/CongestionControlFunctionsTest.cpp b/quic/congestion_control/test/CongestionControlFunctionsTest.cpp index 39a3048e3..293805cfa 100644 --- a/quic/congestion_control/test/CongestionControlFunctionsTest.cpp +++ b/quic/congestion_control/test/CongestionControlFunctionsTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/test/Copa2Test.cpp b/quic/congestion_control/test/Copa2Test.cpp index 9c6747b3a..21a98a3bb 100644 --- a/quic/congestion_control/test/Copa2Test.cpp +++ b/quic/congestion_control/test/Copa2Test.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/test/CopaTest.cpp b/quic/congestion_control/test/CopaTest.cpp index abba22feb..b12a2b876 100644 --- a/quic/congestion_control/test/CopaTest.cpp +++ b/quic/congestion_control/test/CopaTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/test/CubicHystartTest.cpp b/quic/congestion_control/test/CubicHystartTest.cpp index 81b289aac..68f8f0471 100644 --- a/quic/congestion_control/test/CubicHystartTest.cpp +++ b/quic/congestion_control/test/CubicHystartTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/test/CubicRecoveryTest.cpp b/quic/congestion_control/test/CubicRecoveryTest.cpp index d7639b0ba..edd1632ab 100644 --- a/quic/congestion_control/test/CubicRecoveryTest.cpp +++ b/quic/congestion_control/test/CubicRecoveryTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/test/CubicStateTest.cpp b/quic/congestion_control/test/CubicStateTest.cpp index 180ad660f..a792c07c5 100644 --- a/quic/congestion_control/test/CubicStateTest.cpp +++ b/quic/congestion_control/test/CubicStateTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/test/CubicSteadyTest.cpp b/quic/congestion_control/test/CubicSteadyTest.cpp index f6afab8f7..5a53f3836 100644 --- a/quic/congestion_control/test/CubicSteadyTest.cpp +++ b/quic/congestion_control/test/CubicSteadyTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/test/CubicTest.cpp b/quic/congestion_control/test/CubicTest.cpp index fcfdf8a4e..e31a22345 100644 --- a/quic/congestion_control/test/CubicTest.cpp +++ b/quic/congestion_control/test/CubicTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/test/Mocks.h b/quic/congestion_control/test/Mocks.h index 68f06b485..e3906e890 100644 --- a/quic/congestion_control/test/Mocks.h +++ b/quic/congestion_control/test/Mocks.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/test/NewRenoTest.cpp b/quic/congestion_control/test/NewRenoTest.cpp index 25998fad1..d3e17a4c6 100644 --- a/quic/congestion_control/test/NewRenoTest.cpp +++ b/quic/congestion_control/test/NewRenoTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/test/PacerTest.cpp b/quic/congestion_control/test/PacerTest.cpp index 314cdf8d7..607e9d532 100644 --- a/quic/congestion_control/test/PacerTest.cpp +++ b/quic/congestion_control/test/PacerTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/congestion_control/test/TestingCubic.h b/quic/congestion_control/test/TestingCubic.h index d3e8b3cbf..a7fa7d3f2 100644 --- a/quic/congestion_control/test/TestingCubic.h +++ b/quic/congestion_control/test/TestingCubic.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/d6d/BinarySearchProbeSizeRaiser.h b/quic/d6d/BinarySearchProbeSizeRaiser.h index 012b563ba..a0d966959 100644 --- a/quic/d6d/BinarySearchProbeSizeRaiser.h +++ b/quic/d6d/BinarySearchProbeSizeRaiser.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/d6d/ConstantStepProbeSizeRaiser.h b/quic/d6d/ConstantStepProbeSizeRaiser.h index b32e43b08..665c3edc9 100644 --- a/quic/d6d/ConstantStepProbeSizeRaiser.h +++ b/quic/d6d/ConstantStepProbeSizeRaiser.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/d6d/ProbeSizeRaiser.h b/quic/d6d/ProbeSizeRaiser.h index d94766a3b..a895c017a 100644 --- a/quic/d6d/ProbeSizeRaiser.h +++ b/quic/d6d/ProbeSizeRaiser.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/d6d/QuicD6DStateFunctions.cpp b/quic/d6d/QuicD6DStateFunctions.cpp index 0c8176667..8bb31d799 100644 --- a/quic/d6d/QuicD6DStateFunctions.cpp +++ b/quic/d6d/QuicD6DStateFunctions.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/d6d/QuicD6DStateFunctions.h b/quic/d6d/QuicD6DStateFunctions.h index cb6014625..67b2311b1 100644 --- a/quic/d6d/QuicD6DStateFunctions.h +++ b/quic/d6d/QuicD6DStateFunctions.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/d6d/Types.cpp b/quic/d6d/Types.cpp index 50503dcad..cd71da2d7 100644 --- a/quic/d6d/Types.cpp +++ b/quic/d6d/Types.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/d6d/Types.h b/quic/d6d/Types.h index a7f9e89e1..6aea4c6ce 100644 --- a/quic/d6d/Types.h +++ b/quic/d6d/Types.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/d6d/test/Mocks.h b/quic/d6d/test/Mocks.h index 8154fdb0e..151800388 100644 --- a/quic/d6d/test/Mocks.h +++ b/quic/d6d/test/Mocks.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/d6d/test/ProbeSizeRaiserTest.cpp b/quic/d6d/test/ProbeSizeRaiserTest.cpp index 3b01d7e48..5866a96d4 100644 --- a/quic/d6d/test/ProbeSizeRaiserTest.cpp +++ b/quic/d6d/test/ProbeSizeRaiserTest.cpp @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include #include diff --git a/quic/d6d/test/QuicD6DStateFunctionsTest.cpp b/quic/d6d/test/QuicD6DStateFunctionsTest.cpp index 0bb673a30..e83ff88ab 100644 --- a/quic/d6d/test/QuicD6DStateFunctionsTest.cpp +++ b/quic/d6d/test/QuicD6DStateFunctionsTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/dsr/DSRPacketizationRequestSender.h b/quic/dsr/DSRPacketizationRequestSender.h index 0b9364b20..7679b1cad 100644 --- a/quic/dsr/DSRPacketizationRequestSender.h +++ b/quic/dsr/DSRPacketizationRequestSender.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/dsr/Types.cpp b/quic/dsr/Types.cpp index f819fd135..b8b5c7091 100644 --- a/quic/dsr/Types.cpp +++ b/quic/dsr/Types.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/dsr/Types.h b/quic/dsr/Types.h index 53be2e0b3..99143688d 100644 --- a/quic/dsr/Types.h +++ b/quic/dsr/Types.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/dsr/backend/DSRPacketizer.cpp b/quic/dsr/backend/DSRPacketizer.cpp index f3a8bff39..408ff0884 100644 --- a/quic/dsr/backend/DSRPacketizer.cpp +++ b/quic/dsr/backend/DSRPacketizer.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/dsr/backend/DSRPacketizer.h b/quic/dsr/backend/DSRPacketizer.h index 80a8ffa4d..579252480 100644 --- a/quic/dsr/backend/DSRPacketizer.h +++ b/quic/dsr/backend/DSRPacketizer.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/dsr/backend/test/DSRPacketizerTest.cpp b/quic/dsr/backend/test/DSRPacketizerTest.cpp index 84fcdc383..d28261404 100644 --- a/quic/dsr/backend/test/DSRPacketizerTest.cpp +++ b/quic/dsr/backend/test/DSRPacketizerTest.cpp @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include #include diff --git a/quic/dsr/backend/test/TestUtils.h b/quic/dsr/backend/test/TestUtils.h index 25104e278..887b1d2ec 100644 --- a/quic/dsr/backend/test/TestUtils.h +++ b/quic/dsr/backend/test/TestUtils.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/dsr/frontend/PacketBuilder.h b/quic/dsr/frontend/PacketBuilder.h index 4ba36303d..ea1ce033a 100644 --- a/quic/dsr/frontend/PacketBuilder.h +++ b/quic/dsr/frontend/PacketBuilder.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/dsr/frontend/Scheduler.cpp b/quic/dsr/frontend/Scheduler.cpp index ee1457a01..e1d03a1e6 100644 --- a/quic/dsr/frontend/Scheduler.cpp +++ b/quic/dsr/frontend/Scheduler.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/dsr/frontend/Scheduler.h b/quic/dsr/frontend/Scheduler.h index 41e15e705..3e6c2556a 100644 --- a/quic/dsr/frontend/Scheduler.h +++ b/quic/dsr/frontend/Scheduler.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/dsr/frontend/WriteCodec.cpp b/quic/dsr/frontend/WriteCodec.cpp index f80245909..edad9b542 100644 --- a/quic/dsr/frontend/WriteCodec.cpp +++ b/quic/dsr/frontend/WriteCodec.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/dsr/frontend/WriteCodec.h b/quic/dsr/frontend/WriteCodec.h index ad90de0d7..8500e185d 100644 --- a/quic/dsr/frontend/WriteCodec.h +++ b/quic/dsr/frontend/WriteCodec.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/dsr/frontend/WriteFunctions.cpp b/quic/dsr/frontend/WriteFunctions.cpp index b810a7ed3..6dd5ee052 100644 --- a/quic/dsr/frontend/WriteFunctions.cpp +++ b/quic/dsr/frontend/WriteFunctions.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/dsr/frontend/WriteFunctions.h b/quic/dsr/frontend/WriteFunctions.h index a233dbd37..dc30ec85f 100644 --- a/quic/dsr/frontend/WriteFunctions.h +++ b/quic/dsr/frontend/WriteFunctions.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/dsr/frontend/test/Mocks.h b/quic/dsr/frontend/test/Mocks.h index 91f818cbf..610ebc5bc 100644 --- a/quic/dsr/frontend/test/Mocks.h +++ b/quic/dsr/frontend/test/Mocks.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/dsr/frontend/test/PacketBuilderTest.cpp b/quic/dsr/frontend/test/PacketBuilderTest.cpp index 44b5dc6f0..ce6bfba8d 100644 --- a/quic/dsr/frontend/test/PacketBuilderTest.cpp +++ b/quic/dsr/frontend/test/PacketBuilderTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/dsr/frontend/test/SchedulerTest.cpp b/quic/dsr/frontend/test/SchedulerTest.cpp index 09e4016a0..88175b0bb 100644 --- a/quic/dsr/frontend/test/SchedulerTest.cpp +++ b/quic/dsr/frontend/test/SchedulerTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/dsr/frontend/test/WriteCodecTest.cpp b/quic/dsr/frontend/test/WriteCodecTest.cpp index 17e0a84d7..4314817ac 100644 --- a/quic/dsr/frontend/test/WriteCodecTest.cpp +++ b/quic/dsr/frontend/test/WriteCodecTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/dsr/frontend/test/WriteFunctionsTest.cpp b/quic/dsr/frontend/test/WriteFunctionsTest.cpp index 7ea32f966..b007f9e15 100644 --- a/quic/dsr/frontend/test/WriteFunctionsTest.cpp +++ b/quic/dsr/frontend/test/WriteFunctionsTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/dsr/test/Mocks.h b/quic/dsr/test/Mocks.h index c03e2d1e8..aa8158266 100644 --- a/quic/dsr/test/Mocks.h +++ b/quic/dsr/test/Mocks.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/dsr/test/TestCommon.h b/quic/dsr/test/TestCommon.h index 157825196..d0424ebce 100644 --- a/quic/dsr/test/TestCommon.h +++ b/quic/dsr/test/TestCommon.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/client/handshake/FizzClientExtensions.h b/quic/fizz/client/handshake/FizzClientExtensions.h index 88fc5c624..3ec2cdc85 100644 --- a/quic/fizz/client/handshake/FizzClientExtensions.h +++ b/quic/fizz/client/handshake/FizzClientExtensions.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/fizz/client/handshake/FizzClientHandshake.cpp b/quic/fizz/client/handshake/FizzClientHandshake.cpp index affac2127..d68a2a2c7 100644 --- a/quic/fizz/client/handshake/FizzClientHandshake.cpp +++ b/quic/fizz/client/handshake/FizzClientHandshake.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/client/handshake/FizzClientHandshake.h b/quic/fizz/client/handshake/FizzClientHandshake.h index 155e77659..fe471b97c 100644 --- a/quic/fizz/client/handshake/FizzClientHandshake.h +++ b/quic/fizz/client/handshake/FizzClientHandshake.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/fizz/client/handshake/FizzClientQuicHandshakeContext.cpp b/quic/fizz/client/handshake/FizzClientQuicHandshakeContext.cpp index 36a1049e3..08e5de826 100644 --- a/quic/fizz/client/handshake/FizzClientQuicHandshakeContext.cpp +++ b/quic/fizz/client/handshake/FizzClientQuicHandshakeContext.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/client/handshake/FizzClientQuicHandshakeContext.h b/quic/fizz/client/handshake/FizzClientQuicHandshakeContext.h index 6821f6baa..a8b392080 100644 --- a/quic/fizz/client/handshake/FizzClientQuicHandshakeContext.h +++ b/quic/fizz/client/handshake/FizzClientQuicHandshakeContext.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/fizz/client/handshake/QuicPskCache.h b/quic/fizz/client/handshake/QuicPskCache.h index cbc74c42e..4a049bb6c 100644 --- a/quic/fizz/client/handshake/QuicPskCache.h +++ b/quic/fizz/client/handshake/QuicPskCache.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/fizz/client/handshake/test/FizzClientExtensionsTest.cpp b/quic/fizz/client/handshake/test/FizzClientExtensionsTest.cpp index 433fbd9c3..080cec907 100644 --- a/quic/fizz/client/handshake/test/FizzClientExtensionsTest.cpp +++ b/quic/fizz/client/handshake/test/FizzClientExtensionsTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/client/handshake/test/FizzClientHandshakeTest.cpp b/quic/fizz/client/handshake/test/FizzClientHandshakeTest.cpp index 10446a1ab..b42ba03de 100644 --- a/quic/fizz/client/handshake/test/FizzClientHandshakeTest.cpp +++ b/quic/fizz/client/handshake/test/FizzClientHandshakeTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/client/handshake/test/MockQuicPskCache.h b/quic/fizz/client/handshake/test/MockQuicPskCache.h index ab2de30af..aa5f9081e 100644 --- a/quic/fizz/client/handshake/test/MockQuicPskCache.h +++ b/quic/fizz/client/handshake/test/MockQuicPskCache.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/fizz/client/test/QuicClientTransportTest.cpp b/quic/fizz/client/test/QuicClientTransportTest.cpp index fd11bfed8..7c4a97c01 100644 --- a/quic/fizz/client/test/QuicClientTransportTest.cpp +++ b/quic/fizz/client/test/QuicClientTransportTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/client/test/QuicClientTransportTestUtil.h b/quic/fizz/client/test/QuicClientTransportTestUtil.h index c457c2bb9..9052f7e48 100644 --- a/quic/fizz/client/test/QuicClientTransportTestUtil.h +++ b/quic/fizz/client/test/QuicClientTransportTestUtil.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/handshake/FizzBridge.cpp b/quic/fizz/handshake/FizzBridge.cpp index 231595706..411580726 100644 --- a/quic/fizz/handshake/FizzBridge.cpp +++ b/quic/fizz/handshake/FizzBridge.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/handshake/FizzBridge.h b/quic/fizz/handshake/FizzBridge.h index e90d558be..2a33db0d9 100644 --- a/quic/fizz/handshake/FizzBridge.h +++ b/quic/fizz/handshake/FizzBridge.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/fizz/handshake/FizzCryptoFactory.cpp b/quic/fizz/handshake/FizzCryptoFactory.cpp index 5a0a68a17..8ee9e222f 100644 --- a/quic/fizz/handshake/FizzCryptoFactory.cpp +++ b/quic/fizz/handshake/FizzCryptoFactory.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/handshake/FizzCryptoFactory.h b/quic/fizz/handshake/FizzCryptoFactory.h index 8cf678140..4b214c2d1 100644 --- a/quic/fizz/handshake/FizzCryptoFactory.h +++ b/quic/fizz/handshake/FizzCryptoFactory.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/fizz/handshake/FizzPacketNumberCipher.cpp b/quic/fizz/handshake/FizzPacketNumberCipher.cpp index 3769441a0..4b046b513 100644 --- a/quic/fizz/handshake/FizzPacketNumberCipher.cpp +++ b/quic/fizz/handshake/FizzPacketNumberCipher.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/handshake/FizzPacketNumberCipher.h b/quic/fizz/handshake/FizzPacketNumberCipher.h index ab22449cc..099146e1e 100644 --- a/quic/fizz/handshake/FizzPacketNumberCipher.h +++ b/quic/fizz/handshake/FizzPacketNumberCipher.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/fizz/handshake/FizzRetryIntegrityTagGenerator.cpp b/quic/fizz/handshake/FizzRetryIntegrityTagGenerator.cpp index 872e795df..0a37c66d3 100644 --- a/quic/fizz/handshake/FizzRetryIntegrityTagGenerator.cpp +++ b/quic/fizz/handshake/FizzRetryIntegrityTagGenerator.cpp @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include diff --git a/quic/fizz/handshake/FizzRetryIntegrityTagGenerator.h b/quic/fizz/handshake/FizzRetryIntegrityTagGenerator.h index 62ee03341..871dc371d 100644 --- a/quic/fizz/handshake/FizzRetryIntegrityTagGenerator.h +++ b/quic/fizz/handshake/FizzRetryIntegrityTagGenerator.h @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #pragma once diff --git a/quic/fizz/handshake/FizzTransportParameters.h b/quic/fizz/handshake/FizzTransportParameters.h index dce82cda9..1212dec40 100644 --- a/quic/fizz/handshake/FizzTransportParameters.h +++ b/quic/fizz/handshake/FizzTransportParameters.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/fizz/handshake/QuicFizzFactory.cpp b/quic/fizz/handshake/QuicFizzFactory.cpp index 43e6b10c6..c5fba3c7b 100644 --- a/quic/fizz/handshake/QuicFizzFactory.cpp +++ b/quic/fizz/handshake/QuicFizzFactory.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/handshake/QuicFizzFactory.h b/quic/fizz/handshake/QuicFizzFactory.h index 63faa56bd..2de941eff 100644 --- a/quic/fizz/handshake/QuicFizzFactory.h +++ b/quic/fizz/handshake/QuicFizzFactory.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/fizz/handshake/test/FizzCryptoFactoryTest.cpp b/quic/fizz/handshake/test/FizzCryptoFactoryTest.cpp index 6d1ab2c2b..42e6862bb 100644 --- a/quic/fizz/handshake/test/FizzCryptoFactoryTest.cpp +++ b/quic/fizz/handshake/test/FizzCryptoFactoryTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/handshake/test/FizzPacketNumberCipherTest.cpp b/quic/fizz/handshake/test/FizzPacketNumberCipherTest.cpp index 827fda207..d309dcb16 100644 --- a/quic/fizz/handshake/test/FizzPacketNumberCipherTest.cpp +++ b/quic/fizz/handshake/test/FizzPacketNumberCipherTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/handshake/test/FizzTransportParametersTest.cpp b/quic/fizz/handshake/test/FizzTransportParametersTest.cpp index faacacc46..3699e52e1 100644 --- a/quic/fizz/handshake/test/FizzTransportParametersTest.cpp +++ b/quic/fizz/handshake/test/FizzTransportParametersTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/server/handshake/AppToken.cpp b/quic/fizz/server/handshake/AppToken.cpp index 60e851103..5fb0b7ecd 100644 --- a/quic/fizz/server/handshake/AppToken.cpp +++ b/quic/fizz/server/handshake/AppToken.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/server/handshake/AppToken.h b/quic/fizz/server/handshake/AppToken.h index d9351763b..d4e97a375 100644 --- a/quic/fizz/server/handshake/AppToken.h +++ b/quic/fizz/server/handshake/AppToken.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/fizz/server/handshake/FizzServerHandshake.cpp b/quic/fizz/server/handshake/FizzServerHandshake.cpp index 9a8744131..44805e1d0 100644 --- a/quic/fizz/server/handshake/FizzServerHandshake.cpp +++ b/quic/fizz/server/handshake/FizzServerHandshake.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/server/handshake/FizzServerHandshake.h b/quic/fizz/server/handshake/FizzServerHandshake.h index a1e5c5239..32ae607f3 100644 --- a/quic/fizz/server/handshake/FizzServerHandshake.h +++ b/quic/fizz/server/handshake/FizzServerHandshake.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/fizz/server/handshake/FizzServerQuicHandshakeContext.cpp b/quic/fizz/server/handshake/FizzServerQuicHandshakeContext.cpp index d3243e8d9..8c8f222bd 100644 --- a/quic/fizz/server/handshake/FizzServerQuicHandshakeContext.cpp +++ b/quic/fizz/server/handshake/FizzServerQuicHandshakeContext.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/fizz/server/handshake/FizzServerQuicHandshakeContext.h b/quic/fizz/server/handshake/FizzServerQuicHandshakeContext.h index 2385a485c..f427ae9f0 100644 --- a/quic/fizz/server/handshake/FizzServerQuicHandshakeContext.h +++ b/quic/fizz/server/handshake/FizzServerQuicHandshakeContext.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/flowcontrol/QuicFlowController.cpp b/quic/flowcontrol/QuicFlowController.cpp index ae1722e40..192746d2c 100644 --- a/quic/flowcontrol/QuicFlowController.cpp +++ b/quic/flowcontrol/QuicFlowController.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/flowcontrol/QuicFlowController.h b/quic/flowcontrol/QuicFlowController.h index 5e0668150..b10e37271 100644 --- a/quic/flowcontrol/QuicFlowController.h +++ b/quic/flowcontrol/QuicFlowController.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/flowcontrol/test/QuicFlowControlTest.cpp b/quic/flowcontrol/test/QuicFlowControlTest.cpp index f94a4d5a5..4b8a92a12 100644 --- a/quic/flowcontrol/test/QuicFlowControlTest.cpp +++ b/quic/flowcontrol/test/QuicFlowControlTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/handshake/Aead.h b/quic/handshake/Aead.h index 8835a26c3..2ed0b6b3e 100644 --- a/quic/handshake/Aead.h +++ b/quic/handshake/Aead.h @@ -1,9 +1,8 @@ /* - * Copyright (c) 2018-present, Meta Platforms, Inc. - * All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. */ #pragma once diff --git a/quic/handshake/CryptoFactory.cpp b/quic/handshake/CryptoFactory.cpp index 037414f9d..943bbda5b 100644 --- a/quic/handshake/CryptoFactory.cpp +++ b/quic/handshake/CryptoFactory.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/handshake/CryptoFactory.h b/quic/handshake/CryptoFactory.h index 9d9d0bcd9..c43070a10 100644 --- a/quic/handshake/CryptoFactory.h +++ b/quic/handshake/CryptoFactory.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/handshake/HandshakeLayer.cpp b/quic/handshake/HandshakeLayer.cpp index 10d9d297d..9004058f9 100644 --- a/quic/handshake/HandshakeLayer.cpp +++ b/quic/handshake/HandshakeLayer.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/handshake/HandshakeLayer.h b/quic/handshake/HandshakeLayer.h index cc00df5a0..da84db180 100644 --- a/quic/handshake/HandshakeLayer.h +++ b/quic/handshake/HandshakeLayer.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/handshake/RetryIntegrityTagGenerator.h b/quic/handshake/RetryIntegrityTagGenerator.h index c298140b4..e01d1bc89 100644 --- a/quic/handshake/RetryIntegrityTagGenerator.h +++ b/quic/handshake/RetryIntegrityTagGenerator.h @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #pragma once diff --git a/quic/handshake/TransportParameters.cpp b/quic/handshake/TransportParameters.cpp index f7e29510e..4837c741e 100644 --- a/quic/handshake/TransportParameters.cpp +++ b/quic/handshake/TransportParameters.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/handshake/TransportParameters.h b/quic/handshake/TransportParameters.h index f753c2078..0399612a6 100644 --- a/quic/handshake/TransportParameters.h +++ b/quic/handshake/TransportParameters.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/handshake/test/Mocks.h b/quic/handshake/test/Mocks.h index fe7acb82d..d8ca77bd4 100644 --- a/quic/handshake/test/Mocks.h +++ b/quic/handshake/test/Mocks.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/happyeyeballs/QuicHappyEyeballsFunctions.cpp b/quic/happyeyeballs/QuicHappyEyeballsFunctions.cpp index 2ec44a423..ba8314180 100644 --- a/quic/happyeyeballs/QuicHappyEyeballsFunctions.cpp +++ b/quic/happyeyeballs/QuicHappyEyeballsFunctions.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/happyeyeballs/QuicHappyEyeballsFunctions.h b/quic/happyeyeballs/QuicHappyEyeballsFunctions.h index bfe02668c..bf836d1f5 100644 --- a/quic/happyeyeballs/QuicHappyEyeballsFunctions.h +++ b/quic/happyeyeballs/QuicHappyEyeballsFunctions.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/logging/BaseQLogger.cpp b/quic/logging/BaseQLogger.cpp index 5f3f10be4..b4e11dec1 100644 --- a/quic/logging/BaseQLogger.cpp +++ b/quic/logging/BaseQLogger.cpp @@ -1,4 +1,9 @@ -// Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include diff --git a/quic/logging/BaseQLogger.h b/quic/logging/BaseQLogger.h index 7a00b17a2..e2922b9ea 100644 --- a/quic/logging/BaseQLogger.h +++ b/quic/logging/BaseQLogger.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/logging/FileQLogger.cpp b/quic/logging/FileQLogger.cpp index c23ec743c..7e9c440b5 100644 --- a/quic/logging/FileQLogger.cpp +++ b/quic/logging/FileQLogger.cpp @@ -3,8 +3,8 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ + #include #include diff --git a/quic/logging/FileQLogger.h b/quic/logging/FileQLogger.h index a620f6357..30bd88ab8 100644 --- a/quic/logging/FileQLogger.h +++ b/quic/logging/FileQLogger.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/logging/QLogger.cpp b/quic/logging/QLogger.cpp index 66110c142..4760087bb 100644 --- a/quic/logging/QLogger.cpp +++ b/quic/logging/QLogger.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/logging/QLogger.h b/quic/logging/QLogger.h index 6f0a8d778..d2d6b4531 100644 --- a/quic/logging/QLogger.h +++ b/quic/logging/QLogger.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/logging/QLoggerConstants.cpp b/quic/logging/QLoggerConstants.cpp index aca66fa60..baf5cee7e 100644 --- a/quic/logging/QLoggerConstants.cpp +++ b/quic/logging/QLoggerConstants.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/logging/QLoggerConstants.h b/quic/logging/QLoggerConstants.h index 5b39ec5e5..2275306be 100644 --- a/quic/logging/QLoggerConstants.h +++ b/quic/logging/QLoggerConstants.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/logging/QLoggerTypes.cpp b/quic/logging/QLoggerTypes.cpp index c49ee18e3..7dc8371d8 100644 --- a/quic/logging/QLoggerTypes.cpp +++ b/quic/logging/QLoggerTypes.cpp @@ -3,8 +3,8 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ + #include #include diff --git a/quic/logging/QLoggerTypes.h b/quic/logging/QLoggerTypes.h index af6f99430..b5c27f7fd 100644 --- a/quic/logging/QLoggerTypes.h +++ b/quic/logging/QLoggerTypes.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/logging/test/Mocks.h b/quic/logging/test/Mocks.h index 027ca904b..4b6fe9d5d 100644 --- a/quic/logging/test/Mocks.h +++ b/quic/logging/test/Mocks.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/logging/test/QLoggerTest.cpp b/quic/logging/test/QLoggerTest.cpp index 85dd18c2f..8bdbb734d 100644 --- a/quic/logging/test/QLoggerTest.cpp +++ b/quic/logging/test/QLoggerTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/loss/QuicLossFunctions.cpp b/quic/loss/QuicLossFunctions.cpp index 9c30d1ae6..b39fb0669 100644 --- a/quic/loss/QuicLossFunctions.cpp +++ b/quic/loss/QuicLossFunctions.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/loss/QuicLossFunctions.h b/quic/loss/QuicLossFunctions.h index e618f9d98..97dbb2308 100644 --- a/quic/loss/QuicLossFunctions.h +++ b/quic/loss/QuicLossFunctions.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/loss/test/QuicLossFunctionsTest.cpp b/quic/loss/test/QuicLossFunctionsTest.cpp index da603b2ff..35e076d30 100644 --- a/quic/loss/test/QuicLossFunctionsTest.cpp +++ b/quic/loss/test/QuicLossFunctionsTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/samples/echo/EchoClient.h b/quic/samples/echo/EchoClient.h index 99e7e9b1c..e8bfce93f 100644 --- a/quic/samples/echo/EchoClient.h +++ b/quic/samples/echo/EchoClient.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/samples/echo/EchoHandler.h b/quic/samples/echo/EchoHandler.h index 39fa87428..f8e982b61 100644 --- a/quic/samples/echo/EchoHandler.h +++ b/quic/samples/echo/EchoHandler.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/samples/echo/EchoServer.h b/quic/samples/echo/EchoServer.h index e4fb729c4..cc8e6628e 100644 --- a/quic/samples/echo/EchoServer.h +++ b/quic/samples/echo/EchoServer.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/samples/echo/LogQuicStats.h b/quic/samples/echo/LogQuicStats.h index 7d5448a46..bc7fc88ed 100644 --- a/quic/samples/echo/LogQuicStats.h +++ b/quic/samples/echo/LogQuicStats.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/samples/echo/main.cpp b/quic/samples/echo/main.cpp index 2a84c4838..4b15673d7 100644 --- a/quic/samples/echo/main.cpp +++ b/quic/samples/echo/main.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/AcceptObserver.h b/quic/server/AcceptObserver.h index 461f5ff9b..631a66afd 100644 --- a/quic/server/AcceptObserver.h +++ b/quic/server/AcceptObserver.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/CCPReader.cpp b/quic/server/CCPReader.cpp index 03a828115..21d624992 100644 --- a/quic/server/CCPReader.cpp +++ b/quic/server/CCPReader.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/CCPReader.h b/quic/server/CCPReader.h index 9130688aa..1efe50eed 100644 --- a/quic/server/CCPReader.h +++ b/quic/server/CCPReader.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/QuicCcpThreadLauncher.cpp b/quic/server/QuicCcpThreadLauncher.cpp index 9b4758ffb..1778a7f17 100644 --- a/quic/server/QuicCcpThreadLauncher.cpp +++ b/quic/server/QuicCcpThreadLauncher.cpp @@ -1,4 +1,9 @@ -// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include "quic/server/QuicCcpThreadLauncher.h" diff --git a/quic/server/QuicCcpThreadLauncher.h b/quic/server/QuicCcpThreadLauncher.h index 1bd6430d6..6a667da60 100644 --- a/quic/server/QuicCcpThreadLauncher.h +++ b/quic/server/QuicCcpThreadLauncher.h @@ -1,4 +1,9 @@ -// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #pragma once diff --git a/quic/server/QuicReusePortUDPSocketFactory.h b/quic/server/QuicReusePortUDPSocketFactory.h index c4ecc9d01..6a61d3152 100644 --- a/quic/server/QuicReusePortUDPSocketFactory.h +++ b/quic/server/QuicReusePortUDPSocketFactory.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/QuicServer.cpp b/quic/server/QuicServer.cpp index 847715961..f48fba9f3 100644 --- a/quic/server/QuicServer.cpp +++ b/quic/server/QuicServer.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/QuicServer.h b/quic/server/QuicServer.h index 735c48835..81404c26b 100644 --- a/quic/server/QuicServer.h +++ b/quic/server/QuicServer.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/QuicServerBackend.cpp b/quic/server/QuicServerBackend.cpp index c8c65d31c..2bf0226a8 100644 --- a/quic/server/QuicServerBackend.cpp +++ b/quic/server/QuicServerBackend.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/QuicServerBackendIoUring.cpp b/quic/server/QuicServerBackendIoUring.cpp index 7c9a42caa..06839e0de 100644 --- a/quic/server/QuicServerBackendIoUring.cpp +++ b/quic/server/QuicServerBackendIoUring.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/QuicServerPacketRouter.cpp b/quic/server/QuicServerPacketRouter.cpp index 9fceaa8e7..8f671fddd 100644 --- a/quic/server/QuicServerPacketRouter.cpp +++ b/quic/server/QuicServerPacketRouter.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/QuicServerPacketRouter.h b/quic/server/QuicServerPacketRouter.h index ac6d966eb..2682a818b 100644 --- a/quic/server/QuicServerPacketRouter.h +++ b/quic/server/QuicServerPacketRouter.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/QuicServerTransport.cpp b/quic/server/QuicServerTransport.cpp index 7b0dbbd5f..7e0df3527 100644 --- a/quic/server/QuicServerTransport.cpp +++ b/quic/server/QuicServerTransport.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/QuicServerTransport.h b/quic/server/QuicServerTransport.h index 779955af3..ae710155e 100644 --- a/quic/server/QuicServerTransport.h +++ b/quic/server/QuicServerTransport.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/QuicServerTransportFactory.h b/quic/server/QuicServerTransportFactory.h index d9294befe..0f0fe51d3 100644 --- a/quic/server/QuicServerTransportFactory.h +++ b/quic/server/QuicServerTransportFactory.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/QuicServerWorker.cpp b/quic/server/QuicServerWorker.cpp index df6dc1050..89a24765b 100644 --- a/quic/server/QuicServerWorker.cpp +++ b/quic/server/QuicServerWorker.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/QuicServerWorker.h b/quic/server/QuicServerWorker.h index 573ff9fc5..a567fda05 100644 --- a/quic/server/QuicServerWorker.h +++ b/quic/server/QuicServerWorker.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/QuicSharedUDPSocketFactory.h b/quic/server/QuicSharedUDPSocketFactory.h index 5bb6cfce3..92729f6a1 100644 --- a/quic/server/QuicSharedUDPSocketFactory.h +++ b/quic/server/QuicSharedUDPSocketFactory.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/QuicUDPSocketFactory.h b/quic/server/QuicUDPSocketFactory.h index 6c3df817d..472fdc042 100644 --- a/quic/server/QuicUDPSocketFactory.h +++ b/quic/server/QuicUDPSocketFactory.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/RateLimiter.h b/quic/server/RateLimiter.h index 482f96ec3..adc457161 100644 --- a/quic/server/RateLimiter.h +++ b/quic/server/RateLimiter.h @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #pragma once diff --git a/quic/server/SlidingWindowRateLimiter.cpp b/quic/server/SlidingWindowRateLimiter.cpp index 11481084a..f7c2a3536 100644 --- a/quic/server/SlidingWindowRateLimiter.cpp +++ b/quic/server/SlidingWindowRateLimiter.cpp @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include "SlidingWindowRateLimiter.h" diff --git a/quic/server/SlidingWindowRateLimiter.h b/quic/server/SlidingWindowRateLimiter.h index 5d68fa837..2c0a53dea 100644 --- a/quic/server/SlidingWindowRateLimiter.h +++ b/quic/server/SlidingWindowRateLimiter.h @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #pragma once diff --git a/quic/server/async_tran/QuicAsyncTransportAcceptor.cpp b/quic/server/async_tran/QuicAsyncTransportAcceptor.cpp index 1533039bb..fe95f51f4 100644 --- a/quic/server/async_tran/QuicAsyncTransportAcceptor.cpp +++ b/quic/server/async_tran/QuicAsyncTransportAcceptor.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/async_tran/QuicAsyncTransportAcceptor.h b/quic/server/async_tran/QuicAsyncTransportAcceptor.h index da4acbdb6..b81a9e39d 100644 --- a/quic/server/async_tran/QuicAsyncTransportAcceptor.h +++ b/quic/server/async_tran/QuicAsyncTransportAcceptor.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/async_tran/QuicAsyncTransportServer.cpp b/quic/server/async_tran/QuicAsyncTransportServer.cpp index cb5b51794..ec407847e 100644 --- a/quic/server/async_tran/QuicAsyncTransportServer.cpp +++ b/quic/server/async_tran/QuicAsyncTransportServer.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/async_tran/QuicAsyncTransportServer.h b/quic/server/async_tran/QuicAsyncTransportServer.h index a6a93af2e..4a2c6a99c 100644 --- a/quic/server/async_tran/QuicAsyncTransportServer.h +++ b/quic/server/async_tran/QuicAsyncTransportServer.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/async_tran/QuicServerAsyncTransport.cpp b/quic/server/async_tran/QuicServerAsyncTransport.cpp index 57691f6c5..253fbc45a 100644 --- a/quic/server/async_tran/QuicServerAsyncTransport.cpp +++ b/quic/server/async_tran/QuicServerAsyncTransport.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/async_tran/QuicServerAsyncTransport.h b/quic/server/async_tran/QuicServerAsyncTransport.h index 3fa15fa6d..62b499956 100644 --- a/quic/server/async_tran/QuicServerAsyncTransport.h +++ b/quic/server/async_tran/QuicServerAsyncTransport.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/async_tran/test/QuicAsyncTransportServerTest.cpp b/quic/server/async_tran/test/QuicAsyncTransportServerTest.cpp index 2fc6735e3..35ccdb189 100644 --- a/quic/server/async_tran/test/QuicAsyncTransportServerTest.cpp +++ b/quic/server/async_tran/test/QuicAsyncTransportServerTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/handshake/AppToken.cpp b/quic/server/handshake/AppToken.cpp index 80056a36d..d59567517 100644 --- a/quic/server/handshake/AppToken.cpp +++ b/quic/server/handshake/AppToken.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/handshake/AppToken.h b/quic/server/handshake/AppToken.h index 7ed013079..0ccc49c3b 100644 --- a/quic/server/handshake/AppToken.h +++ b/quic/server/handshake/AppToken.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/handshake/DefaultAppTokenValidator.cpp b/quic/server/handshake/DefaultAppTokenValidator.cpp index 782d8e216..617a39994 100644 --- a/quic/server/handshake/DefaultAppTokenValidator.cpp +++ b/quic/server/handshake/DefaultAppTokenValidator.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/handshake/DefaultAppTokenValidator.h b/quic/server/handshake/DefaultAppTokenValidator.h index 426df14f0..3aa759975 100644 --- a/quic/server/handshake/DefaultAppTokenValidator.h +++ b/quic/server/handshake/DefaultAppTokenValidator.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/handshake/ServerHandshake.cpp b/quic/server/handshake/ServerHandshake.cpp index 26e588589..c30dbe0cf 100644 --- a/quic/server/handshake/ServerHandshake.cpp +++ b/quic/server/handshake/ServerHandshake.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/handshake/ServerHandshake.h b/quic/server/handshake/ServerHandshake.h index f5d38f271..8d71bcad6 100644 --- a/quic/server/handshake/ServerHandshake.h +++ b/quic/server/handshake/ServerHandshake.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/handshake/ServerHandshakeFactory.h b/quic/server/handshake/ServerHandshakeFactory.h index c38332c95..333003de4 100644 --- a/quic/server/handshake/ServerHandshakeFactory.h +++ b/quic/server/handshake/ServerHandshakeFactory.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/handshake/ServerTransportParametersExtension.h b/quic/server/handshake/ServerTransportParametersExtension.h index 6b9796879..a6764bfcb 100644 --- a/quic/server/handshake/ServerTransportParametersExtension.h +++ b/quic/server/handshake/ServerTransportParametersExtension.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/handshake/StatelessResetGenerator.cpp b/quic/server/handshake/StatelessResetGenerator.cpp index 185e81323..b3f38582b 100644 --- a/quic/server/handshake/StatelessResetGenerator.cpp +++ b/quic/server/handshake/StatelessResetGenerator.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/handshake/StatelessResetGenerator.h b/quic/server/handshake/StatelessResetGenerator.h index f015cb071..934b32c5c 100644 --- a/quic/server/handshake/StatelessResetGenerator.h +++ b/quic/server/handshake/StatelessResetGenerator.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/handshake/TokenGenerator.cpp b/quic/server/handshake/TokenGenerator.cpp index bac38f72d..ed67f3691 100644 --- a/quic/server/handshake/TokenGenerator.cpp +++ b/quic/server/handshake/TokenGenerator.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/handshake/TokenGenerator.h b/quic/server/handshake/TokenGenerator.h index b8fe7ed60..bd8c77892 100644 --- a/quic/server/handshake/TokenGenerator.h +++ b/quic/server/handshake/TokenGenerator.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/handshake/test/AppTokenTest.cpp b/quic/server/handshake/test/AppTokenTest.cpp index 280386ee5..313eb0142 100644 --- a/quic/server/handshake/test/AppTokenTest.cpp +++ b/quic/server/handshake/test/AppTokenTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/handshake/test/DefaultAppTokenValidatorTest.cpp b/quic/server/handshake/test/DefaultAppTokenValidatorTest.cpp index e45e3f5a7..dbd617099 100644 --- a/quic/server/handshake/test/DefaultAppTokenValidatorTest.cpp +++ b/quic/server/handshake/test/DefaultAppTokenValidatorTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/handshake/test/RetryTokenGeneratorTest.cpp b/quic/server/handshake/test/RetryTokenGeneratorTest.cpp index e5cdcb54a..9f996b725 100644 --- a/quic/server/handshake/test/RetryTokenGeneratorTest.cpp +++ b/quic/server/handshake/test/RetryTokenGeneratorTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/handshake/test/ServerHandshakeTest.cpp b/quic/server/handshake/test/ServerHandshakeTest.cpp index 17b46f0a3..af9c09695 100644 --- a/quic/server/handshake/test/ServerHandshakeTest.cpp +++ b/quic/server/handshake/test/ServerHandshakeTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/handshake/test/ServerTransportParametersTest.cpp b/quic/server/handshake/test/ServerTransportParametersTest.cpp index daeefde78..c21c5a4b9 100644 --- a/quic/server/handshake/test/ServerTransportParametersTest.cpp +++ b/quic/server/handshake/test/ServerTransportParametersTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/handshake/test/StatelessResetGeneratorTest.cpp b/quic/server/handshake/test/StatelessResetGeneratorTest.cpp index 7988a86ee..002cd7dbd 100644 --- a/quic/server/handshake/test/StatelessResetGeneratorTest.cpp +++ b/quic/server/handshake/test/StatelessResetGeneratorTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/state/ServerConnectionIdRejector.h b/quic/server/state/ServerConnectionIdRejector.h index e9a4bf9e4..3703ee548 100644 --- a/quic/server/state/ServerConnectionIdRejector.h +++ b/quic/server/state/ServerConnectionIdRejector.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/state/ServerStateMachine.cpp b/quic/server/state/ServerStateMachine.cpp index 5cf0b55b6..be057d8bc 100644 --- a/quic/server/state/ServerStateMachine.cpp +++ b/quic/server/state/ServerStateMachine.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/state/ServerStateMachine.h b/quic/server/state/ServerStateMachine.h index f3340e487..0dd124be1 100644 --- a/quic/server/state/ServerStateMachine.h +++ b/quic/server/state/ServerStateMachine.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/test/Mocks.h b/quic/server/test/Mocks.h index 1c24f6ac5..fdc5e68d3 100644 --- a/quic/server/test/Mocks.h +++ b/quic/server/test/Mocks.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/test/QuicServerTest.cpp b/quic/server/test/QuicServerTest.cpp index f553a3b20..162828dfa 100644 --- a/quic/server/test/QuicServerTest.cpp +++ b/quic/server/test/QuicServerTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/test/QuicServerTransportTest.cpp b/quic/server/test/QuicServerTransportTest.cpp index cee61e551..39396d745 100644 --- a/quic/server/test/QuicServerTransportTest.cpp +++ b/quic/server/test/QuicServerTransportTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/test/QuicServerTransportTestUtil.h b/quic/server/test/QuicServerTransportTestUtil.h index bd02f4882..ed45a289e 100644 --- a/quic/server/test/QuicServerTransportTestUtil.h +++ b/quic/server/test/QuicServerTransportTestUtil.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/server/test/QuicSocketTest.cpp b/quic/server/test/QuicSocketTest.cpp index e7805274c..747479d76 100644 --- a/quic/server/test/QuicSocketTest.cpp +++ b/quic/server/test/QuicSocketTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/server/test/ServerStateMachineTest.cpp b/quic/server/test/ServerStateMachineTest.cpp index 060ebc217..a52c04935 100644 --- a/quic/server/test/ServerStateMachineTest.cpp +++ b/quic/server/test/ServerStateMachineTest.cpp @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include diff --git a/quic/server/test/SlidingWindowRateLimiterTest.cpp b/quic/server/test/SlidingWindowRateLimiterTest.cpp index 17e50d490..d7f00a451 100644 --- a/quic/server/test/SlidingWindowRateLimiterTest.cpp +++ b/quic/server/test/SlidingWindowRateLimiterTest.cpp @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include diff --git a/quic/state/AckEvent.cpp b/quic/state/AckEvent.cpp index 86e119570..713b5f373 100644 --- a/quic/state/AckEvent.cpp +++ b/quic/state/AckEvent.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/AckEvent.h b/quic/state/AckEvent.h index 804fc3819..2e0c4ccab 100644 --- a/quic/state/AckEvent.h +++ b/quic/state/AckEvent.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/AckHandlers.cpp b/quic/state/AckHandlers.cpp index 72098b10c..c13f45ade 100644 --- a/quic/state/AckHandlers.cpp +++ b/quic/state/AckHandlers.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/AckHandlers.h b/quic/state/AckHandlers.h index d75125470..543d1ea35 100644 --- a/quic/state/AckHandlers.h +++ b/quic/state/AckHandlers.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/AckStates.h b/quic/state/AckStates.h index 825b2e457..7fe86fdd7 100644 --- a/quic/state/AckStates.h +++ b/quic/state/AckStates.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/DatagramHandlers.cpp b/quic/state/DatagramHandlers.cpp index 9507b501e..9f6cedadf 100644 --- a/quic/state/DatagramHandlers.cpp +++ b/quic/state/DatagramHandlers.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/DatagramHandlers.h b/quic/state/DatagramHandlers.h index 4a39f1a08..b8a4bd46f 100644 --- a/quic/state/DatagramHandlers.h +++ b/quic/state/DatagramHandlers.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/LossState.h b/quic/state/LossState.h index dde500a92..ea0b30169 100644 --- a/quic/state/LossState.h +++ b/quic/state/LossState.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/OutstandingPacket.h b/quic/state/OutstandingPacket.h index 6b4cb12e3..df277def2 100644 --- a/quic/state/OutstandingPacket.h +++ b/quic/state/OutstandingPacket.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/PacketEvent.cpp b/quic/state/PacketEvent.cpp index 6e8b86924..c6322fb89 100644 --- a/quic/state/PacketEvent.cpp +++ b/quic/state/PacketEvent.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/PacketEvent.h b/quic/state/PacketEvent.h index 2674700e2..b7a4c78da 100644 --- a/quic/state/PacketEvent.h +++ b/quic/state/PacketEvent.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/PendingPathRateLimiter.cpp b/quic/state/PendingPathRateLimiter.cpp index f69d75074..091f5cce2 100644 --- a/quic/state/PendingPathRateLimiter.cpp +++ b/quic/state/PendingPathRateLimiter.cpp @@ -1,4 +1,9 @@ -// Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include diff --git a/quic/state/PendingPathRateLimiter.h b/quic/state/PendingPathRateLimiter.h index 3092c7daa..6338c03f1 100644 --- a/quic/state/PendingPathRateLimiter.h +++ b/quic/state/PendingPathRateLimiter.h @@ -1,4 +1,9 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #pragma once #include diff --git a/quic/state/QuicConnectionStats.h b/quic/state/QuicConnectionStats.h index ce270b66f..35f264c00 100644 --- a/quic/state/QuicConnectionStats.h +++ b/quic/state/QuicConnectionStats.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/QuicPacingFunctions.cpp b/quic/state/QuicPacingFunctions.cpp index d59a72325..fe923e990 100644 --- a/quic/state/QuicPacingFunctions.cpp +++ b/quic/state/QuicPacingFunctions.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/QuicPacingFunctions.h b/quic/state/QuicPacingFunctions.h index c857cda10..36387cada 100644 --- a/quic/state/QuicPacingFunctions.h +++ b/quic/state/QuicPacingFunctions.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/QuicPriorityQueue.cpp b/quic/state/QuicPriorityQueue.cpp index 34fa02c48..2f7bddc47 100644 --- a/quic/state/QuicPriorityQueue.cpp +++ b/quic/state/QuicPriorityQueue.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include "quic/state/QuicPriorityQueue.h" diff --git a/quic/state/QuicPriorityQueue.h b/quic/state/QuicPriorityQueue.h index 6e9895495..cbc3eb55f 100644 --- a/quic/state/QuicPriorityQueue.h +++ b/quic/state/QuicPriorityQueue.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/QuicStateFunctions.cpp b/quic/state/QuicStateFunctions.cpp index 7e6f216a0..1fb956f5b 100644 --- a/quic/state/QuicStateFunctions.cpp +++ b/quic/state/QuicStateFunctions.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/QuicStateFunctions.h b/quic/state/QuicStateFunctions.h index 4963fdb80..7a5cd1d64 100644 --- a/quic/state/QuicStateFunctions.h +++ b/quic/state/QuicStateFunctions.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/QuicStreamFunctions.cpp b/quic/state/QuicStreamFunctions.cpp index d51012dc4..550d2c17d 100644 --- a/quic/state/QuicStreamFunctions.cpp +++ b/quic/state/QuicStreamFunctions.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/QuicStreamFunctions.h b/quic/state/QuicStreamFunctions.h index 605916308..f0bf73086 100644 --- a/quic/state/QuicStreamFunctions.h +++ b/quic/state/QuicStreamFunctions.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/QuicStreamManager.cpp b/quic/state/QuicStreamManager.cpp index 3eb0e1364..af3699ce4 100644 --- a/quic/state/QuicStreamManager.cpp +++ b/quic/state/QuicStreamManager.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/QuicStreamManager.h b/quic/state/QuicStreamManager.h index f14a868ab..3728f0b3b 100644 --- a/quic/state/QuicStreamManager.h +++ b/quic/state/QuicStreamManager.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/QuicStreamPrioritiesObserver.h b/quic/state/QuicStreamPrioritiesObserver.h index 7c38beda7..a35b33176 100644 --- a/quic/state/QuicStreamPrioritiesObserver.h +++ b/quic/state/QuicStreamPrioritiesObserver.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/QuicStreamUtilities.cpp b/quic/state/QuicStreamUtilities.cpp index 49aec7aa5..a02a6dd32 100644 --- a/quic/state/QuicStreamUtilities.cpp +++ b/quic/state/QuicStreamUtilities.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/QuicStreamUtilities.h b/quic/state/QuicStreamUtilities.h index 57c4183f6..1d8b870cf 100644 --- a/quic/state/QuicStreamUtilities.h +++ b/quic/state/QuicStreamUtilities.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/QuicTransportStatsCallback.h b/quic/state/QuicTransportStatsCallback.h index e6f58a831..7727d4bb3 100644 --- a/quic/state/QuicTransportStatsCallback.h +++ b/quic/state/QuicTransportStatsCallback.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/SimpleFrameFunctions.cpp b/quic/state/SimpleFrameFunctions.cpp index 18b51330c..cb402c880 100644 --- a/quic/state/SimpleFrameFunctions.cpp +++ b/quic/state/SimpleFrameFunctions.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/SimpleFrameFunctions.h b/quic/state/SimpleFrameFunctions.h index 7693b01f1..4d52846c9 100644 --- a/quic/state/SimpleFrameFunctions.h +++ b/quic/state/SimpleFrameFunctions.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/StateData.cpp b/quic/state/StateData.cpp index 7b4b4d835..700199223 100644 --- a/quic/state/StateData.cpp +++ b/quic/state/StateData.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/StateData.h b/quic/state/StateData.h index ab1e238ab..5998fd76f 100644 --- a/quic/state/StateData.h +++ b/quic/state/StateData.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/StreamData.h b/quic/state/StreamData.h index d07f35a9e..b2d761ad8 100644 --- a/quic/state/StreamData.h +++ b/quic/state/StreamData.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/TransportSettings.h b/quic/state/TransportSettings.h index f642dddda..0ecb9a9a4 100644 --- a/quic/state/TransportSettings.h +++ b/quic/state/TransportSettings.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/stream/StreamReceiveHandlers.cpp b/quic/state/stream/StreamReceiveHandlers.cpp index ca6c6a37f..578d75a15 100644 --- a/quic/state/stream/StreamReceiveHandlers.cpp +++ b/quic/state/stream/StreamReceiveHandlers.cpp @@ -1,4 +1,9 @@ -// Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include #include diff --git a/quic/state/stream/StreamReceiveHandlers.h b/quic/state/stream/StreamReceiveHandlers.h index 95d6f920c..07251b5ba 100644 --- a/quic/state/stream/StreamReceiveHandlers.h +++ b/quic/state/stream/StreamReceiveHandlers.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/stream/StreamSendHandlers.cpp b/quic/state/stream/StreamSendHandlers.cpp index 93f840f98..1dff3e522 100644 --- a/quic/state/stream/StreamSendHandlers.cpp +++ b/quic/state/stream/StreamSendHandlers.cpp @@ -1,4 +1,9 @@ -// Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include diff --git a/quic/state/stream/StreamSendHandlers.h b/quic/state/stream/StreamSendHandlers.h index bfcd3baa4..bd29764d9 100644 --- a/quic/state/stream/StreamSendHandlers.h +++ b/quic/state/stream/StreamSendHandlers.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/stream/StreamStateFunctions.cpp b/quic/state/stream/StreamStateFunctions.cpp index 6c8f04d4f..a549fdc4d 100644 --- a/quic/state/stream/StreamStateFunctions.cpp +++ b/quic/state/stream/StreamStateFunctions.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/stream/StreamStateFunctions.h b/quic/state/stream/StreamStateFunctions.h index 1578beea9..ed271f205 100644 --- a/quic/state/stream/StreamStateFunctions.h +++ b/quic/state/stream/StreamStateFunctions.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/stream/test/StreamStateFunctionsTest.cpp b/quic/state/stream/test/StreamStateFunctionsTest.cpp index 27dc8d8ef..a0cb5f91f 100644 --- a/quic/state/stream/test/StreamStateFunctionsTest.cpp +++ b/quic/state/stream/test/StreamStateFunctionsTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/stream/test/StreamStateMachineTest.cpp b/quic/state/stream/test/StreamStateMachineTest.cpp index 6ad9855b4..a25ce4107 100644 --- a/quic/state/stream/test/StreamStateMachineTest.cpp +++ b/quic/state/stream/test/StreamStateMachineTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/test/AckEventTestUtil.cpp b/quic/state/test/AckEventTestUtil.cpp index f4e11e4e3..9932ca238 100644 --- a/quic/state/test/AckEventTestUtil.cpp +++ b/quic/state/test/AckEventTestUtil.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/test/AckEventTestUtil.h b/quic/state/test/AckEventTestUtil.h index ae37142ea..58af71695 100644 --- a/quic/state/test/AckEventTestUtil.h +++ b/quic/state/test/AckEventTestUtil.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/test/AckHandlersTest.cpp b/quic/state/test/AckHandlersTest.cpp index 03838b816..92fbb05c9 100644 --- a/quic/state/test/AckHandlersTest.cpp +++ b/quic/state/test/AckHandlersTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/test/MockQuicStats.h b/quic/state/test/MockQuicStats.h index 12b72bd3f..7b455381f 100644 --- a/quic/state/test/MockQuicStats.h +++ b/quic/state/test/MockQuicStats.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/test/Mocks.h b/quic/state/test/Mocks.h index 5dbd9b17e..c0574cee2 100644 --- a/quic/state/test/Mocks.h +++ b/quic/state/test/Mocks.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/state/test/PacketEventTest.cpp b/quic/state/test/PacketEventTest.cpp index 9509e36a8..028173f72 100644 --- a/quic/state/test/PacketEventTest.cpp +++ b/quic/state/test/PacketEventTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/test/QuicPacingFunctionsTest.cpp b/quic/state/test/QuicPacingFunctionsTest.cpp index 4f0fab7a1..b506a9712 100644 --- a/quic/state/test/QuicPacingFunctionsTest.cpp +++ b/quic/state/test/QuicPacingFunctionsTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/test/QuicPriorityQueueTest.cpp b/quic/state/test/QuicPriorityQueueTest.cpp index 492324a2d..1357aa7ce 100644 --- a/quic/state/test/QuicPriorityQueueTest.cpp +++ b/quic/state/test/QuicPriorityQueueTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/test/QuicStateFunctionsTest.cpp b/quic/state/test/QuicStateFunctionsTest.cpp index a6a26b80d..ecac704f0 100644 --- a/quic/state/test/QuicStateFunctionsTest.cpp +++ b/quic/state/test/QuicStateFunctionsTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/test/QuicStreamFunctionsTest.cpp b/quic/state/test/QuicStreamFunctionsTest.cpp index 0402f73f6..cfc396cb7 100644 --- a/quic/state/test/QuicStreamFunctionsTest.cpp +++ b/quic/state/test/QuicStreamFunctionsTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/test/QuicStreamManagerTest.cpp b/quic/state/test/QuicStreamManagerTest.cpp index ff7925a7b..ede1e1e99 100644 --- a/quic/state/test/QuicStreamManagerTest.cpp +++ b/quic/state/test/QuicStreamManagerTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/state/test/StateDataTest.cpp b/quic/state/test/StateDataTest.cpp index ba3c9be92..0621af2c0 100644 --- a/quic/state/test/StateDataTest.cpp +++ b/quic/state/test/StateDataTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/tools/tperf/PacingObserver.h b/quic/tools/tperf/PacingObserver.h index e50ffe457..205f18365 100644 --- a/quic/tools/tperf/PacingObserver.h +++ b/quic/tools/tperf/PacingObserver.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/tools/tperf/TperfDSRSender.cpp b/quic/tools/tperf/TperfDSRSender.cpp index 9c11bde91..aab64490b 100644 --- a/quic/tools/tperf/TperfDSRSender.cpp +++ b/quic/tools/tperf/TperfDSRSender.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/tools/tperf/TperfDSRSender.h b/quic/tools/tperf/TperfDSRSender.h index 56347aceb..1eb7f52f0 100644 --- a/quic/tools/tperf/TperfDSRSender.h +++ b/quic/tools/tperf/TperfDSRSender.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/tools/tperf/TperfQLogger.cpp b/quic/tools/tperf/TperfQLogger.cpp index 66c69a410..1065844d4 100644 --- a/quic/tools/tperf/TperfQLogger.cpp +++ b/quic/tools/tperf/TperfQLogger.cpp @@ -1,4 +1,9 @@ -// Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ #include diff --git a/quic/tools/tperf/TperfQLogger.h b/quic/tools/tperf/TperfQLogger.h index 604e17435..b5f0e8923 100644 --- a/quic/tools/tperf/TperfQLogger.h +++ b/quic/tools/tperf/TperfQLogger.h @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #pragma once diff --git a/quic/tools/tperf/test/PacingObserverTest.cpp b/quic/tools/tperf/test/PacingObserverTest.cpp index d94eea0de..f0d857abd 100644 --- a/quic/tools/tperf/test/PacingObserverTest.cpp +++ b/quic/tools/tperf/test/PacingObserverTest.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include diff --git a/quic/tools/tperf/tperf.cpp b/quic/tools/tperf/tperf.cpp index f75fce7c0..c1af737cd 100644 --- a/quic/tools/tperf/tperf.cpp +++ b/quic/tools/tperf/tperf.cpp @@ -3,7 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * */ #include