From 451e69a70b6b1f9244efa5cd229bc8a44f1f1358 Mon Sep 17 00:00:00 2001 From: Michael Rebello Date: Sat, 6 Apr 2024 10:37:47 -0700 Subject: [PATCH] Update license headers to include 2024 --- Examples/ElizaSharedSources/AppSources/ElizaApp.swift | 2 +- Examples/ElizaSharedSources/AppSources/MenuView.swift | 2 +- Examples/ElizaSharedSources/AppSources/Message.swift | 2 +- Examples/ElizaSharedSources/AppSources/MessagingView.swift | 2 +- .../ElizaSharedSources/AppSources/MessagingViewModel.swift | 2 +- .../Connect/Internal/Interceptors/ConnectInterceptor.swift | 2 +- .../Connect/Internal/Interceptors/GRPCWebInterceptor.swift | 2 +- .../Connect/Internal/Interceptors/InterceptorChain.swift | 2 +- Libraries/Connect/Internal/Locks/Lock.swift | 2 +- Libraries/Connect/Internal/Locks/Locked.swift | 2 +- .../Connect/Internal/Streaming/BidirectionalAsyncStream.swift | 2 +- .../Connect/Internal/Streaming/BidirectionalStream.swift | 2 +- .../Connect/Internal/Streaming/ConnectEndStreamResponse.swift | 2 +- .../Connect/Internal/Streaming/ServerOnlyAsyncStream.swift | 2 +- Libraries/Connect/Internal/Streaming/ServerOnlyStream.swift | 2 +- Libraries/Connect/Internal/Streaming/URLSessionStream.swift | 2 +- Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift | 2 +- Libraries/Connect/PackageInternal/ConnectError+GRPC.swift | 2 +- Libraries/Connect/PackageInternal/Envelope.swift | 2 +- Libraries/Connect/PackageInternal/Headers+GRPC.swift | 2 +- Libraries/Connect/PackageInternal/Trailers+gRPC.swift | 2 +- .../Public/Implementation/Clients/ProtocolClient.swift | 2 +- .../Public/Implementation/Clients/URLSessionHTTPClient.swift | 2 +- .../Connect/Public/Implementation/Codecs/JSONCodec.swift | 2 +- .../Connect/Public/Implementation/Codecs/ProtoCodec.swift | 2 +- .../Implementation/Compression/GzipCompressionPool.swift | 2 +- Libraries/Connect/Public/Interfaces/Cancelable.swift | 2 +- Libraries/Connect/Public/Interfaces/Code.swift | 2 +- Libraries/Connect/Public/Interfaces/Codec.swift | 2 +- Libraries/Connect/Public/Interfaces/CompressionPool.swift | 2 +- Libraries/Connect/Public/Interfaces/ConnectError.swift | 2 +- Libraries/Connect/Public/Interfaces/HTTPClientInterface.swift | 2 +- Libraries/Connect/Public/Interfaces/HTTPMethod.swift | 2 +- Libraries/Connect/Public/Interfaces/HTTPMetrics.swift | 2 +- Libraries/Connect/Public/Interfaces/HTTPRequest.swift | 2 +- Libraries/Connect/Public/Interfaces/HTTPResponse.swift | 2 +- Libraries/Connect/Public/Interfaces/HeaderConstants.swift | 2 +- Libraries/Connect/Public/Interfaces/Headers.swift | 2 +- Libraries/Connect/Public/Interfaces/IdempotencyLevel.swift | 2 +- .../Connect/Public/Interfaces/Interceptors/Interceptor.swift | 2 +- .../Public/Interfaces/Interceptors/InterceptorFactory.swift | 2 +- .../Public/Interfaces/Interceptors/StreamInterceptor.swift | 2 +- .../Public/Interfaces/Interceptors/UnaryInterceptor.swift | 2 +- Libraries/Connect/Public/Interfaces/MethodSpec.swift | 2 +- Libraries/Connect/Public/Interfaces/NetworkProtocol.swift | 2 +- Libraries/Connect/Public/Interfaces/ProtobufMessage.swift | 2 +- .../Connect/Public/Interfaces/ProtocolClientConfig.swift | 2 +- .../Connect/Public/Interfaces/ProtocolClientInterface.swift | 2 +- Libraries/Connect/Public/Interfaces/ResponseMessage.swift | 2 +- .../AsyncAwait/BidirectionalAsyncStreamInterface.swift | 2 +- .../Streaming/AsyncAwait/ClientOnlyAsyncStreamInterface.swift | 2 +- .../Streaming/AsyncAwait/ServerOnlyAsyncStreamInterface.swift | 2 +- .../Streaming/Callbacks/BidirectionalStreamInterface.swift | 2 +- .../Streaming/Callbacks/ClientOnlyStreamInterface.swift | 2 +- .../Interfaces/Streaming/Callbacks/RequestCallbacks.swift | 2 +- .../Interfaces/Streaming/Callbacks/ResponseCallbacks.swift | 2 +- .../Streaming/Callbacks/ServerOnlyStreamInterface.swift | 2 +- .../Connect/Public/Interfaces/Streaming/StreamResult.swift | 2 +- Libraries/Connect/Public/Interfaces/Trailers.swift | 2 +- Libraries/Connect/proto/grpc/status/v1/status.proto | 2 +- Libraries/ConnectMocks/MockBidirectionalAsyncStream.swift | 2 +- Libraries/ConnectMocks/MockBidirectionalStream.swift | 2 +- Libraries/ConnectMocks/MockClientOnlyAsyncStream.swift | 2 +- Libraries/ConnectMocks/MockClientOnlyStream.swift | 2 +- Libraries/ConnectMocks/MockServerOnlyAsyncStream.swift | 2 +- Libraries/ConnectMocks/MockServerOnlyStream.swift | 2 +- .../ConnectNIO/Internal/ConnectStreamChannelHandler.swift | 2 +- .../ConnectNIO/Internal/ConnectUnaryChannelHandler.swift | 2 +- .../Internal/Extensions/ConnectError+Extensions.swift | 2 +- .../Internal/Extensions/HTTPRequestHead+Extensions.swift | 2 +- .../ConnectNIO/Internal/Extensions/Headers+Extensions.swift | 2 +- Libraries/ConnectNIO/Internal/GRPCInterceptor.swift | 2 +- Libraries/ConnectNIO/Public/NIOHTTPClient.swift | 2 +- Libraries/ConnectNIO/Public/NetworkProtocol+Extensions.swift | 2 +- Makefile | 4 ++-- Plugins/ConnectMocksPlugin/ConnectMockGenerator.swift | 2 +- Plugins/ConnectMocksPlugin/main.swift | 2 +- Plugins/ConnectPluginUtilities/FilePathComponents.swift | 2 +- Plugins/ConnectPluginUtilities/Generator.swift | 2 +- Plugins/ConnectPluginUtilities/GeneratorOptions.swift | 2 +- Plugins/ConnectPluginUtilities/MainGeneratorFunction.swift | 2 +- .../ConnectPluginUtilities/MethodDescriptor+Extensions.swift | 2 +- .../ConnectPluginUtilities/ServiceDescriptor+Extensions.swift | 2 +- Plugins/ConnectSwiftPlugin/ConnectClientGenerator.swift | 2 +- Plugins/ConnectSwiftPlugin/main.swift | 2 +- Tests/ConformanceClient/Sources/CommandLineArgument.swift | 2 +- Tests/ConformanceClient/Sources/ConformanceInvoker.swift | 2 +- Tests/ConformanceClient/Sources/main.swift | 2 +- .../ConnectMocksTests/ConnectMocksTests.swift | 2 +- .../ConnectTests/ConnectEndStreamResponseTests.swift | 2 +- .../ConnectLibraryTests/ConnectTests/ConnectErrorTests.swift | 2 +- .../ConnectLibraryTests/ConnectTests/EnvelopeTests.swift | 2 +- .../ConnectTests/GzipCompressionPoolTests.swift | 2 +- .../ConnectTests/InterceptorChainIterationTests.swift | 2 +- .../ConnectTests/InterceptorFactoryTests.swift | 2 +- .../ConnectTests/InterceptorIntegrationTests.swift | 2 +- .../ConnectLibraryTests/ConnectTests/JSONCodecTests.swift | 2 +- .../ConnectLibraryTests/ConnectTests/ProtoCodecTests.swift | 2 +- .../ConnectTests/ProtocolClientConfigTests.swift | 2 +- .../ConnectTests/ServiceMetadataTests.swift | 2 +- .../ConnectPluginUtilitiesTests/FilePathComponentsTests.swift | 2 +- 101 files changed, 102 insertions(+), 102 deletions(-) diff --git a/Examples/ElizaSharedSources/AppSources/ElizaApp.swift b/Examples/ElizaSharedSources/AppSources/ElizaApp.swift index 622b16bc..d8680d1e 100644 --- a/Examples/ElizaSharedSources/AppSources/ElizaApp.swift +++ b/Examples/ElizaSharedSources/AppSources/ElizaApp.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Examples/ElizaSharedSources/AppSources/MenuView.swift b/Examples/ElizaSharedSources/AppSources/MenuView.swift index 81324b37..c9efb390 100644 --- a/Examples/ElizaSharedSources/AppSources/MenuView.swift +++ b/Examples/ElizaSharedSources/AppSources/MenuView.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Examples/ElizaSharedSources/AppSources/Message.swift b/Examples/ElizaSharedSources/AppSources/Message.swift index 9dc8b82d..3e603d88 100644 --- a/Examples/ElizaSharedSources/AppSources/Message.swift +++ b/Examples/ElizaSharedSources/AppSources/Message.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Examples/ElizaSharedSources/AppSources/MessagingView.swift b/Examples/ElizaSharedSources/AppSources/MessagingView.swift index b6c97275..d1462b06 100644 --- a/Examples/ElizaSharedSources/AppSources/MessagingView.swift +++ b/Examples/ElizaSharedSources/AppSources/MessagingView.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Examples/ElizaSharedSources/AppSources/MessagingViewModel.swift b/Examples/ElizaSharedSources/AppSources/MessagingViewModel.swift index fd9932c8..02cc5b62 100644 --- a/Examples/ElizaSharedSources/AppSources/MessagingViewModel.swift +++ b/Examples/ElizaSharedSources/AppSources/MessagingViewModel.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Internal/Interceptors/ConnectInterceptor.swift b/Libraries/Connect/Internal/Interceptors/ConnectInterceptor.swift index c76a312f..b9f5716a 100644 --- a/Libraries/Connect/Internal/Interceptors/ConnectInterceptor.swift +++ b/Libraries/Connect/Internal/Interceptors/ConnectInterceptor.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Internal/Interceptors/GRPCWebInterceptor.swift b/Libraries/Connect/Internal/Interceptors/GRPCWebInterceptor.swift index cdece53c..63f09381 100644 --- a/Libraries/Connect/Internal/Interceptors/GRPCWebInterceptor.swift +++ b/Libraries/Connect/Internal/Interceptors/GRPCWebInterceptor.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Internal/Interceptors/InterceptorChain.swift b/Libraries/Connect/Internal/Interceptors/InterceptorChain.swift index 2f853c11..785b6d2f 100644 --- a/Libraries/Connect/Internal/Interceptors/InterceptorChain.swift +++ b/Libraries/Connect/Internal/Interceptors/InterceptorChain.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Internal/Locks/Lock.swift b/Libraries/Connect/Internal/Locks/Lock.swift index 8d40dfca..7c9358dc 100644 --- a/Libraries/Connect/Internal/Locks/Lock.swift +++ b/Libraries/Connect/Internal/Locks/Lock.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Internal/Locks/Locked.swift b/Libraries/Connect/Internal/Locks/Locked.swift index 8219353a..bd20c4e1 100644 --- a/Libraries/Connect/Internal/Locks/Locked.swift +++ b/Libraries/Connect/Internal/Locks/Locked.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Internal/Streaming/BidirectionalAsyncStream.swift b/Libraries/Connect/Internal/Streaming/BidirectionalAsyncStream.swift index b8e085d8..565fc4b8 100644 --- a/Libraries/Connect/Internal/Streaming/BidirectionalAsyncStream.swift +++ b/Libraries/Connect/Internal/Streaming/BidirectionalAsyncStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Internal/Streaming/BidirectionalStream.swift b/Libraries/Connect/Internal/Streaming/BidirectionalStream.swift index f92bb923..95195b72 100644 --- a/Libraries/Connect/Internal/Streaming/BidirectionalStream.swift +++ b/Libraries/Connect/Internal/Streaming/BidirectionalStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Internal/Streaming/ConnectEndStreamResponse.swift b/Libraries/Connect/Internal/Streaming/ConnectEndStreamResponse.swift index 057222e6..05f1f878 100644 --- a/Libraries/Connect/Internal/Streaming/ConnectEndStreamResponse.swift +++ b/Libraries/Connect/Internal/Streaming/ConnectEndStreamResponse.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Internal/Streaming/ServerOnlyAsyncStream.swift b/Libraries/Connect/Internal/Streaming/ServerOnlyAsyncStream.swift index c339edfd..ced2cf83 100644 --- a/Libraries/Connect/Internal/Streaming/ServerOnlyAsyncStream.swift +++ b/Libraries/Connect/Internal/Streaming/ServerOnlyAsyncStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Internal/Streaming/ServerOnlyStream.swift b/Libraries/Connect/Internal/Streaming/ServerOnlyStream.swift index f7914880..c7128556 100644 --- a/Libraries/Connect/Internal/Streaming/ServerOnlyStream.swift +++ b/Libraries/Connect/Internal/Streaming/ServerOnlyStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Internal/Streaming/URLSessionStream.swift b/Libraries/Connect/Internal/Streaming/URLSessionStream.swift index 79470a26..80e5dab5 100644 --- a/Libraries/Connect/Internal/Streaming/URLSessionStream.swift +++ b/Libraries/Connect/Internal/Streaming/URLSessionStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift b/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift index 46e318b3..61a55b1e 100644 --- a/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift +++ b/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/PackageInternal/ConnectError+GRPC.swift b/Libraries/Connect/PackageInternal/ConnectError+GRPC.swift index 945007f2..b603c878 100644 --- a/Libraries/Connect/PackageInternal/ConnectError+GRPC.swift +++ b/Libraries/Connect/PackageInternal/ConnectError+GRPC.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/PackageInternal/Envelope.swift b/Libraries/Connect/PackageInternal/Envelope.swift index 1e4956d0..261ec8db 100644 --- a/Libraries/Connect/PackageInternal/Envelope.swift +++ b/Libraries/Connect/PackageInternal/Envelope.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/PackageInternal/Headers+GRPC.swift b/Libraries/Connect/PackageInternal/Headers+GRPC.swift index 0067adec..d362cc20 100644 --- a/Libraries/Connect/PackageInternal/Headers+GRPC.swift +++ b/Libraries/Connect/PackageInternal/Headers+GRPC.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/PackageInternal/Trailers+gRPC.swift b/Libraries/Connect/PackageInternal/Trailers+gRPC.swift index ba46c83b..520fea81 100644 --- a/Libraries/Connect/PackageInternal/Trailers+gRPC.swift +++ b/Libraries/Connect/PackageInternal/Trailers+gRPC.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Implementation/Clients/ProtocolClient.swift b/Libraries/Connect/Public/Implementation/Clients/ProtocolClient.swift index 32185dde..902afabd 100644 --- a/Libraries/Connect/Public/Implementation/Clients/ProtocolClient.swift +++ b/Libraries/Connect/Public/Implementation/Clients/ProtocolClient.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Implementation/Clients/URLSessionHTTPClient.swift b/Libraries/Connect/Public/Implementation/Clients/URLSessionHTTPClient.swift index 1a541191..551f6d1f 100644 --- a/Libraries/Connect/Public/Implementation/Clients/URLSessionHTTPClient.swift +++ b/Libraries/Connect/Public/Implementation/Clients/URLSessionHTTPClient.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Implementation/Codecs/JSONCodec.swift b/Libraries/Connect/Public/Implementation/Codecs/JSONCodec.swift index 8c6e72e9..ed7db2af 100644 --- a/Libraries/Connect/Public/Implementation/Codecs/JSONCodec.swift +++ b/Libraries/Connect/Public/Implementation/Codecs/JSONCodec.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Implementation/Codecs/ProtoCodec.swift b/Libraries/Connect/Public/Implementation/Codecs/ProtoCodec.swift index d30101e0..7a17d57b 100644 --- a/Libraries/Connect/Public/Implementation/Codecs/ProtoCodec.swift +++ b/Libraries/Connect/Public/Implementation/Codecs/ProtoCodec.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Implementation/Compression/GzipCompressionPool.swift b/Libraries/Connect/Public/Implementation/Compression/GzipCompressionPool.swift index b0fa7332..c4e0bfd4 100644 --- a/Libraries/Connect/Public/Implementation/Compression/GzipCompressionPool.swift +++ b/Libraries/Connect/Public/Implementation/Compression/GzipCompressionPool.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Cancelable.swift b/Libraries/Connect/Public/Interfaces/Cancelable.swift index d328ea18..08e44dd4 100644 --- a/Libraries/Connect/Public/Interfaces/Cancelable.swift +++ b/Libraries/Connect/Public/Interfaces/Cancelable.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Code.swift b/Libraries/Connect/Public/Interfaces/Code.swift index 9946d6dc..6391e04c 100644 --- a/Libraries/Connect/Public/Interfaces/Code.swift +++ b/Libraries/Connect/Public/Interfaces/Code.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Codec.swift b/Libraries/Connect/Public/Interfaces/Codec.swift index 2f1f3750..c01a2c88 100644 --- a/Libraries/Connect/Public/Interfaces/Codec.swift +++ b/Libraries/Connect/Public/Interfaces/Codec.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/CompressionPool.swift b/Libraries/Connect/Public/Interfaces/CompressionPool.swift index d024ce1d..f4a88d15 100644 --- a/Libraries/Connect/Public/Interfaces/CompressionPool.swift +++ b/Libraries/Connect/Public/Interfaces/CompressionPool.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/ConnectError.swift b/Libraries/Connect/Public/Interfaces/ConnectError.swift index 507b61e8..6b649edd 100644 --- a/Libraries/Connect/Public/Interfaces/ConnectError.swift +++ b/Libraries/Connect/Public/Interfaces/ConnectError.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/HTTPClientInterface.swift b/Libraries/Connect/Public/Interfaces/HTTPClientInterface.swift index 005bcb30..e0655ced 100644 --- a/Libraries/Connect/Public/Interfaces/HTTPClientInterface.swift +++ b/Libraries/Connect/Public/Interfaces/HTTPClientInterface.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/HTTPMethod.swift b/Libraries/Connect/Public/Interfaces/HTTPMethod.swift index add037b2..242d0186 100644 --- a/Libraries/Connect/Public/Interfaces/HTTPMethod.swift +++ b/Libraries/Connect/Public/Interfaces/HTTPMethod.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/HTTPMetrics.swift b/Libraries/Connect/Public/Interfaces/HTTPMetrics.swift index 0eb90448..96c482ad 100644 --- a/Libraries/Connect/Public/Interfaces/HTTPMetrics.swift +++ b/Libraries/Connect/Public/Interfaces/HTTPMetrics.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/HTTPRequest.swift b/Libraries/Connect/Public/Interfaces/HTTPRequest.swift index 9a78a609..cc4d45fd 100644 --- a/Libraries/Connect/Public/Interfaces/HTTPRequest.swift +++ b/Libraries/Connect/Public/Interfaces/HTTPRequest.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/HTTPResponse.swift b/Libraries/Connect/Public/Interfaces/HTTPResponse.swift index 021a2b7a..e7e81aab 100644 --- a/Libraries/Connect/Public/Interfaces/HTTPResponse.swift +++ b/Libraries/Connect/Public/Interfaces/HTTPResponse.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/HeaderConstants.swift b/Libraries/Connect/Public/Interfaces/HeaderConstants.swift index 42cac1b8..f20e9a69 100644 --- a/Libraries/Connect/Public/Interfaces/HeaderConstants.swift +++ b/Libraries/Connect/Public/Interfaces/HeaderConstants.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Headers.swift b/Libraries/Connect/Public/Interfaces/Headers.swift index bb98d255..df9837db 100644 --- a/Libraries/Connect/Public/Interfaces/Headers.swift +++ b/Libraries/Connect/Public/Interfaces/Headers.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/IdempotencyLevel.swift b/Libraries/Connect/Public/Interfaces/IdempotencyLevel.swift index d9abc2a0..648f8023 100644 --- a/Libraries/Connect/Public/Interfaces/IdempotencyLevel.swift +++ b/Libraries/Connect/Public/Interfaces/IdempotencyLevel.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Interceptors/Interceptor.swift b/Libraries/Connect/Public/Interfaces/Interceptors/Interceptor.swift index 4acac25d..19a6aea3 100644 --- a/Libraries/Connect/Public/Interfaces/Interceptors/Interceptor.swift +++ b/Libraries/Connect/Public/Interfaces/Interceptors/Interceptor.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Interceptors/InterceptorFactory.swift b/Libraries/Connect/Public/Interfaces/Interceptors/InterceptorFactory.swift index 3cc7fb4f..06357eef 100644 --- a/Libraries/Connect/Public/Interfaces/Interceptors/InterceptorFactory.swift +++ b/Libraries/Connect/Public/Interfaces/Interceptors/InterceptorFactory.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Interceptors/StreamInterceptor.swift b/Libraries/Connect/Public/Interfaces/Interceptors/StreamInterceptor.swift index 55b5bb68..6fa3cee0 100644 --- a/Libraries/Connect/Public/Interfaces/Interceptors/StreamInterceptor.swift +++ b/Libraries/Connect/Public/Interfaces/Interceptors/StreamInterceptor.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Interceptors/UnaryInterceptor.swift b/Libraries/Connect/Public/Interfaces/Interceptors/UnaryInterceptor.swift index 969a6068..106e0146 100644 --- a/Libraries/Connect/Public/Interfaces/Interceptors/UnaryInterceptor.swift +++ b/Libraries/Connect/Public/Interfaces/Interceptors/UnaryInterceptor.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/MethodSpec.swift b/Libraries/Connect/Public/Interfaces/MethodSpec.swift index d4405f32..e9b5b451 100644 --- a/Libraries/Connect/Public/Interfaces/MethodSpec.swift +++ b/Libraries/Connect/Public/Interfaces/MethodSpec.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/NetworkProtocol.swift b/Libraries/Connect/Public/Interfaces/NetworkProtocol.swift index 5d9231bb..3777a9ab 100644 --- a/Libraries/Connect/Public/Interfaces/NetworkProtocol.swift +++ b/Libraries/Connect/Public/Interfaces/NetworkProtocol.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/ProtobufMessage.swift b/Libraries/Connect/Public/Interfaces/ProtobufMessage.swift index 1659d934..08313376 100644 --- a/Libraries/Connect/Public/Interfaces/ProtobufMessage.swift +++ b/Libraries/Connect/Public/Interfaces/ProtobufMessage.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/ProtocolClientConfig.swift b/Libraries/Connect/Public/Interfaces/ProtocolClientConfig.swift index 87a4a461..578a42c0 100644 --- a/Libraries/Connect/Public/Interfaces/ProtocolClientConfig.swift +++ b/Libraries/Connect/Public/Interfaces/ProtocolClientConfig.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/ProtocolClientInterface.swift b/Libraries/Connect/Public/Interfaces/ProtocolClientInterface.swift index 3ffbc29c..5c08d0ba 100644 --- a/Libraries/Connect/Public/Interfaces/ProtocolClientInterface.swift +++ b/Libraries/Connect/Public/Interfaces/ProtocolClientInterface.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/ResponseMessage.swift b/Libraries/Connect/Public/Interfaces/ResponseMessage.swift index cdec656f..9722c8c2 100644 --- a/Libraries/Connect/Public/Interfaces/ResponseMessage.swift +++ b/Libraries/Connect/Public/Interfaces/ResponseMessage.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Streaming/AsyncAwait/BidirectionalAsyncStreamInterface.swift b/Libraries/Connect/Public/Interfaces/Streaming/AsyncAwait/BidirectionalAsyncStreamInterface.swift index bd3eaa8d..976faac1 100644 --- a/Libraries/Connect/Public/Interfaces/Streaming/AsyncAwait/BidirectionalAsyncStreamInterface.swift +++ b/Libraries/Connect/Public/Interfaces/Streaming/AsyncAwait/BidirectionalAsyncStreamInterface.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Streaming/AsyncAwait/ClientOnlyAsyncStreamInterface.swift b/Libraries/Connect/Public/Interfaces/Streaming/AsyncAwait/ClientOnlyAsyncStreamInterface.swift index 7a35a4e5..134f39db 100644 --- a/Libraries/Connect/Public/Interfaces/Streaming/AsyncAwait/ClientOnlyAsyncStreamInterface.swift +++ b/Libraries/Connect/Public/Interfaces/Streaming/AsyncAwait/ClientOnlyAsyncStreamInterface.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Streaming/AsyncAwait/ServerOnlyAsyncStreamInterface.swift b/Libraries/Connect/Public/Interfaces/Streaming/AsyncAwait/ServerOnlyAsyncStreamInterface.swift index ba43fc3b..f9fa148d 100644 --- a/Libraries/Connect/Public/Interfaces/Streaming/AsyncAwait/ServerOnlyAsyncStreamInterface.swift +++ b/Libraries/Connect/Public/Interfaces/Streaming/AsyncAwait/ServerOnlyAsyncStreamInterface.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/BidirectionalStreamInterface.swift b/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/BidirectionalStreamInterface.swift index 1a9eec7c..9a7c7750 100644 --- a/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/BidirectionalStreamInterface.swift +++ b/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/BidirectionalStreamInterface.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/ClientOnlyStreamInterface.swift b/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/ClientOnlyStreamInterface.swift index 0018eda4..3a8bd5c0 100644 --- a/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/ClientOnlyStreamInterface.swift +++ b/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/ClientOnlyStreamInterface.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/RequestCallbacks.swift b/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/RequestCallbacks.swift index ea66b2ef..ef92bf3d 100644 --- a/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/RequestCallbacks.swift +++ b/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/RequestCallbacks.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/ResponseCallbacks.swift b/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/ResponseCallbacks.swift index 9e0135a5..f855855c 100644 --- a/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/ResponseCallbacks.swift +++ b/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/ResponseCallbacks.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/ServerOnlyStreamInterface.swift b/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/ServerOnlyStreamInterface.swift index f1378861..567ae5d7 100644 --- a/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/ServerOnlyStreamInterface.swift +++ b/Libraries/Connect/Public/Interfaces/Streaming/Callbacks/ServerOnlyStreamInterface.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Streaming/StreamResult.swift b/Libraries/Connect/Public/Interfaces/Streaming/StreamResult.swift index e9b8a7f7..676dbce1 100644 --- a/Libraries/Connect/Public/Interfaces/Streaming/StreamResult.swift +++ b/Libraries/Connect/Public/Interfaces/Streaming/StreamResult.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/Public/Interfaces/Trailers.swift b/Libraries/Connect/Public/Interfaces/Trailers.swift index 2e493cdb..c63654bf 100644 --- a/Libraries/Connect/Public/Interfaces/Trailers.swift +++ b/Libraries/Connect/Public/Interfaces/Trailers.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/Connect/proto/grpc/status/v1/status.proto b/Libraries/Connect/proto/grpc/status/v1/status.proto index ff158b27..041c8040 100644 --- a/Libraries/Connect/proto/grpc/status/v1/status.proto +++ b/Libraries/Connect/proto/grpc/status/v1/status.proto @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectMocks/MockBidirectionalAsyncStream.swift b/Libraries/ConnectMocks/MockBidirectionalAsyncStream.swift index 9eb38999..1e6535eb 100644 --- a/Libraries/ConnectMocks/MockBidirectionalAsyncStream.swift +++ b/Libraries/ConnectMocks/MockBidirectionalAsyncStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectMocks/MockBidirectionalStream.swift b/Libraries/ConnectMocks/MockBidirectionalStream.swift index 8492e157..4c6203e2 100644 --- a/Libraries/ConnectMocks/MockBidirectionalStream.swift +++ b/Libraries/ConnectMocks/MockBidirectionalStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectMocks/MockClientOnlyAsyncStream.swift b/Libraries/ConnectMocks/MockClientOnlyAsyncStream.swift index 9f7b6d80..07dd0289 100644 --- a/Libraries/ConnectMocks/MockClientOnlyAsyncStream.swift +++ b/Libraries/ConnectMocks/MockClientOnlyAsyncStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectMocks/MockClientOnlyStream.swift b/Libraries/ConnectMocks/MockClientOnlyStream.swift index 9f61ab32..a1f14431 100644 --- a/Libraries/ConnectMocks/MockClientOnlyStream.swift +++ b/Libraries/ConnectMocks/MockClientOnlyStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectMocks/MockServerOnlyAsyncStream.swift b/Libraries/ConnectMocks/MockServerOnlyAsyncStream.swift index d65e608d..91a4387b 100644 --- a/Libraries/ConnectMocks/MockServerOnlyAsyncStream.swift +++ b/Libraries/ConnectMocks/MockServerOnlyAsyncStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectMocks/MockServerOnlyStream.swift b/Libraries/ConnectMocks/MockServerOnlyStream.swift index e61d825e..1c4e51ef 100644 --- a/Libraries/ConnectMocks/MockServerOnlyStream.swift +++ b/Libraries/ConnectMocks/MockServerOnlyStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectNIO/Internal/ConnectStreamChannelHandler.swift b/Libraries/ConnectNIO/Internal/ConnectStreamChannelHandler.swift index bf2cbab5..7c531000 100644 --- a/Libraries/ConnectNIO/Internal/ConnectStreamChannelHandler.swift +++ b/Libraries/ConnectNIO/Internal/ConnectStreamChannelHandler.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectNIO/Internal/ConnectUnaryChannelHandler.swift b/Libraries/ConnectNIO/Internal/ConnectUnaryChannelHandler.swift index 7ad0e803..0d85c5b3 100644 --- a/Libraries/ConnectNIO/Internal/ConnectUnaryChannelHandler.swift +++ b/Libraries/ConnectNIO/Internal/ConnectUnaryChannelHandler.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectNIO/Internal/Extensions/ConnectError+Extensions.swift b/Libraries/ConnectNIO/Internal/Extensions/ConnectError+Extensions.swift index 6a6983a8..66103100 100644 --- a/Libraries/ConnectNIO/Internal/Extensions/ConnectError+Extensions.swift +++ b/Libraries/ConnectNIO/Internal/Extensions/ConnectError+Extensions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectNIO/Internal/Extensions/HTTPRequestHead+Extensions.swift b/Libraries/ConnectNIO/Internal/Extensions/HTTPRequestHead+Extensions.swift index 10f7c2e4..87137641 100644 --- a/Libraries/ConnectNIO/Internal/Extensions/HTTPRequestHead+Extensions.swift +++ b/Libraries/ConnectNIO/Internal/Extensions/HTTPRequestHead+Extensions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectNIO/Internal/Extensions/Headers+Extensions.swift b/Libraries/ConnectNIO/Internal/Extensions/Headers+Extensions.swift index 2b4b2c34..ed2b9e56 100644 --- a/Libraries/ConnectNIO/Internal/Extensions/Headers+Extensions.swift +++ b/Libraries/ConnectNIO/Internal/Extensions/Headers+Extensions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectNIO/Internal/GRPCInterceptor.swift b/Libraries/ConnectNIO/Internal/GRPCInterceptor.swift index 24444db0..654d5443 100644 --- a/Libraries/ConnectNIO/Internal/GRPCInterceptor.swift +++ b/Libraries/ConnectNIO/Internal/GRPCInterceptor.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectNIO/Public/NIOHTTPClient.swift b/Libraries/ConnectNIO/Public/NIOHTTPClient.swift index 43aadee3..06c266e3 100644 --- a/Libraries/ConnectNIO/Public/NIOHTTPClient.swift +++ b/Libraries/ConnectNIO/Public/NIOHTTPClient.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Libraries/ConnectNIO/Public/NetworkProtocol+Extensions.swift b/Libraries/ConnectNIO/Public/NetworkProtocol+Extensions.swift index ee79b8f2..0c8cbb14 100644 --- a/Libraries/ConnectNIO/Public/NetworkProtocol+Extensions.swift +++ b/Libraries/ConnectNIO/Public/NetworkProtocol+Extensions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Makefile b/Makefile index 3f8caa78..dd242f73 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,11 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules MAKEFLAGS += --no-print-directory BIN := .tmp/bin -LICENSE_HEADER_YEAR_RANGE := 2022-2023 +LICENSE_HEADER_YEAR_RANGE := 2022-2024 CONFORMANCE_PROTO_REF := 8ab24b156f5d3f8e7824b85732fa9765ab084879 CONFORMANCE_RUNNER_TAG := v1.0.0-rc2 EXAMPLES_PROTO_REF := e74547031f662f81a62f5e95ebaa9f7037e0c41b -LICENSE_HEADER_VERSION := v1.12.0 +LICENSE_HEADER_VERSION := v1.30.0 LICENSE_IGNORE := -e Package.swift \ -e $(BIN)\/ \ -e Examples/ElizaSharedSources/GeneratedSources\/ \ diff --git a/Plugins/ConnectMocksPlugin/ConnectMockGenerator.swift b/Plugins/ConnectMocksPlugin/ConnectMockGenerator.swift index 489f6a3b..7a6371fb 100644 --- a/Plugins/ConnectMocksPlugin/ConnectMockGenerator.swift +++ b/Plugins/ConnectMocksPlugin/ConnectMockGenerator.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Plugins/ConnectMocksPlugin/main.swift b/Plugins/ConnectMocksPlugin/main.swift index 78b6b97e..d45bfe7a 100644 --- a/Plugins/ConnectMocksPlugin/main.swift +++ b/Plugins/ConnectMocksPlugin/main.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Plugins/ConnectPluginUtilities/FilePathComponents.swift b/Plugins/ConnectPluginUtilities/FilePathComponents.swift index 97918027..ef855ba2 100644 --- a/Plugins/ConnectPluginUtilities/FilePathComponents.swift +++ b/Plugins/ConnectPluginUtilities/FilePathComponents.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Plugins/ConnectPluginUtilities/Generator.swift b/Plugins/ConnectPluginUtilities/Generator.swift index 0f3ac410..86847874 100644 --- a/Plugins/ConnectPluginUtilities/Generator.swift +++ b/Plugins/ConnectPluginUtilities/Generator.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Plugins/ConnectPluginUtilities/GeneratorOptions.swift b/Plugins/ConnectPluginUtilities/GeneratorOptions.swift index cca798cf..82d30147 100644 --- a/Plugins/ConnectPluginUtilities/GeneratorOptions.swift +++ b/Plugins/ConnectPluginUtilities/GeneratorOptions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Plugins/ConnectPluginUtilities/MainGeneratorFunction.swift b/Plugins/ConnectPluginUtilities/MainGeneratorFunction.swift index 22c8e313..03380bbb 100644 --- a/Plugins/ConnectPluginUtilities/MainGeneratorFunction.swift +++ b/Plugins/ConnectPluginUtilities/MainGeneratorFunction.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Plugins/ConnectPluginUtilities/MethodDescriptor+Extensions.swift b/Plugins/ConnectPluginUtilities/MethodDescriptor+Extensions.swift index 18f3f7ab..d54dfced 100644 --- a/Plugins/ConnectPluginUtilities/MethodDescriptor+Extensions.swift +++ b/Plugins/ConnectPluginUtilities/MethodDescriptor+Extensions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Plugins/ConnectPluginUtilities/ServiceDescriptor+Extensions.swift b/Plugins/ConnectPluginUtilities/ServiceDescriptor+Extensions.swift index 72ef9e81..17cd4d2f 100644 --- a/Plugins/ConnectPluginUtilities/ServiceDescriptor+Extensions.swift +++ b/Plugins/ConnectPluginUtilities/ServiceDescriptor+Extensions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Plugins/ConnectSwiftPlugin/ConnectClientGenerator.swift b/Plugins/ConnectSwiftPlugin/ConnectClientGenerator.swift index f3cf11e8..a809b068 100644 --- a/Plugins/ConnectSwiftPlugin/ConnectClientGenerator.swift +++ b/Plugins/ConnectSwiftPlugin/ConnectClientGenerator.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Plugins/ConnectSwiftPlugin/main.swift b/Plugins/ConnectSwiftPlugin/main.swift index 1c2ebf97..523f52a6 100644 --- a/Plugins/ConnectSwiftPlugin/main.swift +++ b/Plugins/ConnectSwiftPlugin/main.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ConformanceClient/Sources/CommandLineArgument.swift b/Tests/ConformanceClient/Sources/CommandLineArgument.swift index b8644b75..275d777a 100644 --- a/Tests/ConformanceClient/Sources/CommandLineArgument.swift +++ b/Tests/ConformanceClient/Sources/CommandLineArgument.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ConformanceClient/Sources/ConformanceInvoker.swift b/Tests/ConformanceClient/Sources/ConformanceInvoker.swift index 23d0a378..84dfbc7c 100644 --- a/Tests/ConformanceClient/Sources/ConformanceInvoker.swift +++ b/Tests/ConformanceClient/Sources/ConformanceInvoker.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ConformanceClient/Sources/main.swift b/Tests/ConformanceClient/Sources/main.swift index 0d5a7324..a41ef1e6 100644 --- a/Tests/ConformanceClient/Sources/main.swift +++ b/Tests/ConformanceClient/Sources/main.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/UnitTests/ConnectLibraryTests/ConnectMocksTests/ConnectMocksTests.swift b/Tests/UnitTests/ConnectLibraryTests/ConnectMocksTests/ConnectMocksTests.swift index 15ac9674..4c7a8280 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectMocksTests/ConnectMocksTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectMocksTests/ConnectMocksTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ConnectEndStreamResponseTests.swift b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ConnectEndStreamResponseTests.swift index a3df4ad2..d0022454 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ConnectEndStreamResponseTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ConnectEndStreamResponseTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ConnectErrorTests.swift b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ConnectErrorTests.swift index b29e9542..3cdc849f 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ConnectErrorTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ConnectErrorTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/EnvelopeTests.swift b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/EnvelopeTests.swift index b0a784d0..3e09378d 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/EnvelopeTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/EnvelopeTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/GzipCompressionPoolTests.swift b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/GzipCompressionPoolTests.swift index 49275210..b96354c4 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/GzipCompressionPoolTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/GzipCompressionPoolTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorChainIterationTests.swift b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorChainIterationTests.swift index 8052da86..ebb07bd2 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorChainIterationTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorChainIterationTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorFactoryTests.swift b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorFactoryTests.swift index 6f238c93..19fda1d1 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorFactoryTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorFactoryTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorIntegrationTests.swift b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorIntegrationTests.swift index 723eaacd..51b857fd 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorIntegrationTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorIntegrationTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/JSONCodecTests.swift b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/JSONCodecTests.swift index ecd2a65b..36e517f8 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/JSONCodecTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/JSONCodecTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ProtoCodecTests.swift b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ProtoCodecTests.swift index dfbef42a..c4407b15 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ProtoCodecTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ProtoCodecTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ProtocolClientConfigTests.swift b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ProtocolClientConfigTests.swift index 37dd197e..3f93b455 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ProtocolClientConfigTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ProtocolClientConfigTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ServiceMetadataTests.swift b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ServiceMetadataTests.swift index 55a02975..8202cb0c 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ServiceMetadataTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ServiceMetadataTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/UnitTests/ConnectPluginUtilitiesTests/FilePathComponentsTests.swift b/Tests/UnitTests/ConnectPluginUtilitiesTests/FilePathComponentsTests.swift index 58d5c7ff..557ae2a2 100644 --- a/Tests/UnitTests/ConnectPluginUtilitiesTests/FilePathComponentsTests.swift +++ b/Tests/UnitTests/ConnectPluginUtilitiesTests/FilePathComponentsTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The Connect Authors +// Copyright 2022-2024 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.