From 6654e0df0c342649c03a45142ad555993877813d Mon Sep 17 00:00:00 2001 From: Andres Suarez Date: Fri, 11 Oct 2019 11:37:06 -0700 Subject: [PATCH] Relicense from BSD+PATENTS to straight BSD Reviewed By: afrind Differential Revision: D17871920 fbshipit-source-id: 7a963b296546f667caff759de0470f2258f4ecb9 --- CMakeLists.txt | 6 ++++ LICENSE | 2 +- PATENTS | 33 ------------------- build/fbcode_builder_config.py | 7 +++- cmake/FindZstd.cmake | 8 ++--- cmake/ProxygenTest.cmake | 8 ++--- proxygen/CMakeLists.txt | 5 +++ proxygen/build.sh | 6 +++- proxygen/external/CMakeLists.txt | 6 ++++ proxygen/fuzzers/CMakeLists.txt | 5 ++- proxygen/fuzzers/ProxygenHTTP1xFuzzer.cpp | 10 +++--- proxygen/httpclient/CMakeLists.txt | 6 ++++ proxygen/httpclient/samples/CMakeLists.txt | 6 ++++ .../httpclient/samples/curl/CMakeLists.txt | 6 ++++ .../httpclient/samples/curl/CurlClient.cpp | 11 +++---- proxygen/httpclient/samples/curl/CurlClient.h | 11 +++---- .../samples/curl/CurlClientMain.cpp | 16 +++------ .../httpclient/samples/pricli/CMakeLists.txt | 6 ++++ proxygen/httpclient/samples/pricli/PriCli.cpp | 13 +++----- proxygen/httpserver/CMakeLists.txt | 6 ++++ proxygen/httpserver/ExMessageHandler.h | 11 +++---- proxygen/httpserver/Filters.h | 11 +++---- proxygen/httpserver/HTTPServer.cpp | 10 +++--- proxygen/httpserver/HTTPServer.h | 11 +++---- proxygen/httpserver/HTTPServerAcceptor.cpp | 11 +++---- proxygen/httpserver/HTTPServerAcceptor.h | 11 +++---- proxygen/httpserver/HTTPServerOptions.h | 11 +++---- .../HTTPTransactionHandlerAdaptor.h | 11 +++---- proxygen/httpserver/Mocks.h | 11 +++---- proxygen/httpserver/PushHandler.h | 11 +++---- proxygen/httpserver/RequestHandler.h | 11 +++---- proxygen/httpserver/RequestHandlerAdaptor.cpp | 11 +++---- proxygen/httpserver/RequestHandlerAdaptor.h | 11 +++---- proxygen/httpserver/RequestHandlerFactory.h | 11 +++---- proxygen/httpserver/ResponseBuilder.h | 11 +++---- proxygen/httpserver/ResponseHandler.h | 11 +++---- proxygen/httpserver/ScopedHTTPServer.h | 11 +++---- proxygen/httpserver/SignalHandler.cpp | 11 +++---- proxygen/httpserver/SignalHandler.h | 11 +++---- .../httpserver/filters/CompressionFilter.h | 11 +++---- .../filters/DirectResponseHandler.h | 11 +++---- .../httpserver/filters/RejectConnectFilter.h | 11 +++---- .../httpserver/filters/tests/CMakeLists.txt | 6 ++++ .../filters/tests/CompressionFilterTest.cpp | 11 +++---- .../httpserver/samples/echo/EchoHandler.cpp | 11 +++---- .../httpserver/samples/echo/EchoHandler.h | 11 +++---- .../httpserver/samples/echo/EchoServer.cpp | 11 +++---- proxygen/httpserver/samples/echo/EchoStats.h | 11 +++---- .../samples/echo/test/CMakeLists.txt | 5 ++- .../samples/echo/test/EchoHandlerTest.cpp | 11 +++---- proxygen/httpserver/samples/hq/ConnIdLogger.h | 11 +++---- .../httpserver/samples/hq/FizzContext.cpp | 11 +++---- proxygen/httpserver/samples/hq/FizzContext.h | 11 +++---- proxygen/httpserver/samples/hq/HQClient.cpp | 8 +++++ proxygen/httpserver/samples/hq/HQClient.h | 11 +++---- .../httpserver/samples/hq/HQLoggerHelper.cpp | 8 +++++ .../httpserver/samples/hq/HQLoggerHelper.h | 8 +++++ proxygen/httpserver/samples/hq/HQParams.cpp | 11 +++---- proxygen/httpserver/samples/hq/HQParams.h | 11 +++---- proxygen/httpserver/samples/hq/HQServer.cpp | 8 +++++ proxygen/httpserver/samples/hq/HQServer.h | 11 +++---- ...ureVerifierDangerousDoNotUseInProduction.h | 11 +++---- .../hq/PartiallyReliableCurlClient.cpp | 10 +++--- .../samples/hq/PartiallyReliableCurlClient.h | 11 +++---- .../httpserver/samples/hq/SampleHandlers.cpp | 11 +++---- .../httpserver/samples/hq/SampleHandlers.h | 11 +++---- proxygen/httpserver/samples/hq/main.cpp | 11 +++---- .../httpserver/samples/proxy/ProxyHandler.cpp | 11 +++---- .../httpserver/samples/proxy/ProxyHandler.h | 11 +++---- .../httpserver/samples/proxy/ProxyServer.cpp | 11 +++---- .../httpserver/samples/proxy/ProxyStats.h | 11 +++---- .../httpserver/samples/proxy/SessionWrapper.h | 11 +++---- .../samples/push/PushRequestHandler.cpp | 11 +++---- .../samples/push/PushRequestHandler.h | 11 +++---- .../httpserver/samples/push/PushServer.cpp | 11 +++---- proxygen/httpserver/samples/push/PushStats.h | 11 +++---- .../samples/static/StaticHandler.cpp | 11 +++---- .../httpserver/samples/static/StaticHandler.h | 11 +++---- .../samples/static/StaticServer.cpp | 10 +++--- proxygen/httpserver/tests/CMakeLists.txt | 5 ++- proxygen/httpserver/tests/HTTPServerTest.cpp | 11 +++---- .../tests/RequestHandlerAdaptorTest.cpp | 11 +++---- proxygen/install.sh | 6 +++- proxygen/lib/CMakeLists.txt | 5 ++- proxygen/lib/healthcheck/PoolHealthChecker.h | 11 +++---- .../ServerHealthCheckerCallback.cpp | 11 +++---- .../healthcheck/ServerHealthCheckerCallback.h | 11 +++---- proxygen/lib/http/HQConnector.cpp | 11 +++---- proxygen/lib/http/HQConnector.h | 11 +++---- proxygen/lib/http/HTTP3ErrorCode.cpp | 11 +++---- proxygen/lib/http/HTTP3ErrorCode.h | 11 +++---- proxygen/lib/http/HTTPConnector.cpp | 11 +++---- proxygen/lib/http/HTTPConnector.h | 11 +++---- proxygen/lib/http/HTTPConnectorWithFizz.cpp | 11 +++---- proxygen/lib/http/HTTPConnectorWithFizz.h | 11 +++---- proxygen/lib/http/HTTPConstants.cpp | 11 +++---- proxygen/lib/http/HTTPConstants.h | 11 +++---- proxygen/lib/http/HTTPException.cpp | 10 +++--- proxygen/lib/http/HTTPException.h | 11 +++---- proxygen/lib/http/HTTPHeaderSize.h | 11 +++---- proxygen/lib/http/HTTPHeaders.cpp | 11 +++---- proxygen/lib/http/HTTPHeaders.h | 11 +++---- proxygen/lib/http/HTTPMessage.cpp | 11 +++---- proxygen/lib/http/HTTPMessage.h | 11 +++---- proxygen/lib/http/HTTPMessageFilters.h | 11 +++---- proxygen/lib/http/HTTPMethod.cpp | 11 +++---- proxygen/lib/http/HTTPMethod.h | 11 +++---- proxygen/lib/http/ProxygenErrorEnum.cpp | 11 +++---- proxygen/lib/http/ProxygenErrorEnum.h | 11 +++---- proxygen/lib/http/RFC2616.cpp | 11 +++---- proxygen/lib/http/RFC2616.h | 11 +++---- .../lib/http/SynchronizedLruQuicPskCache.cpp | 11 +++---- .../lib/http/SynchronizedLruQuicPskCache.h | 11 +++---- proxygen/lib/http/Window.cpp | 11 +++---- proxygen/lib/http/Window.h | 11 +++---- proxygen/lib/http/codec/CodecDictionaries.h | 11 +++---- proxygen/lib/http/codec/CodecProtocol.cpp | 11 +++---- proxygen/lib/http/codec/CodecProtocol.h | 11 +++---- proxygen/lib/http/codec/CodecUtil.cpp | 11 +++---- proxygen/lib/http/codec/CodecUtil.h | 11 +++---- .../http/codec/DefaultHTTPCodecFactory.cpp | 11 +++---- .../lib/http/codec/DefaultHTTPCodecFactory.h | 11 +++---- proxygen/lib/http/codec/ErrorCode.cpp | 11 +++---- proxygen/lib/http/codec/ErrorCode.h | 11 +++---- proxygen/lib/http/codec/FlowControlFilter.cpp | 11 +++---- proxygen/lib/http/codec/FlowControlFilter.h | 11 +++---- proxygen/lib/http/codec/HQControlCodec.cpp | 11 +++---- proxygen/lib/http/codec/HQControlCodec.h | 11 +++---- proxygen/lib/http/codec/HQFramedCodec.cpp | 11 +++---- proxygen/lib/http/codec/HQFramedCodec.h | 11 +++---- proxygen/lib/http/codec/HQFramer.cpp | 11 +++---- proxygen/lib/http/codec/HQFramer.h | 11 +++---- proxygen/lib/http/codec/HQStreamCodec.cpp | 11 +++---- proxygen/lib/http/codec/HQStreamCodec.h | 11 +++---- .../lib/http/codec/HQUnidirectionalCodec.cpp | 11 +++---- .../lib/http/codec/HQUnidirectionalCodec.h | 11 +++---- proxygen/lib/http/codec/HQUtils.cpp | 11 +++---- proxygen/lib/http/codec/HQUtils.h | 11 +++---- proxygen/lib/http/codec/HTTP1xCodec.cpp | 11 +++---- proxygen/lib/http/codec/HTTP1xCodec.h | 11 +++---- proxygen/lib/http/codec/HTTP2Codec.cpp | 11 +++---- proxygen/lib/http/codec/HTTP2Codec.h | 11 +++---- proxygen/lib/http/codec/HTTP2Constants.cpp | 11 +++---- proxygen/lib/http/codec/HTTP2Constants.h | 11 +++---- proxygen/lib/http/codec/HTTP2Framer.cpp | 11 +++---- proxygen/lib/http/codec/HTTP2Framer.h | 11 +++---- proxygen/lib/http/codec/HTTPChecks.cpp | 11 +++---- proxygen/lib/http/codec/HTTPChecks.h | 11 +++---- proxygen/lib/http/codec/HTTPCodec.h | 11 +++---- proxygen/lib/http/codec/HTTPCodecFactory.cpp | 11 +++---- proxygen/lib/http/codec/HTTPCodecFactory.h | 11 +++---- proxygen/lib/http/codec/HTTPCodecFilter.cpp | 11 +++---- proxygen/lib/http/codec/HTTPCodecFilter.h | 11 +++---- proxygen/lib/http/codec/HTTPCodecPrinter.cpp | 11 +++---- proxygen/lib/http/codec/HTTPCodecPrinter.h | 11 +++---- proxygen/lib/http/codec/HTTPParallelCodec.cpp | 11 +++---- proxygen/lib/http/codec/HTTPParallelCodec.h | 11 +++---- proxygen/lib/http/codec/HTTPRequestVerifier.h | 11 +++---- proxygen/lib/http/codec/HTTPSettings.cpp | 11 +++---- proxygen/lib/http/codec/HTTPSettings.h | 11 +++---- proxygen/lib/http/codec/HeaderConstants.cpp | 11 +++---- proxygen/lib/http/codec/HeaderConstants.h | 11 +++---- proxygen/lib/http/codec/HeaderDecodeInfo.cpp | 11 +++---- proxygen/lib/http/codec/HeaderDecodeInfo.h | 11 +++---- proxygen/lib/http/codec/QPACKDecoderCodec.h | 11 +++---- proxygen/lib/http/codec/QPACKEncoderCodec.h | 11 +++---- proxygen/lib/http/codec/SPDYCodec.cpp | 11 +++---- proxygen/lib/http/codec/SPDYCodec.h | 11 +++---- proxygen/lib/http/codec/SPDYConstants.cpp | 11 +++---- proxygen/lib/http/codec/SPDYConstants.h | 11 +++---- proxygen/lib/http/codec/SPDYVersion.h | 11 +++---- proxygen/lib/http/codec/SPDYVersionSettings.h | 11 +++---- proxygen/lib/http/codec/SettingsId.h | 11 +++---- .../lib/http/codec/TransportDirection.cpp | 11 +++---- proxygen/lib/http/codec/TransportDirection.h | 11 +++---- .../http/codec/UnframedBodyOffsetTracker.cpp | 11 +++---- .../http/codec/UnframedBodyOffsetTracker.h | 11 +++---- .../lib/http/codec/compress/CompressionInfo.h | 11 +++---- .../http/codec/compress/GzipHeaderCodec.cpp | 11 +++---- .../lib/http/codec/compress/GzipHeaderCodec.h | 11 +++---- .../lib/http/codec/compress/HPACKCodec.cpp | 11 +++---- proxygen/lib/http/codec/compress/HPACKCodec.h | 11 +++---- .../lib/http/codec/compress/HPACKConstants.h | 11 +++---- .../lib/http/codec/compress/HPACKContext.cpp | 11 +++---- .../lib/http/codec/compress/HPACKContext.h | 11 +++---- .../http/codec/compress/HPACKDecodeBuffer.cpp | 11 +++---- .../http/codec/compress/HPACKDecodeBuffer.h | 11 +++---- .../lib/http/codec/compress/HPACKDecoder.cpp | 11 +++---- .../lib/http/codec/compress/HPACKDecoder.h | 11 +++---- .../http/codec/compress/HPACKDecoderBase.cpp | 11 +++---- .../http/codec/compress/HPACKDecoderBase.h | 11 +++---- .../http/codec/compress/HPACKEncodeBuffer.cpp | 11 +++---- .../http/codec/compress/HPACKEncodeBuffer.h | 11 +++---- .../lib/http/codec/compress/HPACKEncoder.cpp | 11 +++---- .../lib/http/codec/compress/HPACKEncoder.h | 11 +++---- .../http/codec/compress/HPACKEncoderBase.cpp | 11 +++---- .../http/codec/compress/HPACKEncoderBase.h | 11 +++---- .../lib/http/codec/compress/HPACKHeader.cpp | 11 +++---- .../lib/http/codec/compress/HPACKHeader.h | 11 +++---- .../lib/http/codec/compress/HPACKHeaderName.h | 11 +++---- proxygen/lib/http/codec/compress/HPACKQueue.h | 11 +++---- .../codec/compress/HPACKStreamingCallback.h | 11 +++---- proxygen/lib/http/codec/compress/Header.h | 11 +++---- .../lib/http/codec/compress/HeaderCodec.h | 11 +++---- .../codec/compress/HeaderIndexingStrategy.cpp | 11 +++---- .../codec/compress/HeaderIndexingStrategy.h | 11 +++---- .../lib/http/codec/compress/HeaderPiece.h | 11 +++---- .../lib/http/codec/compress/HeaderTable.cpp | 11 +++---- .../lib/http/codec/compress/HeaderTable.h | 11 +++---- proxygen/lib/http/codec/compress/Huffman.cpp | 11 +++---- proxygen/lib/http/codec/compress/Huffman.h | 11 +++---- proxygen/lib/http/codec/compress/Logging.cpp | 11 +++---- proxygen/lib/http/codec/compress/Logging.h | 11 +++---- .../codec/compress/NoPathIndexingStrategy.cpp | 11 +++---- .../codec/compress/NoPathIndexingStrategy.h | 11 +++---- .../lib/http/codec/compress/QPACKCodec.cpp | 11 +++---- proxygen/lib/http/codec/compress/QPACKCodec.h | 11 +++---- .../lib/http/codec/compress/QPACKContext.cpp | 11 +++---- .../lib/http/codec/compress/QPACKContext.h | 11 +++---- .../lib/http/codec/compress/QPACKDecoder.cpp | 11 +++---- .../lib/http/codec/compress/QPACKDecoder.h | 11 +++---- .../lib/http/codec/compress/QPACKEncoder.cpp | 11 +++---- .../lib/http/codec/compress/QPACKEncoder.h | 11 +++---- .../http/codec/compress/QPACKHeaderTable.cpp | 11 +++---- .../http/codec/compress/QPACKHeaderTable.h | 11 +++---- .../codec/compress/QPACKStaticHeaderTable.cpp | 11 +++---- .../codec/compress/QPACKStaticHeaderTable.h | 11 +++---- .../http/codec/compress/StaticHeaderTable.cpp | 11 +++---- .../http/codec/compress/StaticHeaderTable.h | 11 +++---- .../experimental/interop/QPACKInterop.cpp | 11 +++---- .../simulator/CompressionScheme.h | 11 +++---- .../simulator/CompressionSimulator.cpp | 11 +++---- .../simulator/CompressionSimulator.h | 11 +++---- .../experimental/simulator/CompressionTypes.h | 11 +++---- .../simulator/CompressionUtils.cpp | 11 +++---- .../experimental/simulator/CompressionUtils.h | 11 +++---- .../experimental/simulator/HPACKScheme.h | 11 +++---- .../compress/experimental/simulator/Main.cpp | 11 +++---- .../experimental/simulator/QMINScheme.h | 11 +++---- .../experimental/simulator/QPACKScheme.h | 11 +++---- .../simulator/SimStreamingCallback.h | 11 +++---- .../http/codec/compress/test/CMakeLists.txt | 5 ++- .../codec/compress/test/HPACKBenchmark.cpp | 11 +++---- .../codec/compress/test/HPACKBufferTests.cpp | 11 +++---- .../codec/compress/test/HPACKCodecTests.cpp | 11 +++---- .../codec/compress/test/HPACKContextTests.cpp | 11 +++---- .../codec/compress/test/HPACKHeaderTests.cpp | 11 +++---- .../http/codec/compress/test/HTTPArchive.cpp | 11 +++---- .../http/codec/compress/test/HTTPArchive.h | 11 +++---- .../codec/compress/test/HeaderPieceTests.cpp | 11 +++---- .../codec/compress/test/HeaderTableTests.cpp | 11 +++---- .../http/codec/compress/test/HuffmanTests.cpp | 11 +++---- .../http/codec/compress/test/LoggingTests.cpp | 11 +++---- .../codec/compress/test/QPACKCodecTests.cpp | 11 +++---- .../codec/compress/test/QPACKContextTests.cpp | 11 +++---- .../compress/test/QPACKHeaderTableTests.cpp | 11 +++---- .../codec/compress/test/RFCExamplesTests.cpp | 11 +++---- .../compress/test/TestStreamingCallback.h | 11 +++---- .../lib/http/codec/compress/test/TestUtil.cpp | 11 +++---- .../lib/http/codec/compress/test/TestUtil.h | 11 +++---- proxygen/lib/http/codec/test/CMakeLists.txt | 5 ++- .../test/DefaultHTTPCodecFactoryTest.cpp | 11 +++---- proxygen/lib/http/codec/test/FilterTests.cpp | 11 +++---- proxygen/lib/http/codec/test/HQCodecTest.cpp | 11 +++---- proxygen/lib/http/codec/test/HQFramerTest.cpp | 11 +++---- proxygen/lib/http/codec/test/HQFramerTest.h | 11 +++---- .../lib/http/codec/test/HTTP1xCodecTest.cpp | 11 +++---- .../lib/http/codec/test/HTTP2CodecTest.cpp | 11 +++---- .../lib/http/codec/test/HTTP2FramerTest.cpp | 11 +++---- .../lib/http/codec/test/HTTP2FramerTest.h | 11 +++---- .../http/codec/test/HTTPParallelCodecTest.h | 11 +++---- proxygen/lib/http/codec/test/MockHTTPCodec.h | 11 +++---- .../lib/http/codec/test/SPDYCodecTest.cpp | 11 +++---- proxygen/lib/http/codec/test/TestUtils.cpp | 11 +++---- proxygen/lib/http/codec/test/TestUtils.h | 11 +++---- .../test/UnframedBodyOffsetTrackerTest.cpp | 11 +++---- proxygen/lib/http/connpool/Endpoint.h | 11 +++---- .../connpool/ServerIdleSessionController.cpp | 11 +++---- .../connpool/ServerIdleSessionController.h | 11 +++---- proxygen/lib/http/connpool/SessionHolder.cpp | 11 +++---- proxygen/lib/http/connpool/SessionHolder.h | 11 +++---- proxygen/lib/http/connpool/SessionPool.cpp | 11 +++---- proxygen/lib/http/connpool/SessionPool.h | 11 +++---- .../connpool/ThreadIdleSessionController.cpp | 11 +++---- .../connpool/ThreadIdleSessionController.h | 11 +++---- .../lib/http/connpool/test/CMakeLists.txt | 5 ++- .../http/connpool/test/SessionPoolTest.cpp | 11 +++---- .../connpool/test/SessionPoolTestFixture.h | 11 +++---- proxygen/lib/http/experimental/RFC1867.cpp | 11 +++---- proxygen/lib/http/experimental/RFC1867.h | 11 +++---- .../http/experimental/test/RFC1867Test.cpp | 11 +++---- proxygen/lib/http/gen_HTTPCommonHeaders.sh | 5 ++- proxygen/lib/http/session/AckLatencyEvent.h | 11 +++---- .../lib/http/session/ByteEventTracker.cpp | 11 +++---- proxygen/lib/http/session/ByteEventTracker.h | 11 +++---- proxygen/lib/http/session/ByteEvents.cpp | 10 +++--- proxygen/lib/http/session/ByteEvents.h | 11 +++---- .../session/CodecErrorResponseHandler.cpp | 11 +++---- .../http/session/CodecErrorResponseHandler.h | 11 +++---- .../lib/http/session/HQDownstreamSession.cpp | 10 +++--- .../lib/http/session/HQDownstreamSession.h | 10 +++--- proxygen/lib/http/session/HQSession.cpp | 11 +++---- proxygen/lib/http/session/HQSession.h | 10 +++--- proxygen/lib/http/session/HQStreamBase.cpp | 11 +++---- proxygen/lib/http/session/HQStreamBase.h | 11 +++---- proxygen/lib/http/session/HQStreamLookup.h | 10 +++--- .../session/HQUnidirectionalCallbacks.cpp | 10 +++--- .../http/session/HQUnidirectionalCallbacks.h | 10 +++--- .../lib/http/session/HQUpstreamSession.cpp | 10 +++--- proxygen/lib/http/session/HQUpstreamSession.h | 10 +++--- .../lib/http/session/HTTP2PriorityQueue.cpp | 11 +++---- .../lib/http/session/HTTP2PriorityQueue.h | 11 +++---- .../HTTPDefaultSessionCodecFactory.cpp | 11 +++---- .../session/HTTPDefaultSessionCodecFactory.h | 11 +++---- .../session/HTTPDirectResponseHandler.cpp | 11 +++---- .../http/session/HTTPDirectResponseHandler.h | 11 +++---- .../http/session/HTTPDownstreamSession.cpp | 11 +++---- .../lib/http/session/HTTPDownstreamSession.h | 11 +++---- proxygen/lib/http/session/HTTPErrorPage.cpp | 11 +++---- proxygen/lib/http/session/HTTPErrorPage.h | 11 +++---- proxygen/lib/http/session/HTTPEvent.cpp | 11 +++---- proxygen/lib/http/session/HTTPEvent.h | 11 +++---- proxygen/lib/http/session/HTTPSession.cpp | 11 +++---- proxygen/lib/http/session/HTTPSession.h | 11 +++---- .../lib/http/session/HTTPSessionAcceptor.cpp | 11 +++---- .../lib/http/session/HTTPSessionAcceptor.h | 11 +++---- proxygen/lib/http/session/HTTPSessionBase.cpp | 11 +++---- proxygen/lib/http/session/HTTPSessionBase.h | 11 +++---- .../lib/http/session/HTTPSessionController.h | 11 +++---- proxygen/lib/http/session/HTTPSessionStats.h | 11 +++---- proxygen/lib/http/session/HTTPTransaction.cpp | 11 +++---- proxygen/lib/http/session/HTTPTransaction.h | 11 +++---- .../http/session/HTTPTransactionEgressSM.cpp | 11 +++---- .../http/session/HTTPTransactionEgressSM.h | 11 +++---- .../http/session/HTTPTransactionIngressSM.cpp | 11 +++---- .../http/session/HTTPTransactionIngressSM.h | 11 +++---- .../lib/http/session/HTTPUpstreamSession.cpp | 11 +++---- .../lib/http/session/HTTPUpstreamSession.h | 11 +++---- .../lib/http/session/SecondaryAuthManager.cpp | 11 +++---- .../lib/http/session/SecondaryAuthManager.h | 11 +++---- .../http/session/SecondaryAuthManagerBase.h | 11 +++---- .../lib/http/session/ServerPushLifecycle.h | 11 +++---- .../lib/http/session/SimpleController.cpp | 11 +++---- proxygen/lib/http/session/SimpleController.h | 11 +++---- proxygen/lib/http/session/TTLBAStats.h | 11 +++---- .../lib/http/session/TransactionByteEvents.h | 11 +++---- proxygen/lib/http/session/TransportFilter.cpp | 11 +++---- proxygen/lib/http/session/TransportFilter.h | 11 +++---- .../session/test/ByteEventTrackerTest.cpp | 11 +++---- proxygen/lib/http/session/test/CMakeLists.txt | 5 ++- .../test/DownstreamTransactionTest.cpp | 11 +++---- .../session/test/HQDownstreamSessionTest.cpp | 11 +++---- .../session/test/HQDownstreamSessionTest.h | 11 +++---- .../lib/http/session/test/HQSessionMocks.h | 11 +++---- .../http/session/test/HQSessionMocksTest.cpp | 11 +++---- .../http/session/test/HQSessionTestCommon.cpp | 11 +++---- .../http/session/test/HQSessionTestCommon.h | 11 +++---- .../http/session/test/HQStreamBaseTest.cpp | 11 +++---- .../http/session/test/HQStreamLookupTest.cpp | 10 +++--- .../test/HQUnidirectionalCallbacksTest.cpp | 10 +++--- .../session/test/HQUpstreamSessionTest.cpp | 11 +++---- .../session/test/HTTP2PriorityQueueBench.cpp | 11 +++---- .../session/test/HTTP2PriorityQueueTest.cpp | 11 +++---- .../HTTPDefaultSessionCodecFactoryTest.cpp | 11 +++---- .../test/HTTPDownstreamSessionTest.cpp | 11 +++---- .../session/test/HTTPSessionAcceptorTest.cpp | 11 +++---- .../lib/http/session/test/HTTPSessionMocks.h | 11 +++---- .../lib/http/session/test/HTTPSessionTest.h | 11 +++---- .../http/session/test/HTTPTransactionMocks.h | 11 +++---- .../session/test/HTTPTransactionSMTest.cpp | 11 +++---- .../session/test/HTTPUpstreamSessionTest.cpp | 11 +++---- .../http/session/test/MockByteEventTracker.h | 11 +++---- .../session/test/MockCodecDownstreamTest.cpp | 11 +++---- .../http/session/test/MockQuicSocketDriver.h | 11 +++---- .../session/test/MockSecondaryAuthManager.h | 11 +++---- .../session/test/SecondaryAuthManagerTest.cpp | 11 +++---- proxygen/lib/http/session/test/TestUtils.cpp | 11 +++---- proxygen/lib/http/session/test/TestUtils.h | 11 +++---- proxygen/lib/http/stats/ConnectionStats.cpp | 11 +++---- proxygen/lib/http/stats/ConnectionStats.h | 11 +++---- proxygen/lib/http/stats/HeaderCodecStats.cpp | 11 +++---- proxygen/lib/http/stats/HeaderCodecStats.h | 11 +++---- .../http/stats/ResponseCodeStatsMinute.cpp | 11 +++---- .../lib/http/stats/ResponseCodeStatsMinute.h | 11 +++---- proxygen/lib/http/stats/SPDYStats.cpp | 11 +++---- proxygen/lib/http/stats/SPDYStats.h | 11 +++---- proxygen/lib/http/stats/SPDYStatsFilter.cpp | 11 +++---- proxygen/lib/http/stats/SPDYStatsFilter.h | 11 +++---- .../lib/http/stats/TLResponseCodeStats.cpp | 11 +++---- proxygen/lib/http/stats/TLResponseCodeStats.h | 11 +++---- .../stats/ThreadLocalHTTPSessionStats.cpp | 11 +++---- .../http/stats/ThreadLocalHTTPSessionStats.h | 11 +++---- .../StructuredHeadersBuffer.cpp | 10 +++--- .../StructuredHeadersBuffer.h | 11 +++---- .../StructuredHeadersConstants.h | 11 +++---- .../StructuredHeadersDecoder.cpp | 10 +++--- .../StructuredHeadersDecoder.h | 11 +++---- .../StructuredHeadersEncoder.cpp | 10 +++--- .../StructuredHeadersEncoder.h | 10 +++--- .../StructuredHeadersUtilities.cpp | 10 +++--- .../StructuredHeadersUtilities.h | 11 +++---- .../structuredheaders/test/CMakeLists.txt | 5 ++- .../test/StructuredHeadersBufferTest.cpp | 11 +++---- .../test/StructuredHeadersDecoderTest.cpp | 11 +++---- .../test/StructuredHeadersEncoderTest.cpp | 11 +++---- .../test/StructuredHeadersStandardTest.cpp | 11 +++---- .../test/StructuredHeadersUtilitiesTest.cpp | 11 +++---- proxygen/lib/http/test/CMakeLists.txt | 5 ++- .../lib/http/test/HTTPCommonHeadersTests.cpp | 11 +++---- .../http/test/HTTPConnectorWithFizzTest.cpp | 11 +++---- .../lib/http/test/HTTPHeadersBenchmark.cpp | 11 +++---- proxygen/lib/http/test/HTTPMessageTest.cpp | 11 +++---- proxygen/lib/http/test/MockHTTPHeaders.h | 11 +++---- .../lib/http/test/MockHTTPMessageFilter.h | 11 +++---- proxygen/lib/http/test/RFC2616Test.cpp | 11 +++---- proxygen/lib/http/test/WindowTest.cpp | 11 +++---- .../generators/FileServerListGenerator.cpp | 11 +++---- .../generators/FileServerListGenerator.h | 11 +++---- .../lib/pools/generators/MemberGroupConfig.h | 11 +++---- .../pools/generators/ServerListGenerator.cpp | 11 +++---- .../pools/generators/ServerListGenerator.h | 11 +++---- proxygen/lib/services/AcceptorConfiguration.h | 11 +++---- proxygen/lib/services/HTTPAcceptor.h | 11 +++---- proxygen/lib/services/RequestWorkerThread.cpp | 11 +++---- proxygen/lib/services/RequestWorkerThread.h | 11 +++---- proxygen/lib/services/Service.cpp | 11 +++---- proxygen/lib/services/Service.h | 11 +++---- proxygen/lib/services/ServiceConfiguration.h | 11 +++---- proxygen/lib/services/ServiceWorker.h | 11 +++---- proxygen/lib/services/WorkerThread.cpp | 11 +++---- proxygen/lib/services/WorkerThread.h | 11 +++---- proxygen/lib/services/test/AcceptorTest.cpp | 11 +++---- proxygen/lib/services/test/CMakeLists.txt | 5 ++- proxygen/lib/ssl/ThreadLocalSSLContext.h | 11 +++---- proxygen/lib/ssl/ThreadLocalSSLStats.cpp | 11 +++---- proxygen/lib/ssl/ThreadLocalSSLStats.h | 11 +++---- proxygen/lib/statistics/ResourceData.h | 11 +++---- proxygen/lib/statistics/ResourceStats.cpp | 11 +++---- proxygen/lib/statistics/ResourceStats.h | 11 +++---- proxygen/lib/stats/BaseStats.h | 11 +++---- proxygen/lib/test/CMakeLists.txt | 5 ++- proxygen/lib/test/TestAsyncTransport.cpp | 11 +++---- proxygen/lib/test/TestAsyncTransport.h | 11 +++---- proxygen/lib/test/TestMain.cpp | 11 +++---- .../lib/transport/PersistentFizzPskCache.cpp | 11 +++---- .../lib/transport/PersistentFizzPskCache.h | 11 +++---- .../lib/transport/PersistentQuicPskCache.cpp | 11 +++---- .../lib/transport/PersistentQuicPskCache.h | 11 +++---- proxygen/lib/utils/AcceptorAddress.h | 11 +++---- proxygen/lib/utils/AsyncTimeoutSet.cpp | 11 +++---- proxygen/lib/utils/AsyncTimeoutSet.h | 11 +++---- proxygen/lib/utils/Base64.cpp | 11 +++---- proxygen/lib/utils/Base64.h | 11 +++---- proxygen/lib/utils/CobHelper.h | 11 +++---- proxygen/lib/utils/ConditionalGate.h | 11 +++---- proxygen/lib/utils/ConsistentHash.h | 10 +++--- proxygen/lib/utils/CryptUtil.cpp | 11 +++---- proxygen/lib/utils/CryptUtil.h | 11 +++---- proxygen/lib/utils/Exception.cpp | 11 +++---- proxygen/lib/utils/Exception.h | 11 +++---- proxygen/lib/utils/Export.h | 11 +++---- proxygen/lib/utils/FilterChain.h | 11 +++---- proxygen/lib/utils/HTTPTime.cpp | 11 +++---- proxygen/lib/utils/HTTPTime.h | 11 +++---- proxygen/lib/utils/Logging.cpp | 11 +++---- proxygen/lib/utils/Logging.h | 11 +++---- proxygen/lib/utils/NullTraceEventObserver.h | 11 +++---- proxygen/lib/utils/ParseURL.cpp | 11 +++---- proxygen/lib/utils/ParseURL.h | 11 +++---- proxygen/lib/utils/PerfectIndexMap.h | 11 +++---- proxygen/lib/utils/RendezvousHash.cpp | 11 +++---- proxygen/lib/utils/RendezvousHash.h | 11 +++---- proxygen/lib/utils/StateMachine.h | 11 +++---- proxygen/lib/utils/StreamCompressor.h | 11 +++---- proxygen/lib/utils/StreamDecompressor.h | 11 +++---- proxygen/lib/utils/TestUtils.h | 11 +++---- proxygen/lib/utils/Time.cpp | 11 +++---- proxygen/lib/utils/Time.h | 11 +++---- proxygen/lib/utils/TraceEvent.cpp | 11 +++---- proxygen/lib/utils/TraceEvent.h | 11 +++---- proxygen/lib/utils/TraceEventContext.cpp | 10 +++--- proxygen/lib/utils/TraceEventContext.h | 11 +++---- proxygen/lib/utils/TraceEventObserver.h | 11 +++---- proxygen/lib/utils/URL.h | 11 +++---- proxygen/lib/utils/UnionBasedStatic.h | 11 +++---- proxygen/lib/utils/UtilInl.h | 11 +++---- proxygen/lib/utils/WheelTimerInstance.cpp | 10 +++--- proxygen/lib/utils/WheelTimerInstance.h | 10 +++--- proxygen/lib/utils/ZlibStreamCompressor.cpp | 11 +++---- proxygen/lib/utils/ZlibStreamCompressor.h | 11 +++---- proxygen/lib/utils/ZlibStreamDecompressor.cpp | 11 +++---- proxygen/lib/utils/ZlibStreamDecompressor.h | 11 +++---- proxygen/lib/utils/ZstdStreamDecompressor.cpp | 10 +++--- proxygen/lib/utils/ZstdStreamDecompressor.h | 11 +++---- proxygen/lib/utils/gen_perfect_hash_table.sh | 6 ++-- .../lib/utils/gen_trace_event_constants.py | 6 ++-- .../lib/utils/perfect_hash_table_template.h | 11 +++---- .../lib/utils/test/AsyncTimeoutSetTest.cpp | 11 +++---- proxygen/lib/utils/test/Base64Test.cpp | 11 +++---- proxygen/lib/utils/test/CMakeLists.txt | 5 ++- .../lib/utils/test/ConditionalGateTest.cpp | 10 +++--- proxygen/lib/utils/test/CryptUtilTest.cpp | 11 +++---- proxygen/lib/utils/test/GenericFilterTest.cpp | 11 +++---- proxygen/lib/utils/test/HTTPTimeTest.cpp | 11 +++---- proxygen/lib/utils/test/LoggingTests.cpp | 11 +++---- proxygen/lib/utils/test/MockTime.h | 11 +++---- proxygen/lib/utils/test/ParseURLTest.cpp | 11 +++---- .../utils/test/PerfectIndexMapBenchmark.cpp | 11 +++---- .../lib/utils/test/PerfectIndexMapTest.cpp | 11 +++---- .../lib/utils/test/RendezvousHashTest.cpp | 11 +++---- proxygen/lib/utils/test/TimeTest.cpp | 11 +++---- proxygen/lib/utils/test/TraceEventTest.cpp | 11 +++---- proxygen/lib/utils/test/URLTest.cpp | 11 +++---- proxygen/lib/utils/test/UtilTest.cpp | 11 +++---- proxygen/lib/utils/test/ZlibTests.cpp | 11 +++---- proxygen/lib/utils/test/ZstdTests.cpp | 11 +++---- 516 files changed, 2515 insertions(+), 2982 deletions(-) delete mode 100644 PATENTS diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d073c5308..e5eecf9394 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,9 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + cmake_minimum_required(VERSION 3.10) include(CheckCXXCompilerFlag) diff --git a/LICENSE b/LICENSE index 90e9490298..0490c94961 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ BSD License For Proxygen software -Copyright (c) 2015-present, Facebook, Inc. All rights reserved. +Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/PATENTS b/PATENTS deleted file mode 100644 index d493273abe..0000000000 --- a/PATENTS +++ /dev/null @@ -1,33 +0,0 @@ -Additional Grant of Patent Rights Version 2 - -"Software" means the Proxygen software distributed by Facebook, Inc. - -Facebook, Inc. ("Facebook") hereby grants to each recipient of the Software -("you") a perpetual, worldwide, royalty-free, non-exclusive, irrevocable -(subject to the termination provision below) license under any Necessary -Claims, to make, have made, use, sell, offer to sell, import, and otherwise -transfer the Software. For avoidance of doubt, no license is granted under -Facebook’s rights in any patent claims that are infringed by (i) modifications -to the Software made by you or any third party or (ii) the Software in -combination with any software or other technology. - -The license granted hereunder will terminate, automatically and without notice, -if you (or any of your subsidiaries, corporate affiliates or agents) initiate -directly or indirectly, or take a direct financial interest in, any Patent -Assertion: (i) against Facebook or any of its subsidiaries or corporate -affiliates, (ii) against any party if such Patent Assertion arises in whole or -in part from any software, technology, product or service of Facebook or any of -its subsidiaries or corporate affiliates, or (iii) against any party relating -to the Software. Notwithstanding the foregoing, if Facebook or any of its -subsidiaries or corporate affiliates files a lawsuit alleging patent -infringement against you in the first instance, and you respond by filing a -patent infringement counterclaim in that lawsuit against that party that is -unrelated to the Software, the license granted hereunder will not terminate -under section (i) of this paragraph due to such counterclaim. - -A "Necessary Claim" is a claim of a patent owned by Facebook that is -necessarily infringed by the Software standing alone. - -A "Patent Assertion" is any lawsuit or other action alleging direct, indirect, -or contributory infringement or inducement to infringe any patent, including a -cross-claim or counterclaim. diff --git a/build/fbcode_builder_config.py b/build/fbcode_builder_config.py index 2dcddbe025..f0c4a8ba4f 100644 --- a/build/fbcode_builder_config.py +++ b/build/fbcode_builder_config.py @@ -1,5 +1,10 @@ #!/usr/bin/env python -# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + from __future__ import absolute_import, division, print_function, unicode_literals import specs.fizz as fizz diff --git a/cmake/FindZstd.cmake b/cmake/FindZstd.cmake index 485322cc41..e127cc963f 100644 --- a/cmake/FindZstd.cmake +++ b/cmake/FindZstd.cmake @@ -1,8 +1,8 @@ -# Copyright (c) 2018, Facebook, Inc. -# All rights reserved. +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. # -# 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 BSD-style license found in the +# LICENSE file in the root directory of this source tree. # - Find zstd # Find the zstd compression library and includes diff --git a/cmake/ProxygenTest.cmake b/cmake/ProxygenTest.cmake index a5d0f52439..b7b5aea614 100644 --- a/cmake/ProxygenTest.cmake +++ b/cmake/ProxygenTest.cmake @@ -1,8 +1,8 @@ -# Copyright (c) 2019, Facebook, Inc. -# All rights reserved. +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. # -# 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 BSD-style license found in the +# LICENSE file in the root directory of this source tree. option(BUILD_TESTS "Enable tests" OFF) include(CTest) diff --git a/proxygen/CMakeLists.txt b/proxygen/CMakeLists.txt index a348dad6a4..848d347070 100644 --- a/proxygen/CMakeLists.txt +++ b/proxygen/CMakeLists.txt @@ -1,3 +1,8 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. add_subdirectory(external) add_subdirectory(lib) diff --git a/proxygen/build.sh b/proxygen/build.sh index 6c2a9cdf01..352d77eb32 100755 --- a/proxygen/build.sh +++ b/proxygen/build.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash -# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. ## Run this script to build proxygen and run the tests. If you want to ## install proxygen to use in another C++ project on this machine, run diff --git a/proxygen/external/CMakeLists.txt b/proxygen/external/CMakeLists.txt index e74850393b..b160afdd5b 100644 --- a/proxygen/external/CMakeLists.txt +++ b/proxygen/external/CMakeLists.txt @@ -1,3 +1,9 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + add_library( proxygen_http_parser OBJECT http_parser/http_parser_cpp.cpp diff --git a/proxygen/fuzzers/CMakeLists.txt b/proxygen/fuzzers/CMakeLists.txt index 2f614833f7..3c1c364398 100644 --- a/proxygen/fuzzers/CMakeLists.txt +++ b/proxygen/fuzzers/CMakeLists.txt @@ -1,9 +1,8 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. function(proxygen_add_fuzzer) if(NOT BUILD_FUZZERS) diff --git a/proxygen/fuzzers/ProxygenHTTP1xFuzzer.cpp b/proxygen/fuzzers/ProxygenHTTP1xFuzzer.cpp index fc6caa3abe..5167779adb 100644 --- a/proxygen/fuzzers/ProxygenHTTP1xFuzzer.cpp +++ b/proxygen/fuzzers/ProxygenHTTP1xFuzzer.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include diff --git a/proxygen/httpclient/CMakeLists.txt b/proxygen/httpclient/CMakeLists.txt index a4b4bc0d9e..b865f2a8c7 100644 --- a/proxygen/httpclient/CMakeLists.txt +++ b/proxygen/httpclient/CMakeLists.txt @@ -1 +1,7 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + add_subdirectory(samples) diff --git a/proxygen/httpclient/samples/CMakeLists.txt b/proxygen/httpclient/samples/CMakeLists.txt index 07eeeb5c2c..08454b55a9 100644 --- a/proxygen/httpclient/samples/CMakeLists.txt +++ b/proxygen/httpclient/samples/CMakeLists.txt @@ -1 +1,7 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + add_subdirectory(curl) diff --git a/proxygen/httpclient/samples/curl/CMakeLists.txt b/proxygen/httpclient/samples/curl/CMakeLists.txt index b6e7dc1a1f..754c489859 100644 --- a/proxygen/httpclient/samples/curl/CMakeLists.txt +++ b/proxygen/httpclient/samples/curl/CMakeLists.txt @@ -1,3 +1,9 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + add_library(proxygencurl STATIC CurlClient.cpp) target_include_directories( proxygencurl PUBLIC diff --git a/proxygen/httpclient/samples/curl/CurlClient.cpp b/proxygen/httpclient/samples/curl/CurlClient.cpp index 9e088fcef2..7bcd57819c 100644 --- a/proxygen/httpclient/samples/curl/CurlClient.cpp +++ b/proxygen/httpclient/samples/curl/CurlClient.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "CurlClient.h" #include diff --git a/proxygen/httpclient/samples/curl/CurlClient.h b/proxygen/httpclient/samples/curl/CurlClient.h index 2632ef533c..27a40ad22f 100644 --- a/proxygen/httpclient/samples/curl/CurlClient.h +++ b/proxygen/httpclient/samples/curl/CurlClient.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpclient/samples/curl/CurlClientMain.cpp b/proxygen/httpclient/samples/curl/CurlClientMain.cpp index cd87cb2677..66e032999e 100644 --- a/proxygen/httpclient/samples/curl/CurlClientMain.cpp +++ b/proxygen/httpclient/samples/curl/CurlClientMain.cpp @@ -1,17 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. - * - * - * This is a higly simplified example of an HTTP client. This can be heavily - * extended using mechanisms like redirects, transfer encoding, connection - * pooling, etc. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include "proxygen/httpclient/samples/curl/CurlClient.h" diff --git a/proxygen/httpclient/samples/pricli/CMakeLists.txt b/proxygen/httpclient/samples/pricli/CMakeLists.txt index 2134e8f4fd..f8213dfbec 100644 --- a/proxygen/httpclient/samples/pricli/CMakeLists.txt +++ b/proxygen/httpclient/samples/pricli/CMakeLists.txt @@ -1,3 +1,9 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + add_executable(proxygen_pricli PriCli.cpp) target_compile_options( proxygen_pricli PRIVATE diff --git a/proxygen/httpclient/samples/pricli/PriCli.cpp b/proxygen/httpclient/samples/pricli/PriCli.cpp index f5abed2042..943e42879c 100644 --- a/proxygen/httpclient/samples/pricli/PriCli.cpp +++ b/proxygen/httpclient/samples/pricli/PriCli.cpp @@ -1,14 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. - * - * This example shows how to request high priority resources periodically while - * a low priority resource request is in flight. + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/httpserver/CMakeLists.txt b/proxygen/httpserver/CMakeLists.txt index cc1bcad3b3..40046e5506 100644 --- a/proxygen/httpserver/CMakeLists.txt +++ b/proxygen/httpserver/CMakeLists.txt @@ -1,3 +1,9 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + add_library( proxygenhttpserver STATIC RequestHandlerAdaptor.cpp diff --git a/proxygen/httpserver/ExMessageHandler.h b/proxygen/httpserver/ExMessageHandler.h index 97d786f7d9..d200655ac9 100644 --- a/proxygen/httpserver/ExMessageHandler.h +++ b/proxygen/httpserver/ExMessageHandler.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/Filters.h b/proxygen/httpserver/Filters.h index 5aae157e1a..d98b41c526 100644 --- a/proxygen/httpserver/Filters.h +++ b/proxygen/httpserver/Filters.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/HTTPServer.cpp b/proxygen/httpserver/HTTPServer.cpp index 9bdf2099f8..f6d477a619 100644 --- a/proxygen/httpserver/HTTPServer.cpp +++ b/proxygen/httpserver/HTTPServer.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include diff --git a/proxygen/httpserver/HTTPServer.h b/proxygen/httpserver/HTTPServer.h index c21db27279..8bbd96a315 100644 --- a/proxygen/httpserver/HTTPServer.h +++ b/proxygen/httpserver/HTTPServer.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/HTTPServerAcceptor.cpp b/proxygen/httpserver/HTTPServerAcceptor.cpp index 4b738f6dea..92de1bbcd6 100644 --- a/proxygen/httpserver/HTTPServerAcceptor.cpp +++ b/proxygen/httpserver/HTTPServerAcceptor.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/httpserver/HTTPServerAcceptor.h b/proxygen/httpserver/HTTPServerAcceptor.h index 02c1336e2d..75feebe973 100644 --- a/proxygen/httpserver/HTTPServerAcceptor.h +++ b/proxygen/httpserver/HTTPServerAcceptor.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/HTTPServerOptions.h b/proxygen/httpserver/HTTPServerOptions.h index dce32dfdee..f50aed755f 100644 --- a/proxygen/httpserver/HTTPServerOptions.h +++ b/proxygen/httpserver/HTTPServerOptions.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/HTTPTransactionHandlerAdaptor.h b/proxygen/httpserver/HTTPTransactionHandlerAdaptor.h index 28fd6c30ac..e1760fd19e 100644 --- a/proxygen/httpserver/HTTPTransactionHandlerAdaptor.h +++ b/proxygen/httpserver/HTTPTransactionHandlerAdaptor.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/Mocks.h b/proxygen/httpserver/Mocks.h index 2ade514b49..146b2dd2e4 100644 --- a/proxygen/httpserver/Mocks.h +++ b/proxygen/httpserver/Mocks.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/PushHandler.h b/proxygen/httpserver/PushHandler.h index 9e65a3a1f3..85ccb8a2c4 100644 --- a/proxygen/httpserver/PushHandler.h +++ b/proxygen/httpserver/PushHandler.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/RequestHandler.h b/proxygen/httpserver/RequestHandler.h index 6d88919447..fcd5da19d0 100644 --- a/proxygen/httpserver/RequestHandler.h +++ b/proxygen/httpserver/RequestHandler.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/RequestHandlerAdaptor.cpp b/proxygen/httpserver/RequestHandlerAdaptor.cpp index 730ad8a189..673971f1bf 100644 --- a/proxygen/httpserver/RequestHandlerAdaptor.cpp +++ b/proxygen/httpserver/RequestHandlerAdaptor.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/httpserver/RequestHandlerAdaptor.h b/proxygen/httpserver/RequestHandlerAdaptor.h index 5e5a53289e..eaf16b6df5 100644 --- a/proxygen/httpserver/RequestHandlerAdaptor.h +++ b/proxygen/httpserver/RequestHandlerAdaptor.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/RequestHandlerFactory.h b/proxygen/httpserver/RequestHandlerFactory.h index 16eaf5e3ec..e794eceffb 100644 --- a/proxygen/httpserver/RequestHandlerFactory.h +++ b/proxygen/httpserver/RequestHandlerFactory.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/ResponseBuilder.h b/proxygen/httpserver/ResponseBuilder.h index 44e09b3051..c583e89c86 100644 --- a/proxygen/httpserver/ResponseBuilder.h +++ b/proxygen/httpserver/ResponseBuilder.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/ResponseHandler.h b/proxygen/httpserver/ResponseHandler.h index b89962a1c8..984e73b355 100644 --- a/proxygen/httpserver/ResponseHandler.h +++ b/proxygen/httpserver/ResponseHandler.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/ScopedHTTPServer.h b/proxygen/httpserver/ScopedHTTPServer.h index 1869e2e046..b0e2c8a1de 100644 --- a/proxygen/httpserver/ScopedHTTPServer.h +++ b/proxygen/httpserver/ScopedHTTPServer.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/SignalHandler.cpp b/proxygen/httpserver/SignalHandler.cpp index a8bd71dc0f..370283cf0a 100644 --- a/proxygen/httpserver/SignalHandler.cpp +++ b/proxygen/httpserver/SignalHandler.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/httpserver/SignalHandler.h b/proxygen/httpserver/SignalHandler.h index fcf4949068..95303cec25 100644 --- a/proxygen/httpserver/SignalHandler.h +++ b/proxygen/httpserver/SignalHandler.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/filters/CompressionFilter.h b/proxygen/httpserver/filters/CompressionFilter.h index d55e9871f2..20f24a1cda 100644 --- a/proxygen/httpserver/filters/CompressionFilter.h +++ b/proxygen/httpserver/filters/CompressionFilter.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/filters/DirectResponseHandler.h b/proxygen/httpserver/filters/DirectResponseHandler.h index 299b0eae8c..f4ece5cf1b 100644 --- a/proxygen/httpserver/filters/DirectResponseHandler.h +++ b/proxygen/httpserver/filters/DirectResponseHandler.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/filters/RejectConnectFilter.h b/proxygen/httpserver/filters/RejectConnectFilter.h index 10729c42bc..444d8dca5d 100644 --- a/proxygen/httpserver/filters/RejectConnectFilter.h +++ b/proxygen/httpserver/filters/RejectConnectFilter.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/filters/tests/CMakeLists.txt b/proxygen/httpserver/filters/tests/CMakeLists.txt index df36af24d3..b69c3412f4 100644 --- a/proxygen/httpserver/filters/tests/CMakeLists.txt +++ b/proxygen/httpserver/filters/tests/CMakeLists.txt @@ -1,3 +1,9 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + proxygen_add_test(TARGET HTTPServerFilterTests SOURCES CompressionFilterTest.cpp diff --git a/proxygen/httpserver/filters/tests/CompressionFilterTest.cpp b/proxygen/httpserver/filters/tests/CompressionFilterTest.cpp index a62f0127ea..0a2b8e4564 100644 --- a/proxygen/httpserver/filters/tests/CompressionFilterTest.cpp +++ b/proxygen/httpserver/filters/tests/CompressionFilterTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/httpserver/samples/echo/EchoHandler.cpp b/proxygen/httpserver/samples/echo/EchoHandler.cpp index b7334a6857..201a34f8f5 100644 --- a/proxygen/httpserver/samples/echo/EchoHandler.cpp +++ b/proxygen/httpserver/samples/echo/EchoHandler.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "EchoHandler.h" #include diff --git a/proxygen/httpserver/samples/echo/EchoHandler.h b/proxygen/httpserver/samples/echo/EchoHandler.h index 4f7f2a90e2..d445cea1e0 100644 --- a/proxygen/httpserver/samples/echo/EchoHandler.h +++ b/proxygen/httpserver/samples/echo/EchoHandler.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/echo/EchoServer.cpp b/proxygen/httpserver/samples/echo/EchoServer.cpp index 4034808974..017249a38a 100644 --- a/proxygen/httpserver/samples/echo/EchoServer.cpp +++ b/proxygen/httpserver/samples/echo/EchoServer.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/httpserver/samples/echo/EchoStats.h b/proxygen/httpserver/samples/echo/EchoStats.h index fa93f67a97..133fd75a5a 100644 --- a/proxygen/httpserver/samples/echo/EchoStats.h +++ b/proxygen/httpserver/samples/echo/EchoStats.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/echo/test/CMakeLists.txt b/proxygen/httpserver/samples/echo/test/CMakeLists.txt index d64162b1c0..c732d3afdb 100644 --- a/proxygen/httpserver/samples/echo/test/CMakeLists.txt +++ b/proxygen/httpserver/samples/echo/test/CMakeLists.txt @@ -1,9 +1,8 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional gran -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. proxygen_add_test(TARGET EchoHandlerTests SOURCES diff --git a/proxygen/httpserver/samples/echo/test/EchoHandlerTest.cpp b/proxygen/httpserver/samples/echo/test/EchoHandlerTest.cpp index 8a801f20bf..22ceafbd1f 100644 --- a/proxygen/httpserver/samples/echo/test/EchoHandlerTest.cpp +++ b/proxygen/httpserver/samples/echo/test/EchoHandlerTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/httpserver/samples/hq/ConnIdLogger.h b/proxygen/httpserver/samples/hq/ConnIdLogger.h index db0dc239c5..2a3d8787b3 100644 --- a/proxygen/httpserver/samples/hq/ConnIdLogger.h +++ b/proxygen/httpserver/samples/hq/ConnIdLogger.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include #include diff --git a/proxygen/httpserver/samples/hq/FizzContext.cpp b/proxygen/httpserver/samples/hq/FizzContext.cpp index bbbd7f9a08..65b4f7aeb4 100644 --- a/proxygen/httpserver/samples/hq/FizzContext.cpp +++ b/proxygen/httpserver/samples/hq/FizzContext.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/httpserver/samples/hq/FizzContext.h b/proxygen/httpserver/samples/hq/FizzContext.h index 83fdd84167..806c90f0c7 100644 --- a/proxygen/httpserver/samples/hq/FizzContext.h +++ b/proxygen/httpserver/samples/hq/FizzContext.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/hq/HQClient.cpp b/proxygen/httpserver/samples/hq/HQClient.cpp index f93c640a20..fdde3cb3a7 100644 --- a/proxygen/httpserver/samples/hq/HQClient.cpp +++ b/proxygen/httpserver/samples/hq/HQClient.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. + */ + #include #include diff --git a/proxygen/httpserver/samples/hq/HQClient.h b/proxygen/httpserver/samples/hq/HQClient.h index 09502110e9..3aafeea6cc 100644 --- a/proxygen/httpserver/samples/hq/HQClient.h +++ b/proxygen/httpserver/samples/hq/HQClient.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/hq/HQLoggerHelper.cpp b/proxygen/httpserver/samples/hq/HQLoggerHelper.cpp index 3ef846fa58..fc9946697a 100644 --- a/proxygen/httpserver/samples/hq/HQLoggerHelper.cpp +++ b/proxygen/httpserver/samples/hq/HQLoggerHelper.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. + */ + #include using namespace quic::samples; diff --git a/proxygen/httpserver/samples/hq/HQLoggerHelper.h b/proxygen/httpserver/samples/hq/HQLoggerHelper.h index 5d183eddc5..76c55aea5e 100644 --- a/proxygen/httpserver/samples/hq/HQLoggerHelper.h +++ b/proxygen/httpserver/samples/hq/HQLoggerHelper.h @@ -1,3 +1,11 @@ +/* + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. + */ + #pragma once #include diff --git a/proxygen/httpserver/samples/hq/HQParams.cpp b/proxygen/httpserver/samples/hq/HQParams.cpp index 6aa9b832d5..0741e25bb7 100644 --- a/proxygen/httpserver/samples/hq/HQParams.cpp +++ b/proxygen/httpserver/samples/hq/HQParams.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/httpserver/samples/hq/HQParams.h b/proxygen/httpserver/samples/hq/HQParams.h index 10e7880653..d1448a3513 100644 --- a/proxygen/httpserver/samples/hq/HQParams.h +++ b/proxygen/httpserver/samples/hq/HQParams.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/hq/HQServer.cpp b/proxygen/httpserver/samples/hq/HQServer.cpp index 7b28e6db22..828028b34f 100644 --- a/proxygen/httpserver/samples/hq/HQServer.cpp +++ b/proxygen/httpserver/samples/hq/HQServer.cpp @@ -1,3 +1,11 @@ +/* + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. + */ + #include #include diff --git a/proxygen/httpserver/samples/hq/HQServer.h b/proxygen/httpserver/samples/hq/HQServer.h index f48236e51f..1e149eeb2f 100644 --- a/proxygen/httpserver/samples/hq/HQServer.h +++ b/proxygen/httpserver/samples/hq/HQServer.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/hq/InsecureVerifierDangerousDoNotUseInProduction.h b/proxygen/httpserver/samples/hq/InsecureVerifierDangerousDoNotUseInProduction.h index 184306c2f8..0049b7a120 100644 --- a/proxygen/httpserver/samples/hq/InsecureVerifierDangerousDoNotUseInProduction.h +++ b/proxygen/httpserver/samples/hq/InsecureVerifierDangerousDoNotUseInProduction.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/hq/PartiallyReliableCurlClient.cpp b/proxygen/httpserver/samples/hq/PartiallyReliableCurlClient.cpp index 57376a7740..7f40d5abef 100644 --- a/proxygen/httpserver/samples/hq/PartiallyReliableCurlClient.cpp +++ b/proxygen/httpserver/samples/hq/PartiallyReliableCurlClient.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include diff --git a/proxygen/httpserver/samples/hq/PartiallyReliableCurlClient.h b/proxygen/httpserver/samples/hq/PartiallyReliableCurlClient.h index 80286c84f2..889d45bba4 100644 --- a/proxygen/httpserver/samples/hq/PartiallyReliableCurlClient.h +++ b/proxygen/httpserver/samples/hq/PartiallyReliableCurlClient.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/hq/SampleHandlers.cpp b/proxygen/httpserver/samples/hq/SampleHandlers.cpp index 369e188c90..6e21d9d2a7 100644 --- a/proxygen/httpserver/samples/hq/SampleHandlers.cpp +++ b/proxygen/httpserver/samples/hq/SampleHandlers.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/httpserver/samples/hq/SampleHandlers.h b/proxygen/httpserver/samples/hq/SampleHandlers.h index e507c5534f..7fe95bb119 100644 --- a/proxygen/httpserver/samples/hq/SampleHandlers.h +++ b/proxygen/httpserver/samples/hq/SampleHandlers.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/hq/main.cpp b/proxygen/httpserver/samples/hq/main.cpp index b875259526..968e75a440 100644 --- a/proxygen/httpserver/samples/hq/main.cpp +++ b/proxygen/httpserver/samples/hq/main.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/httpserver/samples/proxy/ProxyHandler.cpp b/proxygen/httpserver/samples/proxy/ProxyHandler.cpp index 85354d380c..582d935b4a 100644 --- a/proxygen/httpserver/samples/proxy/ProxyHandler.cpp +++ b/proxygen/httpserver/samples/proxy/ProxyHandler.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "ProxyHandler.h" #include diff --git a/proxygen/httpserver/samples/proxy/ProxyHandler.h b/proxygen/httpserver/samples/proxy/ProxyHandler.h index 25d6d4bb33..968f5150f0 100644 --- a/proxygen/httpserver/samples/proxy/ProxyHandler.h +++ b/proxygen/httpserver/samples/proxy/ProxyHandler.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/proxy/ProxyServer.cpp b/proxygen/httpserver/samples/proxy/ProxyServer.cpp index 3a3444431e..8b5032f49a 100644 --- a/proxygen/httpserver/samples/proxy/ProxyServer.cpp +++ b/proxygen/httpserver/samples/proxy/ProxyServer.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/httpserver/samples/proxy/ProxyStats.h b/proxygen/httpserver/samples/proxy/ProxyStats.h index a520cca01e..190fe8f01a 100644 --- a/proxygen/httpserver/samples/proxy/ProxyStats.h +++ b/proxygen/httpserver/samples/proxy/ProxyStats.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/proxy/SessionWrapper.h b/proxygen/httpserver/samples/proxy/SessionWrapper.h index 289a1a0b0a..485775b320 100644 --- a/proxygen/httpserver/samples/proxy/SessionWrapper.h +++ b/proxygen/httpserver/samples/proxy/SessionWrapper.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/push/PushRequestHandler.cpp b/proxygen/httpserver/samples/push/PushRequestHandler.cpp index c9a125d003..d353b93b66 100644 --- a/proxygen/httpserver/samples/push/PushRequestHandler.cpp +++ b/proxygen/httpserver/samples/push/PushRequestHandler.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "PushRequestHandler.h" #include "proxygen/httpserver/samples/push/PushStats.h" diff --git a/proxygen/httpserver/samples/push/PushRequestHandler.h b/proxygen/httpserver/samples/push/PushRequestHandler.h index 2de34fa4b8..ef225e2cee 100644 --- a/proxygen/httpserver/samples/push/PushRequestHandler.h +++ b/proxygen/httpserver/samples/push/PushRequestHandler.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/push/PushServer.cpp b/proxygen/httpserver/samples/push/PushServer.cpp index 4ce8fa524d..dae9fcceb5 100644 --- a/proxygen/httpserver/samples/push/PushServer.cpp +++ b/proxygen/httpserver/samples/push/PushServer.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/httpserver/samples/push/PushStats.h b/proxygen/httpserver/samples/push/PushStats.h index 18794f0864..223e449217 100644 --- a/proxygen/httpserver/samples/push/PushStats.h +++ b/proxygen/httpserver/samples/push/PushStats.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/static/StaticHandler.cpp b/proxygen/httpserver/samples/static/StaticHandler.cpp index e6fffdbad9..32488e640d 100644 --- a/proxygen/httpserver/samples/static/StaticHandler.cpp +++ b/proxygen/httpserver/samples/static/StaticHandler.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "StaticHandler.h" #include diff --git a/proxygen/httpserver/samples/static/StaticHandler.h b/proxygen/httpserver/samples/static/StaticHandler.h index 2745b41a47..e38e6ea1fa 100644 --- a/proxygen/httpserver/samples/static/StaticHandler.h +++ b/proxygen/httpserver/samples/static/StaticHandler.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/httpserver/samples/static/StaticServer.cpp b/proxygen/httpserver/samples/static/StaticServer.cpp index c0e1bb0428..f88000d919 100644 --- a/proxygen/httpserver/samples/static/StaticServer.cpp +++ b/proxygen/httpserver/samples/static/StaticServer.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include diff --git a/proxygen/httpserver/tests/CMakeLists.txt b/proxygen/httpserver/tests/CMakeLists.txt index 50d4a77dc9..86fe956ac0 100644 --- a/proxygen/httpserver/tests/CMakeLists.txt +++ b/proxygen/httpserver/tests/CMakeLists.txt @@ -1,9 +1,8 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional gran -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. proxygen_add_test(TARGET HTTPServerTests SOURCES diff --git a/proxygen/httpserver/tests/HTTPServerTest.cpp b/proxygen/httpserver/tests/HTTPServerTest.cpp index 5354b5de6b..19a6fac46a 100644 --- a/proxygen/httpserver/tests/HTTPServerTest.cpp +++ b/proxygen/httpserver/tests/HTTPServerTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/httpserver/tests/RequestHandlerAdaptorTest.cpp b/proxygen/httpserver/tests/RequestHandlerAdaptorTest.cpp index 1e8ea04154..4bbbb5107d 100644 --- a/proxygen/httpserver/tests/RequestHandlerAdaptorTest.cpp +++ b/proxygen/httpserver/tests/RequestHandlerAdaptorTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include "proxygen/httpserver/Mocks.h" #include "proxygen/lib/http/session/test/HTTPTransactionMocks.h" diff --git a/proxygen/install.sh b/proxygen/install.sh index d1cdce4ca5..7f29466ed3 100755 --- a/proxygen/install.sh +++ b/proxygen/install.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash -# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. ## Run this script to (re)install proxygen and its dependencies (fbthrift ## and folly). You must first compile all the dependencies before running this. This diff --git a/proxygen/lib/CMakeLists.txt b/proxygen/lib/CMakeLists.txt index 8c11dd4c70..14d78a0b77 100644 --- a/proxygen/lib/CMakeLists.txt +++ b/proxygen/lib/CMakeLists.txt @@ -1,9 +1,8 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. file( MAKE_DIRECTORY diff --git a/proxygen/lib/healthcheck/PoolHealthChecker.h b/proxygen/lib/healthcheck/PoolHealthChecker.h index cdd2b833d7..268d0bedcb 100644 --- a/proxygen/lib/healthcheck/PoolHealthChecker.h +++ b/proxygen/lib/healthcheck/PoolHealthChecker.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/healthcheck/ServerHealthCheckerCallback.cpp b/proxygen/lib/healthcheck/ServerHealthCheckerCallback.cpp index 9ce9f6205a..01bea40fc1 100644 --- a/proxygen/lib/healthcheck/ServerHealthCheckerCallback.cpp +++ b/proxygen/lib/healthcheck/ServerHealthCheckerCallback.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/healthcheck/ServerHealthCheckerCallback.h" namespace proxygen { diff --git a/proxygen/lib/healthcheck/ServerHealthCheckerCallback.h b/proxygen/lib/healthcheck/ServerHealthCheckerCallback.h index e24be1feac..bd37ace6f1 100644 --- a/proxygen/lib/healthcheck/ServerHealthCheckerCallback.h +++ b/proxygen/lib/healthcheck/ServerHealthCheckerCallback.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/HQConnector.cpp b/proxygen/lib/http/HQConnector.cpp index f7f5001cab..1167ed1c97 100644 --- a/proxygen/lib/http/HQConnector.cpp +++ b/proxygen/lib/http/HQConnector.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/HQConnector.h b/proxygen/lib/http/HQConnector.h index 7999226195..c52103789d 100644 --- a/proxygen/lib/http/HQConnector.h +++ b/proxygen/lib/http/HQConnector.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/HTTP3ErrorCode.cpp b/proxygen/lib/http/HTTP3ErrorCode.cpp index 17a00d2eec..37680c297b 100644 --- a/proxygen/lib/http/HTTP3ErrorCode.cpp +++ b/proxygen/lib/http/HTTP3ErrorCode.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/HTTP3ErrorCode.h" #include diff --git a/proxygen/lib/http/HTTP3ErrorCode.h b/proxygen/lib/http/HTTP3ErrorCode.h index 4e533e9cd3..41956dba59 100644 --- a/proxygen/lib/http/HTTP3ErrorCode.h +++ b/proxygen/lib/http/HTTP3ErrorCode.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/HTTPConnector.cpp b/proxygen/lib/http/HTTPConnector.cpp index 091b111aba..e43a471c2d 100644 --- a/proxygen/lib/http/HTTPConnector.cpp +++ b/proxygen/lib/http/HTTPConnector.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/HTTPConnector.h b/proxygen/lib/http/HTTPConnector.h index 868a0bd3cf..19f0bbb8f7 100644 --- a/proxygen/lib/http/HTTPConnector.h +++ b/proxygen/lib/http/HTTPConnector.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/HTTPConnectorWithFizz.cpp b/proxygen/lib/http/HTTPConnectorWithFizz.cpp index c79c10e24b..943fdd4874 100644 --- a/proxygen/lib/http/HTTPConnectorWithFizz.cpp +++ b/proxygen/lib/http/HTTPConnectorWithFizz.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/HTTPConnectorWithFizz.h b/proxygen/lib/http/HTTPConnectorWithFizz.h index aa9487e8a8..f4285d5f1e 100644 --- a/proxygen/lib/http/HTTPConnectorWithFizz.h +++ b/proxygen/lib/http/HTTPConnectorWithFizz.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/HTTPConstants.cpp b/proxygen/lib/http/HTTPConstants.cpp index a201b8a77e..f08dda850f 100644 --- a/proxygen/lib/http/HTTPConstants.cpp +++ b/proxygen/lib/http/HTTPConstants.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace proxygen { diff --git a/proxygen/lib/http/HTTPConstants.h b/proxygen/lib/http/HTTPConstants.h index 0b3a2e2ccf..aeb1d09f6b 100644 --- a/proxygen/lib/http/HTTPConstants.h +++ b/proxygen/lib/http/HTTPConstants.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once namespace proxygen { diff --git a/proxygen/lib/http/HTTPException.cpp b/proxygen/lib/http/HTTPException.cpp index b97309cdaa..dff960a0f2 100644 --- a/proxygen/lib/http/HTTPException.cpp +++ b/proxygen/lib/http/HTTPException.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include diff --git a/proxygen/lib/http/HTTPException.h b/proxygen/lib/http/HTTPException.h index 3c7100ca69..03ed9743b2 100644 --- a/proxygen/lib/http/HTTPException.h +++ b/proxygen/lib/http/HTTPException.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/HTTPHeaderSize.h b/proxygen/lib/http/HTTPHeaderSize.h index 45c981480b..ae15b50735 100644 --- a/proxygen/lib/http/HTTPHeaderSize.h +++ b/proxygen/lib/http/HTTPHeaderSize.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/HTTPHeaders.cpp b/proxygen/lib/http/HTTPHeaders.cpp index 7b7ef872da..0b89433bb6 100644 --- a/proxygen/lib/http/HTTPHeaders.cpp +++ b/proxygen/lib/http/HTTPHeaders.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #define PROXYGEN_HTTPHEADERS_IMPL #include diff --git a/proxygen/lib/http/HTTPHeaders.h b/proxygen/lib/http/HTTPHeaders.h index 8768f659ee..f2d9249ebf 100644 --- a/proxygen/lib/http/HTTPHeaders.h +++ b/proxygen/lib/http/HTTPHeaders.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/HTTPMessage.cpp b/proxygen/lib/http/HTTPMessage.cpp index fc8cf0220c..f142264484 100644 --- a/proxygen/lib/http/HTTPMessage.cpp +++ b/proxygen/lib/http/HTTPMessage.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/HTTPMessage.h b/proxygen/lib/http/HTTPMessage.h index 500f504073..d724f638fb 100644 --- a/proxygen/lib/http/HTTPMessage.h +++ b/proxygen/lib/http/HTTPMessage.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/HTTPMessageFilters.h b/proxygen/lib/http/HTTPMessageFilters.h index 061501c922..112faa202a 100644 --- a/proxygen/lib/http/HTTPMessageFilters.h +++ b/proxygen/lib/http/HTTPMessageFilters.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/HTTPMethod.cpp b/proxygen/lib/http/HTTPMethod.cpp index 754449299e..895d5829c1 100644 --- a/proxygen/lib/http/HTTPMethod.cpp +++ b/proxygen/lib/http/HTTPMethod.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/HTTPMethod.h b/proxygen/lib/http/HTTPMethod.h index 3b03ea5d31..d3de2b95ab 100644 --- a/proxygen/lib/http/HTTPMethod.h +++ b/proxygen/lib/http/HTTPMethod.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/ProxygenErrorEnum.cpp b/proxygen/lib/http/ProxygenErrorEnum.cpp index 5291e15234..97ec0ee011 100644 --- a/proxygen/lib/http/ProxygenErrorEnum.cpp +++ b/proxygen/lib/http/ProxygenErrorEnum.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #define PROXYGEN_ERROR_STR(error) #error diff --git a/proxygen/lib/http/ProxygenErrorEnum.h b/proxygen/lib/http/ProxygenErrorEnum.h index 677ed2be79..7e2d79cdea 100644 --- a/proxygen/lib/http/ProxygenErrorEnum.h +++ b/proxygen/lib/http/ProxygenErrorEnum.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once namespace proxygen { diff --git a/proxygen/lib/http/RFC2616.cpp b/proxygen/lib/http/RFC2616.cpp index 445319e47a..d9ba1b27e5 100644 --- a/proxygen/lib/http/RFC2616.cpp +++ b/proxygen/lib/http/RFC2616.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/RFC2616.h b/proxygen/lib/http/RFC2616.h index 97617a6da2..c365251d79 100644 --- a/proxygen/lib/http/RFC2616.h +++ b/proxygen/lib/http/RFC2616.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/SynchronizedLruQuicPskCache.cpp b/proxygen/lib/http/SynchronizedLruQuicPskCache.cpp index 1def643a3d..a30e0c9997 100644 --- a/proxygen/lib/http/SynchronizedLruQuicPskCache.cpp +++ b/proxygen/lib/http/SynchronizedLruQuicPskCache.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace proxygen { diff --git a/proxygen/lib/http/SynchronizedLruQuicPskCache.h b/proxygen/lib/http/SynchronizedLruQuicPskCache.h index 982d5b5778..10d8c97fbf 100644 --- a/proxygen/lib/http/SynchronizedLruQuicPskCache.h +++ b/proxygen/lib/http/SynchronizedLruQuicPskCache.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/Window.cpp b/proxygen/lib/http/Window.cpp index 6c5bac69c1..df785ba05c 100644 --- a/proxygen/lib/http/Window.cpp +++ b/proxygen/lib/http/Window.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include diff --git a/proxygen/lib/http/Window.h b/proxygen/lib/http/Window.h index 1cda88b41d..7e4416edc4 100644 --- a/proxygen/lib/http/Window.h +++ b/proxygen/lib/http/Window.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/CodecDictionaries.h b/proxygen/lib/http/codec/CodecDictionaries.h index a2fcf3857c..c9790f4c20 100644 --- a/proxygen/lib/http/codec/CodecDictionaries.h +++ b/proxygen/lib/http/codec/CodecDictionaries.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once namespace proxygen { diff --git a/proxygen/lib/http/codec/CodecProtocol.cpp b/proxygen/lib/http/codec/CodecProtocol.cpp index a0f9752f02..428f9760c7 100644 --- a/proxygen/lib/http/codec/CodecProtocol.cpp +++ b/proxygen/lib/http/codec/CodecProtocol.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/CodecProtocol.h b/proxygen/lib/http/codec/CodecProtocol.h index b4fa82ddc4..30e8699367 100644 --- a/proxygen/lib/http/codec/CodecProtocol.h +++ b/proxygen/lib/http/codec/CodecProtocol.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/CodecUtil.cpp b/proxygen/lib/http/codec/CodecUtil.cpp index fdcdb121e0..9f919d3a8d 100644 --- a/proxygen/lib/http/codec/CodecUtil.cpp +++ b/proxygen/lib/http/codec/CodecUtil.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/CodecUtil.h b/proxygen/lib/http/codec/CodecUtil.h index 59a148ccec..ed903b41a5 100644 --- a/proxygen/lib/http/codec/CodecUtil.h +++ b/proxygen/lib/http/codec/CodecUtil.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/DefaultHTTPCodecFactory.cpp b/proxygen/lib/http/codec/DefaultHTTPCodecFactory.cpp index fa9c1cb069..ee60f60b30 100644 --- a/proxygen/lib/http/codec/DefaultHTTPCodecFactory.cpp +++ b/proxygen/lib/http/codec/DefaultHTTPCodecFactory.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/DefaultHTTPCodecFactory.h b/proxygen/lib/http/codec/DefaultHTTPCodecFactory.h index 7812ef3e00..2a039eb202 100644 --- a/proxygen/lib/http/codec/DefaultHTTPCodecFactory.h +++ b/proxygen/lib/http/codec/DefaultHTTPCodecFactory.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/ErrorCode.cpp b/proxygen/lib/http/codec/ErrorCode.cpp index 585e2c0fa7..a1ef7d9572 100644 --- a/proxygen/lib/http/codec/ErrorCode.cpp +++ b/proxygen/lib/http/codec/ErrorCode.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/ErrorCode.h b/proxygen/lib/http/codec/ErrorCode.h index a0c0633751..50f45ef240 100644 --- a/proxygen/lib/http/codec/ErrorCode.h +++ b/proxygen/lib/http/codec/ErrorCode.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/FlowControlFilter.cpp b/proxygen/lib/http/codec/FlowControlFilter.cpp index e285b3249f..f969746a59 100644 --- a/proxygen/lib/http/codec/FlowControlFilter.cpp +++ b/proxygen/lib/http/codec/FlowControlFilter.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace proxygen { diff --git a/proxygen/lib/http/codec/FlowControlFilter.h b/proxygen/lib/http/codec/FlowControlFilter.h index 4749805403..d58c6d907a 100644 --- a/proxygen/lib/http/codec/FlowControlFilter.h +++ b/proxygen/lib/http/codec/FlowControlFilter.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HQControlCodec.cpp b/proxygen/lib/http/codec/HQControlCodec.cpp index 87c48c8725..86401e7286 100644 --- a/proxygen/lib/http/codec/HQControlCodec.cpp +++ b/proxygen/lib/http/codec/HQControlCodec.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/HQControlCodec.h b/proxygen/lib/http/codec/HQControlCodec.h index 68d800fe38..7fbcd8ff23 100644 --- a/proxygen/lib/http/codec/HQControlCodec.h +++ b/proxygen/lib/http/codec/HQControlCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HQFramedCodec.cpp b/proxygen/lib/http/codec/HQFramedCodec.cpp index c26a3d92df..c3f8f6cc96 100644 --- a/proxygen/lib/http/codec/HQFramedCodec.cpp +++ b/proxygen/lib/http/codec/HQFramedCodec.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/HQFramedCodec.h b/proxygen/lib/http/codec/HQFramedCodec.h index d8f3c6b3a1..2e995d625a 100644 --- a/proxygen/lib/http/codec/HQFramedCodec.h +++ b/proxygen/lib/http/codec/HQFramedCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HQFramer.cpp b/proxygen/lib/http/codec/HQFramer.cpp index 781ece1a44..2a9dd9a89e 100644 --- a/proxygen/lib/http/codec/HQFramer.cpp +++ b/proxygen/lib/http/codec/HQFramer.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/HQFramer.h b/proxygen/lib/http/codec/HQFramer.h index 469394ea53..22d38acccd 100644 --- a/proxygen/lib/http/codec/HQFramer.h +++ b/proxygen/lib/http/codec/HQFramer.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HQStreamCodec.cpp b/proxygen/lib/http/codec/HQStreamCodec.cpp index 4e5c1335ea..b9ef2d57f4 100644 --- a/proxygen/lib/http/codec/HQStreamCodec.cpp +++ b/proxygen/lib/http/codec/HQStreamCodec.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/HQStreamCodec.h b/proxygen/lib/http/codec/HQStreamCodec.h index 157ae800c2..14c88af31e 100644 --- a/proxygen/lib/http/codec/HQStreamCodec.h +++ b/proxygen/lib/http/codec/HQStreamCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HQUnidirectionalCodec.cpp b/proxygen/lib/http/codec/HQUnidirectionalCodec.cpp index 1966975698..ab9b2d0f36 100644 --- a/proxygen/lib/http/codec/HQUnidirectionalCodec.cpp +++ b/proxygen/lib/http/codec/HQUnidirectionalCodec.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/HQUnidirectionalCodec.h b/proxygen/lib/http/codec/HQUnidirectionalCodec.h index 4a0483d230..e171a025ab 100644 --- a/proxygen/lib/http/codec/HQUnidirectionalCodec.h +++ b/proxygen/lib/http/codec/HQUnidirectionalCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HQUtils.cpp b/proxygen/lib/http/codec/HQUtils.cpp index a89dfb0abb..e1c59dedd5 100644 --- a/proxygen/lib/http/codec/HQUtils.cpp +++ b/proxygen/lib/http/codec/HQUtils.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/HQUtils.h b/proxygen/lib/http/codec/HQUtils.h index 44fdb8169b..3b633f40c7 100644 --- a/proxygen/lib/http/codec/HQUtils.h +++ b/proxygen/lib/http/codec/HQUtils.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HTTP1xCodec.cpp b/proxygen/lib/http/codec/HTTP1xCodec.cpp index a88683f96a..51f19d488d 100644 --- a/proxygen/lib/http/codec/HTTP1xCodec.cpp +++ b/proxygen/lib/http/codec/HTTP1xCodec.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/HTTP1xCodec.h b/proxygen/lib/http/codec/HTTP1xCodec.h index ce95353834..0e88f0a0f5 100644 --- a/proxygen/lib/http/codec/HTTP1xCodec.h +++ b/proxygen/lib/http/codec/HTTP1xCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HTTP2Codec.cpp b/proxygen/lib/http/codec/HTTP2Codec.cpp index 75efa4267c..373897216d 100644 --- a/proxygen/lib/http/codec/HTTP2Codec.cpp +++ b/proxygen/lib/http/codec/HTTP2Codec.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/HTTP2Codec.h b/proxygen/lib/http/codec/HTTP2Codec.h index 3ff056b10a..1ced8bf33c 100644 --- a/proxygen/lib/http/codec/HTTP2Codec.h +++ b/proxygen/lib/http/codec/HTTP2Codec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HTTP2Constants.cpp b/proxygen/lib/http/codec/HTTP2Constants.cpp index 982fc2dd31..87fda1aa5d 100644 --- a/proxygen/lib/http/codec/HTTP2Constants.cpp +++ b/proxygen/lib/http/codec/HTTP2Constants.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace proxygen { namespace http2 { diff --git a/proxygen/lib/http/codec/HTTP2Constants.h b/proxygen/lib/http/codec/HTTP2Constants.h index d8a6e381fe..642564da8a 100644 --- a/proxygen/lib/http/codec/HTTP2Constants.h +++ b/proxygen/lib/http/codec/HTTP2Constants.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HTTP2Framer.cpp b/proxygen/lib/http/codec/HTTP2Framer.cpp index c309784687..918fd8d2f1 100644 --- a/proxygen/lib/http/codec/HTTP2Framer.cpp +++ b/proxygen/lib/http/codec/HTTP2Framer.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/HTTP2Framer.h b/proxygen/lib/http/codec/HTTP2Framer.h index 69b4eaba2a..d3f271ac27 100644 --- a/proxygen/lib/http/codec/HTTP2Framer.h +++ b/proxygen/lib/http/codec/HTTP2Framer.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HTTPChecks.cpp b/proxygen/lib/http/codec/HTTPChecks.cpp index 0e81cbcf40..04d03a1c17 100644 --- a/proxygen/lib/http/codec/HTTPChecks.cpp +++ b/proxygen/lib/http/codec/HTTPChecks.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/HTTPChecks.h b/proxygen/lib/http/codec/HTTPChecks.h index 8e25aa6fc0..4b4d01b44f 100644 --- a/proxygen/lib/http/codec/HTTPChecks.h +++ b/proxygen/lib/http/codec/HTTPChecks.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HTTPCodec.h b/proxygen/lib/http/codec/HTTPCodec.h index e15ef181db..aef8aee379 100644 --- a/proxygen/lib/http/codec/HTTPCodec.h +++ b/proxygen/lib/http/codec/HTTPCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HTTPCodecFactory.cpp b/proxygen/lib/http/codec/HTTPCodecFactory.cpp index de47b4f040..9111744033 100644 --- a/proxygen/lib/http/codec/HTTPCodecFactory.cpp +++ b/proxygen/lib/http/codec/HTTPCodecFactory.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/HTTPCodecFactory.h b/proxygen/lib/http/codec/HTTPCodecFactory.h index 4a6a03369d..a1ee584cd5 100644 --- a/proxygen/lib/http/codec/HTTPCodecFactory.h +++ b/proxygen/lib/http/codec/HTTPCodecFactory.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HTTPCodecFilter.cpp b/proxygen/lib/http/codec/HTTPCodecFilter.cpp index 462369da1e..4d9344577b 100644 --- a/proxygen/lib/http/codec/HTTPCodecFilter.cpp +++ b/proxygen/lib/http/codec/HTTPCodecFilter.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace proxygen { diff --git a/proxygen/lib/http/codec/HTTPCodecFilter.h b/proxygen/lib/http/codec/HTTPCodecFilter.h index 4da4ab77f7..b9c120ec68 100644 --- a/proxygen/lib/http/codec/HTTPCodecFilter.h +++ b/proxygen/lib/http/codec/HTTPCodecFilter.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HTTPCodecPrinter.cpp b/proxygen/lib/http/codec/HTTPCodecPrinter.cpp index 6477fd1d30..9f7f28ae34 100644 --- a/proxygen/lib/http/codec/HTTPCodecPrinter.cpp +++ b/proxygen/lib/http/codec/HTTPCodecPrinter.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/HTTPCodecPrinter.h b/proxygen/lib/http/codec/HTTPCodecPrinter.h index 26524742ae..3bbfe4a15d 100644 --- a/proxygen/lib/http/codec/HTTPCodecPrinter.h +++ b/proxygen/lib/http/codec/HTTPCodecPrinter.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HTTPParallelCodec.cpp b/proxygen/lib/http/codec/HTTPParallelCodec.cpp index dd02240c73..7f638fdbbf 100644 --- a/proxygen/lib/http/codec/HTTPParallelCodec.cpp +++ b/proxygen/lib/http/codec/HTTPParallelCodec.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/HTTPParallelCodec.h b/proxygen/lib/http/codec/HTTPParallelCodec.h index 04b1eeee96..3d5145f760 100644 --- a/proxygen/lib/http/codec/HTTPParallelCodec.h +++ b/proxygen/lib/http/codec/HTTPParallelCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HTTPRequestVerifier.h b/proxygen/lib/http/codec/HTTPRequestVerifier.h index 2c0eeba6ed..cf2139dcaa 100644 --- a/proxygen/lib/http/codec/HTTPRequestVerifier.h +++ b/proxygen/lib/http/codec/HTTPRequestVerifier.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HTTPSettings.cpp b/proxygen/lib/http/codec/HTTPSettings.cpp index 243abb8662..5cb4bbea13 100644 --- a/proxygen/lib/http/codec/HTTPSettings.cpp +++ b/proxygen/lib/http/codec/HTTPSettings.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/HTTPSettings.h b/proxygen/lib/http/codec/HTTPSettings.h index f77f0f0b30..6946f73c35 100644 --- a/proxygen/lib/http/codec/HTTPSettings.h +++ b/proxygen/lib/http/codec/HTTPSettings.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HeaderConstants.cpp b/proxygen/lib/http/codec/HeaderConstants.cpp index acc8df75dc..978ec01451 100644 --- a/proxygen/lib/http/codec/HeaderConstants.cpp +++ b/proxygen/lib/http/codec/HeaderConstants.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace proxygen { namespace headers { diff --git a/proxygen/lib/http/codec/HeaderConstants.h b/proxygen/lib/http/codec/HeaderConstants.h index b9a52afd69..66c15b6c2d 100644 --- a/proxygen/lib/http/codec/HeaderConstants.h +++ b/proxygen/lib/http/codec/HeaderConstants.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/HeaderDecodeInfo.cpp b/proxygen/lib/http/codec/HeaderDecodeInfo.cpp index 6fdc21d3ac..144894038e 100644 --- a/proxygen/lib/http/codec/HeaderDecodeInfo.cpp +++ b/proxygen/lib/http/codec/HeaderDecodeInfo.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include using std::string; diff --git a/proxygen/lib/http/codec/HeaderDecodeInfo.h b/proxygen/lib/http/codec/HeaderDecodeInfo.h index 212a680ee2..2c08ba2db7 100644 --- a/proxygen/lib/http/codec/HeaderDecodeInfo.h +++ b/proxygen/lib/http/codec/HeaderDecodeInfo.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/QPACKDecoderCodec.h b/proxygen/lib/http/codec/QPACKDecoderCodec.h index 422e9efb3c..457e6168b3 100644 --- a/proxygen/lib/http/codec/QPACKDecoderCodec.h +++ b/proxygen/lib/http/codec/QPACKDecoderCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/QPACKEncoderCodec.h b/proxygen/lib/http/codec/QPACKEncoderCodec.h index 116c6b218e..a9eb55ed83 100644 --- a/proxygen/lib/http/codec/QPACKEncoderCodec.h +++ b/proxygen/lib/http/codec/QPACKEncoderCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/SPDYCodec.cpp b/proxygen/lib/http/codec/SPDYCodec.cpp index cdf17cc844..b9598c586a 100644 --- a/proxygen/lib/http/codec/SPDYCodec.cpp +++ b/proxygen/lib/http/codec/SPDYCodec.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/SPDYCodec.h b/proxygen/lib/http/codec/SPDYCodec.h index b4b4c3f8bf..95dc52462c 100644 --- a/proxygen/lib/http/codec/SPDYCodec.h +++ b/proxygen/lib/http/codec/SPDYCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/SPDYConstants.cpp b/proxygen/lib/http/codec/SPDYConstants.cpp index e02f6c472d..5535436841 100644 --- a/proxygen/lib/http/codec/SPDYConstants.cpp +++ b/proxygen/lib/http/codec/SPDYConstants.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace proxygen { namespace spdy { diff --git a/proxygen/lib/http/codec/SPDYConstants.h b/proxygen/lib/http/codec/SPDYConstants.h index 94ecf57dc3..63c6fb83e8 100644 --- a/proxygen/lib/http/codec/SPDYConstants.h +++ b/proxygen/lib/http/codec/SPDYConstants.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/SPDYVersion.h b/proxygen/lib/http/codec/SPDYVersion.h index d3189bee06..7cfc9afeb5 100644 --- a/proxygen/lib/http/codec/SPDYVersion.h +++ b/proxygen/lib/http/codec/SPDYVersion.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once namespace proxygen { diff --git a/proxygen/lib/http/codec/SPDYVersionSettings.h b/proxygen/lib/http/codec/SPDYVersionSettings.h index 164a85069d..43a94782c5 100644 --- a/proxygen/lib/http/codec/SPDYVersionSettings.h +++ b/proxygen/lib/http/codec/SPDYVersionSettings.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/SettingsId.h b/proxygen/lib/http/codec/SettingsId.h index 2dabb0f756..9c5ba37475 100644 --- a/proxygen/lib/http/codec/SettingsId.h +++ b/proxygen/lib/http/codec/SettingsId.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/TransportDirection.cpp b/proxygen/lib/http/codec/TransportDirection.cpp index 6c1684e960..69ee307bb4 100644 --- a/proxygen/lib/http/codec/TransportDirection.cpp +++ b/proxygen/lib/http/codec/TransportDirection.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/TransportDirection.h b/proxygen/lib/http/codec/TransportDirection.h index 6a63bd8d8f..475aa05625 100644 --- a/proxygen/lib/http/codec/TransportDirection.h +++ b/proxygen/lib/http/codec/TransportDirection.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/UnframedBodyOffsetTracker.cpp b/proxygen/lib/http/codec/UnframedBodyOffsetTracker.cpp index 5e97fda9c9..b86d353a51 100644 --- a/proxygen/lib/http/codec/UnframedBodyOffsetTracker.cpp +++ b/proxygen/lib/http/codec/UnframedBodyOffsetTracker.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/UnframedBodyOffsetTracker.h b/proxygen/lib/http/codec/UnframedBodyOffsetTracker.h index cdd6679629..83d3114168 100644 --- a/proxygen/lib/http/codec/UnframedBodyOffsetTracker.h +++ b/proxygen/lib/http/codec/UnframedBodyOffsetTracker.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/CompressionInfo.h b/proxygen/lib/http/codec/compress/CompressionInfo.h index a60b22e34b..112f5a1bbb 100644 --- a/proxygen/lib/http/codec/compress/CompressionInfo.h +++ b/proxygen/lib/http/codec/compress/CompressionInfo.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/GzipHeaderCodec.cpp b/proxygen/lib/http/codec/compress/GzipHeaderCodec.cpp index a70f34b28e..5d9b8e0bc1 100644 --- a/proxygen/lib/http/codec/compress/GzipHeaderCodec.cpp +++ b/proxygen/lib/http/codec/compress/GzipHeaderCodec.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/GzipHeaderCodec.h b/proxygen/lib/http/codec/compress/GzipHeaderCodec.h index 9337b63508..b4fa3518ba 100644 --- a/proxygen/lib/http/codec/compress/GzipHeaderCodec.h +++ b/proxygen/lib/http/codec/compress/GzipHeaderCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HPACKCodec.cpp b/proxygen/lib/http/codec/compress/HPACKCodec.cpp index b215d7951b..5a58337285 100644 --- a/proxygen/lib/http/codec/compress/HPACKCodec.cpp +++ b/proxygen/lib/http/codec/compress/HPACKCodec.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/HPACKCodec.h b/proxygen/lib/http/codec/compress/HPACKCodec.h index 06de665326..ef61e53e91 100644 --- a/proxygen/lib/http/codec/compress/HPACKCodec.h +++ b/proxygen/lib/http/codec/compress/HPACKCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HPACKConstants.h b/proxygen/lib/http/codec/compress/HPACKConstants.h index b45ddb28d8..83951ff33d 100644 --- a/proxygen/lib/http/codec/compress/HPACKConstants.h +++ b/proxygen/lib/http/codec/compress/HPACKConstants.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HPACKContext.cpp b/proxygen/lib/http/codec/compress/HPACKContext.cpp index 5a5f5b3f04..94aa8b9ca4 100644 --- a/proxygen/lib/http/codec/compress/HPACKContext.cpp +++ b/proxygen/lib/http/codec/compress/HPACKContext.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace proxygen { diff --git a/proxygen/lib/http/codec/compress/HPACKContext.h b/proxygen/lib/http/codec/compress/HPACKContext.h index 032eb820a4..d03072c3ee 100644 --- a/proxygen/lib/http/codec/compress/HPACKContext.h +++ b/proxygen/lib/http/codec/compress/HPACKContext.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.cpp b/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.cpp index 5b5d2eaf83..cbcae857bf 100644 --- a/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.cpp +++ b/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.h b/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.h index 4d05433a15..fd1fef136d 100644 --- a/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.h +++ b/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HPACKDecoder.cpp b/proxygen/lib/http/codec/compress/HPACKDecoder.cpp index ea8f26ce59..d17ca940de 100644 --- a/proxygen/lib/http/codec/compress/HPACKDecoder.cpp +++ b/proxygen/lib/http/codec/compress/HPACKDecoder.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/HPACKDecoder.h b/proxygen/lib/http/codec/compress/HPACKDecoder.h index ebce8004db..7a675554e8 100644 --- a/proxygen/lib/http/codec/compress/HPACKDecoder.h +++ b/proxygen/lib/http/codec/compress/HPACKDecoder.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HPACKDecoderBase.cpp b/proxygen/lib/http/codec/compress/HPACKDecoderBase.cpp index b6aa6ac724..d511e534f5 100644 --- a/proxygen/lib/http/codec/compress/HPACKDecoderBase.cpp +++ b/proxygen/lib/http/codec/compress/HPACKDecoderBase.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/HPACKDecoderBase.h b/proxygen/lib/http/codec/compress/HPACKDecoderBase.h index 19bf27e9ae..28f8253a8e 100644 --- a/proxygen/lib/http/codec/compress/HPACKDecoderBase.h +++ b/proxygen/lib/http/codec/compress/HPACKDecoderBase.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.cpp b/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.cpp index 53ced43645..49b72ca6be 100644 --- a/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.cpp +++ b/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.h b/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.h index 1a663f06b9..4a4631df5c 100644 --- a/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.h +++ b/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HPACKEncoder.cpp b/proxygen/lib/http/codec/compress/HPACKEncoder.cpp index f81a8ca213..13118db42f 100644 --- a/proxygen/lib/http/codec/compress/HPACKEncoder.cpp +++ b/proxygen/lib/http/codec/compress/HPACKEncoder.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include using std::vector; diff --git a/proxygen/lib/http/codec/compress/HPACKEncoder.h b/proxygen/lib/http/codec/compress/HPACKEncoder.h index 5ac4b52574..56c60e71d7 100644 --- a/proxygen/lib/http/codec/compress/HPACKEncoder.h +++ b/proxygen/lib/http/codec/compress/HPACKEncoder.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HPACKEncoderBase.cpp b/proxygen/lib/http/codec/compress/HPACKEncoderBase.cpp index 6eb89dbe87..bd23a7eeb6 100644 --- a/proxygen/lib/http/codec/compress/HPACKEncoderBase.cpp +++ b/proxygen/lib/http/codec/compress/HPACKEncoderBase.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace proxygen { diff --git a/proxygen/lib/http/codec/compress/HPACKEncoderBase.h b/proxygen/lib/http/codec/compress/HPACKEncoderBase.h index 2d2537d787..da926e9f8d 100644 --- a/proxygen/lib/http/codec/compress/HPACKEncoderBase.h +++ b/proxygen/lib/http/codec/compress/HPACKEncoderBase.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HPACKHeader.cpp b/proxygen/lib/http/codec/compress/HPACKHeader.cpp index 16f2a909bc..2f54a21f40 100644 --- a/proxygen/lib/http/codec/compress/HPACKHeader.cpp +++ b/proxygen/lib/http/codec/compress/HPACKHeader.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace proxygen { diff --git a/proxygen/lib/http/codec/compress/HPACKHeader.h b/proxygen/lib/http/codec/compress/HPACKHeader.h index 91d168e88d..d3fd68849d 100644 --- a/proxygen/lib/http/codec/compress/HPACKHeader.h +++ b/proxygen/lib/http/codec/compress/HPACKHeader.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HPACKHeaderName.h b/proxygen/lib/http/codec/compress/HPACKHeaderName.h index 62ee5b4a42..1a93e84d53 100644 --- a/proxygen/lib/http/codec/compress/HPACKHeaderName.h +++ b/proxygen/lib/http/codec/compress/HPACKHeaderName.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HPACKQueue.h b/proxygen/lib/http/codec/compress/HPACKQueue.h index 814c70be07..f3950c57d5 100644 --- a/proxygen/lib/http/codec/compress/HPACKQueue.h +++ b/proxygen/lib/http/codec/compress/HPACKQueue.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HPACKStreamingCallback.h b/proxygen/lib/http/codec/compress/HPACKStreamingCallback.h index 7cb0d55ee5..e0d10f8ce3 100644 --- a/proxygen/lib/http/codec/compress/HPACKStreamingCallback.h +++ b/proxygen/lib/http/codec/compress/HPACKStreamingCallback.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/Header.h b/proxygen/lib/http/codec/compress/Header.h index c6ba8b1fe3..a40619ff6d 100644 --- a/proxygen/lib/http/codec/compress/Header.h +++ b/proxygen/lib/http/codec/compress/Header.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HeaderCodec.h b/proxygen/lib/http/codec/compress/HeaderCodec.h index 4524810d3b..0c3c9ebd83 100644 --- a/proxygen/lib/http/codec/compress/HeaderCodec.h +++ b/proxygen/lib/http/codec/compress/HeaderCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.cpp b/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.cpp index a6a4291953..4bcb5b3bfa 100644 --- a/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.cpp +++ b/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace proxygen { diff --git a/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.h b/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.h index 08c82ad917..dd72ca3b94 100644 --- a/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.h +++ b/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HeaderPiece.h b/proxygen/lib/http/codec/compress/HeaderPiece.h index 49781cabe0..e5c1e3ad23 100644 --- a/proxygen/lib/http/codec/compress/HeaderPiece.h +++ b/proxygen/lib/http/codec/compress/HeaderPiece.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/HeaderTable.cpp b/proxygen/lib/http/codec/compress/HeaderTable.cpp index 77a6710f37..1558d37155 100644 --- a/proxygen/lib/http/codec/compress/HeaderTable.cpp +++ b/proxygen/lib/http/codec/compress/HeaderTable.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/HeaderTable.h b/proxygen/lib/http/codec/compress/HeaderTable.h index 30be446361..d0c69219e0 100644 --- a/proxygen/lib/http/codec/compress/HeaderTable.h +++ b/proxygen/lib/http/codec/compress/HeaderTable.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/Huffman.cpp b/proxygen/lib/http/codec/compress/Huffman.cpp index ac67799fc5..5764ca549d 100644 --- a/proxygen/lib/http/codec/compress/Huffman.cpp +++ b/proxygen/lib/http/codec/compress/Huffman.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/Huffman.h b/proxygen/lib/http/codec/compress/Huffman.h index f9bfd24e80..c6374cc7a4 100644 --- a/proxygen/lib/http/codec/compress/Huffman.h +++ b/proxygen/lib/http/codec/compress/Huffman.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/Logging.cpp b/proxygen/lib/http/codec/compress/Logging.cpp index 7a750fd28a..a743e9f870 100644 --- a/proxygen/lib/http/codec/compress/Logging.cpp +++ b/proxygen/lib/http/codec/compress/Logging.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/Logging.h b/proxygen/lib/http/codec/compress/Logging.h index b112cf57ad..123add006a 100644 --- a/proxygen/lib/http/codec/compress/Logging.h +++ b/proxygen/lib/http/codec/compress/Logging.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.cpp b/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.cpp index 527a97e868..b185ee49c2 100644 --- a/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.cpp +++ b/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace proxygen { diff --git a/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.h b/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.h index 6499e57419..61c3541f40 100644 --- a/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.h +++ b/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/QPACKCodec.cpp b/proxygen/lib/http/codec/compress/QPACKCodec.cpp index 0d2b69f4b7..8f1fb960f4 100644 --- a/proxygen/lib/http/codec/compress/QPACKCodec.cpp +++ b/proxygen/lib/http/codec/compress/QPACKCodec.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/QPACKCodec.h b/proxygen/lib/http/codec/compress/QPACKCodec.h index 13cfda4ecc..bface2e392 100644 --- a/proxygen/lib/http/codec/compress/QPACKCodec.h +++ b/proxygen/lib/http/codec/compress/QPACKCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/QPACKContext.cpp b/proxygen/lib/http/codec/compress/QPACKContext.cpp index f97c6b00c1..bdb9c20f19 100644 --- a/proxygen/lib/http/codec/compress/QPACKContext.cpp +++ b/proxygen/lib/http/codec/compress/QPACKContext.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/QPACKContext.h b/proxygen/lib/http/codec/compress/QPACKContext.h index 88368238f9..aeb8f07aad 100644 --- a/proxygen/lib/http/codec/compress/QPACKContext.h +++ b/proxygen/lib/http/codec/compress/QPACKContext.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/QPACKDecoder.cpp b/proxygen/lib/http/codec/compress/QPACKDecoder.cpp index 04bf430506..c874c17f5f 100644 --- a/proxygen/lib/http/codec/compress/QPACKDecoder.cpp +++ b/proxygen/lib/http/codec/compress/QPACKDecoder.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/QPACKDecoder.h b/proxygen/lib/http/codec/compress/QPACKDecoder.h index 09695cedc3..21dd3e1b0d 100644 --- a/proxygen/lib/http/codec/compress/QPACKDecoder.h +++ b/proxygen/lib/http/codec/compress/QPACKDecoder.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/QPACKEncoder.cpp b/proxygen/lib/http/codec/compress/QPACKEncoder.cpp index 31b5d22688..6619eb86d4 100644 --- a/proxygen/lib/http/codec/compress/QPACKEncoder.cpp +++ b/proxygen/lib/http/codec/compress/QPACKEncoder.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/QPACKEncoder.h b/proxygen/lib/http/codec/compress/QPACKEncoder.h index 6b4efaffa7..58e9d028b5 100644 --- a/proxygen/lib/http/codec/compress/QPACKEncoder.h +++ b/proxygen/lib/http/codec/compress/QPACKEncoder.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/QPACKHeaderTable.cpp b/proxygen/lib/http/codec/compress/QPACKHeaderTable.cpp index de2184eb11..0c685513f0 100644 --- a/proxygen/lib/http/codec/compress/QPACKHeaderTable.cpp +++ b/proxygen/lib/http/codec/compress/QPACKHeaderTable.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/QPACKHeaderTable.h b/proxygen/lib/http/codec/compress/QPACKHeaderTable.h index 192fa56565..e73d416634 100644 --- a/proxygen/lib/http/codec/compress/QPACKHeaderTable.h +++ b/proxygen/lib/http/codec/compress/QPACKHeaderTable.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.cpp b/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.cpp index 554df7c51c..d81b0d3abd 100644 --- a/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.cpp +++ b/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.h b/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.h index 19951198dd..4723224279 100644 --- a/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.h +++ b/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/StaticHeaderTable.cpp b/proxygen/lib/http/codec/compress/StaticHeaderTable.cpp index 511ad1ec5a..3bfd1d9f88 100644 --- a/proxygen/lib/http/codec/compress/StaticHeaderTable.cpp +++ b/proxygen/lib/http/codec/compress/StaticHeaderTable.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/StaticHeaderTable.h b/proxygen/lib/http/codec/compress/StaticHeaderTable.h index 8da3d87f9a..48cc1e4756 100644 --- a/proxygen/lib/http/codec/compress/StaticHeaderTable.h +++ b/proxygen/lib/http/codec/compress/StaticHeaderTable.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/experimental/interop/QPACKInterop.cpp b/proxygen/lib/http/codec/compress/experimental/interop/QPACKInterop.cpp index ba8c408328..67eaf9a74e 100644 --- a/proxygen/lib/http/codec/compress/experimental/interop/QPACKInterop.cpp +++ b/proxygen/lib/http/codec/compress/experimental/interop/QPACKInterop.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionScheme.h b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionScheme.h index 985e1f01bb..1831836c63 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionScheme.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionScheme.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.cpp b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.cpp index 83f3b8642d..29f4d561f4 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.cpp +++ b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.h" #include "proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.h" #include "proxygen/lib/http/codec/compress/experimental/simulator/HPACKScheme.h" diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.h b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.h index dddd799b9e..52e3efa8b7 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include "proxygen/lib/http/codec/compress/experimental/simulator/CompressionScheme.h" diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionTypes.h b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionTypes.h index e0a0f10f7a..598b83da10 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionTypes.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionTypes.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.cpp b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.cpp index 931e121713..8b41a845c3 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.cpp +++ b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.h b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.h index e755c5d429..b4f53929fd 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/HPACKScheme.h b/proxygen/lib/http/codec/compress/experimental/simulator/HPACKScheme.h index 0cde7e7872..31e16e7774 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/HPACKScheme.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/HPACKScheme.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include "proxygen/lib/http/codec/compress/experimental/simulator/CompressionScheme.h" diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/Main.cpp b/proxygen/lib/http/codec/compress/experimental/simulator/Main.cpp index 71dbe6168c..3bc2dfc633 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/Main.cpp +++ b/proxygen/lib/http/codec/compress/experimental/simulator/Main.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/QMINScheme.h b/proxygen/lib/http/codec/compress/experimental/simulator/QMINScheme.h index f9eb9a2688..ab35ce045c 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/QMINScheme.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/QMINScheme.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/QPACKScheme.h b/proxygen/lib/http/codec/compress/experimental/simulator/QPACKScheme.h index 6b3997a4e7..3eeefc65a3 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/QPACKScheme.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/QPACKScheme.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/SimStreamingCallback.h b/proxygen/lib/http/codec/compress/experimental/simulator/SimStreamingCallback.h index 9dac15ef10..fb65fd80d8 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/SimStreamingCallback.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/SimStreamingCallback.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/test/CMakeLists.txt b/proxygen/lib/http/codec/compress/test/CMakeLists.txt index 8b21fc807d..43e470e9dc 100644 --- a/proxygen/lib/http/codec/compress/test/CMakeLists.txt +++ b/proxygen/lib/http/codec/compress/test/CMakeLists.txt @@ -1,9 +1,8 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. if(NOT BUILD_TESTS) return() diff --git a/proxygen/lib/http/codec/compress/test/HPACKBenchmark.cpp b/proxygen/lib/http/codec/compress/test/HPACKBenchmark.cpp index 95f5e5e726..aea5cf9ee7 100644 --- a/proxygen/lib/http/codec/compress/test/HPACKBenchmark.cpp +++ b/proxygen/lib/http/codec/compress/test/HPACKBenchmark.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/compress/test/HPACKBufferTests.cpp b/proxygen/lib/http/codec/compress/test/HPACKBufferTests.cpp index c19477bca6..eedae39bf6 100644 --- a/proxygen/lib/http/codec/compress/test/HPACKBufferTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HPACKBufferTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/compress/test/HPACKCodecTests.cpp b/proxygen/lib/http/codec/compress/test/HPACKCodecTests.cpp index 14a297066a..b319a495db 100644 --- a/proxygen/lib/http/codec/compress/test/HPACKCodecTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HPACKCodecTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/compress/test/HPACKContextTests.cpp b/proxygen/lib/http/codec/compress/test/HPACKContextTests.cpp index 55d3d50cd9..f6a736f971 100644 --- a/proxygen/lib/http/codec/compress/test/HPACKContextTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HPACKContextTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/compress/test/HPACKHeaderTests.cpp b/proxygen/lib/http/codec/compress/test/HPACKHeaderTests.cpp index 3b2fa7de0d..7eb7cc2aa7 100644 --- a/proxygen/lib/http/codec/compress/test/HPACKHeaderTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HPACKHeaderTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/test/HTTPArchive.cpp b/proxygen/lib/http/codec/compress/test/HTTPArchive.cpp index 4474db14a8..1d3e925b2c 100644 --- a/proxygen/lib/http/codec/compress/test/HTTPArchive.cpp +++ b/proxygen/lib/http/codec/compress/test/HTTPArchive.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/test/HTTPArchive.h b/proxygen/lib/http/codec/compress/test/HTTPArchive.h index 31f7ffc89e..219b3c8f2c 100644 --- a/proxygen/lib/http/codec/compress/test/HTTPArchive.h +++ b/proxygen/lib/http/codec/compress/test/HTTPArchive.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/test/HeaderPieceTests.cpp b/proxygen/lib/http/codec/compress/test/HeaderPieceTests.cpp index eca088bd06..9db14f486f 100644 --- a/proxygen/lib/http/codec/compress/test/HeaderPieceTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HeaderPieceTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/compress/test/HeaderTableTests.cpp b/proxygen/lib/http/codec/compress/test/HeaderTableTests.cpp index 6b5e936edc..4fafb5270c 100644 --- a/proxygen/lib/http/codec/compress/test/HeaderTableTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HeaderTableTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/compress/test/HuffmanTests.cpp b/proxygen/lib/http/codec/compress/test/HuffmanTests.cpp index 2eb461ea89..a82e7b7473 100644 --- a/proxygen/lib/http/codec/compress/test/HuffmanTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HuffmanTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/test/LoggingTests.cpp b/proxygen/lib/http/codec/compress/test/LoggingTests.cpp index 757301ba6f..1375b9c166 100644 --- a/proxygen/lib/http/codec/compress/test/LoggingTests.cpp +++ b/proxygen/lib/http/codec/compress/test/LoggingTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/compress/test/QPACKCodecTests.cpp b/proxygen/lib/http/codec/compress/test/QPACKCodecTests.cpp index 600a08595c..43e02aeeba 100644 --- a/proxygen/lib/http/codec/compress/test/QPACKCodecTests.cpp +++ b/proxygen/lib/http/codec/compress/test/QPACKCodecTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/compress/test/QPACKContextTests.cpp b/proxygen/lib/http/codec/compress/test/QPACKContextTests.cpp index d55ba50049..4ef185f386 100644 --- a/proxygen/lib/http/codec/compress/test/QPACKContextTests.cpp +++ b/proxygen/lib/http/codec/compress/test/QPACKContextTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/compress/test/QPACKHeaderTableTests.cpp b/proxygen/lib/http/codec/compress/test/QPACKHeaderTableTests.cpp index eb4038fe5b..971eb468f5 100644 --- a/proxygen/lib/http/codec/compress/test/QPACKHeaderTableTests.cpp +++ b/proxygen/lib/http/codec/compress/test/QPACKHeaderTableTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/compress/test/RFCExamplesTests.cpp b/proxygen/lib/http/codec/compress/test/RFCExamplesTests.cpp index 85b1c73a99..b62f3a71c6 100644 --- a/proxygen/lib/http/codec/compress/test/RFCExamplesTests.cpp +++ b/proxygen/lib/http/codec/compress/test/RFCExamplesTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/compress/test/TestStreamingCallback.h b/proxygen/lib/http/codec/compress/test/TestStreamingCallback.h index 78c8c70878..8910f0337a 100644 --- a/proxygen/lib/http/codec/compress/test/TestStreamingCallback.h +++ b/proxygen/lib/http/codec/compress/test/TestStreamingCallback.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/compress/test/TestUtil.cpp b/proxygen/lib/http/codec/compress/test/TestUtil.cpp index b6f5c93be8..562c1fc650 100644 --- a/proxygen/lib/http/codec/compress/test/TestUtil.cpp +++ b/proxygen/lib/http/codec/compress/test/TestUtil.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/compress/test/TestUtil.h b/proxygen/lib/http/codec/compress/test/TestUtil.h index 08a3ce0601..c3e1828dc9 100644 --- a/proxygen/lib/http/codec/compress/test/TestUtil.h +++ b/proxygen/lib/http/codec/compress/test/TestUtil.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/test/CMakeLists.txt b/proxygen/lib/http/codec/test/CMakeLists.txt index 0aa26a1cea..26213a235d 100644 --- a/proxygen/lib/http/codec/test/CMakeLists.txt +++ b/proxygen/lib/http/codec/test/CMakeLists.txt @@ -1,9 +1,8 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. if(NOT BUILD_TESTS) return() diff --git a/proxygen/lib/http/codec/test/DefaultHTTPCodecFactoryTest.cpp b/proxygen/lib/http/codec/test/DefaultHTTPCodecFactoryTest.cpp index e764f9d972..7be10b3894 100644 --- a/proxygen/lib/http/codec/test/DefaultHTTPCodecFactoryTest.cpp +++ b/proxygen/lib/http/codec/test/DefaultHTTPCodecFactoryTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/test/FilterTests.cpp b/proxygen/lib/http/codec/test/FilterTests.cpp index 0f33f63450..a2adfb600a 100644 --- a/proxygen/lib/http/codec/test/FilterTests.cpp +++ b/proxygen/lib/http/codec/test/FilterTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/test/HQCodecTest.cpp b/proxygen/lib/http/codec/test/HQCodecTest.cpp index f6a31b6f4a..95c87743a1 100644 --- a/proxygen/lib/http/codec/test/HQCodecTest.cpp +++ b/proxygen/lib/http/codec/test/HQCodecTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/test/HQFramerTest.cpp b/proxygen/lib/http/codec/test/HQFramerTest.cpp index dc07eb47de..16a7e4dc89 100644 --- a/proxygen/lib/http/codec/test/HQFramerTest.cpp +++ b/proxygen/lib/http/codec/test/HQFramerTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/test/HQFramerTest.h b/proxygen/lib/http/codec/test/HQFramerTest.h index 21b13dc4aa..32fc4b57ed 100644 --- a/proxygen/lib/http/codec/test/HQFramerTest.h +++ b/proxygen/lib/http/codec/test/HQFramerTest.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/test/HTTP1xCodecTest.cpp b/proxygen/lib/http/codec/test/HTTP1xCodecTest.cpp index a3cb2e7865..d89f6e6bac 100644 --- a/proxygen/lib/http/codec/test/HTTP1xCodecTest.cpp +++ b/proxygen/lib/http/codec/test/HTTP1xCodecTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/test/HTTP2CodecTest.cpp b/proxygen/lib/http/codec/test/HTTP2CodecTest.cpp index 3afd0bc1ef..c13260a3aa 100644 --- a/proxygen/lib/http/codec/test/HTTP2CodecTest.cpp +++ b/proxygen/lib/http/codec/test/HTTP2CodecTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/test/HTTP2FramerTest.cpp b/proxygen/lib/http/codec/test/HTTP2FramerTest.cpp index 04ec0e31d4..b7be865b99 100644 --- a/proxygen/lib/http/codec/test/HTTP2FramerTest.cpp +++ b/proxygen/lib/http/codec/test/HTTP2FramerTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/codec/test/HTTP2FramerTest.h b/proxygen/lib/http/codec/test/HTTP2FramerTest.h index 45020f8bad..6bbfa45262 100644 --- a/proxygen/lib/http/codec/test/HTTP2FramerTest.h +++ b/proxygen/lib/http/codec/test/HTTP2FramerTest.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/test/HTTPParallelCodecTest.h b/proxygen/lib/http/codec/test/HTTPParallelCodecTest.h index feeb4a59a6..532c0af53c 100644 --- a/proxygen/lib/http/codec/test/HTTPParallelCodecTest.h +++ b/proxygen/lib/http/codec/test/HTTPParallelCodecTest.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include #include diff --git a/proxygen/lib/http/codec/test/MockHTTPCodec.h b/proxygen/lib/http/codec/test/MockHTTPCodec.h index 06701e0fa5..83936d8861 100644 --- a/proxygen/lib/http/codec/test/MockHTTPCodec.h +++ b/proxygen/lib/http/codec/test/MockHTTPCodec.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/test/SPDYCodecTest.cpp b/proxygen/lib/http/codec/test/SPDYCodecTest.cpp index cdfb293824..1acb038867 100644 --- a/proxygen/lib/http/codec/test/SPDYCodecTest.cpp +++ b/proxygen/lib/http/codec/test/SPDYCodecTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/test/TestUtils.cpp b/proxygen/lib/http/codec/test/TestUtils.cpp index 3c62a07924..2259111e01 100644 --- a/proxygen/lib/http/codec/test/TestUtils.cpp +++ b/proxygen/lib/http/codec/test/TestUtils.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/codec/test/TestUtils.h b/proxygen/lib/http/codec/test/TestUtils.h index d6928bdae5..a2491d11b0 100644 --- a/proxygen/lib/http/codec/test/TestUtils.h +++ b/proxygen/lib/http/codec/test/TestUtils.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/codec/test/UnframedBodyOffsetTrackerTest.cpp b/proxygen/lib/http/codec/test/UnframedBodyOffsetTrackerTest.cpp index d35f0d3084..9378b59fb4 100644 --- a/proxygen/lib/http/codec/test/UnframedBodyOffsetTrackerTest.cpp +++ b/proxygen/lib/http/codec/test/UnframedBodyOffsetTrackerTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/connpool/Endpoint.h b/proxygen/lib/http/connpool/Endpoint.h index 78bed96edf..fc6c1100cf 100644 --- a/proxygen/lib/http/connpool/Endpoint.h +++ b/proxygen/lib/http/connpool/Endpoint.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/connpool/ServerIdleSessionController.cpp b/proxygen/lib/http/connpool/ServerIdleSessionController.cpp index 731151066e..e51ddaca31 100644 --- a/proxygen/lib/http/connpool/ServerIdleSessionController.cpp +++ b/proxygen/lib/http/connpool/ServerIdleSessionController.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/connpool/ServerIdleSessionController.h" namespace proxygen { diff --git a/proxygen/lib/http/connpool/ServerIdleSessionController.h b/proxygen/lib/http/connpool/ServerIdleSessionController.h index b1b42ad104..b94df606bf 100644 --- a/proxygen/lib/http/connpool/ServerIdleSessionController.h +++ b/proxygen/lib/http/connpool/ServerIdleSessionController.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include "proxygen/lib/http/connpool/SessionPool.h" diff --git a/proxygen/lib/http/connpool/SessionHolder.cpp b/proxygen/lib/http/connpool/SessionHolder.cpp index 4eebce7b41..a1488a9861 100644 --- a/proxygen/lib/http/connpool/SessionHolder.cpp +++ b/proxygen/lib/http/connpool/SessionHolder.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/connpool/SessionHolder.h" #include diff --git a/proxygen/lib/http/connpool/SessionHolder.h b/proxygen/lib/http/connpool/SessionHolder.h index c50164fa9f..bc59d0b644 100644 --- a/proxygen/lib/http/connpool/SessionHolder.h +++ b/proxygen/lib/http/connpool/SessionHolder.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/connpool/SessionPool.cpp b/proxygen/lib/http/connpool/SessionPool.cpp index 24b112d389..3a06f1d028 100644 --- a/proxygen/lib/http/connpool/SessionPool.cpp +++ b/proxygen/lib/http/connpool/SessionPool.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/connpool/SessionPool.h" #include "proxygen/lib/http/connpool/ServerIdleSessionController.h" #include "proxygen/lib/http/connpool/ThreadIdleSessionController.h" diff --git a/proxygen/lib/http/connpool/SessionPool.h b/proxygen/lib/http/connpool/SessionPool.h index c4bf3c03fa..42be91d3f5 100644 --- a/proxygen/lib/http/connpool/SessionPool.h +++ b/proxygen/lib/http/connpool/SessionPool.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/connpool/ThreadIdleSessionController.cpp b/proxygen/lib/http/connpool/ThreadIdleSessionController.cpp index a0c90087fe..b0fe7e672c 100644 --- a/proxygen/lib/http/connpool/ThreadIdleSessionController.cpp +++ b/proxygen/lib/http/connpool/ThreadIdleSessionController.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/connpool/ThreadIdleSessionController.h" namespace proxygen { diff --git a/proxygen/lib/http/connpool/ThreadIdleSessionController.h b/proxygen/lib/http/connpool/ThreadIdleSessionController.h index 5d0b500542..76d8273140 100644 --- a/proxygen/lib/http/connpool/ThreadIdleSessionController.h +++ b/proxygen/lib/http/connpool/ThreadIdleSessionController.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include "proxygen/lib/http/connpool/SessionHolder.h" diff --git a/proxygen/lib/http/connpool/test/CMakeLists.txt b/proxygen/lib/http/connpool/test/CMakeLists.txt index 4e4bcd2e59..1a6692e029 100644 --- a/proxygen/lib/http/connpool/test/CMakeLists.txt +++ b/proxygen/lib/http/connpool/test/CMakeLists.txt @@ -1,9 +1,8 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. proxygen_add_test(TARGET ConnpoolTests SOURCES diff --git a/proxygen/lib/http/connpool/test/SessionPoolTest.cpp b/proxygen/lib/http/connpool/test/SessionPoolTest.cpp index 8127340c55..07718aede1 100644 --- a/proxygen/lib/http/connpool/test/SessionPoolTest.cpp +++ b/proxygen/lib/http/connpool/test/SessionPoolTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/connpool/test/SessionPoolTestFixture.h" #include "proxygen/lib/http/connpool/ServerIdleSessionController.h" diff --git a/proxygen/lib/http/connpool/test/SessionPoolTestFixture.h b/proxygen/lib/http/connpool/test/SessionPoolTestFixture.h index 32040a6ed1..e4d67a264b 100644 --- a/proxygen/lib/http/connpool/test/SessionPoolTestFixture.h +++ b/proxygen/lib/http/connpool/test/SessionPoolTestFixture.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/experimental/RFC1867.cpp b/proxygen/lib/http/experimental/RFC1867.cpp index c109c26618..f03c03e20b 100644 --- a/proxygen/lib/http/experimental/RFC1867.cpp +++ b/proxygen/lib/http/experimental/RFC1867.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/experimental/RFC1867.h b/proxygen/lib/http/experimental/RFC1867.h index 303a995532..9f165d4407 100644 --- a/proxygen/lib/http/experimental/RFC1867.h +++ b/proxygen/lib/http/experimental/RFC1867.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/experimental/test/RFC1867Test.cpp b/proxygen/lib/http/experimental/test/RFC1867Test.cpp index c5944ac7c0..7bc61422c4 100644 --- a/proxygen/lib/http/experimental/test/RFC1867Test.cpp +++ b/proxygen/lib/http/experimental/test/RFC1867Test.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/gen_HTTPCommonHeaders.sh b/proxygen/lib/http/gen_HTTPCommonHeaders.sh index ecc21b2a1a..097e135a09 100755 --- a/proxygen/lib/http/gen_HTTPCommonHeaders.sh +++ b/proxygen/lib/http/gen_HTTPCommonHeaders.sh @@ -1,10 +1,9 @@ #!/usr/bin/env bash -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. set -e diff --git a/proxygen/lib/http/session/AckLatencyEvent.h b/proxygen/lib/http/session/AckLatencyEvent.h index 6b5c34c486..87b114b8fb 100644 --- a/proxygen/lib/http/session/AckLatencyEvent.h +++ b/proxygen/lib/http/session/AckLatencyEvent.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/ByteEventTracker.cpp b/proxygen/lib/http/session/ByteEventTracker.cpp index 25d20a30e6..e2d4364f31 100644 --- a/proxygen/lib/http/session/ByteEventTracker.cpp +++ b/proxygen/lib/http/session/ByteEventTracker.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/ByteEventTracker.h b/proxygen/lib/http/session/ByteEventTracker.h index 230b650f4a..d8a053b21f 100644 --- a/proxygen/lib/http/session/ByteEventTracker.h +++ b/proxygen/lib/http/session/ByteEventTracker.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/ByteEvents.cpp b/proxygen/lib/http/session/ByteEvents.cpp index 02fa71b485..b3605e2c6e 100644 --- a/proxygen/lib/http/session/ByteEvents.cpp +++ b/proxygen/lib/http/session/ByteEvents.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include diff --git a/proxygen/lib/http/session/ByteEvents.h b/proxygen/lib/http/session/ByteEvents.h index b831448dc3..41217ccb76 100644 --- a/proxygen/lib/http/session/ByteEvents.h +++ b/proxygen/lib/http/session/ByteEvents.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/CodecErrorResponseHandler.cpp b/proxygen/lib/http/session/CodecErrorResponseHandler.cpp index f15e335b9e..65d047ae1a 100644 --- a/proxygen/lib/http/session/CodecErrorResponseHandler.cpp +++ b/proxygen/lib/http/session/CodecErrorResponseHandler.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/CodecErrorResponseHandler.h b/proxygen/lib/http/session/CodecErrorResponseHandler.h index b23c77de37..04b7a51a1a 100644 --- a/proxygen/lib/http/session/CodecErrorResponseHandler.h +++ b/proxygen/lib/http/session/CodecErrorResponseHandler.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HQDownstreamSession.cpp b/proxygen/lib/http/session/HQDownstreamSession.cpp index 42d99a18bd..76eba5a53c 100644 --- a/proxygen/lib/http/session/HQDownstreamSession.cpp +++ b/proxygen/lib/http/session/HQDownstreamSession.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include diff --git a/proxygen/lib/http/session/HQDownstreamSession.h b/proxygen/lib/http/session/HQDownstreamSession.h index 86e97f20b0..77bda9f98d 100644 --- a/proxygen/lib/http/session/HQDownstreamSession.h +++ b/proxygen/lib/http/session/HQDownstreamSession.h @@ -1,11 +1,9 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #pragma once diff --git a/proxygen/lib/http/session/HQSession.cpp b/proxygen/lib/http/session/HQSession.cpp index f844836088..a680d07223 100644 --- a/proxygen/lib/http/session/HQSession.cpp +++ b/proxygen/lib/http/session/HQSession.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/HQSession.h b/proxygen/lib/http/session/HQSession.h index f536bffe8f..5b8fba4092 100644 --- a/proxygen/lib/http/session/HQSession.h +++ b/proxygen/lib/http/session/HQSession.h @@ -1,11 +1,9 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #pragma once diff --git a/proxygen/lib/http/session/HQStreamBase.cpp b/proxygen/lib/http/session/HQStreamBase.cpp index 8091be98fd..c18214c26e 100644 --- a/proxygen/lib/http/session/HQStreamBase.cpp +++ b/proxygen/lib/http/session/HQStreamBase.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/HQStreamBase.h b/proxygen/lib/http/session/HQStreamBase.h index 7c0b4b780e..a24b15ab83 100644 --- a/proxygen/lib/http/session/HQStreamBase.h +++ b/proxygen/lib/http/session/HQStreamBase.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HQStreamLookup.h b/proxygen/lib/http/session/HQStreamLookup.h index bdfc60b52a..8d6426d1a7 100644 --- a/proxygen/lib/http/session/HQStreamLookup.h +++ b/proxygen/lib/http/session/HQStreamLookup.h @@ -1,11 +1,9 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #pragma once diff --git a/proxygen/lib/http/session/HQUnidirectionalCallbacks.cpp b/proxygen/lib/http/session/HQUnidirectionalCallbacks.cpp index 724228544f..9ac2376de7 100644 --- a/proxygen/lib/http/session/HQUnidirectionalCallbacks.cpp +++ b/proxygen/lib/http/session/HQUnidirectionalCallbacks.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include diff --git a/proxygen/lib/http/session/HQUnidirectionalCallbacks.h b/proxygen/lib/http/session/HQUnidirectionalCallbacks.h index 3fcffb57ea..9f909f6b4b 100644 --- a/proxygen/lib/http/session/HQUnidirectionalCallbacks.h +++ b/proxygen/lib/http/session/HQUnidirectionalCallbacks.h @@ -1,11 +1,9 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #pragma once diff --git a/proxygen/lib/http/session/HQUpstreamSession.cpp b/proxygen/lib/http/session/HQUpstreamSession.cpp index f08e59b050..c6f2075a31 100644 --- a/proxygen/lib/http/session/HQUpstreamSession.cpp +++ b/proxygen/lib/http/session/HQUpstreamSession.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include diff --git a/proxygen/lib/http/session/HQUpstreamSession.h b/proxygen/lib/http/session/HQUpstreamSession.h index 0d1d78a354..a0c32c64ee 100644 --- a/proxygen/lib/http/session/HQUpstreamSession.h +++ b/proxygen/lib/http/session/HQUpstreamSession.h @@ -1,11 +1,9 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #pragma once diff --git a/proxygen/lib/http/session/HTTP2PriorityQueue.cpp b/proxygen/lib/http/session/HTTP2PriorityQueue.cpp index 9ad1242127..c3f6422a4f 100644 --- a/proxygen/lib/http/session/HTTP2PriorityQueue.cpp +++ b/proxygen/lib/http/session/HTTP2PriorityQueue.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include using std::list; diff --git a/proxygen/lib/http/session/HTTP2PriorityQueue.h b/proxygen/lib/http/session/HTTP2PriorityQueue.h index 92069eedd2..8c1f78da3d 100644 --- a/proxygen/lib/http/session/HTTP2PriorityQueue.h +++ b/proxygen/lib/http/session/HTTP2PriorityQueue.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.cpp b/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.cpp index 703d266698..c6bb7bda61 100644 --- a/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.cpp +++ b/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.h b/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.h index 6cfcd74e1d..b7196c3725 100644 --- a/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.h +++ b/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPDirectResponseHandler.cpp b/proxygen/lib/http/session/HTTPDirectResponseHandler.cpp index 48d5573003..400f690a80 100644 --- a/proxygen/lib/http/session/HTTPDirectResponseHandler.cpp +++ b/proxygen/lib/http/session/HTTPDirectResponseHandler.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/HTTPDirectResponseHandler.h b/proxygen/lib/http/session/HTTPDirectResponseHandler.h index a4101ac795..618f92bbca 100644 --- a/proxygen/lib/http/session/HTTPDirectResponseHandler.h +++ b/proxygen/lib/http/session/HTTPDirectResponseHandler.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPDownstreamSession.cpp b/proxygen/lib/http/session/HTTPDownstreamSession.cpp index 01c7ce74e6..a12419014f 100644 --- a/proxygen/lib/http/session/HTTPDownstreamSession.cpp +++ b/proxygen/lib/http/session/HTTPDownstreamSession.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/HTTPDownstreamSession.h b/proxygen/lib/http/session/HTTPDownstreamSession.h index 38d6610d14..c3b3dcc106 100644 --- a/proxygen/lib/http/session/HTTPDownstreamSession.h +++ b/proxygen/lib/http/session/HTTPDownstreamSession.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPErrorPage.cpp b/proxygen/lib/http/session/HTTPErrorPage.cpp index 73cabf75cf..cd912163af 100644 --- a/proxygen/lib/http/session/HTTPErrorPage.cpp +++ b/proxygen/lib/http/session/HTTPErrorPage.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/HTTPErrorPage.h b/proxygen/lib/http/session/HTTPErrorPage.h index 74c51ca46d..cf855569aa 100644 --- a/proxygen/lib/http/session/HTTPErrorPage.h +++ b/proxygen/lib/http/session/HTTPErrorPage.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPEvent.cpp b/proxygen/lib/http/session/HTTPEvent.cpp index 2a06c8e85c..de171a4167 100644 --- a/proxygen/lib/http/session/HTTPEvent.cpp +++ b/proxygen/lib/http/session/HTTPEvent.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/HTTPEvent.h b/proxygen/lib/http/session/HTTPEvent.h index cfaa513eb3..b0ab06c14e 100644 --- a/proxygen/lib/http/session/HTTPEvent.h +++ b/proxygen/lib/http/session/HTTPEvent.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPSession.cpp b/proxygen/lib/http/session/HTTPSession.cpp index 83f4df8d1e..ed65ae5111 100644 --- a/proxygen/lib/http/session/HTTPSession.cpp +++ b/proxygen/lib/http/session/HTTPSession.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/HTTPSession.h b/proxygen/lib/http/session/HTTPSession.h index 6804966b49..ca79b67892 100644 --- a/proxygen/lib/http/session/HTTPSession.h +++ b/proxygen/lib/http/session/HTTPSession.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPSessionAcceptor.cpp b/proxygen/lib/http/session/HTTPSessionAcceptor.cpp index 5ebfa58ed4..14d629a2f3 100644 --- a/proxygen/lib/http/session/HTTPSessionAcceptor.cpp +++ b/proxygen/lib/http/session/HTTPSessionAcceptor.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/session/HTTPSessionAcceptor.h b/proxygen/lib/http/session/HTTPSessionAcceptor.h index 93d8eba4ba..b22ef5b966 100644 --- a/proxygen/lib/http/session/HTTPSessionAcceptor.h +++ b/proxygen/lib/http/session/HTTPSessionAcceptor.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPSessionBase.cpp b/proxygen/lib/http/session/HTTPSessionBase.cpp index eb600910ff..f8c9eb5231 100644 --- a/proxygen/lib/http/session/HTTPSessionBase.cpp +++ b/proxygen/lib/http/session/HTTPSessionBase.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/HTTPSessionBase.h b/proxygen/lib/http/session/HTTPSessionBase.h index 350f3faa84..640a5d7be2 100644 --- a/proxygen/lib/http/session/HTTPSessionBase.h +++ b/proxygen/lib/http/session/HTTPSessionBase.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPSessionController.h b/proxygen/lib/http/session/HTTPSessionController.h index 55b8da44ba..d261980052 100644 --- a/proxygen/lib/http/session/HTTPSessionController.h +++ b/proxygen/lib/http/session/HTTPSessionController.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPSessionStats.h b/proxygen/lib/http/session/HTTPSessionStats.h index 655dbea1c5..3d9842351d 100644 --- a/proxygen/lib/http/session/HTTPSessionStats.h +++ b/proxygen/lib/http/session/HTTPSessionStats.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPTransaction.cpp b/proxygen/lib/http/session/HTTPTransaction.cpp index 4a857b49bc..be8f856de8 100644 --- a/proxygen/lib/http/session/HTTPTransaction.cpp +++ b/proxygen/lib/http/session/HTTPTransaction.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/HTTPTransaction.h b/proxygen/lib/http/session/HTTPTransaction.h index d96d74d7be..b11d090612 100644 --- a/proxygen/lib/http/session/HTTPTransaction.h +++ b/proxygen/lib/http/session/HTTPTransaction.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPTransactionEgressSM.cpp b/proxygen/lib/http/session/HTTPTransactionEgressSM.cpp index 5adcd9631d..c5c3ad023f 100644 --- a/proxygen/lib/http/session/HTTPTransactionEgressSM.cpp +++ b/proxygen/lib/http/session/HTTPTransactionEgressSM.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/HTTPTransactionEgressSM.h b/proxygen/lib/http/session/HTTPTransactionEgressSM.h index 1940e067f2..a5aa9a2604 100644 --- a/proxygen/lib/http/session/HTTPTransactionEgressSM.h +++ b/proxygen/lib/http/session/HTTPTransactionEgressSM.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPTransactionIngressSM.cpp b/proxygen/lib/http/session/HTTPTransactionIngressSM.cpp index ca5957c5a9..dae646c536 100644 --- a/proxygen/lib/http/session/HTTPTransactionIngressSM.cpp +++ b/proxygen/lib/http/session/HTTPTransactionIngressSM.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/HTTPTransactionIngressSM.h b/proxygen/lib/http/session/HTTPTransactionIngressSM.h index 3911b3d475..6d14d4ab0c 100644 --- a/proxygen/lib/http/session/HTTPTransactionIngressSM.h +++ b/proxygen/lib/http/session/HTTPTransactionIngressSM.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/HTTPUpstreamSession.cpp b/proxygen/lib/http/session/HTTPUpstreamSession.cpp index e80aa348cb..7febb588d7 100644 --- a/proxygen/lib/http/session/HTTPUpstreamSession.cpp +++ b/proxygen/lib/http/session/HTTPUpstreamSession.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/HTTPUpstreamSession.h b/proxygen/lib/http/session/HTTPUpstreamSession.h index e01727cee5..dda677a78a 100644 --- a/proxygen/lib/http/session/HTTPUpstreamSession.h +++ b/proxygen/lib/http/session/HTTPUpstreamSession.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/SecondaryAuthManager.cpp b/proxygen/lib/http/session/SecondaryAuthManager.cpp index ab37a00834..6c47e637ac 100644 --- a/proxygen/lib/http/session/SecondaryAuthManager.cpp +++ b/proxygen/lib/http/session/SecondaryAuthManager.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/session/SecondaryAuthManager.h b/proxygen/lib/http/session/SecondaryAuthManager.h index 2d42673f82..d9a013a8d2 100644 --- a/proxygen/lib/http/session/SecondaryAuthManager.h +++ b/proxygen/lib/http/session/SecondaryAuthManager.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/SecondaryAuthManagerBase.h b/proxygen/lib/http/session/SecondaryAuthManagerBase.h index 9369344ea4..b1167a00fd 100644 --- a/proxygen/lib/http/session/SecondaryAuthManagerBase.h +++ b/proxygen/lib/http/session/SecondaryAuthManagerBase.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/ServerPushLifecycle.h b/proxygen/lib/http/session/ServerPushLifecycle.h index 428851025a..614ceb8e0e 100644 --- a/proxygen/lib/http/session/ServerPushLifecycle.h +++ b/proxygen/lib/http/session/ServerPushLifecycle.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/SimpleController.cpp b/proxygen/lib/http/session/SimpleController.cpp index c61a691bf5..cd65c564f3 100644 --- a/proxygen/lib/http/session/SimpleController.cpp +++ b/proxygen/lib/http/session/SimpleController.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/SimpleController.h b/proxygen/lib/http/session/SimpleController.h index 3935c1fbc5..2a2d79e935 100644 --- a/proxygen/lib/http/session/SimpleController.h +++ b/proxygen/lib/http/session/SimpleController.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/TTLBAStats.h b/proxygen/lib/http/session/TTLBAStats.h index fd79f4a86b..7befd20d47 100644 --- a/proxygen/lib/http/session/TTLBAStats.h +++ b/proxygen/lib/http/session/TTLBAStats.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once namespace proxygen { diff --git a/proxygen/lib/http/session/TransactionByteEvents.h b/proxygen/lib/http/session/TransactionByteEvents.h index f9f37b7288..1d41471bc7 100644 --- a/proxygen/lib/http/session/TransactionByteEvents.h +++ b/proxygen/lib/http/session/TransactionByteEvents.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/TransportFilter.cpp b/proxygen/lib/http/session/TransportFilter.cpp index 75b59c4648..9558ff90db 100644 --- a/proxygen/lib/http/session/TransportFilter.cpp +++ b/proxygen/lib/http/session/TransportFilter.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include using namespace folly; diff --git a/proxygen/lib/http/session/TransportFilter.h b/proxygen/lib/http/session/TransportFilter.h index ed2de68879..88bc943cc8 100644 --- a/proxygen/lib/http/session/TransportFilter.h +++ b/proxygen/lib/http/session/TransportFilter.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/test/ByteEventTrackerTest.cpp b/proxygen/lib/http/session/test/ByteEventTrackerTest.cpp index b5378c84fd..9d84d0bc3c 100644 --- a/proxygen/lib/http/session/test/ByteEventTrackerTest.cpp +++ b/proxygen/lib/http/session/test/ByteEventTrackerTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/test/CMakeLists.txt b/proxygen/lib/http/session/test/CMakeLists.txt index fc598423a4..35e10b93c9 100644 --- a/proxygen/lib/http/session/test/CMakeLists.txt +++ b/proxygen/lib/http/session/test/CMakeLists.txt @@ -1,9 +1,8 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. if(NOT BUILD_TESTS) return() diff --git a/proxygen/lib/http/session/test/DownstreamTransactionTest.cpp b/proxygen/lib/http/session/test/DownstreamTransactionTest.cpp index 649d568b4d..b47730895f 100644 --- a/proxygen/lib/http/session/test/DownstreamTransactionTest.cpp +++ b/proxygen/lib/http/session/test/DownstreamTransactionTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/session/test/HQDownstreamSessionTest.cpp b/proxygen/lib/http/session/test/HQDownstreamSessionTest.cpp index d2e8dd44c0..9efbd3c3cb 100644 --- a/proxygen/lib/http/session/test/HQDownstreamSessionTest.cpp +++ b/proxygen/lib/http/session/test/HQDownstreamSessionTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/session/test/HQDownstreamSessionTest.h b/proxygen/lib/http/session/test/HQDownstreamSessionTest.h index 9c7680a49e..55d62f6f09 100644 --- a/proxygen/lib/http/session/test/HQDownstreamSessionTest.h +++ b/proxygen/lib/http/session/test/HQDownstreamSessionTest.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/test/HQSessionMocks.h b/proxygen/lib/http/session/test/HQSessionMocks.h index 83e08725f2..dcdca896ec 100644 --- a/proxygen/lib/http/session/test/HQSessionMocks.h +++ b/proxygen/lib/http/session/test/HQSessionMocks.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/test/HQSessionMocksTest.cpp b/proxygen/lib/http/session/test/HQSessionMocksTest.cpp index 936c52b803..665301cca8 100644 --- a/proxygen/lib/http/session/test/HQSessionMocksTest.cpp +++ b/proxygen/lib/http/session/test/HQSessionMocksTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/session/test/HQSessionMocks.h" #include #include diff --git a/proxygen/lib/http/session/test/HQSessionTestCommon.cpp b/proxygen/lib/http/session/test/HQSessionTestCommon.cpp index 72ada5856c..e4f8194196 100644 --- a/proxygen/lib/http/session/test/HQSessionTestCommon.cpp +++ b/proxygen/lib/http/session/test/HQSessionTestCommon.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/test/HQSessionTestCommon.h b/proxygen/lib/http/session/test/HQSessionTestCommon.h index 29d2b401ce..fd3ac9b108 100644 --- a/proxygen/lib/http/session/test/HQSessionTestCommon.h +++ b/proxygen/lib/http/session/test/HQSessionTestCommon.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/test/HQStreamBaseTest.cpp b/proxygen/lib/http/session/test/HQStreamBaseTest.cpp index e31787559b..4c0e9aa1fd 100644 --- a/proxygen/lib/http/session/test/HQStreamBaseTest.cpp +++ b/proxygen/lib/http/session/test/HQStreamBaseTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/session/HQStreamBase.h" #include "proxygen/lib/http/session/test/HQSessionMocks.h" #include diff --git a/proxygen/lib/http/session/test/HQStreamLookupTest.cpp b/proxygen/lib/http/session/test/HQStreamLookupTest.cpp index 38375b298c..dac94caf96 100644 --- a/proxygen/lib/http/session/test/HQStreamLookupTest.cpp +++ b/proxygen/lib/http/session/test/HQStreamLookupTest.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include diff --git a/proxygen/lib/http/session/test/HQUnidirectionalCallbacksTest.cpp b/proxygen/lib/http/session/test/HQUnidirectionalCallbacksTest.cpp index 47dd94ec01..ac64b3a351 100644 --- a/proxygen/lib/http/session/test/HQUnidirectionalCallbacksTest.cpp +++ b/proxygen/lib/http/session/test/HQUnidirectionalCallbacksTest.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include "proxygen/lib/http/session/test/HQSessionMocks.h" diff --git a/proxygen/lib/http/session/test/HQUpstreamSessionTest.cpp b/proxygen/lib/http/session/test/HQUpstreamSessionTest.cpp index 09fa892aa2..0dc8f23ff3 100644 --- a/proxygen/lib/http/session/test/HQUpstreamSessionTest.cpp +++ b/proxygen/lib/http/session/test/HQUpstreamSessionTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/test/HTTP2PriorityQueueBench.cpp b/proxygen/lib/http/session/test/HTTP2PriorityQueueBench.cpp index 417442582d..cc6f6c6ea2 100644 --- a/proxygen/lib/http/session/test/HTTP2PriorityQueueBench.cpp +++ b/proxygen/lib/http/session/test/HTTP2PriorityQueueBench.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/session/test/HTTP2PriorityQueueTest.cpp b/proxygen/lib/http/session/test/HTTP2PriorityQueueTest.cpp index 180dd724e0..52b0501483 100644 --- a/proxygen/lib/http/session/test/HTTP2PriorityQueueTest.cpp +++ b/proxygen/lib/http/session/test/HTTP2PriorityQueueTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/session/test/HTTPDefaultSessionCodecFactoryTest.cpp b/proxygen/lib/http/session/test/HTTPDefaultSessionCodecFactoryTest.cpp index 4a491f320e..d617c8cf7a 100644 --- a/proxygen/lib/http/session/test/HTTPDefaultSessionCodecFactoryTest.cpp +++ b/proxygen/lib/http/session/test/HTTPDefaultSessionCodecFactoryTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/session/test/HTTPDownstreamSessionTest.cpp b/proxygen/lib/http/session/test/HTTPDownstreamSessionTest.cpp index b241edf333..18457912aa 100644 --- a/proxygen/lib/http/session/test/HTTPDownstreamSessionTest.cpp +++ b/proxygen/lib/http/session/test/HTTPDownstreamSessionTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/session/test/HTTPSessionAcceptorTest.cpp b/proxygen/lib/http/session/test/HTTPSessionAcceptorTest.cpp index 95231d40f0..6ce8375a86 100644 --- a/proxygen/lib/http/session/test/HTTPSessionAcceptorTest.cpp +++ b/proxygen/lib/http/session/test/HTTPSessionAcceptorTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/session/test/HTTPSessionMocks.h b/proxygen/lib/http/session/test/HTTPSessionMocks.h index 000b106cde..29a79f8702 100644 --- a/proxygen/lib/http/session/test/HTTPSessionMocks.h +++ b/proxygen/lib/http/session/test/HTTPSessionMocks.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/test/HTTPSessionTest.h b/proxygen/lib/http/session/test/HTTPSessionTest.h index e0c8426a28..290a794cf5 100644 --- a/proxygen/lib/http/session/test/HTTPSessionTest.h +++ b/proxygen/lib/http/session/test/HTTPSessionTest.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/test/HTTPTransactionMocks.h b/proxygen/lib/http/session/test/HTTPTransactionMocks.h index 6fb241ea66..d0912a5743 100644 --- a/proxygen/lib/http/session/test/HTTPTransactionMocks.h +++ b/proxygen/lib/http/session/test/HTTPTransactionMocks.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/test/HTTPTransactionSMTest.cpp b/proxygen/lib/http/session/test/HTTPTransactionSMTest.cpp index f325cb524d..69a6f864ba 100644 --- a/proxygen/lib/http/session/test/HTTPTransactionSMTest.cpp +++ b/proxygen/lib/http/session/test/HTTPTransactionSMTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/session/test/HTTPUpstreamSessionTest.cpp b/proxygen/lib/http/session/test/HTTPUpstreamSessionTest.cpp index 649208067a..ba100f2576 100644 --- a/proxygen/lib/http/session/test/HTTPUpstreamSessionTest.cpp +++ b/proxygen/lib/http/session/test/HTTPUpstreamSessionTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/session/test/MockByteEventTracker.h b/proxygen/lib/http/session/test/MockByteEventTracker.h index 7ef42f8e6d..46c6a5aba6 100644 --- a/proxygen/lib/http/session/test/MockByteEventTracker.h +++ b/proxygen/lib/http/session/test/MockByteEventTracker.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/test/MockCodecDownstreamTest.cpp b/proxygen/lib/http/session/test/MockCodecDownstreamTest.cpp index 73c0e7e0a3..54aef97046 100644 --- a/proxygen/lib/http/session/test/MockCodecDownstreamTest.cpp +++ b/proxygen/lib/http/session/test/MockCodecDownstreamTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/session/test/MockQuicSocketDriver.h b/proxygen/lib/http/session/test/MockQuicSocketDriver.h index 3508aa974b..0bfa74a719 100644 --- a/proxygen/lib/http/session/test/MockQuicSocketDriver.h +++ b/proxygen/lib/http/session/test/MockQuicSocketDriver.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/test/MockSecondaryAuthManager.h b/proxygen/lib/http/session/test/MockSecondaryAuthManager.h index 1c9f4f7a59..f05a148f6f 100644 --- a/proxygen/lib/http/session/test/MockSecondaryAuthManager.h +++ b/proxygen/lib/http/session/test/MockSecondaryAuthManager.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/session/test/SecondaryAuthManagerTest.cpp b/proxygen/lib/http/session/test/SecondaryAuthManagerTest.cpp index 8c1b4e0ca8..e7ec777455 100644 --- a/proxygen/lib/http/session/test/SecondaryAuthManagerTest.cpp +++ b/proxygen/lib/http/session/test/SecondaryAuthManagerTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/session/test/TestUtils.cpp b/proxygen/lib/http/session/test/TestUtils.cpp index 44587c2dd2..3b106c1916 100644 --- a/proxygen/lib/http/session/test/TestUtils.cpp +++ b/proxygen/lib/http/session/test/TestUtils.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include using folly::test::MockAsyncTransport; diff --git a/proxygen/lib/http/session/test/TestUtils.h b/proxygen/lib/http/session/test/TestUtils.h index 94f77fbba5..35698078f0 100644 --- a/proxygen/lib/http/session/test/TestUtils.h +++ b/proxygen/lib/http/session/test/TestUtils.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/stats/ConnectionStats.cpp b/proxygen/lib/http/stats/ConnectionStats.cpp index 2ac7134f38..f67bf15381 100644 --- a/proxygen/lib/http/stats/ConnectionStats.cpp +++ b/proxygen/lib/http/stats/ConnectionStats.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/stats/ConnectionStats.h" using namespace facebook::fb303; diff --git a/proxygen/lib/http/stats/ConnectionStats.h b/proxygen/lib/http/stats/ConnectionStats.h index 15c3d9affe..59625e093e 100644 --- a/proxygen/lib/http/stats/ConnectionStats.h +++ b/proxygen/lib/http/stats/ConnectionStats.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/stats/HeaderCodecStats.cpp b/proxygen/lib/http/stats/HeaderCodecStats.cpp index 21c9e2e1d4..ce75bb05c1 100644 --- a/proxygen/lib/http/stats/HeaderCodecStats.cpp +++ b/proxygen/lib/http/stats/HeaderCodecStats.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/stats/HeaderCodecStats.h" using facebook::fb303::AVG; diff --git a/proxygen/lib/http/stats/HeaderCodecStats.h b/proxygen/lib/http/stats/HeaderCodecStats.h index 72305b16f8..1b49c546c9 100644 --- a/proxygen/lib/http/stats/HeaderCodecStats.h +++ b/proxygen/lib/http/stats/HeaderCodecStats.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/stats/ResponseCodeStatsMinute.cpp b/proxygen/lib/http/stats/ResponseCodeStatsMinute.cpp index ae5ef95ea1..6b379e98e1 100644 --- a/proxygen/lib/http/stats/ResponseCodeStatsMinute.cpp +++ b/proxygen/lib/http/stats/ResponseCodeStatsMinute.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/stats/ResponseCodeStatsMinute.h" using facebook::fb303::COUNT; diff --git a/proxygen/lib/http/stats/ResponseCodeStatsMinute.h b/proxygen/lib/http/stats/ResponseCodeStatsMinute.h index dbcd771790..fd561cb81f 100644 --- a/proxygen/lib/http/stats/ResponseCodeStatsMinute.h +++ b/proxygen/lib/http/stats/ResponseCodeStatsMinute.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include "proxygen/lib/stats/BaseStats.h" diff --git a/proxygen/lib/http/stats/SPDYStats.cpp b/proxygen/lib/http/stats/SPDYStats.cpp index 34fa715898..996b60d415 100644 --- a/proxygen/lib/http/stats/SPDYStats.cpp +++ b/proxygen/lib/http/stats/SPDYStats.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/stats/SPDYStats.h" using facebook::fb303::RATE; diff --git a/proxygen/lib/http/stats/SPDYStats.h b/proxygen/lib/http/stats/SPDYStats.h index 960559ebc5..7068a6d074 100644 --- a/proxygen/lib/http/stats/SPDYStats.h +++ b/proxygen/lib/http/stats/SPDYStats.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/stats/SPDYStatsFilter.cpp b/proxygen/lib/http/stats/SPDYStatsFilter.cpp index 2891038442..55c0b19d42 100644 --- a/proxygen/lib/http/stats/SPDYStatsFilter.cpp +++ b/proxygen/lib/http/stats/SPDYStatsFilter.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/stats/SPDYStatsFilter.h" #include "proxygen/lib/http/stats/SPDYStats.h" diff --git a/proxygen/lib/http/stats/SPDYStatsFilter.h b/proxygen/lib/http/stats/SPDYStatsFilter.h index 3c99d4fc8e..23e3db2620 100644 --- a/proxygen/lib/http/stats/SPDYStatsFilter.h +++ b/proxygen/lib/http/stats/SPDYStatsFilter.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/stats/TLResponseCodeStats.cpp b/proxygen/lib/http/stats/TLResponseCodeStats.cpp index a0105e3f41..9d8502bbd7 100644 --- a/proxygen/lib/http/stats/TLResponseCodeStats.cpp +++ b/proxygen/lib/http/stats/TLResponseCodeStats.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/stats/TLResponseCodeStats.h" using facebook::fb303::AVG; diff --git a/proxygen/lib/http/stats/TLResponseCodeStats.h b/proxygen/lib/http/stats/TLResponseCodeStats.h index 98e2b01ebe..8460c81df8 100644 --- a/proxygen/lib/http/stats/TLResponseCodeStats.h +++ b/proxygen/lib/http/stats/TLResponseCodeStats.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include "proxygen/lib/stats/BaseStats.h" diff --git a/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.cpp b/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.cpp index 71a907163a..1008541507 100644 --- a/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.cpp +++ b/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h" namespace proxygen { diff --git a/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h b/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h index 7a8765ec7e..8f0d8716fc 100644 --- a/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h +++ b/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.cpp b/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.cpp index 8f06a31de4..44899dbff7 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.cpp +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include "StructuredHeadersBuffer.h" diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.h b/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.h index 67b049c0e4..0eeec7ba81 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.h +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersConstants.h b/proxygen/lib/http/structuredheaders/StructuredHeadersConstants.h index 645b9e2240..3fb47dd061 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersConstants.h +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersConstants.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.cpp b/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.cpp index 05d7bd6c37..04f1bc43bf 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.cpp +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include "StructuredHeadersDecoder.h" diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.h b/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.h index b0627da863..b50ff61817 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.h +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.cpp b/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.cpp index 7fd81aefc3..b58453cfbf 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.cpp +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include "StructuredHeadersEncoder.h" diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.h b/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.h index b9c2b463d6..432a9a794d 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.h +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.h @@ -1,11 +1,9 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #pragma once diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.cpp b/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.cpp index 80b591e5f1..574914a7ec 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.cpp +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include "StructuredHeadersUtilities.h" diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.h b/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.h index 53aa08f013..fdf8233aeb 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.h +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include "StructuredHeadersConstants.h" diff --git a/proxygen/lib/http/structuredheaders/test/CMakeLists.txt b/proxygen/lib/http/structuredheaders/test/CMakeLists.txt index 361f05a654..937ad65096 100644 --- a/proxygen/lib/http/structuredheaders/test/CMakeLists.txt +++ b/proxygen/lib/http/structuredheaders/test/CMakeLists.txt @@ -1,9 +1,8 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. proxygen_add_test(TARGET StructuredHeadersTests SOURCES diff --git a/proxygen/lib/http/structuredheaders/test/StructuredHeadersBufferTest.cpp b/proxygen/lib/http/structuredheaders/test/StructuredHeadersBufferTest.cpp index cf1fc7db89..930c864af9 100644 --- a/proxygen/lib/http/structuredheaders/test/StructuredHeadersBufferTest.cpp +++ b/proxygen/lib/http/structuredheaders/test/StructuredHeadersBufferTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/structuredheaders/test/StructuredHeadersDecoderTest.cpp b/proxygen/lib/http/structuredheaders/test/StructuredHeadersDecoderTest.cpp index 73f056da79..70c43b8433 100644 --- a/proxygen/lib/http/structuredheaders/test/StructuredHeadersDecoderTest.cpp +++ b/proxygen/lib/http/structuredheaders/test/StructuredHeadersDecoderTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/structuredheaders/test/StructuredHeadersEncoderTest.cpp b/proxygen/lib/http/structuredheaders/test/StructuredHeadersEncoderTest.cpp index 146ae7d761..989cfc86c4 100644 --- a/proxygen/lib/http/structuredheaders/test/StructuredHeadersEncoderTest.cpp +++ b/proxygen/lib/http/structuredheaders/test/StructuredHeadersEncoderTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/structuredheaders/test/StructuredHeadersStandardTest.cpp b/proxygen/lib/http/structuredheaders/test/StructuredHeadersStandardTest.cpp index a71099fd79..921a352a8c 100644 --- a/proxygen/lib/http/structuredheaders/test/StructuredHeadersStandardTest.cpp +++ b/proxygen/lib/http/structuredheaders/test/StructuredHeadersStandardTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/structuredheaders/test/StructuredHeadersUtilitiesTest.cpp b/proxygen/lib/http/structuredheaders/test/StructuredHeadersUtilitiesTest.cpp index 750f19e41f..9b4761cf66 100644 --- a/proxygen/lib/http/structuredheaders/test/StructuredHeadersUtilitiesTest.cpp +++ b/proxygen/lib/http/structuredheaders/test/StructuredHeadersUtilitiesTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/test/CMakeLists.txt b/proxygen/lib/http/test/CMakeLists.txt index 96bf13895f..360ec35102 100644 --- a/proxygen/lib/http/test/CMakeLists.txt +++ b/proxygen/lib/http/test/CMakeLists.txt @@ -1,9 +1,8 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. proxygen_add_test(TARGET LibHTTPTests SOURCES diff --git a/proxygen/lib/http/test/HTTPCommonHeadersTests.cpp b/proxygen/lib/http/test/HTTPCommonHeadersTests.cpp index 10d90e856a..b7895fa792 100644 --- a/proxygen/lib/http/test/HTTPCommonHeadersTests.cpp +++ b/proxygen/lib/http/test/HTTPCommonHeadersTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/test/HTTPConnectorWithFizzTest.cpp b/proxygen/lib/http/test/HTTPConnectorWithFizzTest.cpp index f54241f004..860c672f55 100644 --- a/proxygen/lib/http/test/HTTPConnectorWithFizzTest.cpp +++ b/proxygen/lib/http/test/HTTPConnectorWithFizzTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/test/HTTPHeadersBenchmark.cpp b/proxygen/lib/http/test/HTTPHeadersBenchmark.cpp index fd7b359ebb..8149698cbc 100644 --- a/proxygen/lib/http/test/HTTPHeadersBenchmark.cpp +++ b/proxygen/lib/http/test/HTTPHeadersBenchmark.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/test/HTTPMessageTest.cpp b/proxygen/lib/http/test/HTTPMessageTest.cpp index d2dd37c46e..c7855abcec 100644 --- a/proxygen/lib/http/test/HTTPMessageTest.cpp +++ b/proxygen/lib/http/test/HTTPMessageTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/http/test/MockHTTPHeaders.h b/proxygen/lib/http/test/MockHTTPHeaders.h index 0e12960f30..705ac88cb7 100644 --- a/proxygen/lib/http/test/MockHTTPHeaders.h +++ b/proxygen/lib/http/test/MockHTTPHeaders.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/test/MockHTTPMessageFilter.h b/proxygen/lib/http/test/MockHTTPMessageFilter.h index 91fa1c0cce..fe30ddea54 100644 --- a/proxygen/lib/http/test/MockHTTPMessageFilter.h +++ b/proxygen/lib/http/test/MockHTTPMessageFilter.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/http/test/RFC2616Test.cpp b/proxygen/lib/http/test/RFC2616Test.cpp index 10614eaaeb..1724bda5a1 100644 --- a/proxygen/lib/http/test/RFC2616Test.cpp +++ b/proxygen/lib/http/test/RFC2616Test.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/http/test/WindowTest.cpp b/proxygen/lib/http/test/WindowTest.cpp index e2d1885bd2..196c92800e 100644 --- a/proxygen/lib/http/test/WindowTest.cpp +++ b/proxygen/lib/http/test/WindowTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/pools/generators/FileServerListGenerator.cpp b/proxygen/lib/pools/generators/FileServerListGenerator.cpp index f5a5204c6a..a4aed48298 100644 --- a/proxygen/lib/pools/generators/FileServerListGenerator.cpp +++ b/proxygen/lib/pools/generators/FileServerListGenerator.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/pools/generators/FileServerListGenerator.h" #include #include diff --git a/proxygen/lib/pools/generators/FileServerListGenerator.h b/proxygen/lib/pools/generators/FileServerListGenerator.h index 65cc7d36ab..fcd9ad0455 100644 --- a/proxygen/lib/pools/generators/FileServerListGenerator.h +++ b/proxygen/lib/pools/generators/FileServerListGenerator.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include "proxygen/lib/pools/generators/ServerListGenerator.h" diff --git a/proxygen/lib/pools/generators/MemberGroupConfig.h b/proxygen/lib/pools/generators/MemberGroupConfig.h index e60e45efef..c882c5eaa4 100644 --- a/proxygen/lib/pools/generators/MemberGroupConfig.h +++ b/proxygen/lib/pools/generators/MemberGroupConfig.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/pools/generators/ServerListGenerator.cpp b/proxygen/lib/pools/generators/ServerListGenerator.cpp index 9653293b97..1751a12321 100644 --- a/proxygen/lib/pools/generators/ServerListGenerator.cpp +++ b/proxygen/lib/pools/generators/ServerListGenerator.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/pools/generators/ServerListGenerator.h" #include diff --git a/proxygen/lib/pools/generators/ServerListGenerator.h b/proxygen/lib/pools/generators/ServerListGenerator.h index 8600cb2baf..8c6d83ddd9 100644 --- a/proxygen/lib/pools/generators/ServerListGenerator.h +++ b/proxygen/lib/pools/generators/ServerListGenerator.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/services/AcceptorConfiguration.h b/proxygen/lib/services/AcceptorConfiguration.h index 207de79647..5b257759a8 100644 --- a/proxygen/lib/services/AcceptorConfiguration.h +++ b/proxygen/lib/services/AcceptorConfiguration.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/services/HTTPAcceptor.h b/proxygen/lib/services/HTTPAcceptor.h index 0abefdbbd0..d07850a576 100644 --- a/proxygen/lib/services/HTTPAcceptor.h +++ b/proxygen/lib/services/HTTPAcceptor.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/services/RequestWorkerThread.cpp b/proxygen/lib/services/RequestWorkerThread.cpp index b15623a17c..22912856dc 100644 --- a/proxygen/lib/services/RequestWorkerThread.cpp +++ b/proxygen/lib/services/RequestWorkerThread.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/services/RequestWorkerThread.h b/proxygen/lib/services/RequestWorkerThread.h index 6a8f5df6a5..006532f523 100644 --- a/proxygen/lib/services/RequestWorkerThread.h +++ b/proxygen/lib/services/RequestWorkerThread.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/services/Service.cpp b/proxygen/lib/services/Service.cpp index 6c00a66583..7bb8858417 100644 --- a/proxygen/lib/services/Service.cpp +++ b/proxygen/lib/services/Service.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/services/Service.h b/proxygen/lib/services/Service.h index d214238daf..47b34a4ed5 100644 --- a/proxygen/lib/services/Service.h +++ b/proxygen/lib/services/Service.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/services/ServiceConfiguration.h b/proxygen/lib/services/ServiceConfiguration.h index 086b0ba0b8..953446b358 100644 --- a/proxygen/lib/services/ServiceConfiguration.h +++ b/proxygen/lib/services/ServiceConfiguration.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/services/ServiceWorker.h b/proxygen/lib/services/ServiceWorker.h index 592b3243d5..b737e79996 100644 --- a/proxygen/lib/services/ServiceWorker.h +++ b/proxygen/lib/services/ServiceWorker.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/services/WorkerThread.cpp b/proxygen/lib/services/WorkerThread.cpp index b3d93ab8b2..d8fa62b1e1 100644 --- a/proxygen/lib/services/WorkerThread.cpp +++ b/proxygen/lib/services/WorkerThread.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/services/WorkerThread.h b/proxygen/lib/services/WorkerThread.h index aa03f43646..65ab8cbda5 100644 --- a/proxygen/lib/services/WorkerThread.h +++ b/proxygen/lib/services/WorkerThread.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/services/test/AcceptorTest.cpp b/proxygen/lib/services/test/AcceptorTest.cpp index 19fdfe3ea5..48e73b5ac1 100644 --- a/proxygen/lib/services/test/AcceptorTest.cpp +++ b/proxygen/lib/services/test/AcceptorTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/services/test/CMakeLists.txt b/proxygen/lib/services/test/CMakeLists.txt index 422eac710a..2143c75b03 100644 --- a/proxygen/lib/services/test/CMakeLists.txt +++ b/proxygen/lib/services/test/CMakeLists.txt @@ -1,8 +1,7 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. proxygen_add_test(TARGET AcceptorTest DEPENDS proxygen testmain) diff --git a/proxygen/lib/ssl/ThreadLocalSSLContext.h b/proxygen/lib/ssl/ThreadLocalSSLContext.h index 7443302ecd..ce275c70c2 100644 --- a/proxygen/lib/ssl/ThreadLocalSSLContext.h +++ b/proxygen/lib/ssl/ThreadLocalSSLContext.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/ssl/ThreadLocalSSLStats.cpp b/proxygen/lib/ssl/ThreadLocalSSLStats.cpp index b2026c63dd..cac246894c 100644 --- a/proxygen/lib/ssl/ThreadLocalSSLStats.cpp +++ b/proxygen/lib/ssl/ThreadLocalSSLStats.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/ssl/ThreadLocalSSLStats.h" using facebook::fb303::AVG; diff --git a/proxygen/lib/ssl/ThreadLocalSSLStats.h b/proxygen/lib/ssl/ThreadLocalSSLStats.h index ed122eda16..a2b702fc8f 100644 --- a/proxygen/lib/ssl/ThreadLocalSSLStats.h +++ b/proxygen/lib/ssl/ThreadLocalSSLStats.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/statistics/ResourceData.h b/proxygen/lib/statistics/ResourceData.h index c4a469206f..db78000211 100644 --- a/proxygen/lib/statistics/ResourceData.h +++ b/proxygen/lib/statistics/ResourceData.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/statistics/ResourceStats.cpp b/proxygen/lib/statistics/ResourceStats.cpp index 142b8d0773..29c48db506 100644 --- a/proxygen/lib/statistics/ResourceStats.cpp +++ b/proxygen/lib/statistics/ResourceStats.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/statistics/ResourceStats.h" #include diff --git a/proxygen/lib/statistics/ResourceStats.h b/proxygen/lib/statistics/ResourceStats.h index f3fc4a9884..27ece82ce7 100644 --- a/proxygen/lib/statistics/ResourceStats.h +++ b/proxygen/lib/statistics/ResourceStats.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include "proxygen/lib/statistics/ResourceData.h" diff --git a/proxygen/lib/stats/BaseStats.h b/proxygen/lib/stats/BaseStats.h index 6012efc088..16901140e2 100644 --- a/proxygen/lib/stats/BaseStats.h +++ b/proxygen/lib/stats/BaseStats.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include "fb303/ThreadCachedServiceData.h" diff --git a/proxygen/lib/test/CMakeLists.txt b/proxygen/lib/test/CMakeLists.txt index ca0fc2f0d4..576e753aee 100644 --- a/proxygen/lib/test/CMakeLists.txt +++ b/proxygen/lib/test/CMakeLists.txt @@ -1,9 +1,8 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. if(NOT BUILD_TESTS) return() diff --git a/proxygen/lib/test/TestAsyncTransport.cpp b/proxygen/lib/test/TestAsyncTransport.cpp index 1ee54feab2..c65aa8a39e 100644 --- a/proxygen/lib/test/TestAsyncTransport.cpp +++ b/proxygen/lib/test/TestAsyncTransport.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/test/TestAsyncTransport.h b/proxygen/lib/test/TestAsyncTransport.h index db7fad2087..641fb1a111 100644 --- a/proxygen/lib/test/TestAsyncTransport.h +++ b/proxygen/lib/test/TestAsyncTransport.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/test/TestMain.cpp b/proxygen/lib/test/TestMain.cpp index b8fd7933dc..0fd75e9f99 100644 --- a/proxygen/lib/test/TestMain.cpp +++ b/proxygen/lib/test/TestMain.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + // Use this main function in gtest unit tests to enable glog #include #include diff --git a/proxygen/lib/transport/PersistentFizzPskCache.cpp b/proxygen/lib/transport/PersistentFizzPskCache.cpp index 82fad6bdbd..badd1d9c92 100644 --- a/proxygen/lib/transport/PersistentFizzPskCache.cpp +++ b/proxygen/lib/transport/PersistentFizzPskCache.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/transport/PersistentFizzPskCache.h b/proxygen/lib/transport/PersistentFizzPskCache.h index a0fb27f434..9e2a6151da 100644 --- a/proxygen/lib/transport/PersistentFizzPskCache.h +++ b/proxygen/lib/transport/PersistentFizzPskCache.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/transport/PersistentQuicPskCache.cpp b/proxygen/lib/transport/PersistentQuicPskCache.cpp index 6f638489ec..8c2a124b06 100644 --- a/proxygen/lib/transport/PersistentQuicPskCache.cpp +++ b/proxygen/lib/transport/PersistentQuicPskCache.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/transport/PersistentQuicPskCache.h b/proxygen/lib/transport/PersistentQuicPskCache.h index 44eb91d269..1819e733ed 100644 --- a/proxygen/lib/transport/PersistentQuicPskCache.h +++ b/proxygen/lib/transport/PersistentQuicPskCache.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/AcceptorAddress.h b/proxygen/lib/utils/AcceptorAddress.h index 31e2c903db..1c190dce4c 100644 --- a/proxygen/lib/utils/AcceptorAddress.h +++ b/proxygen/lib/utils/AcceptorAddress.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/AsyncTimeoutSet.cpp b/proxygen/lib/utils/AsyncTimeoutSet.cpp index 23165926f7..1d6735712c 100644 --- a/proxygen/lib/utils/AsyncTimeoutSet.cpp +++ b/proxygen/lib/utils/AsyncTimeoutSet.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/AsyncTimeoutSet.h b/proxygen/lib/utils/AsyncTimeoutSet.h index 99f27533ba..40718f6e7a 100644 --- a/proxygen/lib/utils/AsyncTimeoutSet.h +++ b/proxygen/lib/utils/AsyncTimeoutSet.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/Base64.cpp b/proxygen/lib/utils/Base64.cpp index 6316f505e3..e6f0583665 100644 --- a/proxygen/lib/utils/Base64.cpp +++ b/proxygen/lib/utils/Base64.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/Base64.h b/proxygen/lib/utils/Base64.h index a10097d606..5b455b995b 100644 --- a/proxygen/lib/utils/Base64.h +++ b/proxygen/lib/utils/Base64.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/CobHelper.h b/proxygen/lib/utils/CobHelper.h index 74f3b3a370..cd885afb38 100644 --- a/proxygen/lib/utils/CobHelper.h +++ b/proxygen/lib/utils/CobHelper.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/ConditionalGate.h b/proxygen/lib/utils/ConditionalGate.h index de749e460d..75979e7374 100644 --- a/proxygen/lib/utils/ConditionalGate.h +++ b/proxygen/lib/utils/ConditionalGate.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/ConsistentHash.h b/proxygen/lib/utils/ConsistentHash.h index 2f61085a1c..267bd19153 100644 --- a/proxygen/lib/utils/ConsistentHash.h +++ b/proxygen/lib/utils/ConsistentHash.h @@ -1,11 +1,9 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #pragma once diff --git a/proxygen/lib/utils/CryptUtil.cpp b/proxygen/lib/utils/CryptUtil.cpp index 6288fb96b2..6cc58e97ae 100644 --- a/proxygen/lib/utils/CryptUtil.cpp +++ b/proxygen/lib/utils/CryptUtil.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/CryptUtil.h b/proxygen/lib/utils/CryptUtil.h index e5450a404b..e5da476c8a 100644 --- a/proxygen/lib/utils/CryptUtil.h +++ b/proxygen/lib/utils/CryptUtil.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/Exception.cpp b/proxygen/lib/utils/Exception.cpp index 44ee1e3ba4..e48860e38e 100644 --- a/proxygen/lib/utils/Exception.cpp +++ b/proxygen/lib/utils/Exception.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include namespace proxygen { diff --git a/proxygen/lib/utils/Exception.h b/proxygen/lib/utils/Exception.h index 3862e0ca22..723d2fcaea 100644 --- a/proxygen/lib/utils/Exception.h +++ b/proxygen/lib/utils/Exception.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/Export.h b/proxygen/lib/utils/Export.h index ede37a0c96..ac6ad317d6 100644 --- a/proxygen/lib/utils/Export.h +++ b/proxygen/lib/utils/Export.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once // From https://gcc.gnu.org/wiki/Visibility diff --git a/proxygen/lib/utils/FilterChain.h b/proxygen/lib/utils/FilterChain.h index 20567523de..013a0904d9 100644 --- a/proxygen/lib/utils/FilterChain.h +++ b/proxygen/lib/utils/FilterChain.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/HTTPTime.cpp b/proxygen/lib/utils/HTTPTime.cpp index fb966322cf..ee81cc8e61 100644 --- a/proxygen/lib/utils/HTTPTime.cpp +++ b/proxygen/lib/utils/HTTPTime.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/HTTPTime.h b/proxygen/lib/utils/HTTPTime.h index ac6826d21b..99523359a1 100644 --- a/proxygen/lib/utils/HTTPTime.h +++ b/proxygen/lib/utils/HTTPTime.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/Logging.cpp b/proxygen/lib/utils/Logging.cpp index 4bf28a1707..7ced504a74 100644 --- a/proxygen/lib/utils/Logging.cpp +++ b/proxygen/lib/utils/Logging.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/Logging.h b/proxygen/lib/utils/Logging.h index b51ea2f245..83de5eef6b 100644 --- a/proxygen/lib/utils/Logging.h +++ b/proxygen/lib/utils/Logging.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/NullTraceEventObserver.h b/proxygen/lib/utils/NullTraceEventObserver.h index fc72c42a9d..4e01e3a676 100644 --- a/proxygen/lib/utils/NullTraceEventObserver.h +++ b/proxygen/lib/utils/NullTraceEventObserver.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/ParseURL.cpp b/proxygen/lib/utils/ParseURL.cpp index 82890f13ed..4dfbdf41f1 100644 --- a/proxygen/lib/utils/ParseURL.cpp +++ b/proxygen/lib/utils/ParseURL.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/ParseURL.h b/proxygen/lib/utils/ParseURL.h index a608e21a18..fb87a0b1f5 100644 --- a/proxygen/lib/utils/ParseURL.h +++ b/proxygen/lib/utils/ParseURL.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/PerfectIndexMap.h b/proxygen/lib/utils/PerfectIndexMap.h index ff85e7f822..774acc50bf 100644 --- a/proxygen/lib/utils/PerfectIndexMap.h +++ b/proxygen/lib/utils/PerfectIndexMap.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/RendezvousHash.cpp b/proxygen/lib/utils/RendezvousHash.cpp index 0eb839874a..d66bac7334 100644 --- a/proxygen/lib/utils/RendezvousHash.cpp +++ b/proxygen/lib/utils/RendezvousHash.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/utils/RendezvousHash.h b/proxygen/lib/utils/RendezvousHash.h index 2263a4ec31..0a43e0538f 100644 --- a/proxygen/lib/utils/RendezvousHash.h +++ b/proxygen/lib/utils/RendezvousHash.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/StateMachine.h b/proxygen/lib/utils/StateMachine.h index 433bf5b83d..7b4c1c472e 100644 --- a/proxygen/lib/utils/StateMachine.h +++ b/proxygen/lib/utils/StateMachine.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/StreamCompressor.h b/proxygen/lib/utils/StreamCompressor.h index 73062dca48..b51b521228 100644 --- a/proxygen/lib/utils/StreamCompressor.h +++ b/proxygen/lib/utils/StreamCompressor.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/StreamDecompressor.h b/proxygen/lib/utils/StreamDecompressor.h index 02e2610e9b..9ad5ab7c3e 100644 --- a/proxygen/lib/utils/StreamDecompressor.h +++ b/proxygen/lib/utils/StreamDecompressor.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/TestUtils.h b/proxygen/lib/utils/TestUtils.h index efb86e1f83..df1a99891f 100644 --- a/proxygen/lib/utils/TestUtils.h +++ b/proxygen/lib/utils/TestUtils.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/Time.cpp b/proxygen/lib/utils/Time.cpp index f4e3885718..8e12532903 100644 --- a/proxygen/lib/utils/Time.cpp +++ b/proxygen/lib/utils/Time.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/Time.h b/proxygen/lib/utils/Time.h index 6c56dd89ef..e59f937612 100644 --- a/proxygen/lib/utils/Time.h +++ b/proxygen/lib/utils/Time.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/TraceEvent.cpp b/proxygen/lib/utils/TraceEvent.cpp index a4a7837887..f87d024f84 100644 --- a/proxygen/lib/utils/TraceEvent.cpp +++ b/proxygen/lib/utils/TraceEvent.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/TraceEvent.h b/proxygen/lib/utils/TraceEvent.h index 0c8f281e96..a118fd60a9 100644 --- a/proxygen/lib/utils/TraceEvent.h +++ b/proxygen/lib/utils/TraceEvent.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/TraceEventContext.cpp b/proxygen/lib/utils/TraceEventContext.cpp index ce94b7a88e..42d453d821 100644 --- a/proxygen/lib/utils/TraceEventContext.cpp +++ b/proxygen/lib/utils/TraceEventContext.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include diff --git a/proxygen/lib/utils/TraceEventContext.h b/proxygen/lib/utils/TraceEventContext.h index 0e1a684b76..dab7713ecf 100644 --- a/proxygen/lib/utils/TraceEventContext.h +++ b/proxygen/lib/utils/TraceEventContext.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/TraceEventObserver.h b/proxygen/lib/utils/TraceEventObserver.h index 4a6d8fdba2..2d1eb9a638 100644 --- a/proxygen/lib/utils/TraceEventObserver.h +++ b/proxygen/lib/utils/TraceEventObserver.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/URL.h b/proxygen/lib/utils/URL.h index 286d07d93d..a3b20d307e 100644 --- a/proxygen/lib/utils/URL.h +++ b/proxygen/lib/utils/URL.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/UnionBasedStatic.h b/proxygen/lib/utils/UnionBasedStatic.h index e04175c26d..2e7e6a728f 100644 --- a/proxygen/lib/utils/UnionBasedStatic.h +++ b/proxygen/lib/utils/UnionBasedStatic.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once // This pattern is used to create a static whose destructor will never be diff --git a/proxygen/lib/utils/UtilInl.h b/proxygen/lib/utils/UtilInl.h index 84d5b2a7b7..27bf9138eb 100644 --- a/proxygen/lib/utils/UtilInl.h +++ b/proxygen/lib/utils/UtilInl.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/WheelTimerInstance.cpp b/proxygen/lib/utils/WheelTimerInstance.cpp index 29cf881210..ee93e3c931 100644 --- a/proxygen/lib/utils/WheelTimerInstance.cpp +++ b/proxygen/lib/utils/WheelTimerInstance.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include diff --git a/proxygen/lib/utils/WheelTimerInstance.h b/proxygen/lib/utils/WheelTimerInstance.h index edf9d55650..8a67d9e66b 100644 --- a/proxygen/lib/utils/WheelTimerInstance.h +++ b/proxygen/lib/utils/WheelTimerInstance.h @@ -1,11 +1,9 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #pragma once diff --git a/proxygen/lib/utils/ZlibStreamCompressor.cpp b/proxygen/lib/utils/ZlibStreamCompressor.cpp index 2565040f36..4bdf07f288 100644 --- a/proxygen/lib/utils/ZlibStreamCompressor.cpp +++ b/proxygen/lib/utils/ZlibStreamCompressor.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include "proxygen/lib/utils/ZlibStreamCompressor.h" #include diff --git a/proxygen/lib/utils/ZlibStreamCompressor.h b/proxygen/lib/utils/ZlibStreamCompressor.h index 8b0d988ed6..cda8886860 100644 --- a/proxygen/lib/utils/ZlibStreamCompressor.h +++ b/proxygen/lib/utils/ZlibStreamCompressor.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/ZlibStreamDecompressor.cpp b/proxygen/lib/utils/ZlibStreamDecompressor.cpp index ca132633bf..abcd524506 100644 --- a/proxygen/lib/utils/ZlibStreamDecompressor.cpp +++ b/proxygen/lib/utils/ZlibStreamDecompressor.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/ZlibStreamDecompressor.h b/proxygen/lib/utils/ZlibStreamDecompressor.h index bd06d2fa2f..42ab4cca94 100644 --- a/proxygen/lib/utils/ZlibStreamDecompressor.h +++ b/proxygen/lib/utils/ZlibStreamDecompressor.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/ZstdStreamDecompressor.cpp b/proxygen/lib/utils/ZstdStreamDecompressor.cpp index 58a1aee72f..d2b858c589 100644 --- a/proxygen/lib/utils/ZstdStreamDecompressor.cpp +++ b/proxygen/lib/utils/ZstdStreamDecompressor.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include "ZstdStreamDecompressor.h" diff --git a/proxygen/lib/utils/ZstdStreamDecompressor.h b/proxygen/lib/utils/ZstdStreamDecompressor.h index 0a7a7548d5..bff9d3b18d 100644 --- a/proxygen/lib/utils/ZstdStreamDecompressor.h +++ b/proxygen/lib/utils/ZstdStreamDecompressor.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once // We need access to zstd internals (to read frame headers etc.) diff --git a/proxygen/lib/utils/gen_perfect_hash_table.sh b/proxygen/lib/utils/gen_perfect_hash_table.sh index 03e2121b79..a870b2d670 100755 --- a/proxygen/lib/utils/gen_perfect_hash_table.sh +++ b/proxygen/lib/utils/gen_perfect_hash_table.sh @@ -1,11 +1,9 @@ #!/usr/bin/env bash -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. - +# LICENSE file in the root directory of this source tree. # Utility method for generating the header and source code for a generic perfect # hash table data structure by leveraging gperf, input template header and gperf diff --git a/proxygen/lib/utils/gen_trace_event_constants.py b/proxygen/lib/utils/gen_trace_event_constants.py index ed13efbfca..13458be16c 100755 --- a/proxygen/lib/utils/gen_trace_event_constants.py +++ b/proxygen/lib/utils/gen_trace_event_constants.py @@ -1,11 +1,9 @@ #!/bin/env python -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. - +# LICENSE file in the root directory of this source tree. from __future__ import absolute_import, division, print_function, unicode_literals diff --git a/proxygen/lib/utils/perfect_hash_table_template.h b/proxygen/lib/utils/perfect_hash_table_template.h index d61c69e4a3..bbffc17525 100644 --- a/proxygen/lib/utils/perfect_hash_table_template.h +++ b/proxygen/lib/utils/perfect_hash_table_template.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/test/AsyncTimeoutSetTest.cpp b/proxygen/lib/utils/test/AsyncTimeoutSetTest.cpp index 3b8907f8f1..32f1fc56ff 100644 --- a/proxygen/lib/utils/test/AsyncTimeoutSetTest.cpp +++ b/proxygen/lib/utils/test/AsyncTimeoutSetTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/utils/test/Base64Test.cpp b/proxygen/lib/utils/test/Base64Test.cpp index bbc8fa1a73..9116595d77 100644 --- a/proxygen/lib/utils/test/Base64Test.cpp +++ b/proxygen/lib/utils/test/Base64Test.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/test/CMakeLists.txt b/proxygen/lib/utils/test/CMakeLists.txt index 64882c4a73..58fcaf1271 100644 --- a/proxygen/lib/utils/test/CMakeLists.txt +++ b/proxygen/lib/utils/test/CMakeLists.txt @@ -1,9 +1,8 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. An additional grant -# of patent rights can be found in the PATENTS file in the same directory. +# LICENSE file in the root directory of this source tree. proxygen_add_test(TARGET AsyncTimeoutSetTest SOURCES diff --git a/proxygen/lib/utils/test/ConditionalGateTest.cpp b/proxygen/lib/utils/test/ConditionalGateTest.cpp index 3d27b7048a..3c6ccb24ae 100644 --- a/proxygen/lib/utils/test/ConditionalGateTest.cpp +++ b/proxygen/lib/utils/test/ConditionalGateTest.cpp @@ -1,11 +1,9 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ #include diff --git a/proxygen/lib/utils/test/CryptUtilTest.cpp b/proxygen/lib/utils/test/CryptUtilTest.cpp index f43eb3bd38..f358d9d5fd 100644 --- a/proxygen/lib/utils/test/CryptUtilTest.cpp +++ b/proxygen/lib/utils/test/CryptUtilTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/utils/test/GenericFilterTest.cpp b/proxygen/lib/utils/test/GenericFilterTest.cpp index e757bebec3..7fe343bdfc 100644 --- a/proxygen/lib/utils/test/GenericFilterTest.cpp +++ b/proxygen/lib/utils/test/GenericFilterTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/utils/test/HTTPTimeTest.cpp b/proxygen/lib/utils/test/HTTPTimeTest.cpp index 2bc608815b..61c06f02a7 100644 --- a/proxygen/lib/utils/test/HTTPTimeTest.cpp +++ b/proxygen/lib/utils/test/HTTPTimeTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/test/LoggingTests.cpp b/proxygen/lib/utils/test/LoggingTests.cpp index 070b0f059e..9f9604ba9a 100644 --- a/proxygen/lib/utils/test/LoggingTests.cpp +++ b/proxygen/lib/utils/test/LoggingTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/utils/test/MockTime.h b/proxygen/lib/utils/test/MockTime.h index d9edbc03de..ea11143464 100644 --- a/proxygen/lib/utils/test/MockTime.h +++ b/proxygen/lib/utils/test/MockTime.h @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #pragma once #include diff --git a/proxygen/lib/utils/test/ParseURLTest.cpp b/proxygen/lib/utils/test/ParseURLTest.cpp index 195d9fc2b4..dff250bca3 100644 --- a/proxygen/lib/utils/test/ParseURLTest.cpp +++ b/proxygen/lib/utils/test/ParseURLTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/test/PerfectIndexMapBenchmark.cpp b/proxygen/lib/utils/test/PerfectIndexMapBenchmark.cpp index f47c7c545d..abdbe2ac8a 100644 --- a/proxygen/lib/utils/test/PerfectIndexMapBenchmark.cpp +++ b/proxygen/lib/utils/test/PerfectIndexMapBenchmark.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/utils/test/PerfectIndexMapTest.cpp b/proxygen/lib/utils/test/PerfectIndexMapTest.cpp index 8329c7a0dc..8e7c2f3069 100644 --- a/proxygen/lib/utils/test/PerfectIndexMapTest.cpp +++ b/proxygen/lib/utils/test/PerfectIndexMapTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/utils/test/RendezvousHashTest.cpp b/proxygen/lib/utils/test/RendezvousHashTest.cpp index e308216896..405b724cdf 100644 --- a/proxygen/lib/utils/test/RendezvousHashTest.cpp +++ b/proxygen/lib/utils/test/RendezvousHashTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/utils/test/TimeTest.cpp b/proxygen/lib/utils/test/TimeTest.cpp index 6431457790..461b7ca517 100644 --- a/proxygen/lib/utils/test/TimeTest.cpp +++ b/proxygen/lib/utils/test/TimeTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/test/TraceEventTest.cpp b/proxygen/lib/utils/test/TraceEventTest.cpp index 83eaee6a91..e42653b838 100644 --- a/proxygen/lib/utils/test/TraceEventTest.cpp +++ b/proxygen/lib/utils/test/TraceEventTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/utils/test/URLTest.cpp b/proxygen/lib/utils/test/URLTest.cpp index 5077c814b7..6d52871065 100644 --- a/proxygen/lib/utils/test/URLTest.cpp +++ b/proxygen/lib/utils/test/URLTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/test/UtilTest.cpp b/proxygen/lib/utils/test/UtilTest.cpp index 5742fb2c71..969f34405b 100644 --- a/proxygen/lib/utils/test/UtilTest.cpp +++ b/proxygen/lib/utils/test/UtilTest.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include diff --git a/proxygen/lib/utils/test/ZlibTests.cpp b/proxygen/lib/utils/test/ZlibTests.cpp index b0476399ec..f43ddd7416 100644 --- a/proxygen/lib/utils/test/ZlibTests.cpp +++ b/proxygen/lib/utils/test/ZlibTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include diff --git a/proxygen/lib/utils/test/ZstdTests.cpp b/proxygen/lib/utils/test/ZstdTests.cpp index 4025810b2a..01e0cbc3fd 100644 --- a/proxygen/lib/utils/test/ZstdTests.cpp +++ b/proxygen/lib/utils/test/ZstdTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * Copyright (c) Facebook, Inc. and its affiliates. + * All rights reserved. * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. */ + #include #include #include