1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-04-18 17:24:03 +03:00

mvfst License Header Update

Reviewed By: lnicco

Differential Revision: D33587012

fbshipit-source-id: 972eb440f0156c9c04aa6e8787561b18295c1a97
This commit is contained in:
Hani Damlaj 2022-01-18 13:55:05 -08:00 committed by Facebook GitHub Bot
parent faa541a106
commit 00e67c1bf9
383 changed files with 180 additions and 388 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python
# Copyright (c) Meta Platforms, Inc. and affiliates. # Copyright (c) Meta Platforms, Inc. and affiliates.
# #
# This source code is licensed under the MIT license found in the # This source code is licensed under the MIT license found in the

View File

@ -1,5 +1,4 @@
#!/bin/bash -eu #!/bin/bash -eu
# Copyright (c) Meta Platforms, Inc. and affiliates. # Copyright (c) Meta Platforms, Inc. and affiliates.
# #
# This source code is licensed under the MIT license found in the # This source code is licensed under the MIT license found in the

View File

@ -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 # - Try to find double-conversion
# Once done, this will define # Once done, this will define
# #

View File

@ -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 # Find libgmock
# #

View File

@ -1,10 +1,7 @@
# Copyright (c) Meta Platforms, Inc. and affiliates. # Copyright (c) Meta Platforms, Inc. and affiliates.
# - Try to find Glog
# Once done, this will define
# #
# GLOG_FOUND - system has Glog # This source code is licensed under the MIT license found in the
# GLOG_INCLUDE_DIRS - the Glog include directories # LICENSE file in the root directory of this source tree.
# GLOG_LIBRARIES - link these to use Glog
include(FindPackageHandleStandardArgs) include(FindPackageHandleStandardArgs)

View File

@ -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 # - Try to find Libevent
# Once done, this will define # Once done, this will define
# #

View File

@ -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 # - Try to find librt
# Once done, this will define # Once done, this will define
# #

View File

@ -1,5 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) Meta Platforms, Inc. and affiliates. # Copyright (c) Meta Platforms, Inc. and affiliates.
# #
# This source code is licensed under the MIT license found in the # This source code is licensed under the MIT license found in the

View File

@ -1,5 +1,4 @@
#!/bin/bash -eu #!/bin/bash -eu
# Copyright (c) Meta Platforms, Inc. and affiliates. # Copyright (c) Meta Platforms, Inc. and affiliates.
# #
# This source code is licensed under the MIT license found in the # This source code is licensed under the MIT license found in the

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/QuicConstants.h> #include <quic/QuicConstants.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/QuicException.h> #include <quic/QuicException.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/api/IoBufQuicBatch.h> #include <quic/api/IoBufQuicBatch.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/api/Observer.h> #include <quic/api/Observer.h>

View File

@ -3,8 +3,8 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once
#include <quic/QuicException.h> #include <quic/QuicException.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/api/QuicBatchWriter.h> #include <quic/api/QuicBatchWriter.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/api/QuicPacketScheduler.h> #include <quic/api/QuicPacketScheduler.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/api/QuicSocket.h> #include <quic/api/QuicSocket.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/api/QuicStreamAsyncTransport.h> #include <quic/api/QuicStreamAsyncTransport.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/api/QuicTransportBase.h> #include <quic/api/QuicTransportBase.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/QuicConstants.h> #include <quic/QuicConstants.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/api/IoBufQuicBatch.h> #include <quic/api/IoBufQuicBatch.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/api/QuicBatchWriter.h> #include <quic/api/QuicBatchWriter.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <folly/futures/Future.h> #include <folly/futures/Future.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/api/test/Mocks.h> #include <quic/api/test/Mocks.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/api/QuicTransportFunctions.h> #include <quic/api/QuicTransportFunctions.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <gmock/gmock.h> #include <gmock/gmock.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <gmock/gmock.h> #include <gmock/gmock.h>

View File

@ -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 <folly/portability/GMock.h> // #include <folly/portability/GMock.h>
// #include <folly/portability/GTest.h> // #include <folly/portability/GTest.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/client/QuicClientAsyncTransport.h> #include <quic/client/QuicClientAsyncTransport.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/client/QuicClientTransport.h> #include <quic/client/QuicClientTransport.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -1,8 +1,7 @@
/* /*
* Copyright (c) Meta Platforms, Inc. and affiliates. * 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. * LICENSE file in the root directory of this source tree.
*/ */

View File

@ -1,8 +1,7 @@
/* /*
* Copyright (c) Meta Platforms, Inc. and affiliates. * 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. * LICENSE file in the root directory of this source tree.
*/ */

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/client/handshake/ClientHandshake.h> #include <quic/client/handshake/ClientHandshake.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/client/state/ClientStateMachine.h> #include <quic/client/state/ClientStateMachine.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -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/client/handshake/CachedServerTransportParameters.h> #include <quic/client/handshake/CachedServerTransportParameters.h>
#include <quic/client/handshake/ClientHandshake.h> #include <quic/client/handshake/ClientHandshake.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -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 <gtest/gtest.h> #include <gtest/gtest.h>
#include <quic/client/connector/QuicConnector.h> #include <quic/client/connector/QuicConnector.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/Decode.h> #include <quic/codec/Decode.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/DefaultConnectionIdAlgo.h> #include <quic/codec/DefaultConnectionIdAlgo.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/PacketNumber.h> #include <quic/codec/PacketNumber.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/PacketNumberCipher.h> #include <quic/codec/PacketNumberCipher.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/QuicConnectionId.h> #include <quic/codec/QuicConnectionId.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/QuicHeaderCodec.h> #include <quic/codec/QuicHeaderCodec.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/QuicInteger.h> #include <quic/codec/QuicInteger.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/QuicPacketBuilder.h> #include <quic/codec/QuicPacketBuilder.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/QuicPacketRebuilder.h> #include <quic/codec/QuicPacketRebuilder.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/QuicReadCodec.h> #include <quic/codec/QuicReadCodec.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/QuicWriteCodec.h> #include <quic/codec/QuicWriteCodec.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/QuicException.h> #include <quic/QuicException.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/Decode.h> #include <quic/codec/Decode.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/DefaultConnectionIdAlgo.h> #include <quic/codec/DefaultConnectionIdAlgo.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/PacketNumber.h> #include <quic/codec/PacketNumber.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/QuicConnectionId.h> #include <quic/codec/QuicConnectionId.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <folly/Optional.h> #include <folly/Optional.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <folly/Expected.h> #include <folly/Expected.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/QuicReadCodec.h> #include <quic/codec/QuicReadCodec.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/QuicWriteCodec.h> #include <quic/codec/QuicWriteCodec.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/codec/Types.h> #include <quic/codec/Types.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#include <quic/common/BufAccessor.h> #include <quic/common/BufAccessor.h>

View File

@ -3,7 +3,6 @@
* *
* This source code is licensed under the MIT 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. * LICENSE file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@ -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" #include "quic/common/BufUtil.h"

View File

@ -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 #pragma once
#include <folly/io/IOBuf.h> #include <folly/io/IOBuf.h>

Some files were not shown because too many files have changed in this diff Show More