From acc779bede18306a02d37dd7099b56b250b0dc0a Mon Sep 17 00:00:00 2001 From: Luca Niccolini Date: Tue, 18 Jan 2022 16:25:06 -0800 Subject: [PATCH] update license headers Reviewed By: jalopezsilva Differential Revision: D33512891 fbshipit-source-id: bf1f9396670daccb411c7ed925af4d8af30ee2ed --- CMakeLists.txt | 2 +- build/fbcode_builder_config.py | 2 +- cmake/FindGMock.cmake | 2 +- cmake/FindZstd.cmake | 2 +- cmake/ProxygenTest.cmake | 2 +- getdeps.sh | 2 +- proxygen/CMakeLists.txt | 2 +- proxygen/build.sh | 2 +- proxygen/fuzzers/CMakeLists.txt | 2 +- proxygen/fuzzers/ProxygenHTTP1xFuzzer.cpp | 2 +- proxygen/httpclient/CMakeLists.txt | 2 +- proxygen/httpclient/samples/CMakeLists.txt | 2 +- proxygen/httpclient/samples/H3Datagram/CMakeLists.txt | 3 ++- proxygen/httpclient/samples/H3Datagram/H3DatagramClient.cpp | 2 +- proxygen/httpclient/samples/curl/CMakeLists.txt | 2 +- proxygen/httpclient/samples/curl/CurlClient.cpp | 2 +- proxygen/httpclient/samples/curl/CurlClient.h | 2 +- proxygen/httpclient/samples/curl/CurlClientMain.cpp | 2 +- proxygen/httpclient/samples/pricli/CMakeLists.txt | 2 +- proxygen/httpclient/samples/pricli/PriCli.cpp | 2 +- proxygen/httpserver/ExMessageHandler.h | 2 +- proxygen/httpserver/Filters.h | 2 +- proxygen/httpserver/HTTPServer.cpp | 2 +- proxygen/httpserver/HTTPServer.h | 2 +- proxygen/httpserver/HTTPServerAcceptor.cpp | 2 +- proxygen/httpserver/HTTPServerAcceptor.h | 2 +- proxygen/httpserver/HTTPServerOptions.h | 2 +- proxygen/httpserver/HTTPTransactionHandlerAdaptor.h | 2 +- proxygen/httpserver/Mocks.h | 2 +- proxygen/httpserver/PushHandler.h | 2 +- proxygen/httpserver/RequestHandler.h | 2 +- proxygen/httpserver/RequestHandlerAdaptor.cpp | 2 +- proxygen/httpserver/RequestHandlerAdaptor.h | 2 +- proxygen/httpserver/RequestHandlerFactory.h | 2 +- proxygen/httpserver/ResponseBuilder.h | 2 +- proxygen/httpserver/ResponseHandler.h | 2 +- proxygen/httpserver/ScopedHTTPServer.h | 2 +- proxygen/httpserver/SignalHandler.cpp | 2 +- proxygen/httpserver/SignalHandler.h | 2 +- proxygen/httpserver/filters/CompressionFilter.h | 2 +- proxygen/httpserver/filters/DirectResponseHandler.h | 2 +- proxygen/httpserver/filters/RejectConnectFilter.h | 2 +- proxygen/httpserver/filters/tests/CMakeLists.txt | 2 +- proxygen/httpserver/filters/tests/CompressionFilterTest.cpp | 2 +- proxygen/httpserver/samples/echo/EchoHandler.cpp | 2 +- proxygen/httpserver/samples/echo/EchoHandler.h | 2 +- proxygen/httpserver/samples/echo/EchoServer.cpp | 2 +- proxygen/httpserver/samples/echo/EchoStats.h | 2 +- proxygen/httpserver/samples/echo/test/CMakeLists.txt | 2 +- proxygen/httpserver/samples/echo/test/EchoHandlerTest.cpp | 2 +- proxygen/httpserver/samples/hq/HQLoggerHelper.cpp | 2 +- .../samples/hq/InsecureVerifierDangerousDoNotUseInProduction.h | 2 +- proxygen/httpserver/samples/proxy/ProxyHandler.cpp | 2 +- proxygen/httpserver/samples/proxy/ProxyHandler.h | 2 +- proxygen/httpserver/samples/proxy/ProxyServer.cpp | 2 +- proxygen/httpserver/samples/proxy/ProxyStats.h | 2 +- proxygen/httpserver/samples/proxy/SessionWrapper.h | 2 +- proxygen/httpserver/samples/push/PushRequestHandler.cpp | 2 +- proxygen/httpserver/samples/push/PushRequestHandler.h | 2 +- proxygen/httpserver/samples/push/PushServer.cpp | 2 +- proxygen/httpserver/samples/push/PushStats.h | 2 +- proxygen/httpserver/samples/static/StaticHandler.cpp | 2 +- proxygen/httpserver/samples/static/StaticHandler.h | 2 +- proxygen/httpserver/samples/static/StaticServer.cpp | 2 +- proxygen/httpserver/tests/CMakeLists.txt | 2 +- proxygen/httpserver/tests/HTTPServerTest.cpp | 2 +- proxygen/httpserver/tests/RequestHandlerAdaptorTest.cpp | 2 +- proxygen/install.sh | 2 +- proxygen/lib/healthcheck/PoolHealthChecker.h | 2 +- proxygen/lib/healthcheck/ServerHealthCheckerCallback.cpp | 2 +- proxygen/lib/healthcheck/ServerHealthCheckerCallback.h | 2 +- proxygen/lib/http/HQConnector.cpp | 2 +- proxygen/lib/http/HQConnector.h | 2 +- proxygen/lib/http/HTTP3ErrorCode.cpp | 2 +- proxygen/lib/http/HTTP3ErrorCode.h | 2 +- proxygen/lib/http/HTTPConnector.h | 2 +- proxygen/lib/http/HTTPConnectorWithFizz.cpp | 2 +- proxygen/lib/http/HTTPConnectorWithFizz.h | 2 +- proxygen/lib/http/HTTPConstants.cpp | 2 +- proxygen/lib/http/HTTPConstants.h | 2 +- proxygen/lib/http/HTTPException.cpp | 2 +- proxygen/lib/http/HTTPException.h | 2 +- proxygen/lib/http/HTTPHeaderSize.h | 2 +- proxygen/lib/http/HTTPHeaders.cpp | 2 +- proxygen/lib/http/HTTPHeaders.h | 2 +- proxygen/lib/http/HTTPMessage.cpp | 2 +- proxygen/lib/http/HTTPMessage.h | 2 +- proxygen/lib/http/HTTPMessageFilters.cpp | 2 +- proxygen/lib/http/HTTPMessageFilters.h | 2 +- proxygen/lib/http/HTTPMethod.cpp | 2 +- proxygen/lib/http/HTTPMethod.h | 2 +- proxygen/lib/http/HTTPPriorityFunctions.cpp | 2 +- proxygen/lib/http/HTTPPriorityFunctions.h | 2 +- proxygen/lib/http/HeaderConstants.cpp | 2 +- proxygen/lib/http/HeaderConstants.h | 2 +- proxygen/lib/http/ProxyStatus.cpp | 2 +- proxygen/lib/http/ProxyStatus.h | 2 +- proxygen/lib/http/ProxygenErrorEnum.cpp | 2 +- proxygen/lib/http/ProxygenErrorEnum.h | 2 +- proxygen/lib/http/RFC2616.cpp | 2 +- proxygen/lib/http/RFC2616.h | 2 +- proxygen/lib/http/StatusTypeEnum.cpp | 2 +- proxygen/lib/http/StatusTypeEnum.h | 2 +- proxygen/lib/http/SynchronizedLruQuicPskCache.cpp | 2 +- proxygen/lib/http/SynchronizedLruQuicPskCache.h | 2 +- proxygen/lib/http/Window.cpp | 2 +- proxygen/lib/http/Window.h | 2 +- proxygen/lib/http/codec/CodecDictionaries.h | 2 +- proxygen/lib/http/codec/CodecUtil.cpp | 2 +- proxygen/lib/http/codec/CodecUtil.h | 2 +- proxygen/lib/http/codec/ControlMessageRateLimitFilter.h | 2 +- proxygen/lib/http/codec/DefaultHTTPCodecFactory.h | 2 +- proxygen/lib/http/codec/ErrorCode.cpp | 2 +- proxygen/lib/http/codec/ErrorCode.h | 2 +- proxygen/lib/http/codec/FlowControlFilter.cpp | 2 +- proxygen/lib/http/codec/FlowControlFilter.h | 2 +- proxygen/lib/http/codec/HQControlCodec.cpp | 2 +- proxygen/lib/http/codec/HQControlCodec.h | 2 +- proxygen/lib/http/codec/HQFramedCodec.cpp | 2 +- proxygen/lib/http/codec/HQFramedCodec.h | 2 +- proxygen/lib/http/codec/HQFramer.cpp | 2 +- proxygen/lib/http/codec/HQFramer.h | 2 +- proxygen/lib/http/codec/HQMultiCodec.h | 2 +- proxygen/lib/http/codec/HQStreamCodec.cpp | 2 +- proxygen/lib/http/codec/HQStreamCodec.h | 2 +- proxygen/lib/http/codec/HQUnidirectionalCodec.cpp | 2 +- proxygen/lib/http/codec/HQUnidirectionalCodec.h | 2 +- proxygen/lib/http/codec/HQUtils.cpp | 2 +- proxygen/lib/http/codec/HQUtils.h | 2 +- proxygen/lib/http/codec/HTTP1xCodec.cpp | 2 +- proxygen/lib/http/codec/HTTP1xCodec.h | 2 +- proxygen/lib/http/codec/HTTP2Codec.cpp | 2 +- proxygen/lib/http/codec/HTTP2Constants.cpp | 2 +- proxygen/lib/http/codec/HTTP2Constants.h | 2 +- proxygen/lib/http/codec/HTTP2Framer.cpp | 2 +- proxygen/lib/http/codec/HTTP2Framer.h | 2 +- proxygen/lib/http/codec/HTTPChecks.cpp | 2 +- proxygen/lib/http/codec/HTTPChecks.h | 2 +- proxygen/lib/http/codec/HTTPCodecFactory.h | 2 +- proxygen/lib/http/codec/HTTPCodecFilter.cpp | 2 +- proxygen/lib/http/codec/HTTPCodecFilter.h | 2 +- proxygen/lib/http/codec/HTTPParallelCodec.cpp | 2 +- proxygen/lib/http/codec/HTTPParallelCodec.h | 2 +- proxygen/lib/http/codec/HTTPRequestVerifier.h | 2 +- proxygen/lib/http/codec/HTTPSettings.cpp | 2 +- proxygen/lib/http/codec/HTTPSettings.h | 2 +- proxygen/lib/http/codec/HeaderDecodeInfo.cpp | 2 +- proxygen/lib/http/codec/HeaderDecodeInfo.h | 2 +- proxygen/lib/http/codec/QPACKDecoderCodec.h | 2 +- proxygen/lib/http/codec/QPACKEncoderCodec.h | 2 +- proxygen/lib/http/codec/SettingsId.h | 2 +- proxygen/lib/http/codec/TransportDirection.cpp | 2 +- proxygen/lib/http/codec/TransportDirection.h | 2 +- proxygen/lib/http/codec/compress/CompressionInfo.h | 2 +- proxygen/lib/http/codec/compress/HPACKCodec.h | 2 +- proxygen/lib/http/codec/compress/HPACKConstants.h | 2 +- proxygen/lib/http/codec/compress/HPACKContext.cpp | 2 +- proxygen/lib/http/codec/compress/HPACKContext.h | 2 +- proxygen/lib/http/codec/compress/HPACKDecodeBuffer.cpp | 2 +- proxygen/lib/http/codec/compress/HPACKDecodeBuffer.h | 2 +- proxygen/lib/http/codec/compress/HPACKDecoder.cpp | 2 +- proxygen/lib/http/codec/compress/HPACKDecoder.h | 2 +- proxygen/lib/http/codec/compress/HPACKDecoderBase.cpp | 2 +- proxygen/lib/http/codec/compress/HPACKDecoderBase.h | 2 +- proxygen/lib/http/codec/compress/HPACKEncodeBuffer.cpp | 2 +- proxygen/lib/http/codec/compress/HPACKEncodeBuffer.h | 2 +- proxygen/lib/http/codec/compress/HPACKEncoder.cpp | 2 +- proxygen/lib/http/codec/compress/HPACKEncoder.h | 2 +- proxygen/lib/http/codec/compress/HPACKEncoderBase.cpp | 2 +- proxygen/lib/http/codec/compress/HPACKEncoderBase.h | 2 +- proxygen/lib/http/codec/compress/HPACKHeader.cpp | 2 +- proxygen/lib/http/codec/compress/HPACKHeader.h | 2 +- proxygen/lib/http/codec/compress/HPACKHeaderName.h | 2 +- proxygen/lib/http/codec/compress/HPACKQueue.h | 2 +- proxygen/lib/http/codec/compress/HPACKStreamingCallback.h | 2 +- proxygen/lib/http/codec/compress/Header.h | 2 +- proxygen/lib/http/codec/compress/HeaderCodec.h | 2 +- proxygen/lib/http/codec/compress/HeaderIndexingStrategy.cpp | 2 +- proxygen/lib/http/codec/compress/HeaderIndexingStrategy.h | 2 +- proxygen/lib/http/codec/compress/HeaderPiece.h | 2 +- proxygen/lib/http/codec/compress/HeaderTable.cpp | 2 +- proxygen/lib/http/codec/compress/HeaderTable.h | 2 +- proxygen/lib/http/codec/compress/Huffman.cpp | 2 +- proxygen/lib/http/codec/compress/Huffman.h | 2 +- proxygen/lib/http/codec/compress/Logging.cpp | 2 +- proxygen/lib/http/codec/compress/Logging.h | 2 +- proxygen/lib/http/codec/compress/NoPathIndexingStrategy.cpp | 2 +- proxygen/lib/http/codec/compress/NoPathIndexingStrategy.h | 2 +- proxygen/lib/http/codec/compress/QPACKCodec.h | 2 +- proxygen/lib/http/codec/compress/QPACKContext.cpp | 2 +- proxygen/lib/http/codec/compress/QPACKContext.h | 2 +- proxygen/lib/http/codec/compress/QPACKDecoder.cpp | 2 +- proxygen/lib/http/codec/compress/QPACKDecoder.h | 2 +- proxygen/lib/http/codec/compress/QPACKEncoder.cpp | 2 +- proxygen/lib/http/codec/compress/QPACKEncoder.h | 2 +- proxygen/lib/http/codec/compress/QPACKHeaderTable.cpp | 2 +- proxygen/lib/http/codec/compress/QPACKHeaderTable.h | 2 +- proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.cpp | 2 +- proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.h | 2 +- proxygen/lib/http/codec/compress/StaticHeaderTable.cpp | 2 +- proxygen/lib/http/codec/compress/StaticHeaderTable.h | 2 +- .../http/codec/compress/experimental/interop/QPACKInterop.cpp | 2 +- .../codec/compress/experimental/simulator/CompressionScheme.h | 2 +- .../compress/experimental/simulator/CompressionSimulator.cpp | 2 +- .../compress/experimental/simulator/CompressionSimulator.h | 2 +- .../codec/compress/experimental/simulator/CompressionTypes.h | 2 +- .../codec/compress/experimental/simulator/CompressionUtils.cpp | 2 +- .../codec/compress/experimental/simulator/CompressionUtils.h | 2 +- .../http/codec/compress/experimental/simulator/HPACKScheme.h | 2 +- .../lib/http/codec/compress/experimental/simulator/Main.cpp | 2 +- .../http/codec/compress/experimental/simulator/QMINScheme.h | 2 +- .../http/codec/compress/experimental/simulator/QPACKScheme.h | 2 +- .../compress/experimental/simulator/SimStreamingCallback.h | 2 +- proxygen/lib/http/codec/compress/test/CMakeLists.txt | 2 +- proxygen/lib/http/codec/compress/test/HPACKBenchmark.cpp | 2 +- proxygen/lib/http/codec/compress/test/HPACKBufferTests.cpp | 2 +- proxygen/lib/http/codec/compress/test/HPACKCodecTests.cpp | 2 +- proxygen/lib/http/codec/compress/test/HPACKContextTests.cpp | 2 +- proxygen/lib/http/codec/compress/test/HPACKHeaderTests.cpp | 2 +- proxygen/lib/http/codec/compress/test/HTTPArchive.cpp | 2 +- proxygen/lib/http/codec/compress/test/HTTPArchive.h | 2 +- proxygen/lib/http/codec/compress/test/HeaderPieceTests.cpp | 2 +- proxygen/lib/http/codec/compress/test/HeaderTableTests.cpp | 2 +- proxygen/lib/http/codec/compress/test/HuffmanTests.cpp | 2 +- proxygen/lib/http/codec/compress/test/LoggingTests.cpp | 2 +- proxygen/lib/http/codec/compress/test/QPACKCodecTests.cpp | 2 +- proxygen/lib/http/codec/compress/test/QPACKContextTests.cpp | 2 +- .../lib/http/codec/compress/test/QPACKHeaderTableTests.cpp | 2 +- proxygen/lib/http/codec/compress/test/RFCExamplesTests.cpp | 2 +- proxygen/lib/http/codec/compress/test/TestStreamingCallback.h | 2 +- proxygen/lib/http/codec/compress/test/TestUtil.cpp | 2 +- proxygen/lib/http/codec/compress/test/TestUtil.h | 2 +- proxygen/lib/http/codec/test/CodecUtilTests.cpp | 2 +- proxygen/lib/http/codec/test/FilterTests.cpp | 2 +- proxygen/lib/http/codec/test/HQCodecTest.cpp | 2 +- proxygen/lib/http/codec/test/HQFramerTest.cpp | 2 +- proxygen/lib/http/codec/test/HQFramerTest.h | 2 +- proxygen/lib/http/codec/test/HQMultiCodecTest.cpp | 2 +- proxygen/lib/http/codec/test/HTTP1xCodecTest.cpp | 2 +- proxygen/lib/http/codec/test/HTTP2CodecTest.cpp | 2 +- proxygen/lib/http/codec/test/HTTP2FramerTest.cpp | 2 +- proxygen/lib/http/codec/test/HTTP2FramerTest.h | 2 +- proxygen/lib/http/codec/test/HTTPParallelCodecTest.h | 2 +- proxygen/lib/http/codec/test/MockHTTPCodec.h | 2 +- proxygen/lib/http/codec/test/TestUtils.h | 2 +- proxygen/lib/http/connpool/Endpoint.h | 2 +- proxygen/lib/http/connpool/ServerIdleSessionController.cpp | 2 +- proxygen/lib/http/connpool/ServerIdleSessionController.h | 2 +- proxygen/lib/http/connpool/SessionHolder.cpp | 2 +- proxygen/lib/http/connpool/SessionHolder.h | 2 +- proxygen/lib/http/connpool/SessionPool.cpp | 2 +- proxygen/lib/http/connpool/SessionPool.h | 2 +- proxygen/lib/http/connpool/ThreadIdleSessionController.cpp | 2 +- proxygen/lib/http/connpool/ThreadIdleSessionController.h | 2 +- proxygen/lib/http/connpool/test/CMakeLists.txt | 2 +- proxygen/lib/http/experimental/RFC1867.cpp | 2 +- proxygen/lib/http/experimental/RFC1867.h | 2 +- proxygen/lib/http/experimental/test/RFC1867Test.cpp | 2 +- proxygen/lib/http/gen_HTTPCommonHeaders.sh | 2 +- proxygen/lib/http/session/AckLatencyEvent.h | 2 +- proxygen/lib/http/session/ByteEventTracker.cpp | 2 +- proxygen/lib/http/session/ByteEventTracker.h | 2 +- proxygen/lib/http/session/ByteEvents.cpp | 2 +- proxygen/lib/http/session/ByteEvents.h | 2 +- proxygen/lib/http/session/CodecErrorResponseHandler.cpp | 2 +- proxygen/lib/http/session/CodecErrorResponseHandler.h | 2 +- proxygen/lib/http/session/HQByteEventTracker.cpp | 2 +- proxygen/lib/http/session/HQByteEventTracker.h | 2 +- proxygen/lib/http/session/HQDownstreamSession.cpp | 2 +- proxygen/lib/http/session/HQDownstreamSession.h | 2 +- proxygen/lib/http/session/HQSession.cpp | 2 +- proxygen/lib/http/session/HQSession.h | 2 +- proxygen/lib/http/session/HQStreamBase.cpp | 2 +- proxygen/lib/http/session/HQStreamBase.h | 2 +- proxygen/lib/http/session/HQUnidirectionalCallbacks.cpp | 2 +- proxygen/lib/http/session/HQUnidirectionalCallbacks.h | 2 +- proxygen/lib/http/session/HQUpstreamSession.cpp | 2 +- proxygen/lib/http/session/HQUpstreamSession.h | 2 +- proxygen/lib/http/session/HTTP2PriorityQueue.cpp | 2 +- proxygen/lib/http/session/HTTP2PriorityQueue.h | 2 +- proxygen/lib/http/session/HTTPDirectResponseHandler.cpp | 2 +- proxygen/lib/http/session/HTTPDirectResponseHandler.h | 2 +- proxygen/lib/http/session/HTTPDownstreamSession.cpp | 2 +- proxygen/lib/http/session/HTTPDownstreamSession.h | 2 +- proxygen/lib/http/session/HTTPErrorPage.cpp | 2 +- proxygen/lib/http/session/HTTPErrorPage.h | 2 +- proxygen/lib/http/session/HTTPEvent.cpp | 2 +- proxygen/lib/http/session/HTTPEvent.h | 2 +- proxygen/lib/http/session/HTTPSession.h | 2 +- proxygen/lib/http/session/HTTPSessionAcceptor.cpp | 2 +- proxygen/lib/http/session/HTTPSessionActivityTracker.cpp | 2 +- proxygen/lib/http/session/HTTPSessionActivityTracker.h | 2 +- proxygen/lib/http/session/HTTPSessionBase.h | 2 +- proxygen/lib/http/session/HTTPSessionController.h | 2 +- proxygen/lib/http/session/HTTPSessionStats.h | 2 +- proxygen/lib/http/session/HTTPTransaction.cpp | 2 +- proxygen/lib/http/session/HTTPTransaction.h | 2 +- proxygen/lib/http/session/HTTPTransactionEgressSM.cpp | 2 +- proxygen/lib/http/session/HTTPTransactionEgressSM.h | 2 +- proxygen/lib/http/session/HTTPTransactionIngressSM.cpp | 2 +- proxygen/lib/http/session/HTTPTransactionIngressSM.h | 2 +- proxygen/lib/http/session/HTTPUpstreamSession.cpp | 2 +- proxygen/lib/http/session/HTTPUpstreamSession.h | 2 +- proxygen/lib/http/session/SecondaryAuthManager.cpp | 2 +- proxygen/lib/http/session/SecondaryAuthManager.h | 2 +- proxygen/lib/http/session/SecondaryAuthManagerBase.h | 2 +- proxygen/lib/http/session/ServerPushLifecycle.h | 2 +- proxygen/lib/http/session/SimpleController.cpp | 2 +- proxygen/lib/http/session/SimpleController.h | 2 +- proxygen/lib/http/session/TTLBAStats.h | 2 +- proxygen/lib/http/session/TransactionByteEvents.h | 2 +- proxygen/lib/http/session/test/ByteEventTrackerMocks.h | 2 +- proxygen/lib/http/session/test/ByteEventTrackerTest.cpp | 2 +- proxygen/lib/http/session/test/CMakeLists.txt | 2 +- proxygen/lib/http/session/test/DownstreamTransactionTest.cpp | 2 +- proxygen/lib/http/session/test/HQByteEventTrackerTest.cpp | 2 +- proxygen/lib/http/session/test/HQDownstreamSessionTest.cpp | 2 +- proxygen/lib/http/session/test/HQDownstreamSessionTest.h | 2 +- proxygen/lib/http/session/test/HQSessionMocks.h | 2 +- proxygen/lib/http/session/test/HQSessionMocksTest.cpp | 2 +- proxygen/lib/http/session/test/HQSessionTestCommon.cpp | 2 +- proxygen/lib/http/session/test/HQSessionTestCommon.h | 2 +- proxygen/lib/http/session/test/HQStreamBaseTest.cpp | 2 +- .../lib/http/session/test/HQUnidirectionalCallbacksTest.cpp | 2 +- proxygen/lib/http/session/test/HQUpstreamSessionTest.cpp | 2 +- proxygen/lib/http/session/test/HQUpstreamSessionTest.h | 2 +- proxygen/lib/http/session/test/HTTP2PriorityQueueBench.cpp | 2 +- proxygen/lib/http/session/test/HTTP2PriorityQueueTest.cpp | 2 +- .../lib/http/session/test/HTTPSessionActivityTrackerTest.cpp | 2 +- proxygen/lib/http/session/test/HTTPSessionMocks.h | 2 +- proxygen/lib/http/session/test/HTTPTransactionMocks.h | 2 +- proxygen/lib/http/session/test/HTTPTransactionSMTest.cpp | 2 +- proxygen/lib/http/session/test/MockByteEventTracker.h | 2 +- proxygen/lib/http/session/test/MockHTTPSessionStats.h | 2 +- proxygen/lib/http/session/test/MockQuicSocketDriver.h | 2 +- proxygen/lib/http/session/test/MockSecondaryAuthManager.h | 2 +- proxygen/lib/http/session/test/SecondaryAuthManagerTest.cpp | 2 +- proxygen/lib/http/session/test/TestUtils.cpp | 2 +- proxygen/lib/http/stats/ConnectionStats.cpp | 2 +- proxygen/lib/http/stats/ConnectionStats.h | 2 +- proxygen/lib/http/stats/HTTPCodecStats.cpp | 2 +- proxygen/lib/http/stats/HTTPCodecStats.h | 2 +- proxygen/lib/http/stats/HTTPCodecStatsFilter.cpp | 2 +- proxygen/lib/http/stats/HTTPCodecStatsFilter.h | 2 +- proxygen/lib/http/stats/HeaderCodecStats.cpp | 2 +- proxygen/lib/http/stats/HeaderCodecStats.h | 2 +- proxygen/lib/http/stats/ResponseCodeStatsMinute.cpp | 2 +- proxygen/lib/http/stats/ResponseCodeStatsMinute.h | 2 +- proxygen/lib/http/stats/SPDYStats.h | 2 +- proxygen/lib/http/stats/SPDYStatsFilter.h | 2 +- proxygen/lib/http/stats/TLResponseCodeStats.cpp | 2 +- proxygen/lib/http/stats/TLResponseCodeStats.h | 2 +- proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.cpp | 2 +- proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h | 2 +- .../lib/http/structuredheaders/StructuredHeadersBuffer.cpp | 2 +- proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.h | 2 +- .../lib/http/structuredheaders/StructuredHeadersConstants.h | 2 +- .../lib/http/structuredheaders/StructuredHeadersDecoder.cpp | 2 +- proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.h | 2 +- .../lib/http/structuredheaders/StructuredHeadersEncoder.cpp | 2 +- proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.h | 2 +- .../lib/http/structuredheaders/StructuredHeadersUtilities.cpp | 2 +- .../lib/http/structuredheaders/StructuredHeadersUtilities.h | 2 +- proxygen/lib/http/structuredheaders/test/CMakeLists.txt | 2 +- .../structuredheaders/test/StructuredHeadersBufferTest.cpp | 2 +- .../structuredheaders/test/StructuredHeadersDecoderTest.cpp | 2 +- .../structuredheaders/test/StructuredHeadersEncoderTest.cpp | 2 +- .../structuredheaders/test/StructuredHeadersStandardTest.cpp | 2 +- .../structuredheaders/test/StructuredHeadersUtilitiesTest.cpp | 2 +- proxygen/lib/http/test/CMakeLists.txt | 2 +- proxygen/lib/http/test/HTTPCommonHeadersTests.cpp | 2 +- proxygen/lib/http/test/HTTPConnectorWithFizzTest.cpp | 2 +- proxygen/lib/http/test/HTTPHeadersBenchmark.cpp | 2 +- proxygen/lib/http/test/HTTPMessageFilterTest.cpp | 2 +- proxygen/lib/http/test/HTTPMessageTest.cpp | 2 +- proxygen/lib/http/test/HTTPPriorityFunctionsTest.cpp | 2 +- proxygen/lib/http/test/MockHTTPHeaders.h | 2 +- proxygen/lib/http/test/MockHTTPMessageFilter.h | 2 +- proxygen/lib/http/test/ProxyStatusTest.cpp | 2 +- proxygen/lib/http/test/RFC2616Test.cpp | 2 +- proxygen/lib/http/test/WindowTest.cpp | 2 +- proxygen/lib/pools/generators/FileServerListGenerator.cpp | 2 +- proxygen/lib/pools/generators/FileServerListGenerator.h | 2 +- proxygen/lib/pools/generators/MemberGroupConfig.h | 2 +- proxygen/lib/pools/generators/ServerListGenerator.cpp | 2 +- proxygen/lib/pools/generators/ServerListGenerator.h | 2 +- proxygen/lib/sampling/MultiSampled.h | 2 +- proxygen/lib/sampling/Sampled.h | 2 +- proxygen/lib/sampling/Sampling.cpp | 2 +- proxygen/lib/sampling/Sampling.h | 2 +- proxygen/lib/sampling/SamplingFunctions.h | 2 +- proxygen/lib/sampling/test/CMakeLists.txt | 2 +- proxygen/lib/sampling/test/SamplingTest.cpp | 2 +- proxygen/lib/services/AcceptorConfiguration.h | 2 +- proxygen/lib/services/HTTPAcceptor.h | 2 +- proxygen/lib/services/RequestWorkerThread.cpp | 2 +- proxygen/lib/services/RequestWorkerThread.h | 2 +- proxygen/lib/services/Service.cpp | 2 +- proxygen/lib/services/Service.h | 2 +- proxygen/lib/services/ServiceConfiguration.h | 2 +- proxygen/lib/services/ServiceWorker.h | 2 +- proxygen/lib/services/WorkerThread.cpp | 2 +- proxygen/lib/services/WorkerThread.h | 2 +- proxygen/lib/services/test/AcceptorTest.cpp | 2 +- proxygen/lib/services/test/CMakeLists.txt | 2 +- proxygen/lib/ssl/ProxygenSSL.h | 2 +- proxygen/lib/ssl/ThreadLocalSSLContext.h | 2 +- proxygen/lib/ssl/ThreadLocalSSLStats.cpp | 2 +- proxygen/lib/ssl/ThreadLocalSSLStats.h | 2 +- proxygen/lib/stats/BaseStats.h | 2 +- proxygen/lib/stats/PeriodicStats.h | 2 +- proxygen/lib/stats/PeriodicStatsDataBase.h | 2 +- proxygen/lib/stats/ResourceData.h | 2 +- proxygen/lib/stats/ResourceStats.cpp | 2 +- proxygen/lib/stats/ResourceStats.h | 2 +- proxygen/lib/stats/test/CMakeLists.txt | 2 +- proxygen/lib/stats/test/MockResources.h | 2 +- proxygen/lib/stats/test/PeriodicStatsTest.cpp | 2 +- proxygen/lib/stats/test/PeriodicStatsTestHelper.h | 2 +- proxygen/lib/stats/test/ResourceStatsTest.cpp | 2 +- proxygen/lib/test/CMakeLists.txt | 2 +- proxygen/lib/test/TestAsyncTransport.cpp | 2 +- proxygen/lib/test/TestAsyncTransport.h | 2 +- proxygen/lib/test/TestMain.cpp | 2 +- proxygen/lib/transport/H3DatagramAsyncSocket.cpp | 2 +- proxygen/lib/transport/H3DatagramAsyncSocket.h | 2 +- proxygen/lib/transport/PersistentFizzPskCache.cpp | 2 +- proxygen/lib/transport/PersistentFizzPskCache.h | 2 +- proxygen/lib/transport/PersistentQuicPskCache.cpp | 2 +- proxygen/lib/transport/PersistentQuicPskCache.h | 2 +- proxygen/lib/transport/test/CMakeLists.txt | 2 +- proxygen/lib/transport/test/H3DatagramAsyncSocketTest.cpp | 2 +- proxygen/lib/transport/test/H3DatagramAsyncSocketTest.h | 2 +- proxygen/lib/transport/test/PersistentFizzPskCacheTest.cpp | 2 +- proxygen/lib/transport/test/PersistentQuicPskCacheTest.cpp | 2 +- proxygen/lib/utils/AcceptorAddress.h | 2 +- proxygen/lib/utils/AsyncTimeoutSet.cpp | 2 +- proxygen/lib/utils/AsyncTimeoutSet.h | 2 +- proxygen/lib/utils/Base64.cpp | 2 +- proxygen/lib/utils/Base64.h | 2 +- proxygen/lib/utils/CobHelper.h | 2 +- proxygen/lib/utils/ConditionalGate.h | 2 +- proxygen/lib/utils/ConsistentHash.h | 2 +- proxygen/lib/utils/CryptUtil.cpp | 2 +- proxygen/lib/utils/CryptUtil.h | 2 +- proxygen/lib/utils/Exception.cpp | 2 +- proxygen/lib/utils/Exception.h | 2 +- proxygen/lib/utils/Export.h | 2 +- proxygen/lib/utils/FilterChain.h | 2 +- proxygen/lib/utils/HTTPTime.cpp | 2 +- proxygen/lib/utils/HTTPTime.h | 2 +- proxygen/lib/utils/Logging.cpp | 2 +- proxygen/lib/utils/Logging.h | 2 +- proxygen/lib/utils/NullTraceEventObserver.h | 2 +- proxygen/lib/utils/ParseURL.cpp | 2 +- proxygen/lib/utils/ParseURL.h | 2 +- proxygen/lib/utils/PerfectIndexMap.h | 2 +- proxygen/lib/utils/RendezvousHash.cpp | 2 +- proxygen/lib/utils/RendezvousHash.h | 2 +- proxygen/lib/utils/StateMachine.h | 2 +- proxygen/lib/utils/StreamCompressor.h | 2 +- proxygen/lib/utils/StreamDecompressor.h | 2 +- proxygen/lib/utils/TestUtils.h | 2 +- proxygen/lib/utils/Time.cpp | 2 +- proxygen/lib/utils/Time.h | 2 +- proxygen/lib/utils/TraceEvent.cpp | 2 +- proxygen/lib/utils/TraceEvent.h | 2 +- proxygen/lib/utils/TraceEventContext.cpp | 2 +- proxygen/lib/utils/TraceEventContext.h | 2 +- proxygen/lib/utils/TraceEventObserver.h | 2 +- proxygen/lib/utils/URL.h | 2 +- proxygen/lib/utils/UnionBasedStatic.h | 2 +- proxygen/lib/utils/UtilInl.h | 2 +- proxygen/lib/utils/WeakRefCountedPtr.h | 2 +- proxygen/lib/utils/WheelTimerInstance.cpp | 2 +- proxygen/lib/utils/WheelTimerInstance.h | 2 +- proxygen/lib/utils/ZlibStreamCompressor.cpp | 2 +- proxygen/lib/utils/ZlibStreamCompressor.h | 2 +- proxygen/lib/utils/ZlibStreamDecompressor.cpp | 2 +- proxygen/lib/utils/ZlibStreamDecompressor.h | 2 +- proxygen/lib/utils/ZstdStreamCompressor.cpp | 2 +- proxygen/lib/utils/ZstdStreamCompressor.h | 2 +- proxygen/lib/utils/ZstdStreamDecompressor.cpp | 2 +- proxygen/lib/utils/ZstdStreamDecompressor.h | 2 +- proxygen/lib/utils/gen_perfect_hash_table.sh | 2 +- proxygen/lib/utils/gen_trace_event_constants.py | 2 +- proxygen/lib/utils/perfect_hash_table_template.h | 2 +- proxygen/lib/utils/test/AsyncTimeoutSetTest.cpp | 2 +- proxygen/lib/utils/test/Base64Test.cpp | 2 +- proxygen/lib/utils/test/CMakeLists.txt | 2 +- proxygen/lib/utils/test/ConditionalGateTest.cpp | 2 +- proxygen/lib/utils/test/CryptUtilTest.cpp | 2 +- proxygen/lib/utils/test/GenericFilterTest.cpp | 2 +- proxygen/lib/utils/test/HTTPTimeTest.cpp | 2 +- proxygen/lib/utils/test/LoggingTests.cpp | 2 +- proxygen/lib/utils/test/MockTime.h | 2 +- proxygen/lib/utils/test/ParseURLTest.cpp | 2 +- proxygen/lib/utils/test/PerfectIndexMapBenchmark.cpp | 2 +- proxygen/lib/utils/test/PerfectIndexMapTest.cpp | 2 +- proxygen/lib/utils/test/RendezvousHashTest.cpp | 2 +- proxygen/lib/utils/test/TimeTest.cpp | 2 +- proxygen/lib/utils/test/TraceEventTest.cpp | 2 +- proxygen/lib/utils/test/URLTest.cpp | 2 +- proxygen/lib/utils/test/UtilTest.cpp | 2 +- proxygen/lib/utils/test/WeakRefCountedPtrTest.cpp | 2 +- proxygen/lib/utils/test/ZlibTests.cpp | 2 +- proxygen/lib/utils/test/ZstdTests.cpp | 2 +- 507 files changed, 508 insertions(+), 507 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a97232eea..ea22eabe11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/build/fbcode_builder_config.py b/build/fbcode_builder_config.py index 4e44a6bcf6..d8424a0e92 100644 --- a/build/fbcode_builder_config.py +++ b/build/fbcode_builder_config.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/cmake/FindGMock.cmake b/cmake/FindGMock.cmake index 431e83c707..94faeca550 100644 --- a/cmake/FindGMock.cmake +++ b/cmake/FindGMock.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/cmake/FindZstd.cmake b/cmake/FindZstd.cmake index e127cc963f..4e56278c91 100644 --- a/cmake/FindZstd.cmake +++ b/cmake/FindZstd.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/cmake/ProxygenTest.cmake b/cmake/ProxygenTest.cmake index 267aa3c8ca..16e0bcc34c 100644 --- a/cmake/ProxygenTest.cmake +++ b/cmake/ProxygenTest.cmake @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/getdeps.sh b/getdeps.sh index 955630b0d1..b0aa8754f1 100755 --- a/getdeps.sh +++ b/getdeps.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/CMakeLists.txt b/proxygen/CMakeLists.txt index 690d715012..3dc2519d7e 100644 --- a/proxygen/CMakeLists.txt +++ b/proxygen/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/build.sh b/proxygen/build.sh index f04d657527..b609ce4722 100755 --- a/proxygen/build.sh +++ b/proxygen/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/fuzzers/CMakeLists.txt b/proxygen/fuzzers/CMakeLists.txt index 956ea7529d..db160865e3 100644 --- a/proxygen/fuzzers/CMakeLists.txt +++ b/proxygen/fuzzers/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/fuzzers/ProxygenHTTP1xFuzzer.cpp b/proxygen/fuzzers/ProxygenHTTP1xFuzzer.cpp index 5167779adb..db886ad422 100644 --- a/proxygen/fuzzers/ProxygenHTTP1xFuzzer.cpp +++ b/proxygen/fuzzers/ProxygenHTTP1xFuzzer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpclient/CMakeLists.txt b/proxygen/httpclient/CMakeLists.txt index 6676aba86c..213747d9e8 100644 --- a/proxygen/httpclient/CMakeLists.txt +++ b/proxygen/httpclient/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpclient/samples/CMakeLists.txt b/proxygen/httpclient/samples/CMakeLists.txt index b8318b7897..9394aad81d 100644 --- a/proxygen/httpclient/samples/CMakeLists.txt +++ b/proxygen/httpclient/samples/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpclient/samples/H3Datagram/CMakeLists.txt b/proxygen/httpclient/samples/H3Datagram/CMakeLists.txt index b3eae62507..9a3d0b7351 100644 --- a/proxygen/httpclient/samples/H3Datagram/CMakeLists.txt +++ b/proxygen/httpclient/samples/H3Datagram/CMakeLists.txt @@ -1,8 +1,9 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. + if (BUILD_QUIC) add_executable(proxygen_h3datagram_client H3DatagramClient.cpp) target_compile_options( diff --git a/proxygen/httpclient/samples/H3Datagram/H3DatagramClient.cpp b/proxygen/httpclient/samples/H3Datagram/H3DatagramClient.cpp index a18fc6fbd4..427b5b7484 100644 --- a/proxygen/httpclient/samples/H3Datagram/H3DatagramClient.cpp +++ b/proxygen/httpclient/samples/H3Datagram/H3DatagramClient.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpclient/samples/curl/CMakeLists.txt b/proxygen/httpclient/samples/curl/CMakeLists.txt index 352a1a6d76..9d9ef1c2a7 100644 --- a/proxygen/httpclient/samples/curl/CMakeLists.txt +++ b/proxygen/httpclient/samples/curl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpclient/samples/curl/CurlClient.cpp b/proxygen/httpclient/samples/curl/CurlClient.cpp index e539f40e13..3b439ef02d 100644 --- a/proxygen/httpclient/samples/curl/CurlClient.cpp +++ b/proxygen/httpclient/samples/curl/CurlClient.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpclient/samples/curl/CurlClient.h b/proxygen/httpclient/samples/curl/CurlClient.h index 01cc567635..3214b32947 100644 --- a/proxygen/httpclient/samples/curl/CurlClient.h +++ b/proxygen/httpclient/samples/curl/CurlClient.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpclient/samples/curl/CurlClientMain.cpp b/proxygen/httpclient/samples/curl/CurlClientMain.cpp index d490c58071..37a1c70e18 100644 --- a/proxygen/httpclient/samples/curl/CurlClientMain.cpp +++ b/proxygen/httpclient/samples/curl/CurlClientMain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpclient/samples/pricli/CMakeLists.txt b/proxygen/httpclient/samples/pricli/CMakeLists.txt index f8213dfbec..5e1c9ff9a6 100644 --- a/proxygen/httpclient/samples/pricli/CMakeLists.txt +++ b/proxygen/httpclient/samples/pricli/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpclient/samples/pricli/PriCli.cpp b/proxygen/httpclient/samples/pricli/PriCli.cpp index 0f1e2945ba..f953473eec 100644 --- a/proxygen/httpclient/samples/pricli/PriCli.cpp +++ b/proxygen/httpclient/samples/pricli/PriCli.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/ExMessageHandler.h b/proxygen/httpserver/ExMessageHandler.h index 4682e87f32..3b8334f901 100644 --- a/proxygen/httpserver/ExMessageHandler.h +++ b/proxygen/httpserver/ExMessageHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/Filters.h b/proxygen/httpserver/Filters.h index fd08e781e6..d4c1704015 100644 --- a/proxygen/httpserver/Filters.h +++ b/proxygen/httpserver/Filters.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/HTTPServer.cpp b/proxygen/httpserver/HTTPServer.cpp index 4ccf1fb71d..8586b55be3 100644 --- a/proxygen/httpserver/HTTPServer.cpp +++ b/proxygen/httpserver/HTTPServer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/HTTPServer.h b/proxygen/httpserver/HTTPServer.h index 455348de9a..a30162a7f7 100644 --- a/proxygen/httpserver/HTTPServer.h +++ b/proxygen/httpserver/HTTPServer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/HTTPServerAcceptor.cpp b/proxygen/httpserver/HTTPServerAcceptor.cpp index 4d309b9513..58502055e0 100644 --- a/proxygen/httpserver/HTTPServerAcceptor.cpp +++ b/proxygen/httpserver/HTTPServerAcceptor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/HTTPServerAcceptor.h b/proxygen/httpserver/HTTPServerAcceptor.h index 1f050e8c9c..b5a2ffa34e 100644 --- a/proxygen/httpserver/HTTPServerAcceptor.h +++ b/proxygen/httpserver/HTTPServerAcceptor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/HTTPServerOptions.h b/proxygen/httpserver/HTTPServerOptions.h index 9927a6b138..768e67ac7f 100644 --- a/proxygen/httpserver/HTTPServerOptions.h +++ b/proxygen/httpserver/HTTPServerOptions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/HTTPTransactionHandlerAdaptor.h b/proxygen/httpserver/HTTPTransactionHandlerAdaptor.h index 58cf5cefe5..6368248f05 100644 --- a/proxygen/httpserver/HTTPTransactionHandlerAdaptor.h +++ b/proxygen/httpserver/HTTPTransactionHandlerAdaptor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/Mocks.h b/proxygen/httpserver/Mocks.h index d6c7c9e4e6..00871d1568 100644 --- a/proxygen/httpserver/Mocks.h +++ b/proxygen/httpserver/Mocks.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/PushHandler.h b/proxygen/httpserver/PushHandler.h index b9d23ee438..8273349f4a 100644 --- a/proxygen/httpserver/PushHandler.h +++ b/proxygen/httpserver/PushHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/RequestHandler.h b/proxygen/httpserver/RequestHandler.h index 50b2e14dbb..6a05cb0e29 100644 --- a/proxygen/httpserver/RequestHandler.h +++ b/proxygen/httpserver/RequestHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/RequestHandlerAdaptor.cpp b/proxygen/httpserver/RequestHandlerAdaptor.cpp index df60679630..758995b224 100644 --- a/proxygen/httpserver/RequestHandlerAdaptor.cpp +++ b/proxygen/httpserver/RequestHandlerAdaptor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/RequestHandlerAdaptor.h b/proxygen/httpserver/RequestHandlerAdaptor.h index 1d6c73aa64..c09fba1d1f 100644 --- a/proxygen/httpserver/RequestHandlerAdaptor.h +++ b/proxygen/httpserver/RequestHandlerAdaptor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/RequestHandlerFactory.h b/proxygen/httpserver/RequestHandlerFactory.h index 8a3af216b8..2f19d47644 100644 --- a/proxygen/httpserver/RequestHandlerFactory.h +++ b/proxygen/httpserver/RequestHandlerFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/ResponseBuilder.h b/proxygen/httpserver/ResponseBuilder.h index 99658de4da..7933eaff82 100644 --- a/proxygen/httpserver/ResponseBuilder.h +++ b/proxygen/httpserver/ResponseBuilder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/ResponseHandler.h b/proxygen/httpserver/ResponseHandler.h index 042e61710e..432948f6f3 100644 --- a/proxygen/httpserver/ResponseHandler.h +++ b/proxygen/httpserver/ResponseHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/ScopedHTTPServer.h b/proxygen/httpserver/ScopedHTTPServer.h index 43f12023db..f2b548edb4 100644 --- a/proxygen/httpserver/ScopedHTTPServer.h +++ b/proxygen/httpserver/ScopedHTTPServer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/SignalHandler.cpp b/proxygen/httpserver/SignalHandler.cpp index 1315c8d372..53468967ce 100644 --- a/proxygen/httpserver/SignalHandler.cpp +++ b/proxygen/httpserver/SignalHandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/SignalHandler.h b/proxygen/httpserver/SignalHandler.h index dbfe517708..b808964812 100644 --- a/proxygen/httpserver/SignalHandler.h +++ b/proxygen/httpserver/SignalHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/filters/CompressionFilter.h b/proxygen/httpserver/filters/CompressionFilter.h index 3353c684b4..20d0a6d256 100644 --- a/proxygen/httpserver/filters/CompressionFilter.h +++ b/proxygen/httpserver/filters/CompressionFilter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/filters/DirectResponseHandler.h b/proxygen/httpserver/filters/DirectResponseHandler.h index 112e3b26ec..1cdc901ce6 100644 --- a/proxygen/httpserver/filters/DirectResponseHandler.h +++ b/proxygen/httpserver/filters/DirectResponseHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/filters/RejectConnectFilter.h b/proxygen/httpserver/filters/RejectConnectFilter.h index 448cdf2f3f..a491f88e9c 100644 --- a/proxygen/httpserver/filters/RejectConnectFilter.h +++ b/proxygen/httpserver/filters/RejectConnectFilter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/filters/tests/CMakeLists.txt b/proxygen/httpserver/filters/tests/CMakeLists.txt index b69c3412f4..207a3ab493 100644 --- a/proxygen/httpserver/filters/tests/CMakeLists.txt +++ b/proxygen/httpserver/filters/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/filters/tests/CompressionFilterTest.cpp b/proxygen/httpserver/filters/tests/CompressionFilterTest.cpp index d4f88d267f..0fe7923366 100644 --- a/proxygen/httpserver/filters/tests/CompressionFilterTest.cpp +++ b/proxygen/httpserver/filters/tests/CompressionFilterTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/echo/EchoHandler.cpp b/proxygen/httpserver/samples/echo/EchoHandler.cpp index 681f30baf0..15cd5af54f 100644 --- a/proxygen/httpserver/samples/echo/EchoHandler.cpp +++ b/proxygen/httpserver/samples/echo/EchoHandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/echo/EchoHandler.h b/proxygen/httpserver/samples/echo/EchoHandler.h index 7f47dc7dc9..855b330978 100644 --- a/proxygen/httpserver/samples/echo/EchoHandler.h +++ b/proxygen/httpserver/samples/echo/EchoHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/echo/EchoServer.cpp b/proxygen/httpserver/samples/echo/EchoServer.cpp index f4f60d1122..9a29030963 100644 --- a/proxygen/httpserver/samples/echo/EchoServer.cpp +++ b/proxygen/httpserver/samples/echo/EchoServer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/echo/EchoStats.h b/proxygen/httpserver/samples/echo/EchoStats.h index 86104d13f2..d7dd8542f7 100644 --- a/proxygen/httpserver/samples/echo/EchoStats.h +++ b/proxygen/httpserver/samples/echo/EchoStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/echo/test/CMakeLists.txt b/proxygen/httpserver/samples/echo/test/CMakeLists.txt index c732d3afdb..13339103a4 100644 --- a/proxygen/httpserver/samples/echo/test/CMakeLists.txt +++ b/proxygen/httpserver/samples/echo/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/echo/test/EchoHandlerTest.cpp b/proxygen/httpserver/samples/echo/test/EchoHandlerTest.cpp index b14b55887a..a5ef3e2346 100644 --- a/proxygen/httpserver/samples/echo/test/EchoHandlerTest.cpp +++ b/proxygen/httpserver/samples/echo/test/EchoHandlerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/hq/HQLoggerHelper.cpp b/proxygen/httpserver/samples/hq/HQLoggerHelper.cpp index 7864a731f1..2c02b8cd4e 100644 --- a/proxygen/httpserver/samples/hq/HQLoggerHelper.cpp +++ b/proxygen/httpserver/samples/hq/HQLoggerHelper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/hq/InsecureVerifierDangerousDoNotUseInProduction.h b/proxygen/httpserver/samples/hq/InsecureVerifierDangerousDoNotUseInProduction.h index 0049b7a120..42edf1850d 100644 --- a/proxygen/httpserver/samples/hq/InsecureVerifierDangerousDoNotUseInProduction.h +++ b/proxygen/httpserver/samples/hq/InsecureVerifierDangerousDoNotUseInProduction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/proxy/ProxyHandler.cpp b/proxygen/httpserver/samples/proxy/ProxyHandler.cpp index a50914438c..0bc9e51cbb 100644 --- a/proxygen/httpserver/samples/proxy/ProxyHandler.cpp +++ b/proxygen/httpserver/samples/proxy/ProxyHandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/proxy/ProxyHandler.h b/proxygen/httpserver/samples/proxy/ProxyHandler.h index 563db4bcbd..767c82bcaf 100644 --- a/proxygen/httpserver/samples/proxy/ProxyHandler.h +++ b/proxygen/httpserver/samples/proxy/ProxyHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/proxy/ProxyServer.cpp b/proxygen/httpserver/samples/proxy/ProxyServer.cpp index 9c26bfdede..5fe29be12c 100644 --- a/proxygen/httpserver/samples/proxy/ProxyServer.cpp +++ b/proxygen/httpserver/samples/proxy/ProxyServer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/proxy/ProxyStats.h b/proxygen/httpserver/samples/proxy/ProxyStats.h index 7fc6f6c214..506ed76607 100644 --- a/proxygen/httpserver/samples/proxy/ProxyStats.h +++ b/proxygen/httpserver/samples/proxy/ProxyStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/proxy/SessionWrapper.h b/proxygen/httpserver/samples/proxy/SessionWrapper.h index c4925efa55..3329884a11 100644 --- a/proxygen/httpserver/samples/proxy/SessionWrapper.h +++ b/proxygen/httpserver/samples/proxy/SessionWrapper.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/push/PushRequestHandler.cpp b/proxygen/httpserver/samples/push/PushRequestHandler.cpp index 8794ea307e..dd46b308c3 100644 --- a/proxygen/httpserver/samples/push/PushRequestHandler.cpp +++ b/proxygen/httpserver/samples/push/PushRequestHandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/push/PushRequestHandler.h b/proxygen/httpserver/samples/push/PushRequestHandler.h index e1945e9474..c8a08c1ad9 100644 --- a/proxygen/httpserver/samples/push/PushRequestHandler.h +++ b/proxygen/httpserver/samples/push/PushRequestHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/push/PushServer.cpp b/proxygen/httpserver/samples/push/PushServer.cpp index d668d968d4..6f2caf686f 100644 --- a/proxygen/httpserver/samples/push/PushServer.cpp +++ b/proxygen/httpserver/samples/push/PushServer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/push/PushStats.h b/proxygen/httpserver/samples/push/PushStats.h index 5b1655a400..b46c51ab1f 100644 --- a/proxygen/httpserver/samples/push/PushStats.h +++ b/proxygen/httpserver/samples/push/PushStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/static/StaticHandler.cpp b/proxygen/httpserver/samples/static/StaticHandler.cpp index f26afa7790..1390b29dc5 100644 --- a/proxygen/httpserver/samples/static/StaticHandler.cpp +++ b/proxygen/httpserver/samples/static/StaticHandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/static/StaticHandler.h b/proxygen/httpserver/samples/static/StaticHandler.h index 88093bd498..ca63995915 100644 --- a/proxygen/httpserver/samples/static/StaticHandler.h +++ b/proxygen/httpserver/samples/static/StaticHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/samples/static/StaticServer.cpp b/proxygen/httpserver/samples/static/StaticServer.cpp index 27404da0ff..6210df9466 100644 --- a/proxygen/httpserver/samples/static/StaticServer.cpp +++ b/proxygen/httpserver/samples/static/StaticServer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/tests/CMakeLists.txt b/proxygen/httpserver/tests/CMakeLists.txt index f53d94f7a4..2b6522f72c 100644 --- a/proxygen/httpserver/tests/CMakeLists.txt +++ b/proxygen/httpserver/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/tests/HTTPServerTest.cpp b/proxygen/httpserver/tests/HTTPServerTest.cpp index 17d74743fd..ad9dd5637d 100644 --- a/proxygen/httpserver/tests/HTTPServerTest.cpp +++ b/proxygen/httpserver/tests/HTTPServerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/httpserver/tests/RequestHandlerAdaptorTest.cpp b/proxygen/httpserver/tests/RequestHandlerAdaptorTest.cpp index 93ab7aa96b..51c581c17b 100644 --- a/proxygen/httpserver/tests/RequestHandlerAdaptorTest.cpp +++ b/proxygen/httpserver/tests/RequestHandlerAdaptorTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/install.sh b/proxygen/install.sh index a558ffbdda..d05a848a0a 100755 --- a/proxygen/install.sh +++ b/proxygen/install.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/healthcheck/PoolHealthChecker.h b/proxygen/lib/healthcheck/PoolHealthChecker.h index daaae83c61..7a7dd26d5f 100644 --- a/proxygen/lib/healthcheck/PoolHealthChecker.h +++ b/proxygen/lib/healthcheck/PoolHealthChecker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/healthcheck/ServerHealthCheckerCallback.cpp b/proxygen/lib/healthcheck/ServerHealthCheckerCallback.cpp index b7a41b6eef..744f1c2e78 100644 --- a/proxygen/lib/healthcheck/ServerHealthCheckerCallback.cpp +++ b/proxygen/lib/healthcheck/ServerHealthCheckerCallback.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/healthcheck/ServerHealthCheckerCallback.h b/proxygen/lib/healthcheck/ServerHealthCheckerCallback.h index fba94f0b78..27475c8739 100644 --- a/proxygen/lib/healthcheck/ServerHealthCheckerCallback.h +++ b/proxygen/lib/healthcheck/ServerHealthCheckerCallback.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HQConnector.cpp b/proxygen/lib/http/HQConnector.cpp index 0787ab6836..99f014e72c 100644 --- a/proxygen/lib/http/HQConnector.cpp +++ b/proxygen/lib/http/HQConnector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HQConnector.h b/proxygen/lib/http/HQConnector.h index c970979368..b7bb433bb6 100644 --- a/proxygen/lib/http/HQConnector.h +++ b/proxygen/lib/http/HQConnector.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTP3ErrorCode.cpp b/proxygen/lib/http/HTTP3ErrorCode.cpp index 9dbd9f7a40..b184a24bbe 100644 --- a/proxygen/lib/http/HTTP3ErrorCode.cpp +++ b/proxygen/lib/http/HTTP3ErrorCode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTP3ErrorCode.h b/proxygen/lib/http/HTTP3ErrorCode.h index d9c9054d07..5fd02885eb 100644 --- a/proxygen/lib/http/HTTP3ErrorCode.h +++ b/proxygen/lib/http/HTTP3ErrorCode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPConnector.h b/proxygen/lib/http/HTTPConnector.h index be60019a03..37bb371132 100644 --- a/proxygen/lib/http/HTTPConnector.h +++ b/proxygen/lib/http/HTTPConnector.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPConnectorWithFizz.cpp b/proxygen/lib/http/HTTPConnectorWithFizz.cpp index cf2f335b65..e859dd71be 100644 --- a/proxygen/lib/http/HTTPConnectorWithFizz.cpp +++ b/proxygen/lib/http/HTTPConnectorWithFizz.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPConnectorWithFizz.h b/proxygen/lib/http/HTTPConnectorWithFizz.h index 4dd56f33d7..d7782229d0 100644 --- a/proxygen/lib/http/HTTPConnectorWithFizz.h +++ b/proxygen/lib/http/HTTPConnectorWithFizz.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPConstants.cpp b/proxygen/lib/http/HTTPConstants.cpp index 56893f42b6..60b37e495e 100644 --- a/proxygen/lib/http/HTTPConstants.cpp +++ b/proxygen/lib/http/HTTPConstants.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPConstants.h b/proxygen/lib/http/HTTPConstants.h index 59562fd121..9efe4b7e84 100644 --- a/proxygen/lib/http/HTTPConstants.h +++ b/proxygen/lib/http/HTTPConstants.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPException.cpp b/proxygen/lib/http/HTTPException.cpp index ab7419c3e5..124687c39f 100644 --- a/proxygen/lib/http/HTTPException.cpp +++ b/proxygen/lib/http/HTTPException.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPException.h b/proxygen/lib/http/HTTPException.h index 9fc4d43891..706446be0e 100644 --- a/proxygen/lib/http/HTTPException.h +++ b/proxygen/lib/http/HTTPException.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPHeaderSize.h b/proxygen/lib/http/HTTPHeaderSize.h index 07d803dadf..b21356f955 100644 --- a/proxygen/lib/http/HTTPHeaderSize.h +++ b/proxygen/lib/http/HTTPHeaderSize.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPHeaders.cpp b/proxygen/lib/http/HTTPHeaders.cpp index b812cb97cd..47188d2ea0 100644 --- a/proxygen/lib/http/HTTPHeaders.cpp +++ b/proxygen/lib/http/HTTPHeaders.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPHeaders.h b/proxygen/lib/http/HTTPHeaders.h index d2cc94dbbd..7a4d465034 100644 --- a/proxygen/lib/http/HTTPHeaders.h +++ b/proxygen/lib/http/HTTPHeaders.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPMessage.cpp b/proxygen/lib/http/HTTPMessage.cpp index 733acd5674..ffbd9af084 100644 --- a/proxygen/lib/http/HTTPMessage.cpp +++ b/proxygen/lib/http/HTTPMessage.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPMessage.h b/proxygen/lib/http/HTTPMessage.h index b353458f80..256e358965 100644 --- a/proxygen/lib/http/HTTPMessage.h +++ b/proxygen/lib/http/HTTPMessage.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPMessageFilters.cpp b/proxygen/lib/http/HTTPMessageFilters.cpp index a8f7532c71..1ff0039a65 100644 --- a/proxygen/lib/http/HTTPMessageFilters.cpp +++ b/proxygen/lib/http/HTTPMessageFilters.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPMessageFilters.h b/proxygen/lib/http/HTTPMessageFilters.h index 8f61c6856e..c383fd343e 100644 --- a/proxygen/lib/http/HTTPMessageFilters.h +++ b/proxygen/lib/http/HTTPMessageFilters.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPMethod.cpp b/proxygen/lib/http/HTTPMethod.cpp index d430492247..d998693b84 100644 --- a/proxygen/lib/http/HTTPMethod.cpp +++ b/proxygen/lib/http/HTTPMethod.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPMethod.h b/proxygen/lib/http/HTTPMethod.h index 2e24940e26..1d72ec9ecd 100644 --- a/proxygen/lib/http/HTTPMethod.h +++ b/proxygen/lib/http/HTTPMethod.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPPriorityFunctions.cpp b/proxygen/lib/http/HTTPPriorityFunctions.cpp index d825544564..4d922742c3 100644 --- a/proxygen/lib/http/HTTPPriorityFunctions.cpp +++ b/proxygen/lib/http/HTTPPriorityFunctions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HTTPPriorityFunctions.h b/proxygen/lib/http/HTTPPriorityFunctions.h index 8d4447038d..c9f38cbc38 100644 --- a/proxygen/lib/http/HTTPPriorityFunctions.h +++ b/proxygen/lib/http/HTTPPriorityFunctions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HeaderConstants.cpp b/proxygen/lib/http/HeaderConstants.cpp index e59b2d8eee..2e1eaff085 100644 --- a/proxygen/lib/http/HeaderConstants.cpp +++ b/proxygen/lib/http/HeaderConstants.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/HeaderConstants.h b/proxygen/lib/http/HeaderConstants.h index 546eb7cf37..dcf713b601 100644 --- a/proxygen/lib/http/HeaderConstants.h +++ b/proxygen/lib/http/HeaderConstants.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/ProxyStatus.cpp b/proxygen/lib/http/ProxyStatus.cpp index a1ac6f9e61..a5c4e52ac3 100644 --- a/proxygen/lib/http/ProxyStatus.cpp +++ b/proxygen/lib/http/ProxyStatus.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/ProxyStatus.h b/proxygen/lib/http/ProxyStatus.h index d80d47563b..68cf76dce2 100644 --- a/proxygen/lib/http/ProxyStatus.h +++ b/proxygen/lib/http/ProxyStatus.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/ProxygenErrorEnum.cpp b/proxygen/lib/http/ProxygenErrorEnum.cpp index e50207af7b..0fafadd24f 100644 --- a/proxygen/lib/http/ProxygenErrorEnum.cpp +++ b/proxygen/lib/http/ProxygenErrorEnum.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/ProxygenErrorEnum.h b/proxygen/lib/http/ProxygenErrorEnum.h index d05bf118ef..b067234893 100644 --- a/proxygen/lib/http/ProxygenErrorEnum.h +++ b/proxygen/lib/http/ProxygenErrorEnum.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/RFC2616.cpp b/proxygen/lib/http/RFC2616.cpp index ee986b5c5c..ff69e995e1 100644 --- a/proxygen/lib/http/RFC2616.cpp +++ b/proxygen/lib/http/RFC2616.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/RFC2616.h b/proxygen/lib/http/RFC2616.h index 13d24fa536..988c8464ed 100644 --- a/proxygen/lib/http/RFC2616.h +++ b/proxygen/lib/http/RFC2616.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/StatusTypeEnum.cpp b/proxygen/lib/http/StatusTypeEnum.cpp index a979ab6c71..5aca303919 100644 --- a/proxygen/lib/http/StatusTypeEnum.cpp +++ b/proxygen/lib/http/StatusTypeEnum.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/StatusTypeEnum.h b/proxygen/lib/http/StatusTypeEnum.h index 88b171d0f1..79fa284c3a 100644 --- a/proxygen/lib/http/StatusTypeEnum.h +++ b/proxygen/lib/http/StatusTypeEnum.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/SynchronizedLruQuicPskCache.cpp b/proxygen/lib/http/SynchronizedLruQuicPskCache.cpp index f4d78fe264..477bc05675 100644 --- a/proxygen/lib/http/SynchronizedLruQuicPskCache.cpp +++ b/proxygen/lib/http/SynchronizedLruQuicPskCache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/SynchronizedLruQuicPskCache.h b/proxygen/lib/http/SynchronizedLruQuicPskCache.h index 44c737776c..61c6a01545 100644 --- a/proxygen/lib/http/SynchronizedLruQuicPskCache.h +++ b/proxygen/lib/http/SynchronizedLruQuicPskCache.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/Window.cpp b/proxygen/lib/http/Window.cpp index 148c728387..c9593ca8de 100644 --- a/proxygen/lib/http/Window.cpp +++ b/proxygen/lib/http/Window.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/Window.h b/proxygen/lib/http/Window.h index 88602d2b4a..c1f644df80 100644 --- a/proxygen/lib/http/Window.h +++ b/proxygen/lib/http/Window.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/CodecDictionaries.h b/proxygen/lib/http/codec/CodecDictionaries.h index 7de9d11251..8a3e6a3da8 100644 --- a/proxygen/lib/http/codec/CodecDictionaries.h +++ b/proxygen/lib/http/codec/CodecDictionaries.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/CodecUtil.cpp b/proxygen/lib/http/codec/CodecUtil.cpp index 36424218be..88b0bd08c2 100644 --- a/proxygen/lib/http/codec/CodecUtil.cpp +++ b/proxygen/lib/http/codec/CodecUtil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/CodecUtil.h b/proxygen/lib/http/codec/CodecUtil.h index 16d81c98ae..7288834376 100644 --- a/proxygen/lib/http/codec/CodecUtil.h +++ b/proxygen/lib/http/codec/CodecUtil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/ControlMessageRateLimitFilter.h b/proxygen/lib/http/codec/ControlMessageRateLimitFilter.h index 0818a53b41..24d2814053 100644 --- a/proxygen/lib/http/codec/ControlMessageRateLimitFilter.h +++ b/proxygen/lib/http/codec/ControlMessageRateLimitFilter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/DefaultHTTPCodecFactory.h b/proxygen/lib/http/codec/DefaultHTTPCodecFactory.h index e02812a950..bcc01ae0dc 100644 --- a/proxygen/lib/http/codec/DefaultHTTPCodecFactory.h +++ b/proxygen/lib/http/codec/DefaultHTTPCodecFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/ErrorCode.cpp b/proxygen/lib/http/codec/ErrorCode.cpp index 0002257cca..f3cb34bc89 100644 --- a/proxygen/lib/http/codec/ErrorCode.cpp +++ b/proxygen/lib/http/codec/ErrorCode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/ErrorCode.h b/proxygen/lib/http/codec/ErrorCode.h index e14605cbdd..4bcbca4524 100644 --- a/proxygen/lib/http/codec/ErrorCode.h +++ b/proxygen/lib/http/codec/ErrorCode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/FlowControlFilter.cpp b/proxygen/lib/http/codec/FlowControlFilter.cpp index 69fb9866a7..8ed49dc1ab 100644 --- a/proxygen/lib/http/codec/FlowControlFilter.cpp +++ b/proxygen/lib/http/codec/FlowControlFilter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/FlowControlFilter.h b/proxygen/lib/http/codec/FlowControlFilter.h index e875d54183..558ab127e1 100644 --- a/proxygen/lib/http/codec/FlowControlFilter.h +++ b/proxygen/lib/http/codec/FlowControlFilter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HQControlCodec.cpp b/proxygen/lib/http/codec/HQControlCodec.cpp index 106f2c8e7a..3bb85a6a0f 100644 --- a/proxygen/lib/http/codec/HQControlCodec.cpp +++ b/proxygen/lib/http/codec/HQControlCodec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HQControlCodec.h b/proxygen/lib/http/codec/HQControlCodec.h index 83afb7cf18..973d56d437 100644 --- a/proxygen/lib/http/codec/HQControlCodec.h +++ b/proxygen/lib/http/codec/HQControlCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HQFramedCodec.cpp b/proxygen/lib/http/codec/HQFramedCodec.cpp index 962d486550..228b9853e5 100644 --- a/proxygen/lib/http/codec/HQFramedCodec.cpp +++ b/proxygen/lib/http/codec/HQFramedCodec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HQFramedCodec.h b/proxygen/lib/http/codec/HQFramedCodec.h index e11a558ed1..3241face1d 100644 --- a/proxygen/lib/http/codec/HQFramedCodec.h +++ b/proxygen/lib/http/codec/HQFramedCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HQFramer.cpp b/proxygen/lib/http/codec/HQFramer.cpp index d16a70a583..d5387fea57 100644 --- a/proxygen/lib/http/codec/HQFramer.cpp +++ b/proxygen/lib/http/codec/HQFramer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HQFramer.h b/proxygen/lib/http/codec/HQFramer.h index 2a9a421c7c..b905279d7f 100644 --- a/proxygen/lib/http/codec/HQFramer.h +++ b/proxygen/lib/http/codec/HQFramer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HQMultiCodec.h b/proxygen/lib/http/codec/HQMultiCodec.h index adc512c653..574f9e6170 100644 --- a/proxygen/lib/http/codec/HQMultiCodec.h +++ b/proxygen/lib/http/codec/HQMultiCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HQStreamCodec.cpp b/proxygen/lib/http/codec/HQStreamCodec.cpp index e8ebdaae8e..4142c9669f 100644 --- a/proxygen/lib/http/codec/HQStreamCodec.cpp +++ b/proxygen/lib/http/codec/HQStreamCodec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HQStreamCodec.h b/proxygen/lib/http/codec/HQStreamCodec.h index d7f83a1b82..ed85e8fc49 100644 --- a/proxygen/lib/http/codec/HQStreamCodec.h +++ b/proxygen/lib/http/codec/HQStreamCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HQUnidirectionalCodec.cpp b/proxygen/lib/http/codec/HQUnidirectionalCodec.cpp index 1d071bf3d1..76dd527841 100644 --- a/proxygen/lib/http/codec/HQUnidirectionalCodec.cpp +++ b/proxygen/lib/http/codec/HQUnidirectionalCodec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HQUnidirectionalCodec.h b/proxygen/lib/http/codec/HQUnidirectionalCodec.h index e171a025ab..327bf4f201 100644 --- a/proxygen/lib/http/codec/HQUnidirectionalCodec.h +++ b/proxygen/lib/http/codec/HQUnidirectionalCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HQUtils.cpp b/proxygen/lib/http/codec/HQUtils.cpp index 805fc95cce..5c07753d0b 100644 --- a/proxygen/lib/http/codec/HQUtils.cpp +++ b/proxygen/lib/http/codec/HQUtils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HQUtils.h b/proxygen/lib/http/codec/HQUtils.h index d35b898b7a..36a34b840c 100644 --- a/proxygen/lib/http/codec/HQUtils.h +++ b/proxygen/lib/http/codec/HQUtils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTP1xCodec.cpp b/proxygen/lib/http/codec/HTTP1xCodec.cpp index 3d25347dd4..3eea3f0dff 100644 --- a/proxygen/lib/http/codec/HTTP1xCodec.cpp +++ b/proxygen/lib/http/codec/HTTP1xCodec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTP1xCodec.h b/proxygen/lib/http/codec/HTTP1xCodec.h index 3534865ed4..d3ed2e1d32 100644 --- a/proxygen/lib/http/codec/HTTP1xCodec.h +++ b/proxygen/lib/http/codec/HTTP1xCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTP2Codec.cpp b/proxygen/lib/http/codec/HTTP2Codec.cpp index 4e398a8a1f..7e9217363f 100644 --- a/proxygen/lib/http/codec/HTTP2Codec.cpp +++ b/proxygen/lib/http/codec/HTTP2Codec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTP2Constants.cpp b/proxygen/lib/http/codec/HTTP2Constants.cpp index 68de05148d..223bc610f9 100644 --- a/proxygen/lib/http/codec/HTTP2Constants.cpp +++ b/proxygen/lib/http/codec/HTTP2Constants.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTP2Constants.h b/proxygen/lib/http/codec/HTTP2Constants.h index 064d2e13c1..226d5bde6a 100644 --- a/proxygen/lib/http/codec/HTTP2Constants.h +++ b/proxygen/lib/http/codec/HTTP2Constants.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTP2Framer.cpp b/proxygen/lib/http/codec/HTTP2Framer.cpp index e28570e5dd..ff5c309cca 100644 --- a/proxygen/lib/http/codec/HTTP2Framer.cpp +++ b/proxygen/lib/http/codec/HTTP2Framer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTP2Framer.h b/proxygen/lib/http/codec/HTTP2Framer.h index bab2832786..10838daeca 100644 --- a/proxygen/lib/http/codec/HTTP2Framer.h +++ b/proxygen/lib/http/codec/HTTP2Framer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTPChecks.cpp b/proxygen/lib/http/codec/HTTPChecks.cpp index 207dbb0eef..2bdfab8b18 100644 --- a/proxygen/lib/http/codec/HTTPChecks.cpp +++ b/proxygen/lib/http/codec/HTTPChecks.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTPChecks.h b/proxygen/lib/http/codec/HTTPChecks.h index 748a73a568..a2fa307951 100644 --- a/proxygen/lib/http/codec/HTTPChecks.h +++ b/proxygen/lib/http/codec/HTTPChecks.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTPCodecFactory.h b/proxygen/lib/http/codec/HTTPCodecFactory.h index 3c718ae944..35f4cb52da 100644 --- a/proxygen/lib/http/codec/HTTPCodecFactory.h +++ b/proxygen/lib/http/codec/HTTPCodecFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTPCodecFilter.cpp b/proxygen/lib/http/codec/HTTPCodecFilter.cpp index f6ebb0df28..0f249a93e7 100644 --- a/proxygen/lib/http/codec/HTTPCodecFilter.cpp +++ b/proxygen/lib/http/codec/HTTPCodecFilter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTPCodecFilter.h b/proxygen/lib/http/codec/HTTPCodecFilter.h index 8269a351a6..9206f8df1f 100644 --- a/proxygen/lib/http/codec/HTTPCodecFilter.h +++ b/proxygen/lib/http/codec/HTTPCodecFilter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTPParallelCodec.cpp b/proxygen/lib/http/codec/HTTPParallelCodec.cpp index 44ec3c9548..0493cdb33c 100644 --- a/proxygen/lib/http/codec/HTTPParallelCodec.cpp +++ b/proxygen/lib/http/codec/HTTPParallelCodec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTPParallelCodec.h b/proxygen/lib/http/codec/HTTPParallelCodec.h index d0197b5e54..74f37749d4 100644 --- a/proxygen/lib/http/codec/HTTPParallelCodec.h +++ b/proxygen/lib/http/codec/HTTPParallelCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTPRequestVerifier.h b/proxygen/lib/http/codec/HTTPRequestVerifier.h index c83ac76f87..0cb660f1a7 100644 --- a/proxygen/lib/http/codec/HTTPRequestVerifier.h +++ b/proxygen/lib/http/codec/HTTPRequestVerifier.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTPSettings.cpp b/proxygen/lib/http/codec/HTTPSettings.cpp index 5cb4bbea13..64ff05af04 100644 --- a/proxygen/lib/http/codec/HTTPSettings.cpp +++ b/proxygen/lib/http/codec/HTTPSettings.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HTTPSettings.h b/proxygen/lib/http/codec/HTTPSettings.h index 6946f73c35..4dceaeb708 100644 --- a/proxygen/lib/http/codec/HTTPSettings.h +++ b/proxygen/lib/http/codec/HTTPSettings.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HeaderDecodeInfo.cpp b/proxygen/lib/http/codec/HeaderDecodeInfo.cpp index 8966bb1f27..b9b4f0b4e2 100644 --- a/proxygen/lib/http/codec/HeaderDecodeInfo.cpp +++ b/proxygen/lib/http/codec/HeaderDecodeInfo.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/HeaderDecodeInfo.h b/proxygen/lib/http/codec/HeaderDecodeInfo.h index 3b427ef8b1..38f6007ad1 100644 --- a/proxygen/lib/http/codec/HeaderDecodeInfo.h +++ b/proxygen/lib/http/codec/HeaderDecodeInfo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/QPACKDecoderCodec.h b/proxygen/lib/http/codec/QPACKDecoderCodec.h index 1fad832984..e7f5377b4f 100644 --- a/proxygen/lib/http/codec/QPACKDecoderCodec.h +++ b/proxygen/lib/http/codec/QPACKDecoderCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/QPACKEncoderCodec.h b/proxygen/lib/http/codec/QPACKEncoderCodec.h index 9a1d4d7f3b..ce93b9afd7 100644 --- a/proxygen/lib/http/codec/QPACKEncoderCodec.h +++ b/proxygen/lib/http/codec/QPACKEncoderCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/SettingsId.h b/proxygen/lib/http/codec/SettingsId.h index 8bbb81ab11..ed3842dd31 100644 --- a/proxygen/lib/http/codec/SettingsId.h +++ b/proxygen/lib/http/codec/SettingsId.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/TransportDirection.cpp b/proxygen/lib/http/codec/TransportDirection.cpp index ecac2f909b..17ed7cf868 100644 --- a/proxygen/lib/http/codec/TransportDirection.cpp +++ b/proxygen/lib/http/codec/TransportDirection.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/TransportDirection.h b/proxygen/lib/http/codec/TransportDirection.h index 621779512c..32e1c2b066 100644 --- a/proxygen/lib/http/codec/TransportDirection.h +++ b/proxygen/lib/http/codec/TransportDirection.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/CompressionInfo.h b/proxygen/lib/http/codec/compress/CompressionInfo.h index 2d9c2c2d3f..ec485d76d5 100644 --- a/proxygen/lib/http/codec/compress/CompressionInfo.h +++ b/proxygen/lib/http/codec/compress/CompressionInfo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKCodec.h b/proxygen/lib/http/codec/compress/HPACKCodec.h index 428a46e42a..089861010b 100644 --- a/proxygen/lib/http/codec/compress/HPACKCodec.h +++ b/proxygen/lib/http/codec/compress/HPACKCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKConstants.h b/proxygen/lib/http/codec/compress/HPACKConstants.h index dfba75e71d..81e8dcf116 100644 --- a/proxygen/lib/http/codec/compress/HPACKConstants.h +++ b/proxygen/lib/http/codec/compress/HPACKConstants.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKContext.cpp b/proxygen/lib/http/codec/compress/HPACKContext.cpp index 0762d2d4b6..76dbcb929f 100644 --- a/proxygen/lib/http/codec/compress/HPACKContext.cpp +++ b/proxygen/lib/http/codec/compress/HPACKContext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKContext.h b/proxygen/lib/http/codec/compress/HPACKContext.h index fcf9b7050e..cdcc99b505 100644 --- a/proxygen/lib/http/codec/compress/HPACKContext.h +++ b/proxygen/lib/http/codec/compress/HPACKContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.cpp b/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.cpp index 1743046c5a..5ffc9cefd5 100644 --- a/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.cpp +++ b/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.h b/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.h index 0ac922a0e7..3a5c4848c4 100644 --- a/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.h +++ b/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKDecoder.cpp b/proxygen/lib/http/codec/compress/HPACKDecoder.cpp index 388d73c85e..d95191bd9f 100644 --- a/proxygen/lib/http/codec/compress/HPACKDecoder.cpp +++ b/proxygen/lib/http/codec/compress/HPACKDecoder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKDecoder.h b/proxygen/lib/http/codec/compress/HPACKDecoder.h index ec8a99536f..26a3718f4b 100644 --- a/proxygen/lib/http/codec/compress/HPACKDecoder.h +++ b/proxygen/lib/http/codec/compress/HPACKDecoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKDecoderBase.cpp b/proxygen/lib/http/codec/compress/HPACKDecoderBase.cpp index 3ae6b0e548..02725a17a5 100644 --- a/proxygen/lib/http/codec/compress/HPACKDecoderBase.cpp +++ b/proxygen/lib/http/codec/compress/HPACKDecoderBase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKDecoderBase.h b/proxygen/lib/http/codec/compress/HPACKDecoderBase.h index a2aafa5bb5..ce69cc6b1e 100644 --- a/proxygen/lib/http/codec/compress/HPACKDecoderBase.h +++ b/proxygen/lib/http/codec/compress/HPACKDecoderBase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.cpp b/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.cpp index 3c37f8540f..ef686a014b 100644 --- a/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.cpp +++ b/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.h b/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.h index c4fca14b86..d65395bc53 100644 --- a/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.h +++ b/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKEncoder.cpp b/proxygen/lib/http/codec/compress/HPACKEncoder.cpp index 11e44a4bb3..83b7643a9d 100644 --- a/proxygen/lib/http/codec/compress/HPACKEncoder.cpp +++ b/proxygen/lib/http/codec/compress/HPACKEncoder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKEncoder.h b/proxygen/lib/http/codec/compress/HPACKEncoder.h index 0ed9227306..47c4a7bbb9 100644 --- a/proxygen/lib/http/codec/compress/HPACKEncoder.h +++ b/proxygen/lib/http/codec/compress/HPACKEncoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKEncoderBase.cpp b/proxygen/lib/http/codec/compress/HPACKEncoderBase.cpp index 7f9b0be0db..dc6cefc0ed 100644 --- a/proxygen/lib/http/codec/compress/HPACKEncoderBase.cpp +++ b/proxygen/lib/http/codec/compress/HPACKEncoderBase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKEncoderBase.h b/proxygen/lib/http/codec/compress/HPACKEncoderBase.h index 9d38fc6688..5fc1c31318 100644 --- a/proxygen/lib/http/codec/compress/HPACKEncoderBase.h +++ b/proxygen/lib/http/codec/compress/HPACKEncoderBase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKHeader.cpp b/proxygen/lib/http/codec/compress/HPACKHeader.cpp index df7548100a..1ebfc91d36 100644 --- a/proxygen/lib/http/codec/compress/HPACKHeader.cpp +++ b/proxygen/lib/http/codec/compress/HPACKHeader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKHeader.h b/proxygen/lib/http/codec/compress/HPACKHeader.h index 65cb23f9ab..6f51a72d53 100644 --- a/proxygen/lib/http/codec/compress/HPACKHeader.h +++ b/proxygen/lib/http/codec/compress/HPACKHeader.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKHeaderName.h b/proxygen/lib/http/codec/compress/HPACKHeaderName.h index f9bc11c626..0feaf1b42f 100644 --- a/proxygen/lib/http/codec/compress/HPACKHeaderName.h +++ b/proxygen/lib/http/codec/compress/HPACKHeaderName.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKQueue.h b/proxygen/lib/http/codec/compress/HPACKQueue.h index a8ec640908..13f46770c0 100644 --- a/proxygen/lib/http/codec/compress/HPACKQueue.h +++ b/proxygen/lib/http/codec/compress/HPACKQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HPACKStreamingCallback.h b/proxygen/lib/http/codec/compress/HPACKStreamingCallback.h index e3d3fe8bf2..848036d8a0 100644 --- a/proxygen/lib/http/codec/compress/HPACKStreamingCallback.h +++ b/proxygen/lib/http/codec/compress/HPACKStreamingCallback.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/Header.h b/proxygen/lib/http/codec/compress/Header.h index 7880a1fc28..ff1692e0da 100644 --- a/proxygen/lib/http/codec/compress/Header.h +++ b/proxygen/lib/http/codec/compress/Header.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HeaderCodec.h b/proxygen/lib/http/codec/compress/HeaderCodec.h index 6ee8d3b594..85d258b73b 100644 --- a/proxygen/lib/http/codec/compress/HeaderCodec.h +++ b/proxygen/lib/http/codec/compress/HeaderCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.cpp b/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.cpp index 36f9b48f16..7642b469bd 100644 --- a/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.cpp +++ b/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.h b/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.h index d58db2dd31..4727f7f334 100644 --- a/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.h +++ b/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HeaderPiece.h b/proxygen/lib/http/codec/compress/HeaderPiece.h index 59dc03d5c5..4ab9ec2604 100644 --- a/proxygen/lib/http/codec/compress/HeaderPiece.h +++ b/proxygen/lib/http/codec/compress/HeaderPiece.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HeaderTable.cpp b/proxygen/lib/http/codec/compress/HeaderTable.cpp index 0e1d54b82a..2c98a7662b 100644 --- a/proxygen/lib/http/codec/compress/HeaderTable.cpp +++ b/proxygen/lib/http/codec/compress/HeaderTable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/HeaderTable.h b/proxygen/lib/http/codec/compress/HeaderTable.h index 1127bf4f55..324dd675b0 100644 --- a/proxygen/lib/http/codec/compress/HeaderTable.h +++ b/proxygen/lib/http/codec/compress/HeaderTable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/Huffman.cpp b/proxygen/lib/http/codec/compress/Huffman.cpp index b6f69c5388..8c67e18f23 100644 --- a/proxygen/lib/http/codec/compress/Huffman.cpp +++ b/proxygen/lib/http/codec/compress/Huffman.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/Huffman.h b/proxygen/lib/http/codec/compress/Huffman.h index 2cccaabe06..2877bf0a17 100644 --- a/proxygen/lib/http/codec/compress/Huffman.h +++ b/proxygen/lib/http/codec/compress/Huffman.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/Logging.cpp b/proxygen/lib/http/codec/compress/Logging.cpp index 66afaf1fd1..d593725051 100644 --- a/proxygen/lib/http/codec/compress/Logging.cpp +++ b/proxygen/lib/http/codec/compress/Logging.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/Logging.h b/proxygen/lib/http/codec/compress/Logging.h index 2d0e1f98a0..b561c9df6e 100644 --- a/proxygen/lib/http/codec/compress/Logging.h +++ b/proxygen/lib/http/codec/compress/Logging.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.cpp b/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.cpp index 685f20d5d1..0561e718ec 100644 --- a/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.cpp +++ b/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.h b/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.h index 175c8b26e6..5ac078613b 100644 --- a/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.h +++ b/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/QPACKCodec.h b/proxygen/lib/http/codec/compress/QPACKCodec.h index 31dc62147a..d0ce292f17 100644 --- a/proxygen/lib/http/codec/compress/QPACKCodec.h +++ b/proxygen/lib/http/codec/compress/QPACKCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/QPACKContext.cpp b/proxygen/lib/http/codec/compress/QPACKContext.cpp index da8f839b7f..af7b7e5da5 100644 --- a/proxygen/lib/http/codec/compress/QPACKContext.cpp +++ b/proxygen/lib/http/codec/compress/QPACKContext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/QPACKContext.h b/proxygen/lib/http/codec/compress/QPACKContext.h index aeb8f07aad..d3ebf9a690 100644 --- a/proxygen/lib/http/codec/compress/QPACKContext.h +++ b/proxygen/lib/http/codec/compress/QPACKContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/QPACKDecoder.cpp b/proxygen/lib/http/codec/compress/QPACKDecoder.cpp index d04ca1d0a9..4ac7e629cc 100644 --- a/proxygen/lib/http/codec/compress/QPACKDecoder.cpp +++ b/proxygen/lib/http/codec/compress/QPACKDecoder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/QPACKDecoder.h b/proxygen/lib/http/codec/compress/QPACKDecoder.h index 0f4176aed7..b0ddf17c76 100644 --- a/proxygen/lib/http/codec/compress/QPACKDecoder.h +++ b/proxygen/lib/http/codec/compress/QPACKDecoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/QPACKEncoder.cpp b/proxygen/lib/http/codec/compress/QPACKEncoder.cpp index d5299d67ce..67d4027a41 100644 --- a/proxygen/lib/http/codec/compress/QPACKEncoder.cpp +++ b/proxygen/lib/http/codec/compress/QPACKEncoder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/QPACKEncoder.h b/proxygen/lib/http/codec/compress/QPACKEncoder.h index d094caa7b0..3139fe311a 100644 --- a/proxygen/lib/http/codec/compress/QPACKEncoder.h +++ b/proxygen/lib/http/codec/compress/QPACKEncoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/QPACKHeaderTable.cpp b/proxygen/lib/http/codec/compress/QPACKHeaderTable.cpp index 92c1658734..b3fcd6b9b0 100644 --- a/proxygen/lib/http/codec/compress/QPACKHeaderTable.cpp +++ b/proxygen/lib/http/codec/compress/QPACKHeaderTable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/QPACKHeaderTable.h b/proxygen/lib/http/codec/compress/QPACKHeaderTable.h index f61bf47558..c494ccf6d6 100644 --- a/proxygen/lib/http/codec/compress/QPACKHeaderTable.h +++ b/proxygen/lib/http/codec/compress/QPACKHeaderTable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.cpp b/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.cpp index b181d96046..25de987e66 100644 --- a/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.cpp +++ b/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.h b/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.h index 479afbbbd3..afcdcea71e 100644 --- a/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.h +++ b/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/StaticHeaderTable.cpp b/proxygen/lib/http/codec/compress/StaticHeaderTable.cpp index 88469bf184..aa87f94ae3 100644 --- a/proxygen/lib/http/codec/compress/StaticHeaderTable.cpp +++ b/proxygen/lib/http/codec/compress/StaticHeaderTable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/StaticHeaderTable.h b/proxygen/lib/http/codec/compress/StaticHeaderTable.h index 20442fc655..781b8dbb8f 100644 --- a/proxygen/lib/http/codec/compress/StaticHeaderTable.h +++ b/proxygen/lib/http/codec/compress/StaticHeaderTable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/experimental/interop/QPACKInterop.cpp b/proxygen/lib/http/codec/compress/experimental/interop/QPACKInterop.cpp index a20b9550b4..a7c71f6bdf 100644 --- a/proxygen/lib/http/codec/compress/experimental/interop/QPACKInterop.cpp +++ b/proxygen/lib/http/codec/compress/experimental/interop/QPACKInterop.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionScheme.h b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionScheme.h index 1831836c63..281725c1e8 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionScheme.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionScheme.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.cpp b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.cpp index b953d09a6b..b4b56f7df8 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.cpp +++ b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.h b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.h index 52e3efa8b7..c6995f6ba4 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionTypes.h b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionTypes.h index 598b83da10..dc5523080c 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionTypes.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionTypes.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.cpp b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.cpp index dbd2eaeb8e..0866e03b66 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.cpp +++ b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.h b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.h index 9bbddab480..dc91fcc763 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/HPACKScheme.h b/proxygen/lib/http/codec/compress/experimental/simulator/HPACKScheme.h index 31e16e7774..d66e7e5aef 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/HPACKScheme.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/HPACKScheme.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/Main.cpp b/proxygen/lib/http/codec/compress/experimental/simulator/Main.cpp index a7b4f9c26b..7660f925eb 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/Main.cpp +++ b/proxygen/lib/http/codec/compress/experimental/simulator/Main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/QMINScheme.h b/proxygen/lib/http/codec/compress/experimental/simulator/QMINScheme.h index a8c90bc700..ce09a73496 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/QMINScheme.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/QMINScheme.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/QPACKScheme.h b/proxygen/lib/http/codec/compress/experimental/simulator/QPACKScheme.h index 47ab94f678..d265e59969 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/QPACKScheme.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/QPACKScheme.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/experimental/simulator/SimStreamingCallback.h b/proxygen/lib/http/codec/compress/experimental/simulator/SimStreamingCallback.h index 3c9a44554c..09be74ed1a 100644 --- a/proxygen/lib/http/codec/compress/experimental/simulator/SimStreamingCallback.h +++ b/proxygen/lib/http/codec/compress/experimental/simulator/SimStreamingCallback.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/CMakeLists.txt b/proxygen/lib/http/codec/compress/test/CMakeLists.txt index 9263190a6e..585b506202 100644 --- a/proxygen/lib/http/codec/compress/test/CMakeLists.txt +++ b/proxygen/lib/http/codec/compress/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/HPACKBenchmark.cpp b/proxygen/lib/http/codec/compress/test/HPACKBenchmark.cpp index 63aad80bb8..4174c1680a 100644 --- a/proxygen/lib/http/codec/compress/test/HPACKBenchmark.cpp +++ b/proxygen/lib/http/codec/compress/test/HPACKBenchmark.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/HPACKBufferTests.cpp b/proxygen/lib/http/codec/compress/test/HPACKBufferTests.cpp index 640d7fd59d..7d13714c0b 100644 --- a/proxygen/lib/http/codec/compress/test/HPACKBufferTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HPACKBufferTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/HPACKCodecTests.cpp b/proxygen/lib/http/codec/compress/test/HPACKCodecTests.cpp index b319a495db..bf032d9a69 100644 --- a/proxygen/lib/http/codec/compress/test/HPACKCodecTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HPACKCodecTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/HPACKContextTests.cpp b/proxygen/lib/http/codec/compress/test/HPACKContextTests.cpp index 9274ca6769..7a9605ddb4 100644 --- a/proxygen/lib/http/codec/compress/test/HPACKContextTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HPACKContextTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/HPACKHeaderTests.cpp b/proxygen/lib/http/codec/compress/test/HPACKHeaderTests.cpp index 0c6f94b6f9..3a4a68464e 100644 --- a/proxygen/lib/http/codec/compress/test/HPACKHeaderTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HPACKHeaderTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/HTTPArchive.cpp b/proxygen/lib/http/codec/compress/test/HTTPArchive.cpp index cae9ae005c..ef8b691c63 100644 --- a/proxygen/lib/http/codec/compress/test/HTTPArchive.cpp +++ b/proxygen/lib/http/codec/compress/test/HTTPArchive.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/HTTPArchive.h b/proxygen/lib/http/codec/compress/test/HTTPArchive.h index 3008016e33..b6df60c053 100644 --- a/proxygen/lib/http/codec/compress/test/HTTPArchive.h +++ b/proxygen/lib/http/codec/compress/test/HTTPArchive.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/HeaderPieceTests.cpp b/proxygen/lib/http/codec/compress/test/HeaderPieceTests.cpp index 9a2c7e5cc0..14534ccfca 100644 --- a/proxygen/lib/http/codec/compress/test/HeaderPieceTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HeaderPieceTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/HeaderTableTests.cpp b/proxygen/lib/http/codec/compress/test/HeaderTableTests.cpp index 133f646d90..76f64ff112 100644 --- a/proxygen/lib/http/codec/compress/test/HeaderTableTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HeaderTableTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/HuffmanTests.cpp b/proxygen/lib/http/codec/compress/test/HuffmanTests.cpp index 7a7782af67..b64e063f01 100644 --- a/proxygen/lib/http/codec/compress/test/HuffmanTests.cpp +++ b/proxygen/lib/http/codec/compress/test/HuffmanTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/LoggingTests.cpp b/proxygen/lib/http/codec/compress/test/LoggingTests.cpp index c56eab76d7..df752f59c1 100644 --- a/proxygen/lib/http/codec/compress/test/LoggingTests.cpp +++ b/proxygen/lib/http/codec/compress/test/LoggingTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/QPACKCodecTests.cpp b/proxygen/lib/http/codec/compress/test/QPACKCodecTests.cpp index 43e02aeeba..3cf034973f 100644 --- a/proxygen/lib/http/codec/compress/test/QPACKCodecTests.cpp +++ b/proxygen/lib/http/codec/compress/test/QPACKCodecTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/QPACKContextTests.cpp b/proxygen/lib/http/codec/compress/test/QPACKContextTests.cpp index 02158fbc4a..94117fe988 100644 --- a/proxygen/lib/http/codec/compress/test/QPACKContextTests.cpp +++ b/proxygen/lib/http/codec/compress/test/QPACKContextTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/QPACKHeaderTableTests.cpp b/proxygen/lib/http/codec/compress/test/QPACKHeaderTableTests.cpp index f18d2e748a..f069b8e765 100644 --- a/proxygen/lib/http/codec/compress/test/QPACKHeaderTableTests.cpp +++ b/proxygen/lib/http/codec/compress/test/QPACKHeaderTableTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/RFCExamplesTests.cpp b/proxygen/lib/http/codec/compress/test/RFCExamplesTests.cpp index 61d90ce9e5..15d28ee22d 100644 --- a/proxygen/lib/http/codec/compress/test/RFCExamplesTests.cpp +++ b/proxygen/lib/http/codec/compress/test/RFCExamplesTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/TestStreamingCallback.h b/proxygen/lib/http/codec/compress/test/TestStreamingCallback.h index 9da2abd95b..a721f4c174 100644 --- a/proxygen/lib/http/codec/compress/test/TestStreamingCallback.h +++ b/proxygen/lib/http/codec/compress/test/TestStreamingCallback.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/TestUtil.cpp b/proxygen/lib/http/codec/compress/test/TestUtil.cpp index 7ab447937c..666d53b8f8 100644 --- a/proxygen/lib/http/codec/compress/test/TestUtil.cpp +++ b/proxygen/lib/http/codec/compress/test/TestUtil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/compress/test/TestUtil.h b/proxygen/lib/http/codec/compress/test/TestUtil.h index cf0554d26f..c2f2b3cd9c 100644 --- a/proxygen/lib/http/codec/compress/test/TestUtil.h +++ b/proxygen/lib/http/codec/compress/test/TestUtil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/test/CodecUtilTests.cpp b/proxygen/lib/http/codec/test/CodecUtilTests.cpp index 91ab75f0e5..142027f179 100644 --- a/proxygen/lib/http/codec/test/CodecUtilTests.cpp +++ b/proxygen/lib/http/codec/test/CodecUtilTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/test/FilterTests.cpp b/proxygen/lib/http/codec/test/FilterTests.cpp index 165234a292..05042c25c7 100644 --- a/proxygen/lib/http/codec/test/FilterTests.cpp +++ b/proxygen/lib/http/codec/test/FilterTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/test/HQCodecTest.cpp b/proxygen/lib/http/codec/test/HQCodecTest.cpp index fca2e560f7..0c2ea7bd09 100644 --- a/proxygen/lib/http/codec/test/HQCodecTest.cpp +++ b/proxygen/lib/http/codec/test/HQCodecTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/test/HQFramerTest.cpp b/proxygen/lib/http/codec/test/HQFramerTest.cpp index 8a03dc83a2..b37e1cb5f8 100644 --- a/proxygen/lib/http/codec/test/HQFramerTest.cpp +++ b/proxygen/lib/http/codec/test/HQFramerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/test/HQFramerTest.h b/proxygen/lib/http/codec/test/HQFramerTest.h index 8e24d85019..8567e4c16d 100644 --- a/proxygen/lib/http/codec/test/HQFramerTest.h +++ b/proxygen/lib/http/codec/test/HQFramerTest.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/test/HQMultiCodecTest.cpp b/proxygen/lib/http/codec/test/HQMultiCodecTest.cpp index e066917d78..012a80bae1 100644 --- a/proxygen/lib/http/codec/test/HQMultiCodecTest.cpp +++ b/proxygen/lib/http/codec/test/HQMultiCodecTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/test/HTTP1xCodecTest.cpp b/proxygen/lib/http/codec/test/HTTP1xCodecTest.cpp index 6780b35819..3af7b6fcde 100644 --- a/proxygen/lib/http/codec/test/HTTP1xCodecTest.cpp +++ b/proxygen/lib/http/codec/test/HTTP1xCodecTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/test/HTTP2CodecTest.cpp b/proxygen/lib/http/codec/test/HTTP2CodecTest.cpp index b043cef918..8a568e2c67 100644 --- a/proxygen/lib/http/codec/test/HTTP2CodecTest.cpp +++ b/proxygen/lib/http/codec/test/HTTP2CodecTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/test/HTTP2FramerTest.cpp b/proxygen/lib/http/codec/test/HTTP2FramerTest.cpp index dbba7936e3..a13fc40e04 100644 --- a/proxygen/lib/http/codec/test/HTTP2FramerTest.cpp +++ b/proxygen/lib/http/codec/test/HTTP2FramerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/test/HTTP2FramerTest.h b/proxygen/lib/http/codec/test/HTTP2FramerTest.h index 83fa151a09..d9dd51074d 100644 --- a/proxygen/lib/http/codec/test/HTTP2FramerTest.h +++ b/proxygen/lib/http/codec/test/HTTP2FramerTest.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/test/HTTPParallelCodecTest.h b/proxygen/lib/http/codec/test/HTTPParallelCodecTest.h index 5c80bce919..3d18900066 100644 --- a/proxygen/lib/http/codec/test/HTTPParallelCodecTest.h +++ b/proxygen/lib/http/codec/test/HTTPParallelCodecTest.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/test/MockHTTPCodec.h b/proxygen/lib/http/codec/test/MockHTTPCodec.h index f237ed22d1..773853bb4a 100644 --- a/proxygen/lib/http/codec/test/MockHTTPCodec.h +++ b/proxygen/lib/http/codec/test/MockHTTPCodec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/codec/test/TestUtils.h b/proxygen/lib/http/codec/test/TestUtils.h index e9eb413187..128fed9a0a 100644 --- a/proxygen/lib/http/codec/test/TestUtils.h +++ b/proxygen/lib/http/codec/test/TestUtils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/connpool/Endpoint.h b/proxygen/lib/http/connpool/Endpoint.h index fc6c1100cf..ffba836cd6 100644 --- a/proxygen/lib/http/connpool/Endpoint.h +++ b/proxygen/lib/http/connpool/Endpoint.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/connpool/ServerIdleSessionController.cpp b/proxygen/lib/http/connpool/ServerIdleSessionController.cpp index e51ddaca31..f072de0cbb 100644 --- a/proxygen/lib/http/connpool/ServerIdleSessionController.cpp +++ b/proxygen/lib/http/connpool/ServerIdleSessionController.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/connpool/ServerIdleSessionController.h b/proxygen/lib/http/connpool/ServerIdleSessionController.h index 0a90e20fd0..459c54b321 100644 --- a/proxygen/lib/http/connpool/ServerIdleSessionController.h +++ b/proxygen/lib/http/connpool/ServerIdleSessionController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/connpool/SessionHolder.cpp b/proxygen/lib/http/connpool/SessionHolder.cpp index b779571ef8..b47a98a86d 100644 --- a/proxygen/lib/http/connpool/SessionHolder.cpp +++ b/proxygen/lib/http/connpool/SessionHolder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/connpool/SessionHolder.h b/proxygen/lib/http/connpool/SessionHolder.h index 12bea27d39..cf5892a49f 100644 --- a/proxygen/lib/http/connpool/SessionHolder.h +++ b/proxygen/lib/http/connpool/SessionHolder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/connpool/SessionPool.cpp b/proxygen/lib/http/connpool/SessionPool.cpp index bed85d853e..67db5b2f06 100644 --- a/proxygen/lib/http/connpool/SessionPool.cpp +++ b/proxygen/lib/http/connpool/SessionPool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/connpool/SessionPool.h b/proxygen/lib/http/connpool/SessionPool.h index 42be91d3f5..b909e23e30 100644 --- a/proxygen/lib/http/connpool/SessionPool.h +++ b/proxygen/lib/http/connpool/SessionPool.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/connpool/ThreadIdleSessionController.cpp b/proxygen/lib/http/connpool/ThreadIdleSessionController.cpp index b0fe7e672c..a64966bcfb 100644 --- a/proxygen/lib/http/connpool/ThreadIdleSessionController.cpp +++ b/proxygen/lib/http/connpool/ThreadIdleSessionController.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/connpool/ThreadIdleSessionController.h b/proxygen/lib/http/connpool/ThreadIdleSessionController.h index 76d8273140..752fbf6f53 100644 --- a/proxygen/lib/http/connpool/ThreadIdleSessionController.h +++ b/proxygen/lib/http/connpool/ThreadIdleSessionController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/connpool/test/CMakeLists.txt b/proxygen/lib/http/connpool/test/CMakeLists.txt index 1a6692e029..2bc5c7f355 100644 --- a/proxygen/lib/http/connpool/test/CMakeLists.txt +++ b/proxygen/lib/http/connpool/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/experimental/RFC1867.cpp b/proxygen/lib/http/experimental/RFC1867.cpp index 1e05c5cecc..fd8198d84f 100644 --- a/proxygen/lib/http/experimental/RFC1867.cpp +++ b/proxygen/lib/http/experimental/RFC1867.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/experimental/RFC1867.h b/proxygen/lib/http/experimental/RFC1867.h index 244132c5c7..9f70d2db15 100644 --- a/proxygen/lib/http/experimental/RFC1867.h +++ b/proxygen/lib/http/experimental/RFC1867.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/experimental/test/RFC1867Test.cpp b/proxygen/lib/http/experimental/test/RFC1867Test.cpp index 4f5873f305..acb0046cd9 100644 --- a/proxygen/lib/http/experimental/test/RFC1867Test.cpp +++ b/proxygen/lib/http/experimental/test/RFC1867Test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/gen_HTTPCommonHeaders.sh b/proxygen/lib/http/gen_HTTPCommonHeaders.sh index 097e135a09..5ab111c9b6 100755 --- a/proxygen/lib/http/gen_HTTPCommonHeaders.sh +++ b/proxygen/lib/http/gen_HTTPCommonHeaders.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/AckLatencyEvent.h b/proxygen/lib/http/session/AckLatencyEvent.h index 87b114b8fb..dd063858a4 100644 --- a/proxygen/lib/http/session/AckLatencyEvent.h +++ b/proxygen/lib/http/session/AckLatencyEvent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/ByteEventTracker.cpp b/proxygen/lib/http/session/ByteEventTracker.cpp index c697aa4071..6ea253c8f7 100644 --- a/proxygen/lib/http/session/ByteEventTracker.cpp +++ b/proxygen/lib/http/session/ByteEventTracker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/ByteEventTracker.h b/proxygen/lib/http/session/ByteEventTracker.h index 1883ef74ca..620bbfa666 100644 --- a/proxygen/lib/http/session/ByteEventTracker.h +++ b/proxygen/lib/http/session/ByteEventTracker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/ByteEvents.cpp b/proxygen/lib/http/session/ByteEvents.cpp index cc8b44a673..e899ee085d 100644 --- a/proxygen/lib/http/session/ByteEvents.cpp +++ b/proxygen/lib/http/session/ByteEvents.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/ByteEvents.h b/proxygen/lib/http/session/ByteEvents.h index a58ad0da9a..02b4828160 100644 --- a/proxygen/lib/http/session/ByteEvents.h +++ b/proxygen/lib/http/session/ByteEvents.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/CodecErrorResponseHandler.cpp b/proxygen/lib/http/session/CodecErrorResponseHandler.cpp index 65d047ae1a..d28c38bf4c 100644 --- a/proxygen/lib/http/session/CodecErrorResponseHandler.cpp +++ b/proxygen/lib/http/session/CodecErrorResponseHandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/CodecErrorResponseHandler.h b/proxygen/lib/http/session/CodecErrorResponseHandler.h index aabc2ab2f5..eec10b22c7 100644 --- a/proxygen/lib/http/session/CodecErrorResponseHandler.h +++ b/proxygen/lib/http/session/CodecErrorResponseHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HQByteEventTracker.cpp b/proxygen/lib/http/session/HQByteEventTracker.cpp index 9585e1aac4..2c05565bea 100644 --- a/proxygen/lib/http/session/HQByteEventTracker.cpp +++ b/proxygen/lib/http/session/HQByteEventTracker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HQByteEventTracker.h b/proxygen/lib/http/session/HQByteEventTracker.h index 0a6d0342d2..eb37e87786 100644 --- a/proxygen/lib/http/session/HQByteEventTracker.h +++ b/proxygen/lib/http/session/HQByteEventTracker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HQDownstreamSession.cpp b/proxygen/lib/http/session/HQDownstreamSession.cpp index 5062685ce3..5d3651efff 100644 --- a/proxygen/lib/http/session/HQDownstreamSession.cpp +++ b/proxygen/lib/http/session/HQDownstreamSession.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HQDownstreamSession.h b/proxygen/lib/http/session/HQDownstreamSession.h index baf24a48db..a1d906c514 100644 --- a/proxygen/lib/http/session/HQDownstreamSession.h +++ b/proxygen/lib/http/session/HQDownstreamSession.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HQSession.cpp b/proxygen/lib/http/session/HQSession.cpp index ab9a610238..921be99a4d 100644 --- a/proxygen/lib/http/session/HQSession.cpp +++ b/proxygen/lib/http/session/HQSession.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HQSession.h b/proxygen/lib/http/session/HQSession.h index 9bfc607581..1ee13facfb 100644 --- a/proxygen/lib/http/session/HQSession.h +++ b/proxygen/lib/http/session/HQSession.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HQStreamBase.cpp b/proxygen/lib/http/session/HQStreamBase.cpp index 251395b8cf..1c78a08b11 100644 --- a/proxygen/lib/http/session/HQStreamBase.cpp +++ b/proxygen/lib/http/session/HQStreamBase.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HQStreamBase.h b/proxygen/lib/http/session/HQStreamBase.h index b5c3389a5f..cb2aae9398 100644 --- a/proxygen/lib/http/session/HQStreamBase.h +++ b/proxygen/lib/http/session/HQStreamBase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HQUnidirectionalCallbacks.cpp b/proxygen/lib/http/session/HQUnidirectionalCallbacks.cpp index 8bff744220..b713b9070e 100644 --- a/proxygen/lib/http/session/HQUnidirectionalCallbacks.cpp +++ b/proxygen/lib/http/session/HQUnidirectionalCallbacks.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HQUnidirectionalCallbacks.h b/proxygen/lib/http/session/HQUnidirectionalCallbacks.h index 662e728d93..c2eacac610 100644 --- a/proxygen/lib/http/session/HQUnidirectionalCallbacks.h +++ b/proxygen/lib/http/session/HQUnidirectionalCallbacks.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HQUpstreamSession.cpp b/proxygen/lib/http/session/HQUpstreamSession.cpp index 38e4c35d9e..4afc8b99b7 100644 --- a/proxygen/lib/http/session/HQUpstreamSession.cpp +++ b/proxygen/lib/http/session/HQUpstreamSession.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HQUpstreamSession.h b/proxygen/lib/http/session/HQUpstreamSession.h index b087ab43f9..cac3f21f3b 100644 --- a/proxygen/lib/http/session/HQUpstreamSession.h +++ b/proxygen/lib/http/session/HQUpstreamSession.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTP2PriorityQueue.cpp b/proxygen/lib/http/session/HTTP2PriorityQueue.cpp index 55b955d586..f291fcb18d 100644 --- a/proxygen/lib/http/session/HTTP2PriorityQueue.cpp +++ b/proxygen/lib/http/session/HTTP2PriorityQueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTP2PriorityQueue.h b/proxygen/lib/http/session/HTTP2PriorityQueue.h index 883b33ab29..536aa6218b 100644 --- a/proxygen/lib/http/session/HTTP2PriorityQueue.h +++ b/proxygen/lib/http/session/HTTP2PriorityQueue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPDirectResponseHandler.cpp b/proxygen/lib/http/session/HTTPDirectResponseHandler.cpp index 400f690a80..e69e2a5e66 100644 --- a/proxygen/lib/http/session/HTTPDirectResponseHandler.cpp +++ b/proxygen/lib/http/session/HTTPDirectResponseHandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPDirectResponseHandler.h b/proxygen/lib/http/session/HTTPDirectResponseHandler.h index c0dc0b905b..0286b5960e 100644 --- a/proxygen/lib/http/session/HTTPDirectResponseHandler.h +++ b/proxygen/lib/http/session/HTTPDirectResponseHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPDownstreamSession.cpp b/proxygen/lib/http/session/HTTPDownstreamSession.cpp index 7037b4599b..4d7680a684 100644 --- a/proxygen/lib/http/session/HTTPDownstreamSession.cpp +++ b/proxygen/lib/http/session/HTTPDownstreamSession.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPDownstreamSession.h b/proxygen/lib/http/session/HTTPDownstreamSession.h index 36e9bbe186..50a87d0dd4 100644 --- a/proxygen/lib/http/session/HTTPDownstreamSession.h +++ b/proxygen/lib/http/session/HTTPDownstreamSession.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPErrorPage.cpp b/proxygen/lib/http/session/HTTPErrorPage.cpp index cd912163af..7b221a3ef3 100644 --- a/proxygen/lib/http/session/HTTPErrorPage.cpp +++ b/proxygen/lib/http/session/HTTPErrorPage.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPErrorPage.h b/proxygen/lib/http/session/HTTPErrorPage.h index cf855569aa..25344a4c5a 100644 --- a/proxygen/lib/http/session/HTTPErrorPage.h +++ b/proxygen/lib/http/session/HTTPErrorPage.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPEvent.cpp b/proxygen/lib/http/session/HTTPEvent.cpp index de171a4167..b3f5e78c82 100644 --- a/proxygen/lib/http/session/HTTPEvent.cpp +++ b/proxygen/lib/http/session/HTTPEvent.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPEvent.h b/proxygen/lib/http/session/HTTPEvent.h index b0ab06c14e..ef26d09111 100644 --- a/proxygen/lib/http/session/HTTPEvent.h +++ b/proxygen/lib/http/session/HTTPEvent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPSession.h b/proxygen/lib/http/session/HTTPSession.h index 1de6b877f4..61f849d18a 100644 --- a/proxygen/lib/http/session/HTTPSession.h +++ b/proxygen/lib/http/session/HTTPSession.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPSessionAcceptor.cpp b/proxygen/lib/http/session/HTTPSessionAcceptor.cpp index 07bff8b0c1..fd025cdafd 100644 --- a/proxygen/lib/http/session/HTTPSessionAcceptor.cpp +++ b/proxygen/lib/http/session/HTTPSessionAcceptor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPSessionActivityTracker.cpp b/proxygen/lib/http/session/HTTPSessionActivityTracker.cpp index d5e8f946fa..6f8cfafbf1 100644 --- a/proxygen/lib/http/session/HTTPSessionActivityTracker.cpp +++ b/proxygen/lib/http/session/HTTPSessionActivityTracker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPSessionActivityTracker.h b/proxygen/lib/http/session/HTTPSessionActivityTracker.h index 5bfbe7a4b3..24d309bdd3 100644 --- a/proxygen/lib/http/session/HTTPSessionActivityTracker.h +++ b/proxygen/lib/http/session/HTTPSessionActivityTracker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPSessionBase.h b/proxygen/lib/http/session/HTTPSessionBase.h index 8c19641f83..8596aaf44e 100644 --- a/proxygen/lib/http/session/HTTPSessionBase.h +++ b/proxygen/lib/http/session/HTTPSessionBase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPSessionController.h b/proxygen/lib/http/session/HTTPSessionController.h index 72db67eaf5..a268fc32da 100644 --- a/proxygen/lib/http/session/HTTPSessionController.h +++ b/proxygen/lib/http/session/HTTPSessionController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPSessionStats.h b/proxygen/lib/http/session/HTTPSessionStats.h index 28cd393e66..8438cd987e 100644 --- a/proxygen/lib/http/session/HTTPSessionStats.h +++ b/proxygen/lib/http/session/HTTPSessionStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPTransaction.cpp b/proxygen/lib/http/session/HTTPTransaction.cpp index faa3019360..4b9fba036f 100644 --- a/proxygen/lib/http/session/HTTPTransaction.cpp +++ b/proxygen/lib/http/session/HTTPTransaction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPTransaction.h b/proxygen/lib/http/session/HTTPTransaction.h index 98a9843f45..e8b197a978 100644 --- a/proxygen/lib/http/session/HTTPTransaction.h +++ b/proxygen/lib/http/session/HTTPTransaction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPTransactionEgressSM.cpp b/proxygen/lib/http/session/HTTPTransactionEgressSM.cpp index eb58941b9f..87a9564e3c 100644 --- a/proxygen/lib/http/session/HTTPTransactionEgressSM.cpp +++ b/proxygen/lib/http/session/HTTPTransactionEgressSM.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPTransactionEgressSM.h b/proxygen/lib/http/session/HTTPTransactionEgressSM.h index 2bc541f730..c5dd2a5e80 100644 --- a/proxygen/lib/http/session/HTTPTransactionEgressSM.h +++ b/proxygen/lib/http/session/HTTPTransactionEgressSM.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPTransactionIngressSM.cpp b/proxygen/lib/http/session/HTTPTransactionIngressSM.cpp index ea1ac2ac6e..9a66814ba9 100644 --- a/proxygen/lib/http/session/HTTPTransactionIngressSM.cpp +++ b/proxygen/lib/http/session/HTTPTransactionIngressSM.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPTransactionIngressSM.h b/proxygen/lib/http/session/HTTPTransactionIngressSM.h index 43c2700dc8..6f84a402b6 100644 --- a/proxygen/lib/http/session/HTTPTransactionIngressSM.h +++ b/proxygen/lib/http/session/HTTPTransactionIngressSM.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPUpstreamSession.cpp b/proxygen/lib/http/session/HTTPUpstreamSession.cpp index 9656a363ca..258ff4e9fe 100644 --- a/proxygen/lib/http/session/HTTPUpstreamSession.cpp +++ b/proxygen/lib/http/session/HTTPUpstreamSession.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/HTTPUpstreamSession.h b/proxygen/lib/http/session/HTTPUpstreamSession.h index 1a9b8cf3e6..b764a811ea 100644 --- a/proxygen/lib/http/session/HTTPUpstreamSession.h +++ b/proxygen/lib/http/session/HTTPUpstreamSession.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/SecondaryAuthManager.cpp b/proxygen/lib/http/session/SecondaryAuthManager.cpp index bbba32db0a..34a6c2f5e9 100644 --- a/proxygen/lib/http/session/SecondaryAuthManager.cpp +++ b/proxygen/lib/http/session/SecondaryAuthManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/SecondaryAuthManager.h b/proxygen/lib/http/session/SecondaryAuthManager.h index d9a013a8d2..7ad23c160d 100644 --- a/proxygen/lib/http/session/SecondaryAuthManager.h +++ b/proxygen/lib/http/session/SecondaryAuthManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/SecondaryAuthManagerBase.h b/proxygen/lib/http/session/SecondaryAuthManagerBase.h index b1167a00fd..840e5c3201 100644 --- a/proxygen/lib/http/session/SecondaryAuthManagerBase.h +++ b/proxygen/lib/http/session/SecondaryAuthManagerBase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/ServerPushLifecycle.h b/proxygen/lib/http/session/ServerPushLifecycle.h index f3b7264c4e..27099eb3a7 100644 --- a/proxygen/lib/http/session/ServerPushLifecycle.h +++ b/proxygen/lib/http/session/ServerPushLifecycle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/SimpleController.cpp b/proxygen/lib/http/session/SimpleController.cpp index bd92ac659e..c9f5409b33 100644 --- a/proxygen/lib/http/session/SimpleController.cpp +++ b/proxygen/lib/http/session/SimpleController.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/SimpleController.h b/proxygen/lib/http/session/SimpleController.h index 2a2d79e935..b78e3b5d86 100644 --- a/proxygen/lib/http/session/SimpleController.h +++ b/proxygen/lib/http/session/SimpleController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/TTLBAStats.h b/proxygen/lib/http/session/TTLBAStats.h index 7befd20d47..ed4a7a1eb0 100644 --- a/proxygen/lib/http/session/TTLBAStats.h +++ b/proxygen/lib/http/session/TTLBAStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/TransactionByteEvents.h b/proxygen/lib/http/session/TransactionByteEvents.h index 55b013e978..159e1fd859 100644 --- a/proxygen/lib/http/session/TransactionByteEvents.h +++ b/proxygen/lib/http/session/TransactionByteEvents.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/ByteEventTrackerMocks.h b/proxygen/lib/http/session/test/ByteEventTrackerMocks.h index 7a1ec397e2..b6737034c5 100644 --- a/proxygen/lib/http/session/test/ByteEventTrackerMocks.h +++ b/proxygen/lib/http/session/test/ByteEventTrackerMocks.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/ByteEventTrackerTest.cpp b/proxygen/lib/http/session/test/ByteEventTrackerTest.cpp index 1994e05cf3..3163129e3e 100644 --- a/proxygen/lib/http/session/test/ByteEventTrackerTest.cpp +++ b/proxygen/lib/http/session/test/ByteEventTrackerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/CMakeLists.txt b/proxygen/lib/http/session/test/CMakeLists.txt index 162f77cae0..667326fd1e 100644 --- a/proxygen/lib/http/session/test/CMakeLists.txt +++ b/proxygen/lib/http/session/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/DownstreamTransactionTest.cpp b/proxygen/lib/http/session/test/DownstreamTransactionTest.cpp index e12618d73f..debfcda051 100644 --- a/proxygen/lib/http/session/test/DownstreamTransactionTest.cpp +++ b/proxygen/lib/http/session/test/DownstreamTransactionTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HQByteEventTrackerTest.cpp b/proxygen/lib/http/session/test/HQByteEventTrackerTest.cpp index dbe175bd3d..170e15aa8b 100644 --- a/proxygen/lib/http/session/test/HQByteEventTrackerTest.cpp +++ b/proxygen/lib/http/session/test/HQByteEventTrackerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HQDownstreamSessionTest.cpp b/proxygen/lib/http/session/test/HQDownstreamSessionTest.cpp index 85aa47882e..794fe456ff 100644 --- a/proxygen/lib/http/session/test/HQDownstreamSessionTest.cpp +++ b/proxygen/lib/http/session/test/HQDownstreamSessionTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HQDownstreamSessionTest.h b/proxygen/lib/http/session/test/HQDownstreamSessionTest.h index ccd7830d18..bc752fc91b 100644 --- a/proxygen/lib/http/session/test/HQDownstreamSessionTest.h +++ b/proxygen/lib/http/session/test/HQDownstreamSessionTest.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HQSessionMocks.h b/proxygen/lib/http/session/test/HQSessionMocks.h index 9f852af2e9..5fbf57fec5 100644 --- a/proxygen/lib/http/session/test/HQSessionMocks.h +++ b/proxygen/lib/http/session/test/HQSessionMocks.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HQSessionMocksTest.cpp b/proxygen/lib/http/session/test/HQSessionMocksTest.cpp index 665301cca8..1ef934b5e6 100644 --- a/proxygen/lib/http/session/test/HQSessionMocksTest.cpp +++ b/proxygen/lib/http/session/test/HQSessionMocksTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HQSessionTestCommon.cpp b/proxygen/lib/http/session/test/HQSessionTestCommon.cpp index 8c3bd06ef3..5c9f9c0ff1 100644 --- a/proxygen/lib/http/session/test/HQSessionTestCommon.cpp +++ b/proxygen/lib/http/session/test/HQSessionTestCommon.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HQSessionTestCommon.h b/proxygen/lib/http/session/test/HQSessionTestCommon.h index dd939c8c76..63a69078ac 100644 --- a/proxygen/lib/http/session/test/HQSessionTestCommon.h +++ b/proxygen/lib/http/session/test/HQSessionTestCommon.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HQStreamBaseTest.cpp b/proxygen/lib/http/session/test/HQStreamBaseTest.cpp index a3eb953c53..4c308333c5 100644 --- a/proxygen/lib/http/session/test/HQStreamBaseTest.cpp +++ b/proxygen/lib/http/session/test/HQStreamBaseTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HQUnidirectionalCallbacksTest.cpp b/proxygen/lib/http/session/test/HQUnidirectionalCallbacksTest.cpp index 9f63cd6f2f..c880ea0eab 100644 --- a/proxygen/lib/http/session/test/HQUnidirectionalCallbacksTest.cpp +++ b/proxygen/lib/http/session/test/HQUnidirectionalCallbacksTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HQUpstreamSessionTest.cpp b/proxygen/lib/http/session/test/HQUpstreamSessionTest.cpp index 09d6571460..5eb2c4c76c 100644 --- a/proxygen/lib/http/session/test/HQUpstreamSessionTest.cpp +++ b/proxygen/lib/http/session/test/HQUpstreamSessionTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HQUpstreamSessionTest.h b/proxygen/lib/http/session/test/HQUpstreamSessionTest.h index 63f05596af..8843eb0fd0 100644 --- a/proxygen/lib/http/session/test/HQUpstreamSessionTest.h +++ b/proxygen/lib/http/session/test/HQUpstreamSessionTest.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HTTP2PriorityQueueBench.cpp b/proxygen/lib/http/session/test/HTTP2PriorityQueueBench.cpp index e02eddf0c6..5e635cd879 100644 --- a/proxygen/lib/http/session/test/HTTP2PriorityQueueBench.cpp +++ b/proxygen/lib/http/session/test/HTTP2PriorityQueueBench.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HTTP2PriorityQueueTest.cpp b/proxygen/lib/http/session/test/HTTP2PriorityQueueTest.cpp index 56570ef29b..5803af7ce6 100644 --- a/proxygen/lib/http/session/test/HTTP2PriorityQueueTest.cpp +++ b/proxygen/lib/http/session/test/HTTP2PriorityQueueTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HTTPSessionActivityTrackerTest.cpp b/proxygen/lib/http/session/test/HTTPSessionActivityTrackerTest.cpp index b77a64edbc..c0779d4899 100644 --- a/proxygen/lib/http/session/test/HTTPSessionActivityTrackerTest.cpp +++ b/proxygen/lib/http/session/test/HTTPSessionActivityTrackerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HTTPSessionMocks.h b/proxygen/lib/http/session/test/HTTPSessionMocks.h index 547185f77b..d62a793ba1 100644 --- a/proxygen/lib/http/session/test/HTTPSessionMocks.h +++ b/proxygen/lib/http/session/test/HTTPSessionMocks.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HTTPTransactionMocks.h b/proxygen/lib/http/session/test/HTTPTransactionMocks.h index f084caba51..52ddf76a21 100644 --- a/proxygen/lib/http/session/test/HTTPTransactionMocks.h +++ b/proxygen/lib/http/session/test/HTTPTransactionMocks.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/HTTPTransactionSMTest.cpp b/proxygen/lib/http/session/test/HTTPTransactionSMTest.cpp index 5e7f31bc47..f40090fc34 100644 --- a/proxygen/lib/http/session/test/HTTPTransactionSMTest.cpp +++ b/proxygen/lib/http/session/test/HTTPTransactionSMTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/MockByteEventTracker.h b/proxygen/lib/http/session/test/MockByteEventTracker.h index cce43c1029..f745e59596 100644 --- a/proxygen/lib/http/session/test/MockByteEventTracker.h +++ b/proxygen/lib/http/session/test/MockByteEventTracker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/MockHTTPSessionStats.h b/proxygen/lib/http/session/test/MockHTTPSessionStats.h index 1b5e71b041..5441a74801 100644 --- a/proxygen/lib/http/session/test/MockHTTPSessionStats.h +++ b/proxygen/lib/http/session/test/MockHTTPSessionStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/MockQuicSocketDriver.h b/proxygen/lib/http/session/test/MockQuicSocketDriver.h index 39fee74f96..db71372b54 100644 --- a/proxygen/lib/http/session/test/MockQuicSocketDriver.h +++ b/proxygen/lib/http/session/test/MockQuicSocketDriver.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/MockSecondaryAuthManager.h b/proxygen/lib/http/session/test/MockSecondaryAuthManager.h index f05a148f6f..2c3f5b04b2 100644 --- a/proxygen/lib/http/session/test/MockSecondaryAuthManager.h +++ b/proxygen/lib/http/session/test/MockSecondaryAuthManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/SecondaryAuthManagerTest.cpp b/proxygen/lib/http/session/test/SecondaryAuthManagerTest.cpp index 90d4567e7a..189b71a797 100644 --- a/proxygen/lib/http/session/test/SecondaryAuthManagerTest.cpp +++ b/proxygen/lib/http/session/test/SecondaryAuthManagerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/session/test/TestUtils.cpp b/proxygen/lib/http/session/test/TestUtils.cpp index 3b106c1916..5e37ad165c 100644 --- a/proxygen/lib/http/session/test/TestUtils.cpp +++ b/proxygen/lib/http/session/test/TestUtils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/ConnectionStats.cpp b/proxygen/lib/http/stats/ConnectionStats.cpp index a2a146ceee..1192cdb7e1 100644 --- a/proxygen/lib/http/stats/ConnectionStats.cpp +++ b/proxygen/lib/http/stats/ConnectionStats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/ConnectionStats.h b/proxygen/lib/http/stats/ConnectionStats.h index 59625e093e..acd76aed3c 100644 --- a/proxygen/lib/http/stats/ConnectionStats.h +++ b/proxygen/lib/http/stats/ConnectionStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/HTTPCodecStats.cpp b/proxygen/lib/http/stats/HTTPCodecStats.cpp index 5f5d80d577..e445ddb034 100644 --- a/proxygen/lib/http/stats/HTTPCodecStats.cpp +++ b/proxygen/lib/http/stats/HTTPCodecStats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/HTTPCodecStats.h b/proxygen/lib/http/stats/HTTPCodecStats.h index 883239cc21..bd4e8f9fd1 100644 --- a/proxygen/lib/http/stats/HTTPCodecStats.h +++ b/proxygen/lib/http/stats/HTTPCodecStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/HTTPCodecStatsFilter.cpp b/proxygen/lib/http/stats/HTTPCodecStatsFilter.cpp index 4070101972..afa2c52c19 100644 --- a/proxygen/lib/http/stats/HTTPCodecStatsFilter.cpp +++ b/proxygen/lib/http/stats/HTTPCodecStatsFilter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/HTTPCodecStatsFilter.h b/proxygen/lib/http/stats/HTTPCodecStatsFilter.h index 81dab13957..19c1f92bd9 100644 --- a/proxygen/lib/http/stats/HTTPCodecStatsFilter.h +++ b/proxygen/lib/http/stats/HTTPCodecStatsFilter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/HeaderCodecStats.cpp b/proxygen/lib/http/stats/HeaderCodecStats.cpp index d742001020..39f99bb2c7 100644 --- a/proxygen/lib/http/stats/HeaderCodecStats.cpp +++ b/proxygen/lib/http/stats/HeaderCodecStats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/HeaderCodecStats.h b/proxygen/lib/http/stats/HeaderCodecStats.h index 1b49c546c9..eafcb77726 100644 --- a/proxygen/lib/http/stats/HeaderCodecStats.h +++ b/proxygen/lib/http/stats/HeaderCodecStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/ResponseCodeStatsMinute.cpp b/proxygen/lib/http/stats/ResponseCodeStatsMinute.cpp index 6b379e98e1..396d6e0864 100644 --- a/proxygen/lib/http/stats/ResponseCodeStatsMinute.cpp +++ b/proxygen/lib/http/stats/ResponseCodeStatsMinute.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/ResponseCodeStatsMinute.h b/proxygen/lib/http/stats/ResponseCodeStatsMinute.h index fd561cb81f..ad92e2fb62 100644 --- a/proxygen/lib/http/stats/ResponseCodeStatsMinute.h +++ b/proxygen/lib/http/stats/ResponseCodeStatsMinute.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/SPDYStats.h b/proxygen/lib/http/stats/SPDYStats.h index ab749aa70f..d9206b9d80 100644 --- a/proxygen/lib/http/stats/SPDYStats.h +++ b/proxygen/lib/http/stats/SPDYStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/SPDYStatsFilter.h b/proxygen/lib/http/stats/SPDYStatsFilter.h index 2aa32e0af0..478aac4524 100644 --- a/proxygen/lib/http/stats/SPDYStatsFilter.h +++ b/proxygen/lib/http/stats/SPDYStatsFilter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/TLResponseCodeStats.cpp b/proxygen/lib/http/stats/TLResponseCodeStats.cpp index 74ca1793bf..30076f2851 100644 --- a/proxygen/lib/http/stats/TLResponseCodeStats.cpp +++ b/proxygen/lib/http/stats/TLResponseCodeStats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/TLResponseCodeStats.h b/proxygen/lib/http/stats/TLResponseCodeStats.h index 8460c81df8..4f85dc9235 100644 --- a/proxygen/lib/http/stats/TLResponseCodeStats.h +++ b/proxygen/lib/http/stats/TLResponseCodeStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.cpp b/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.cpp index aa965bb8bb..50abbf9578 100644 --- a/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.cpp +++ b/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h b/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h index 8fd575b831..8393271022 100644 --- a/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h +++ b/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.cpp b/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.cpp index ff7cb61c36..11b8a88a5f 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.cpp +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.h b/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.h index 648efbe57e..0072eff0ea 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.h +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersConstants.h b/proxygen/lib/http/structuredheaders/StructuredHeadersConstants.h index c83bc95c82..5e161de10d 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersConstants.h +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersConstants.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.cpp b/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.cpp index c148378b81..8bc5d4f753 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.cpp +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.h b/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.h index 73e057d57d..a5a8fb6674 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.h +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.cpp b/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.cpp index b5445e9085..eb5a726255 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.cpp +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.h b/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.h index 284827348a..3fba66f471 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.h +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.cpp b/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.cpp index 1e58e686d3..9c0ae257b7 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.cpp +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.h b/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.h index f5c331b83f..493850d039 100644 --- a/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.h +++ b/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/test/CMakeLists.txt b/proxygen/lib/http/structuredheaders/test/CMakeLists.txt index 937ad65096..099bb114d1 100644 --- a/proxygen/lib/http/structuredheaders/test/CMakeLists.txt +++ b/proxygen/lib/http/structuredheaders/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/test/StructuredHeadersBufferTest.cpp b/proxygen/lib/http/structuredheaders/test/StructuredHeadersBufferTest.cpp index f0bfd1d112..0a8d5b6751 100644 --- a/proxygen/lib/http/structuredheaders/test/StructuredHeadersBufferTest.cpp +++ b/proxygen/lib/http/structuredheaders/test/StructuredHeadersBufferTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/test/StructuredHeadersDecoderTest.cpp b/proxygen/lib/http/structuredheaders/test/StructuredHeadersDecoderTest.cpp index 8eebfacee4..d16f5fa66a 100644 --- a/proxygen/lib/http/structuredheaders/test/StructuredHeadersDecoderTest.cpp +++ b/proxygen/lib/http/structuredheaders/test/StructuredHeadersDecoderTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/test/StructuredHeadersEncoderTest.cpp b/proxygen/lib/http/structuredheaders/test/StructuredHeadersEncoderTest.cpp index 0e69fe03bd..ed43a5c802 100644 --- a/proxygen/lib/http/structuredheaders/test/StructuredHeadersEncoderTest.cpp +++ b/proxygen/lib/http/structuredheaders/test/StructuredHeadersEncoderTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/test/StructuredHeadersStandardTest.cpp b/proxygen/lib/http/structuredheaders/test/StructuredHeadersStandardTest.cpp index 4bd1730575..84c25ba042 100644 --- a/proxygen/lib/http/structuredheaders/test/StructuredHeadersStandardTest.cpp +++ b/proxygen/lib/http/structuredheaders/test/StructuredHeadersStandardTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/structuredheaders/test/StructuredHeadersUtilitiesTest.cpp b/proxygen/lib/http/structuredheaders/test/StructuredHeadersUtilitiesTest.cpp index 07dfb27f23..4f81986d0b 100644 --- a/proxygen/lib/http/structuredheaders/test/StructuredHeadersUtilitiesTest.cpp +++ b/proxygen/lib/http/structuredheaders/test/StructuredHeadersUtilitiesTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/test/CMakeLists.txt b/proxygen/lib/http/test/CMakeLists.txt index 7a37c5a8d2..1de028d404 100644 --- a/proxygen/lib/http/test/CMakeLists.txt +++ b/proxygen/lib/http/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/test/HTTPCommonHeadersTests.cpp b/proxygen/lib/http/test/HTTPCommonHeadersTests.cpp index 9cca9d3e99..e3ca1389dd 100644 --- a/proxygen/lib/http/test/HTTPCommonHeadersTests.cpp +++ b/proxygen/lib/http/test/HTTPCommonHeadersTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/test/HTTPConnectorWithFizzTest.cpp b/proxygen/lib/http/test/HTTPConnectorWithFizzTest.cpp index 860c672f55..798a7185ca 100644 --- a/proxygen/lib/http/test/HTTPConnectorWithFizzTest.cpp +++ b/proxygen/lib/http/test/HTTPConnectorWithFizzTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/test/HTTPHeadersBenchmark.cpp b/proxygen/lib/http/test/HTTPHeadersBenchmark.cpp index 9a5a52de64..5ea3133352 100644 --- a/proxygen/lib/http/test/HTTPHeadersBenchmark.cpp +++ b/proxygen/lib/http/test/HTTPHeadersBenchmark.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/test/HTTPMessageFilterTest.cpp b/proxygen/lib/http/test/HTTPMessageFilterTest.cpp index 02d8dfeee4..8582a12b7a 100644 --- a/proxygen/lib/http/test/HTTPMessageFilterTest.cpp +++ b/proxygen/lib/http/test/HTTPMessageFilterTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/test/HTTPMessageTest.cpp b/proxygen/lib/http/test/HTTPMessageTest.cpp index 7622825565..517c2ae8ac 100644 --- a/proxygen/lib/http/test/HTTPMessageTest.cpp +++ b/proxygen/lib/http/test/HTTPMessageTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/test/HTTPPriorityFunctionsTest.cpp b/proxygen/lib/http/test/HTTPPriorityFunctionsTest.cpp index 4f8f870445..372fec0e08 100644 --- a/proxygen/lib/http/test/HTTPPriorityFunctionsTest.cpp +++ b/proxygen/lib/http/test/HTTPPriorityFunctionsTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/test/MockHTTPHeaders.h b/proxygen/lib/http/test/MockHTTPHeaders.h index f0cb1b1c1f..9abe9313cf 100644 --- a/proxygen/lib/http/test/MockHTTPHeaders.h +++ b/proxygen/lib/http/test/MockHTTPHeaders.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/test/MockHTTPMessageFilter.h b/proxygen/lib/http/test/MockHTTPMessageFilter.h index a818e87075..d3aa9f4e6a 100644 --- a/proxygen/lib/http/test/MockHTTPMessageFilter.h +++ b/proxygen/lib/http/test/MockHTTPMessageFilter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/test/ProxyStatusTest.cpp b/proxygen/lib/http/test/ProxyStatusTest.cpp index f8ec338749..ce5204fbc0 100644 --- a/proxygen/lib/http/test/ProxyStatusTest.cpp +++ b/proxygen/lib/http/test/ProxyStatusTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/test/RFC2616Test.cpp b/proxygen/lib/http/test/RFC2616Test.cpp index 48d8bd8166..c296546736 100644 --- a/proxygen/lib/http/test/RFC2616Test.cpp +++ b/proxygen/lib/http/test/RFC2616Test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/http/test/WindowTest.cpp b/proxygen/lib/http/test/WindowTest.cpp index c899bee91f..db1b766a30 100644 --- a/proxygen/lib/http/test/WindowTest.cpp +++ b/proxygen/lib/http/test/WindowTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/pools/generators/FileServerListGenerator.cpp b/proxygen/lib/pools/generators/FileServerListGenerator.cpp index a4aed48298..f36e56d51f 100644 --- a/proxygen/lib/pools/generators/FileServerListGenerator.cpp +++ b/proxygen/lib/pools/generators/FileServerListGenerator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/pools/generators/FileServerListGenerator.h b/proxygen/lib/pools/generators/FileServerListGenerator.h index fcd9ad0455..f4e26215f7 100644 --- a/proxygen/lib/pools/generators/FileServerListGenerator.h +++ b/proxygen/lib/pools/generators/FileServerListGenerator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/pools/generators/MemberGroupConfig.h b/proxygen/lib/pools/generators/MemberGroupConfig.h index c882c5eaa4..9d1c8023da 100644 --- a/proxygen/lib/pools/generators/MemberGroupConfig.h +++ b/proxygen/lib/pools/generators/MemberGroupConfig.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/pools/generators/ServerListGenerator.cpp b/proxygen/lib/pools/generators/ServerListGenerator.cpp index 87559570c5..343eb31400 100644 --- a/proxygen/lib/pools/generators/ServerListGenerator.cpp +++ b/proxygen/lib/pools/generators/ServerListGenerator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/pools/generators/ServerListGenerator.h b/proxygen/lib/pools/generators/ServerListGenerator.h index 68dbecbea1..d26033611f 100644 --- a/proxygen/lib/pools/generators/ServerListGenerator.h +++ b/proxygen/lib/pools/generators/ServerListGenerator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/sampling/MultiSampled.h b/proxygen/lib/sampling/MultiSampled.h index b91e224613..e6fbb2e97e 100644 --- a/proxygen/lib/sampling/MultiSampled.h +++ b/proxygen/lib/sampling/MultiSampled.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/sampling/Sampled.h b/proxygen/lib/sampling/Sampled.h index 4f894742e2..bee56d9d72 100644 --- a/proxygen/lib/sampling/Sampled.h +++ b/proxygen/lib/sampling/Sampled.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/sampling/Sampling.cpp b/proxygen/lib/sampling/Sampling.cpp index 18177a63b5..10ca06130a 100644 --- a/proxygen/lib/sampling/Sampling.cpp +++ b/proxygen/lib/sampling/Sampling.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/sampling/Sampling.h b/proxygen/lib/sampling/Sampling.h index 5efeb58b01..6570b4c691 100644 --- a/proxygen/lib/sampling/Sampling.h +++ b/proxygen/lib/sampling/Sampling.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/sampling/SamplingFunctions.h b/proxygen/lib/sampling/SamplingFunctions.h index c89c42a68e..965dddeef5 100644 --- a/proxygen/lib/sampling/SamplingFunctions.h +++ b/proxygen/lib/sampling/SamplingFunctions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/sampling/test/CMakeLists.txt b/proxygen/lib/sampling/test/CMakeLists.txt index 5c10c6fcf8..9a873285b9 100644 --- a/proxygen/lib/sampling/test/CMakeLists.txt +++ b/proxygen/lib/sampling/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/sampling/test/SamplingTest.cpp b/proxygen/lib/sampling/test/SamplingTest.cpp index 420321dd3e..bb7cd82b66 100644 --- a/proxygen/lib/sampling/test/SamplingTest.cpp +++ b/proxygen/lib/sampling/test/SamplingTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/services/AcceptorConfiguration.h b/proxygen/lib/services/AcceptorConfiguration.h index 938c706358..196f1d72aa 100644 --- a/proxygen/lib/services/AcceptorConfiguration.h +++ b/proxygen/lib/services/AcceptorConfiguration.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/services/HTTPAcceptor.h b/proxygen/lib/services/HTTPAcceptor.h index 8cb982ba01..507a7db174 100644 --- a/proxygen/lib/services/HTTPAcceptor.h +++ b/proxygen/lib/services/HTTPAcceptor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/services/RequestWorkerThread.cpp b/proxygen/lib/services/RequestWorkerThread.cpp index 4027433e85..05f723ee14 100644 --- a/proxygen/lib/services/RequestWorkerThread.cpp +++ b/proxygen/lib/services/RequestWorkerThread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/services/RequestWorkerThread.h b/proxygen/lib/services/RequestWorkerThread.h index 66c637f1ae..f8d130bc93 100644 --- a/proxygen/lib/services/RequestWorkerThread.h +++ b/proxygen/lib/services/RequestWorkerThread.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/services/Service.cpp b/proxygen/lib/services/Service.cpp index 30a0c684c6..3b7d88e0b7 100644 --- a/proxygen/lib/services/Service.cpp +++ b/proxygen/lib/services/Service.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/services/Service.h b/proxygen/lib/services/Service.h index fef275903a..867dca48d3 100644 --- a/proxygen/lib/services/Service.h +++ b/proxygen/lib/services/Service.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/services/ServiceConfiguration.h b/proxygen/lib/services/ServiceConfiguration.h index 576af2566f..0995a98ac6 100644 --- a/proxygen/lib/services/ServiceConfiguration.h +++ b/proxygen/lib/services/ServiceConfiguration.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/services/ServiceWorker.h b/proxygen/lib/services/ServiceWorker.h index 598a02a24c..48070a2706 100644 --- a/proxygen/lib/services/ServiceWorker.h +++ b/proxygen/lib/services/ServiceWorker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/services/WorkerThread.cpp b/proxygen/lib/services/WorkerThread.cpp index 104a23ae8d..706acdd626 100644 --- a/proxygen/lib/services/WorkerThread.cpp +++ b/proxygen/lib/services/WorkerThread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/services/WorkerThread.h b/proxygen/lib/services/WorkerThread.h index c4fa96c8e4..6c2f6ec555 100644 --- a/proxygen/lib/services/WorkerThread.h +++ b/proxygen/lib/services/WorkerThread.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/services/test/AcceptorTest.cpp b/proxygen/lib/services/test/AcceptorTest.cpp index 6c0af119cb..26809204da 100644 --- a/proxygen/lib/services/test/AcceptorTest.cpp +++ b/proxygen/lib/services/test/AcceptorTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/services/test/CMakeLists.txt b/proxygen/lib/services/test/CMakeLists.txt index 2143c75b03..76643b3d53 100644 --- a/proxygen/lib/services/test/CMakeLists.txt +++ b/proxygen/lib/services/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/ssl/ProxygenSSL.h b/proxygen/lib/ssl/ProxygenSSL.h index 91e00341d4..103ac4ef42 100644 --- a/proxygen/lib/ssl/ProxygenSSL.h +++ b/proxygen/lib/ssl/ProxygenSSL.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/ssl/ThreadLocalSSLContext.h b/proxygen/lib/ssl/ThreadLocalSSLContext.h index 85a5d0c3be..cb2626fbd0 100644 --- a/proxygen/lib/ssl/ThreadLocalSSLContext.h +++ b/proxygen/lib/ssl/ThreadLocalSSLContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/ssl/ThreadLocalSSLStats.cpp b/proxygen/lib/ssl/ThreadLocalSSLStats.cpp index d792c070a1..78ebedf534 100644 --- a/proxygen/lib/ssl/ThreadLocalSSLStats.cpp +++ b/proxygen/lib/ssl/ThreadLocalSSLStats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/ssl/ThreadLocalSSLStats.h b/proxygen/lib/ssl/ThreadLocalSSLStats.h index fa22a19485..702e23aec8 100644 --- a/proxygen/lib/ssl/ThreadLocalSSLStats.h +++ b/proxygen/lib/ssl/ThreadLocalSSLStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/stats/BaseStats.h b/proxygen/lib/stats/BaseStats.h index 0548aa879c..10dcd36abf 100644 --- a/proxygen/lib/stats/BaseStats.h +++ b/proxygen/lib/stats/BaseStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/stats/PeriodicStats.h b/proxygen/lib/stats/PeriodicStats.h index 672d70a7f1..f69108ef31 100644 --- a/proxygen/lib/stats/PeriodicStats.h +++ b/proxygen/lib/stats/PeriodicStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/stats/PeriodicStatsDataBase.h b/proxygen/lib/stats/PeriodicStatsDataBase.h index aa2d481533..96581264a5 100644 --- a/proxygen/lib/stats/PeriodicStatsDataBase.h +++ b/proxygen/lib/stats/PeriodicStatsDataBase.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/stats/ResourceData.h b/proxygen/lib/stats/ResourceData.h index 6f4988944d..b8b1330f0d 100644 --- a/proxygen/lib/stats/ResourceData.h +++ b/proxygen/lib/stats/ResourceData.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/stats/ResourceStats.cpp b/proxygen/lib/stats/ResourceStats.cpp index 95bfa195e8..e7c7fee197 100644 --- a/proxygen/lib/stats/ResourceStats.cpp +++ b/proxygen/lib/stats/ResourceStats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/stats/ResourceStats.h b/proxygen/lib/stats/ResourceStats.h index 081a7796d5..d502706758 100644 --- a/proxygen/lib/stats/ResourceStats.h +++ b/proxygen/lib/stats/ResourceStats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/stats/test/CMakeLists.txt b/proxygen/lib/stats/test/CMakeLists.txt index 1bef0898d9..7ea7a965b3 100644 --- a/proxygen/lib/stats/test/CMakeLists.txt +++ b/proxygen/lib/stats/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/stats/test/MockResources.h b/proxygen/lib/stats/test/MockResources.h index 1b122ecd37..d87b9f7721 100644 --- a/proxygen/lib/stats/test/MockResources.h +++ b/proxygen/lib/stats/test/MockResources.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/stats/test/PeriodicStatsTest.cpp b/proxygen/lib/stats/test/PeriodicStatsTest.cpp index 48c519e395..dc3d914a33 100644 --- a/proxygen/lib/stats/test/PeriodicStatsTest.cpp +++ b/proxygen/lib/stats/test/PeriodicStatsTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/stats/test/PeriodicStatsTestHelper.h b/proxygen/lib/stats/test/PeriodicStatsTestHelper.h index a51beec62a..96497e77ed 100644 --- a/proxygen/lib/stats/test/PeriodicStatsTestHelper.h +++ b/proxygen/lib/stats/test/PeriodicStatsTestHelper.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/stats/test/ResourceStatsTest.cpp b/proxygen/lib/stats/test/ResourceStatsTest.cpp index 71b6dd39ea..93419f5de4 100644 --- a/proxygen/lib/stats/test/ResourceStatsTest.cpp +++ b/proxygen/lib/stats/test/ResourceStatsTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/test/CMakeLists.txt b/proxygen/lib/test/CMakeLists.txt index 6223446c08..60af94c225 100644 --- a/proxygen/lib/test/CMakeLists.txt +++ b/proxygen/lib/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/test/TestAsyncTransport.cpp b/proxygen/lib/test/TestAsyncTransport.cpp index 461f70140d..87f42ae94a 100644 --- a/proxygen/lib/test/TestAsyncTransport.cpp +++ b/proxygen/lib/test/TestAsyncTransport.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/test/TestAsyncTransport.h b/proxygen/lib/test/TestAsyncTransport.h index 8c8e676bf7..aa74bbde3b 100644 --- a/proxygen/lib/test/TestAsyncTransport.h +++ b/proxygen/lib/test/TestAsyncTransport.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/test/TestMain.cpp b/proxygen/lib/test/TestMain.cpp index 0fd75e9f99..919ca689b2 100644 --- a/proxygen/lib/test/TestMain.cpp +++ b/proxygen/lib/test/TestMain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/transport/H3DatagramAsyncSocket.cpp b/proxygen/lib/transport/H3DatagramAsyncSocket.cpp index 6652a3c6ce..8e40e7c8af 100644 --- a/proxygen/lib/transport/H3DatagramAsyncSocket.cpp +++ b/proxygen/lib/transport/H3DatagramAsyncSocket.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/transport/H3DatagramAsyncSocket.h b/proxygen/lib/transport/H3DatagramAsyncSocket.h index a479bcb1d0..65e8647022 100644 --- a/proxygen/lib/transport/H3DatagramAsyncSocket.h +++ b/proxygen/lib/transport/H3DatagramAsyncSocket.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/transport/PersistentFizzPskCache.cpp b/proxygen/lib/transport/PersistentFizzPskCache.cpp index 5837177b8c..9b9a260a6a 100644 --- a/proxygen/lib/transport/PersistentFizzPskCache.cpp +++ b/proxygen/lib/transport/PersistentFizzPskCache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/transport/PersistentFizzPskCache.h b/proxygen/lib/transport/PersistentFizzPskCache.h index 5f5d175fb6..e972504ffb 100644 --- a/proxygen/lib/transport/PersistentFizzPskCache.h +++ b/proxygen/lib/transport/PersistentFizzPskCache.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/transport/PersistentQuicPskCache.cpp b/proxygen/lib/transport/PersistentQuicPskCache.cpp index 91781c7ac7..2a826c4146 100644 --- a/proxygen/lib/transport/PersistentQuicPskCache.cpp +++ b/proxygen/lib/transport/PersistentQuicPskCache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/transport/PersistentQuicPskCache.h b/proxygen/lib/transport/PersistentQuicPskCache.h index 058f24bee0..1b77e79b5c 100644 --- a/proxygen/lib/transport/PersistentQuicPskCache.h +++ b/proxygen/lib/transport/PersistentQuicPskCache.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/transport/test/CMakeLists.txt b/proxygen/lib/transport/test/CMakeLists.txt index 4ac1e873f5..05de836e03 100644 --- a/proxygen/lib/transport/test/CMakeLists.txt +++ b/proxygen/lib/transport/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/transport/test/H3DatagramAsyncSocketTest.cpp b/proxygen/lib/transport/test/H3DatagramAsyncSocketTest.cpp index d88fa3ec62..9ef9051f41 100644 --- a/proxygen/lib/transport/test/H3DatagramAsyncSocketTest.cpp +++ b/proxygen/lib/transport/test/H3DatagramAsyncSocketTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/transport/test/H3DatagramAsyncSocketTest.h b/proxygen/lib/transport/test/H3DatagramAsyncSocketTest.h index 292095f50a..8c330ff4be 100644 --- a/proxygen/lib/transport/test/H3DatagramAsyncSocketTest.h +++ b/proxygen/lib/transport/test/H3DatagramAsyncSocketTest.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/transport/test/PersistentFizzPskCacheTest.cpp b/proxygen/lib/transport/test/PersistentFizzPskCacheTest.cpp index 4228fc208b..3c735c10e4 100644 --- a/proxygen/lib/transport/test/PersistentFizzPskCacheTest.cpp +++ b/proxygen/lib/transport/test/PersistentFizzPskCacheTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/transport/test/PersistentQuicPskCacheTest.cpp b/proxygen/lib/transport/test/PersistentQuicPskCacheTest.cpp index 841dfbf88e..893793091b 100644 --- a/proxygen/lib/transport/test/PersistentQuicPskCacheTest.cpp +++ b/proxygen/lib/transport/test/PersistentQuicPskCacheTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/AcceptorAddress.h b/proxygen/lib/utils/AcceptorAddress.h index 1c190dce4c..c150ba86a7 100644 --- a/proxygen/lib/utils/AcceptorAddress.h +++ b/proxygen/lib/utils/AcceptorAddress.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/AsyncTimeoutSet.cpp b/proxygen/lib/utils/AsyncTimeoutSet.cpp index 89184024a4..7dc683efa8 100644 --- a/proxygen/lib/utils/AsyncTimeoutSet.cpp +++ b/proxygen/lib/utils/AsyncTimeoutSet.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/AsyncTimeoutSet.h b/proxygen/lib/utils/AsyncTimeoutSet.h index 75f624fdd6..b58aebff8c 100644 --- a/proxygen/lib/utils/AsyncTimeoutSet.h +++ b/proxygen/lib/utils/AsyncTimeoutSet.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/Base64.cpp b/proxygen/lib/utils/Base64.cpp index e495391622..8df9aed303 100644 --- a/proxygen/lib/utils/Base64.cpp +++ b/proxygen/lib/utils/Base64.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/Base64.h b/proxygen/lib/utils/Base64.h index dec988f5c0..2dafc1e081 100644 --- a/proxygen/lib/utils/Base64.h +++ b/proxygen/lib/utils/Base64.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/CobHelper.h b/proxygen/lib/utils/CobHelper.h index 7cb0380b43..71cc96c746 100644 --- a/proxygen/lib/utils/CobHelper.h +++ b/proxygen/lib/utils/CobHelper.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/ConditionalGate.h b/proxygen/lib/utils/ConditionalGate.h index 75979e7374..45db6c10a1 100644 --- a/proxygen/lib/utils/ConditionalGate.h +++ b/proxygen/lib/utils/ConditionalGate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/ConsistentHash.h b/proxygen/lib/utils/ConsistentHash.h index ea50c0f088..72f76cd42c 100644 --- a/proxygen/lib/utils/ConsistentHash.h +++ b/proxygen/lib/utils/ConsistentHash.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/CryptUtil.cpp b/proxygen/lib/utils/CryptUtil.cpp index 1d9ce05672..5b4239fa7a 100644 --- a/proxygen/lib/utils/CryptUtil.cpp +++ b/proxygen/lib/utils/CryptUtil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/CryptUtil.h b/proxygen/lib/utils/CryptUtil.h index d99edbda36..a3f94dc9ee 100644 --- a/proxygen/lib/utils/CryptUtil.h +++ b/proxygen/lib/utils/CryptUtil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/Exception.cpp b/proxygen/lib/utils/Exception.cpp index 8bcf8a6637..e8138cee0e 100644 --- a/proxygen/lib/utils/Exception.cpp +++ b/proxygen/lib/utils/Exception.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/Exception.h b/proxygen/lib/utils/Exception.h index 6e7aa02f94..2c203353c6 100644 --- a/proxygen/lib/utils/Exception.h +++ b/proxygen/lib/utils/Exception.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/Export.h b/proxygen/lib/utils/Export.h index aa6a6f4973..f7a03fc67d 100644 --- a/proxygen/lib/utils/Export.h +++ b/proxygen/lib/utils/Export.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/FilterChain.h b/proxygen/lib/utils/FilterChain.h index 6b0c3f50b6..5188e9809d 100644 --- a/proxygen/lib/utils/FilterChain.h +++ b/proxygen/lib/utils/FilterChain.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/HTTPTime.cpp b/proxygen/lib/utils/HTTPTime.cpp index 34d2eb5e34..c527796000 100644 --- a/proxygen/lib/utils/HTTPTime.cpp +++ b/proxygen/lib/utils/HTTPTime.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/HTTPTime.h b/proxygen/lib/utils/HTTPTime.h index 490db8dd05..041677f62e 100644 --- a/proxygen/lib/utils/HTTPTime.h +++ b/proxygen/lib/utils/HTTPTime.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/Logging.cpp b/proxygen/lib/utils/Logging.cpp index 0a4dbba3bd..4196026bef 100644 --- a/proxygen/lib/utils/Logging.cpp +++ b/proxygen/lib/utils/Logging.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/Logging.h b/proxygen/lib/utils/Logging.h index bb45c39c5f..3c09ccedc9 100644 --- a/proxygen/lib/utils/Logging.h +++ b/proxygen/lib/utils/Logging.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/NullTraceEventObserver.h b/proxygen/lib/utils/NullTraceEventObserver.h index 6aec32fcdc..199e6effe0 100644 --- a/proxygen/lib/utils/NullTraceEventObserver.h +++ b/proxygen/lib/utils/NullTraceEventObserver.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/ParseURL.cpp b/proxygen/lib/utils/ParseURL.cpp index 70e3cc5e9f..e1084de1eb 100644 --- a/proxygen/lib/utils/ParseURL.cpp +++ b/proxygen/lib/utils/ParseURL.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/ParseURL.h b/proxygen/lib/utils/ParseURL.h index 5e050a9b23..e2d788fe7d 100644 --- a/proxygen/lib/utils/ParseURL.h +++ b/proxygen/lib/utils/ParseURL.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/PerfectIndexMap.h b/proxygen/lib/utils/PerfectIndexMap.h index 0b1d2f45b8..036689017c 100644 --- a/proxygen/lib/utils/PerfectIndexMap.h +++ b/proxygen/lib/utils/PerfectIndexMap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/RendezvousHash.cpp b/proxygen/lib/utils/RendezvousHash.cpp index dad0166be5..6a17cb66b0 100644 --- a/proxygen/lib/utils/RendezvousHash.cpp +++ b/proxygen/lib/utils/RendezvousHash.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/RendezvousHash.h b/proxygen/lib/utils/RendezvousHash.h index 97f26d794d..af3977c59b 100644 --- a/proxygen/lib/utils/RendezvousHash.h +++ b/proxygen/lib/utils/RendezvousHash.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/StateMachine.h b/proxygen/lib/utils/StateMachine.h index b6424aaa2f..f2fee7cfdc 100644 --- a/proxygen/lib/utils/StateMachine.h +++ b/proxygen/lib/utils/StateMachine.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/StreamCompressor.h b/proxygen/lib/utils/StreamCompressor.h index 5ebf44f783..7e6413cc9f 100644 --- a/proxygen/lib/utils/StreamCompressor.h +++ b/proxygen/lib/utils/StreamCompressor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/StreamDecompressor.h b/proxygen/lib/utils/StreamDecompressor.h index 9ad5ab7c3e..018dcc239a 100644 --- a/proxygen/lib/utils/StreamDecompressor.h +++ b/proxygen/lib/utils/StreamDecompressor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/TestUtils.h b/proxygen/lib/utils/TestUtils.h index 80276db3d2..28eef433d1 100644 --- a/proxygen/lib/utils/TestUtils.h +++ b/proxygen/lib/utils/TestUtils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/Time.cpp b/proxygen/lib/utils/Time.cpp index 4946f0e647..c5bc17c5b2 100644 --- a/proxygen/lib/utils/Time.cpp +++ b/proxygen/lib/utils/Time.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/Time.h b/proxygen/lib/utils/Time.h index 7fbb385f7d..0b9211d78f 100644 --- a/proxygen/lib/utils/Time.h +++ b/proxygen/lib/utils/Time.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/TraceEvent.cpp b/proxygen/lib/utils/TraceEvent.cpp index dace0913fc..80c8581b88 100644 --- a/proxygen/lib/utils/TraceEvent.cpp +++ b/proxygen/lib/utils/TraceEvent.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/TraceEvent.h b/proxygen/lib/utils/TraceEvent.h index b64c58157b..ec3a3ac88c 100644 --- a/proxygen/lib/utils/TraceEvent.h +++ b/proxygen/lib/utils/TraceEvent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/TraceEventContext.cpp b/proxygen/lib/utils/TraceEventContext.cpp index b599655df9..9d799d7faf 100644 --- a/proxygen/lib/utils/TraceEventContext.cpp +++ b/proxygen/lib/utils/TraceEventContext.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/TraceEventContext.h b/proxygen/lib/utils/TraceEventContext.h index 9348c8f0c1..c61e5f96e0 100644 --- a/proxygen/lib/utils/TraceEventContext.h +++ b/proxygen/lib/utils/TraceEventContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/TraceEventObserver.h b/proxygen/lib/utils/TraceEventObserver.h index 43815ca1f3..192efdb855 100644 --- a/proxygen/lib/utils/TraceEventObserver.h +++ b/proxygen/lib/utils/TraceEventObserver.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/URL.h b/proxygen/lib/utils/URL.h index e33c1c2840..c51d67867b 100644 --- a/proxygen/lib/utils/URL.h +++ b/proxygen/lib/utils/URL.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/UnionBasedStatic.h b/proxygen/lib/utils/UnionBasedStatic.h index b4f085db2e..55e14d904e 100644 --- a/proxygen/lib/utils/UnionBasedStatic.h +++ b/proxygen/lib/utils/UnionBasedStatic.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/UtilInl.h b/proxygen/lib/utils/UtilInl.h index ab247d8c46..48e22d711b 100644 --- a/proxygen/lib/utils/UtilInl.h +++ b/proxygen/lib/utils/UtilInl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/WeakRefCountedPtr.h b/proxygen/lib/utils/WeakRefCountedPtr.h index 4de2d980c5..102e1ac2b2 100644 --- a/proxygen/lib/utils/WeakRefCountedPtr.h +++ b/proxygen/lib/utils/WeakRefCountedPtr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/WheelTimerInstance.cpp b/proxygen/lib/utils/WheelTimerInstance.cpp index 2254486d73..602deef628 100644 --- a/proxygen/lib/utils/WheelTimerInstance.cpp +++ b/proxygen/lib/utils/WheelTimerInstance.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/WheelTimerInstance.h b/proxygen/lib/utils/WheelTimerInstance.h index 6982553051..30f7d108b5 100644 --- a/proxygen/lib/utils/WheelTimerInstance.h +++ b/proxygen/lib/utils/WheelTimerInstance.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/ZlibStreamCompressor.cpp b/proxygen/lib/utils/ZlibStreamCompressor.cpp index c97d08c108..4ad9d06325 100644 --- a/proxygen/lib/utils/ZlibStreamCompressor.cpp +++ b/proxygen/lib/utils/ZlibStreamCompressor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/ZlibStreamCompressor.h b/proxygen/lib/utils/ZlibStreamCompressor.h index 820cd1b238..e462241b6a 100644 --- a/proxygen/lib/utils/ZlibStreamCompressor.h +++ b/proxygen/lib/utils/ZlibStreamCompressor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/ZlibStreamDecompressor.cpp b/proxygen/lib/utils/ZlibStreamDecompressor.cpp index abcd524506..c896b02585 100644 --- a/proxygen/lib/utils/ZlibStreamDecompressor.cpp +++ b/proxygen/lib/utils/ZlibStreamDecompressor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/ZlibStreamDecompressor.h b/proxygen/lib/utils/ZlibStreamDecompressor.h index 3f4488ad96..4673ce9c63 100644 --- a/proxygen/lib/utils/ZlibStreamDecompressor.h +++ b/proxygen/lib/utils/ZlibStreamDecompressor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/ZstdStreamCompressor.cpp b/proxygen/lib/utils/ZstdStreamCompressor.cpp index d9d7038d00..c036768bab 100644 --- a/proxygen/lib/utils/ZstdStreamCompressor.cpp +++ b/proxygen/lib/utils/ZstdStreamCompressor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/ZstdStreamCompressor.h b/proxygen/lib/utils/ZstdStreamCompressor.h index 8cc24a70b1..6eee53c8b7 100644 --- a/proxygen/lib/utils/ZstdStreamCompressor.h +++ b/proxygen/lib/utils/ZstdStreamCompressor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/ZstdStreamDecompressor.cpp b/proxygen/lib/utils/ZstdStreamDecompressor.cpp index 8badbc66d0..ea2414ba0f 100644 --- a/proxygen/lib/utils/ZstdStreamDecompressor.cpp +++ b/proxygen/lib/utils/ZstdStreamDecompressor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/ZstdStreamDecompressor.h b/proxygen/lib/utils/ZstdStreamDecompressor.h index 90515ec5a7..1ccec311d9 100644 --- a/proxygen/lib/utils/ZstdStreamDecompressor.h +++ b/proxygen/lib/utils/ZstdStreamDecompressor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/gen_perfect_hash_table.sh b/proxygen/lib/utils/gen_perfect_hash_table.sh index a870b2d670..7aada6ec07 100755 --- a/proxygen/lib/utils/gen_perfect_hash_table.sh +++ b/proxygen/lib/utils/gen_perfect_hash_table.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/gen_trace_event_constants.py b/proxygen/lib/utils/gen_trace_event_constants.py index b6813be470..077c836922 100755 --- a/proxygen/lib/utils/gen_trace_event_constants.py +++ b/proxygen/lib/utils/gen_trace_event_constants.py @@ -1,5 +1,5 @@ #!/bin/env python3 -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/perfect_hash_table_template.h b/proxygen/lib/utils/perfect_hash_table_template.h index a0e8148d8e..433171a1d5 100644 --- a/proxygen/lib/utils/perfect_hash_table_template.h +++ b/proxygen/lib/utils/perfect_hash_table_template.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/AsyncTimeoutSetTest.cpp b/proxygen/lib/utils/test/AsyncTimeoutSetTest.cpp index 959f8338e5..94d9a06e01 100644 --- a/proxygen/lib/utils/test/AsyncTimeoutSetTest.cpp +++ b/proxygen/lib/utils/test/AsyncTimeoutSetTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/Base64Test.cpp b/proxygen/lib/utils/test/Base64Test.cpp index e9190f8d8f..42fc57f806 100644 --- a/proxygen/lib/utils/test/Base64Test.cpp +++ b/proxygen/lib/utils/test/Base64Test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/CMakeLists.txt b/proxygen/lib/utils/test/CMakeLists.txt index a0dc2a15db..5daa476572 100644 --- a/proxygen/lib/utils/test/CMakeLists.txt +++ b/proxygen/lib/utils/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. +# Copyright (c) Meta Platforms, Inc. and affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/ConditionalGateTest.cpp b/proxygen/lib/utils/test/ConditionalGateTest.cpp index 3c6ccb24ae..0f0d632219 100644 --- a/proxygen/lib/utils/test/ConditionalGateTest.cpp +++ b/proxygen/lib/utils/test/ConditionalGateTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/CryptUtilTest.cpp b/proxygen/lib/utils/test/CryptUtilTest.cpp index 5b9bf357ef..3500633922 100644 --- a/proxygen/lib/utils/test/CryptUtilTest.cpp +++ b/proxygen/lib/utils/test/CryptUtilTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/GenericFilterTest.cpp b/proxygen/lib/utils/test/GenericFilterTest.cpp index d1d710d21c..833b588b6a 100644 --- a/proxygen/lib/utils/test/GenericFilterTest.cpp +++ b/proxygen/lib/utils/test/GenericFilterTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/HTTPTimeTest.cpp b/proxygen/lib/utils/test/HTTPTimeTest.cpp index 797e5462dc..8988f999e4 100644 --- a/proxygen/lib/utils/test/HTTPTimeTest.cpp +++ b/proxygen/lib/utils/test/HTTPTimeTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/LoggingTests.cpp b/proxygen/lib/utils/test/LoggingTests.cpp index 2c1adae8f1..40750c78f1 100644 --- a/proxygen/lib/utils/test/LoggingTests.cpp +++ b/proxygen/lib/utils/test/LoggingTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/MockTime.h b/proxygen/lib/utils/test/MockTime.h index 2bf3e052c3..283cc84d8f 100644 --- a/proxygen/lib/utils/test/MockTime.h +++ b/proxygen/lib/utils/test/MockTime.h @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/ParseURLTest.cpp b/proxygen/lib/utils/test/ParseURLTest.cpp index 15102fe94d..b8f207c73b 100644 --- a/proxygen/lib/utils/test/ParseURLTest.cpp +++ b/proxygen/lib/utils/test/ParseURLTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/PerfectIndexMapBenchmark.cpp b/proxygen/lib/utils/test/PerfectIndexMapBenchmark.cpp index cdf35c64c8..34b96e58f1 100644 --- a/proxygen/lib/utils/test/PerfectIndexMapBenchmark.cpp +++ b/proxygen/lib/utils/test/PerfectIndexMapBenchmark.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/PerfectIndexMapTest.cpp b/proxygen/lib/utils/test/PerfectIndexMapTest.cpp index e44f5731c8..9c5eb30b71 100644 --- a/proxygen/lib/utils/test/PerfectIndexMapTest.cpp +++ b/proxygen/lib/utils/test/PerfectIndexMapTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/RendezvousHashTest.cpp b/proxygen/lib/utils/test/RendezvousHashTest.cpp index 8c121357a6..55e1c50601 100644 --- a/proxygen/lib/utils/test/RendezvousHashTest.cpp +++ b/proxygen/lib/utils/test/RendezvousHashTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/TimeTest.cpp b/proxygen/lib/utils/test/TimeTest.cpp index c95a94c77f..8bb4cfd1b3 100644 --- a/proxygen/lib/utils/test/TimeTest.cpp +++ b/proxygen/lib/utils/test/TimeTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/TraceEventTest.cpp b/proxygen/lib/utils/test/TraceEventTest.cpp index 540f7c84f3..ff961a8bc8 100644 --- a/proxygen/lib/utils/test/TraceEventTest.cpp +++ b/proxygen/lib/utils/test/TraceEventTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/URLTest.cpp b/proxygen/lib/utils/test/URLTest.cpp index 4eeab1834d..0f7eb5150d 100644 --- a/proxygen/lib/utils/test/URLTest.cpp +++ b/proxygen/lib/utils/test/URLTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/UtilTest.cpp b/proxygen/lib/utils/test/UtilTest.cpp index 3196de17c1..66bea591c1 100644 --- a/proxygen/lib/utils/test/UtilTest.cpp +++ b/proxygen/lib/utils/test/UtilTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/WeakRefCountedPtrTest.cpp b/proxygen/lib/utils/test/WeakRefCountedPtrTest.cpp index 6f8b57a43e..1f61dac7b6 100644 --- a/proxygen/lib/utils/test/WeakRefCountedPtrTest.cpp +++ b/proxygen/lib/utils/test/WeakRefCountedPtrTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/ZlibTests.cpp b/proxygen/lib/utils/test/ZlibTests.cpp index d12b3bc651..b2513a5bb8 100644 --- a/proxygen/lib/utils/test/ZlibTests.cpp +++ b/proxygen/lib/utils/test/ZlibTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/proxygen/lib/utils/test/ZstdTests.cpp b/proxygen/lib/utils/test/ZstdTests.cpp index 869e5e5f5a..2c3215b4e8 100644 --- a/proxygen/lib/utils/test/ZstdTests.cpp +++ b/proxygen/lib/utils/test/ZstdTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the