1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-08-08 09:42:06 +03:00

Add correct license headers on some missing files

Summary: ^

Reviewed By: sharma95

Differential Revision: D15172546

fbshipit-source-id: bacc832752a433b86962e77bb19aff4504640e60
This commit is contained in:
Udip Pant
2019-05-01 22:38:24 -07:00
committed by Facebook Github Bot
parent a9bfa9be21
commit 4a9537798e
60 changed files with 37 additions and 96 deletions

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/QuicException.h>
#include <folly/Overload.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <stdexcept>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All Rights Reserved.
#include <quic/api/QuicTransportFunctions.h>
#include <folly/Overload.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <folly/portability/GMock.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/api/QuicPacketScheduler.h>
#include <folly/portability/GTest.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/codec/Decode.h>
#include <folly/String.h>
#include <quic/QuicException.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <folly/io/Cursor.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <quic/codec/Types.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/codec/QuicConnectionId.h>
#include <glog/logging.h>
#include <quic/QuicConstants.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <folly/Optional.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/codec/QuicHeaderCodec.h>
#include <quic/QuicException.h>
#include <quic/codec/Decode.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <quic/codec/PacketNumber.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/codec/QuicPacketRebuilder.h>
#include <quic/codec/QuicWriteCodec.h>
#include <quic/flowcontrol/QuicFlowController.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <quic/codec/QuicPacketBuilder.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
// override-include-guard
#include <quic/codec/QuicReadCodec.h>
#include <folly/io/Cursor.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <folly/Optional.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/QuicConstants.h>
#include <quic/QuicException.h>
#include <quic/codec/QuicInteger.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <quic/codec/QuicPacketBuilder.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/codec/Types.h>
#include <quic/QuicException.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <boost/variant.hpp>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/codec/Decode.h>
#include <folly/Random.h>
#include <folly/container/Array.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <folly/portability/GMock.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <folly/Optional.h>
#include <folly/Overload.h>
#include <folly/portability/GTest.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <folly/Expected.h>
#include <folly/Optional.h>
#include <folly/String.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <folly/portability/GTest.h>
#include <folly/Random.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <folly/portability/GTest.h>
#include <quic/codec/QuicPacketBuilder.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/codec/QuicReadCodec.h>
#include <folly/io/Cursor.h>
#include <folly/portability/GTest.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/codec/QuicWriteCodec.h>
#include <folly/Random.h>
#include <folly/io/Cursor.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/codec/Types.h>
#include <folly/Overload.h>
#include <folly/String.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <boost/iterator/iterator_facade.hpp>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/common/test/QuicCodecUtils.h>
#include <folly/portability/GTest.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/congestion_control/CongestionControlFunctions.h>
#include <quic/QuicConstants.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/congestion_control/QuicCubic.h>
#include <quic/congestion_control/CongestionControlFunctions.h>
#include <quic/state/QuicStateFunctions.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <quic/QuicException.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/congestion_control/CongestionControlFunctions.h>
#include <folly/portability/GTest.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <folly/portability/GTest.h>
#include <quic/common/test/TestUtils.h>
#include <quic/congestion_control/QuicCubic.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <folly/portability/GTest.h>
#include <quic/common/test/TestUtils.h>
#include <quic/congestion_control/QuicCubic.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <folly/portability/GTest.h>
#include <quic/common/test/TestUtils.h>
#include <quic/congestion_control/test/TestingCubic.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <folly/portability/GTest.h>
#include <quic/common/test/TestUtils.h>
#include <quic/congestion_control/QuicCubic.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <folly/portability/GTest.h>
#include <quic/common/test/TestUtils.h>
#include <quic/congestion_control/test/TestingCubic.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/congestion_control/QuicCubic.h>
namespace quic {

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All Rights Reserved.
#include <quic/handshake/TransportParameters.h>
namespace quic {

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <folly/portability/GTest.h>
#include <quic/logging/QuicLogger.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All Rights Reserved.
#include "quic/loss/QuicLossFunctions.h"
namespace quic {

View File

@@ -1,3 +1,11 @@
/*
* Copyright (c) Facebook, Inc. and its 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/io/Cursor.h>
#include <folly/system/ThreadId.h>
#include <quic/QuicConstants.h>

View File

@@ -1,3 +1,11 @@
/*
* Copyright (c) Facebook, Inc. and its 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 <unordered_map>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#include <quic/server/handshake/StatelessResetGenerator.h>
#include <folly/Random.h>
#include <folly/SocketAddress.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <quic/server/QuicServer.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All rights reserved.
#pragma once
#include <quic/codec/Types.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All Rights Reserved.
#include <quic/state/QPRFunctions.h>
#include <quic/flowcontrol/QuicFlowController.h>
#include <quic/state/QuicStreamFunctions.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All Rights Reserved.
#pragma once
#include <quic/codec/Types.h>

View File

@@ -1,4 +1,10 @@
// Copyright 2004-present Facebook. All Rights Reserved.
/*
* Copyright (c) Facebook, Inc. and its 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/state/QuicStreamManager.h"

View File

@@ -1,5 +1,10 @@
// Copyright 200detail::kStreamIncrement-present Facebook. All Rights Reserved
// and need.
/*
* Copyright (c) Facebook, Inc. and its 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

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All Rights Reserved.
#include "SimpleFrameFunctions.h"
#include <boost/variant/get.hpp>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All Rights Reserved.
#pragma once
#include <quic/codec/Types.h>

View File

@@ -1,4 +1,10 @@
// Copyright 2004-present Facebook. All Rights Reserved.
/*
* Copyright (c) Facebook, Inc. and its 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

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All Rights Reserved.
#include <quic/state/stream/StreamStateFunctions.h>
#include <quic/flowcontrol/QuicFlowController.h>
#include <quic/state/QuicStreamFunctions.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright (c) 2017 Copyright Holder All Rights Reserved.
#pragma once
#include <quic/state/StateData.h>

View File

@@ -6,8 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All Rights Reserved.
#include <quic/state/stream/StreamStateFunctions.h>
#include <gtest/gtest.h>
#include <quic/server/state/ServerStateMachine.h>

View File

@@ -6,7 +6,6 @@
*
*/
// Copyright 2004-present Facebook. All Rights Reserved.
#pragma once
#include <folly/portability/GMock.h>