From 4f1a51e614f3e0d1ab59c75bfad7507619942500 Mon Sep 17 00:00:00 2001 From: Michael Rebello Date: Mon, 6 Jan 2025 10:27:28 -0800 Subject: [PATCH 1/2] Update license headers to 2025 Signed-off-by: Michael Rebello --- .../package.xcworkspace/xcshareddata/IDETemplateMacros.plist | 2 +- Examples/ElizaSharedSources/AppSources/ElizaApp.swift | 2 +- Examples/ElizaSharedSources/AppSources/MenuView.swift | 2 +- Examples/ElizaSharedSources/AppSources/Message.swift | 2 +- Examples/ElizaSharedSources/AppSources/MessagingView.swift | 2 +- Examples/ElizaSharedSources/AppSources/MessagingViewModel.swift | 2 +- .../Connect/Internal/Interceptors/ConnectInterceptor.swift | 2 +- .../Connect/Internal/Interceptors/GRPCWebInterceptor.swift | 2 +- Libraries/Connect/Internal/Interceptors/InterceptorChain.swift | 2 +- .../Connect/Internal/Streaming/BidirectionalAsyncStream.swift | 2 +- Libraries/Connect/Internal/Streaming/BidirectionalStream.swift | 2 +- .../Connect/Internal/Streaming/ClientOnlyAsyncStream.swift | 2 +- Libraries/Connect/Internal/Streaming/ClientOnlyStream.swift | 2 +- .../Connect/Internal/Streaming/ClientOnlyStreamValidation.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/Internal/Utilities/Lock.swift | 2 +- Libraries/Connect/Internal/Utilities/Locked.swift | 2 +- Libraries/Connect/Internal/Utilities/TimeoutTimer.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 +- .../Connect/Public/Implementation/Clients/ProtocolClient.swift | 2 +- .../Public/Implementation/Clients/URLSessionHTTPClient.swift | 2 +- Libraries/Connect/Public/Implementation/Codecs/JSONCodec.swift | 2 +- Libraries/Connect/Public/Implementation/Codecs/ProtoCodec.swift | 2 +- .../Public/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 +- Libraries/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 +- Libraries/ConnectNIO/Internal/ConnectStreamChannelHandler.swift | 2 +- Libraries/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 | 2 +- Package.swift | 2 +- Plugins/ConnectMocksPlugin/ConnectMockGenerator.swift | 2 +- Plugins/ConnectPluginUtilities/FilePathComponents.swift | 2 +- Plugins/ConnectPluginUtilities/Generator.swift | 2 +- Plugins/ConnectPluginUtilities/GeneratorOptions.swift | 2 +- .../ConnectPluginUtilities/MethodDescriptor+Extensions.swift | 2 +- .../ConnectPluginUtilities/ServiceDescriptor+Extensions.swift | 2 +- Plugins/ConnectSwiftPlugin/ConnectClientGenerator.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 +- .../ConnectLibraryTests/ConnectTests/ServiceMetadataTests.swift | 2 +- .../ConnectPluginUtilitiesTests/FilePathComponentsTests.swift | 2 +- 104 files changed, 104 insertions(+), 104 deletions(-) diff --git a/.swiftpm/xcode/package.xcworkspace/xcshareddata/IDETemplateMacros.plist b/.swiftpm/xcode/package.xcworkspace/xcshareddata/IDETemplateMacros.plist index fa02f05b..7d4c99f9 100644 --- a/.swiftpm/xcode/package.xcworkspace/xcshareddata/IDETemplateMacros.plist +++ b/.swiftpm/xcode/package.xcworkspace/xcshareddata/IDETemplateMacros.plist @@ -3,7 +3,7 @@ FILEHEADER - Copyright 2022-2024 The Connect Authors + Copyright 2022-2025 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/ElizaApp.swift b/Examples/ElizaSharedSources/AppSources/ElizaApp.swift index d8680d1e..b02a3b37 100644 --- a/Examples/ElizaSharedSources/AppSources/ElizaApp.swift +++ b/Examples/ElizaSharedSources/AppSources/ElizaApp.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 c9efb390..05d79113 100644 --- a/Examples/ElizaSharedSources/AppSources/MenuView.swift +++ b/Examples/ElizaSharedSources/AppSources/MenuView.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 3e603d88..9446a36b 100644 --- a/Examples/ElizaSharedSources/AppSources/Message.swift +++ b/Examples/ElizaSharedSources/AppSources/Message.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 d1462b06..fd3a24fa 100644 --- a/Examples/ElizaSharedSources/AppSources/MessagingView.swift +++ b/Examples/ElizaSharedSources/AppSources/MessagingView.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 02cc5b62..b1b18e53 100644 --- a/Examples/ElizaSharedSources/AppSources/MessagingViewModel.swift +++ b/Examples/ElizaSharedSources/AppSources/MessagingViewModel.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 171be9e9..e54a45b8 100644 --- a/Libraries/Connect/Internal/Interceptors/ConnectInterceptor.swift +++ b/Libraries/Connect/Internal/Interceptors/ConnectInterceptor.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 c47ef6c6..c3619fe1 100644 --- a/Libraries/Connect/Internal/Interceptors/GRPCWebInterceptor.swift +++ b/Libraries/Connect/Internal/Interceptors/GRPCWebInterceptor.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 785b6d2f..5a77c11d 100644 --- a/Libraries/Connect/Internal/Interceptors/InterceptorChain.swift +++ b/Libraries/Connect/Internal/Interceptors/InterceptorChain.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 f0f2d53c..896ceca6 100644 --- a/Libraries/Connect/Internal/Streaming/BidirectionalAsyncStream.swift +++ b/Libraries/Connect/Internal/Streaming/BidirectionalAsyncStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 1bf1aa6f..41505250 100644 --- a/Libraries/Connect/Internal/Streaming/BidirectionalStream.swift +++ b/Libraries/Connect/Internal/Streaming/BidirectionalStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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/ClientOnlyAsyncStream.swift b/Libraries/Connect/Internal/Streaming/ClientOnlyAsyncStream.swift index 9d2f6ff1..e15860f3 100644 --- a/Libraries/Connect/Internal/Streaming/ClientOnlyAsyncStream.swift +++ b/Libraries/Connect/Internal/Streaming/ClientOnlyAsyncStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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/ClientOnlyStream.swift b/Libraries/Connect/Internal/Streaming/ClientOnlyStream.swift index 85dec6a1..932cff5c 100644 --- a/Libraries/Connect/Internal/Streaming/ClientOnlyStream.swift +++ b/Libraries/Connect/Internal/Streaming/ClientOnlyStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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/ClientOnlyStreamValidation.swift b/Libraries/Connect/Internal/Streaming/ClientOnlyStreamValidation.swift index 101ea08a..5a4a6e5e 100644 --- a/Libraries/Connect/Internal/Streaming/ClientOnlyStreamValidation.swift +++ b/Libraries/Connect/Internal/Streaming/ClientOnlyStreamValidation.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 05f1f878..d05d5d67 100644 --- a/Libraries/Connect/Internal/Streaming/ConnectEndStreamResponse.swift +++ b/Libraries/Connect/Internal/Streaming/ConnectEndStreamResponse.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 cf223296..4b33f510 100644 --- a/Libraries/Connect/Internal/Streaming/ServerOnlyAsyncStream.swift +++ b/Libraries/Connect/Internal/Streaming/ServerOnlyAsyncStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 d70e1778..829f4b1e 100644 --- a/Libraries/Connect/Internal/Streaming/ServerOnlyStream.swift +++ b/Libraries/Connect/Internal/Streaming/ServerOnlyStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 a735a1e0..d9030312 100644 --- a/Libraries/Connect/Internal/Streaming/URLSessionStream.swift +++ b/Libraries/Connect/Internal/Streaming/URLSessionStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 61a55b1e..66e4b1f3 100644 --- a/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift +++ b/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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/Utilities/Lock.swift b/Libraries/Connect/Internal/Utilities/Lock.swift index 41461931..95b49321 100644 --- a/Libraries/Connect/Internal/Utilities/Lock.swift +++ b/Libraries/Connect/Internal/Utilities/Lock.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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/Utilities/Locked.swift b/Libraries/Connect/Internal/Utilities/Locked.swift index 6dbf8984..09f74007 100644 --- a/Libraries/Connect/Internal/Utilities/Locked.swift +++ b/Libraries/Connect/Internal/Utilities/Locked.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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/Utilities/TimeoutTimer.swift b/Libraries/Connect/Internal/Utilities/TimeoutTimer.swift index d4710e06..4ff3a32d 100644 --- a/Libraries/Connect/Internal/Utilities/TimeoutTimer.swift +++ b/Libraries/Connect/Internal/Utilities/TimeoutTimer.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 54f96adf..ae2f09e1 100644 --- a/Libraries/Connect/PackageInternal/ConnectError+GRPC.swift +++ b/Libraries/Connect/PackageInternal/ConnectError+GRPC.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 68c479cf..1c7388ed 100644 --- a/Libraries/Connect/PackageInternal/Envelope.swift +++ b/Libraries/Connect/PackageInternal/Envelope.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 08235204..9e1c6569 100644 --- a/Libraries/Connect/PackageInternal/Headers+GRPC.swift +++ b/Libraries/Connect/PackageInternal/Headers+GRPC.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 15ec21f7..6ecd77f9 100644 --- a/Libraries/Connect/PackageInternal/Trailers+gRPC.swift +++ b/Libraries/Connect/PackageInternal/Trailers+gRPC.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 27f1c294..3e0714e1 100644 --- a/Libraries/Connect/Public/Implementation/Clients/ProtocolClient.swift +++ b/Libraries/Connect/Public/Implementation/Clients/ProtocolClient.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 3d4ef113..fe82b3f7 100644 --- a/Libraries/Connect/Public/Implementation/Clients/URLSessionHTTPClient.swift +++ b/Libraries/Connect/Public/Implementation/Clients/URLSessionHTTPClient.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 f04b2e7a..4d767ad5 100644 --- a/Libraries/Connect/Public/Implementation/Codecs/JSONCodec.swift +++ b/Libraries/Connect/Public/Implementation/Codecs/JSONCodec.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 b0024c5c..425d30f4 100644 --- a/Libraries/Connect/Public/Implementation/Codecs/ProtoCodec.swift +++ b/Libraries/Connect/Public/Implementation/Codecs/ProtoCodec.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 c4e0bfd4..7a523832 100644 --- a/Libraries/Connect/Public/Implementation/Compression/GzipCompressionPool.swift +++ b/Libraries/Connect/Public/Implementation/Compression/GzipCompressionPool.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 08e44dd4..ecebc3d0 100644 --- a/Libraries/Connect/Public/Interfaces/Cancelable.swift +++ b/Libraries/Connect/Public/Interfaces/Cancelable.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 de3d883a..843a36d5 100644 --- a/Libraries/Connect/Public/Interfaces/Code.swift +++ b/Libraries/Connect/Public/Interfaces/Code.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 c01a2c88..b366f412 100644 --- a/Libraries/Connect/Public/Interfaces/Codec.swift +++ b/Libraries/Connect/Public/Interfaces/Codec.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 f4a88d15..fb6a304b 100644 --- a/Libraries/Connect/Public/Interfaces/CompressionPool.swift +++ b/Libraries/Connect/Public/Interfaces/CompressionPool.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 ddbadcee..090e98b4 100644 --- a/Libraries/Connect/Public/Interfaces/ConnectError.swift +++ b/Libraries/Connect/Public/Interfaces/ConnectError.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 e0655ced..80da754b 100644 --- a/Libraries/Connect/Public/Interfaces/HTTPClientInterface.swift +++ b/Libraries/Connect/Public/Interfaces/HTTPClientInterface.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 242d0186..73a3b628 100644 --- a/Libraries/Connect/Public/Interfaces/HTTPMethod.swift +++ b/Libraries/Connect/Public/Interfaces/HTTPMethod.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 96c482ad..4c41bc33 100644 --- a/Libraries/Connect/Public/Interfaces/HTTPMetrics.swift +++ b/Libraries/Connect/Public/Interfaces/HTTPMetrics.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 cc4d45fd..74b9397d 100644 --- a/Libraries/Connect/Public/Interfaces/HTTPRequest.swift +++ b/Libraries/Connect/Public/Interfaces/HTTPRequest.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 e7e81aab..9ca5b41f 100644 --- a/Libraries/Connect/Public/Interfaces/HTTPResponse.swift +++ b/Libraries/Connect/Public/Interfaces/HTTPResponse.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 65c5c9b5..7450efd0 100644 --- a/Libraries/Connect/Public/Interfaces/HeaderConstants.swift +++ b/Libraries/Connect/Public/Interfaces/HeaderConstants.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 df9837db..abd83664 100644 --- a/Libraries/Connect/Public/Interfaces/Headers.swift +++ b/Libraries/Connect/Public/Interfaces/Headers.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 648f8023..f9b6406c 100644 --- a/Libraries/Connect/Public/Interfaces/IdempotencyLevel.swift +++ b/Libraries/Connect/Public/Interfaces/IdempotencyLevel.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 19a6aea3..593a0d7c 100644 --- a/Libraries/Connect/Public/Interfaces/Interceptors/Interceptor.swift +++ b/Libraries/Connect/Public/Interfaces/Interceptors/Interceptor.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 06357eef..707b479c 100644 --- a/Libraries/Connect/Public/Interfaces/Interceptors/InterceptorFactory.swift +++ b/Libraries/Connect/Public/Interfaces/Interceptors/InterceptorFactory.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 6fa3cee0..1135b554 100644 --- a/Libraries/Connect/Public/Interfaces/Interceptors/StreamInterceptor.swift +++ b/Libraries/Connect/Public/Interfaces/Interceptors/StreamInterceptor.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 106e0146..8590d577 100644 --- a/Libraries/Connect/Public/Interfaces/Interceptors/UnaryInterceptor.swift +++ b/Libraries/Connect/Public/Interfaces/Interceptors/UnaryInterceptor.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 e9b5b451..e31f233f 100644 --- a/Libraries/Connect/Public/Interfaces/MethodSpec.swift +++ b/Libraries/Connect/Public/Interfaces/MethodSpec.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 3777a9ab..aebf1039 100644 --- a/Libraries/Connect/Public/Interfaces/NetworkProtocol.swift +++ b/Libraries/Connect/Public/Interfaces/NetworkProtocol.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 47bb98d9..d7f8949b 100644 --- a/Libraries/Connect/Public/Interfaces/ProtobufMessage.swift +++ b/Libraries/Connect/Public/Interfaces/ProtobufMessage.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 01257f4a..b9ad42c7 100644 --- a/Libraries/Connect/Public/Interfaces/ProtocolClientConfig.swift +++ b/Libraries/Connect/Public/Interfaces/ProtocolClientConfig.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 5c08d0ba..e86d76ae 100644 --- a/Libraries/Connect/Public/Interfaces/ProtocolClientInterface.swift +++ b/Libraries/Connect/Public/Interfaces/ProtocolClientInterface.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 9722c8c2..12b37f62 100644 --- a/Libraries/Connect/Public/Interfaces/ResponseMessage.swift +++ b/Libraries/Connect/Public/Interfaces/ResponseMessage.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 c7dadf83..faf69015 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-2024 The Connect Authors +// Copyright 2022-2025 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 6a915913..cfa604c4 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-2024 The Connect Authors +// Copyright 2022-2025 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 72e3f00e..58e63cee 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-2024 The Connect Authors +// Copyright 2022-2025 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 9a7c7750..7da4a914 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-2024 The Connect Authors +// Copyright 2022-2025 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 e1ffc133..1eb09fd8 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-2024 The Connect Authors +// Copyright 2022-2025 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 ef92bf3d..cf7d2f99 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-2024 The Connect Authors +// Copyright 2022-2025 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 f855855c..0340da94 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-2024 The Connect Authors +// Copyright 2022-2025 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 567ae5d7..3c81193b 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-2024 The Connect Authors +// Copyright 2022-2025 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 676dbce1..7df39870 100644 --- a/Libraries/Connect/Public/Interfaces/Streaming/StreamResult.swift +++ b/Libraries/Connect/Public/Interfaces/Streaming/StreamResult.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 c63654bf..dc8a388e 100644 --- a/Libraries/Connect/Public/Interfaces/Trailers.swift +++ b/Libraries/Connect/Public/Interfaces/Trailers.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 041c8040..3145d9d6 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-2024 The Connect Authors +// Copyright 2022-2025 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 1e6535eb..fa25f51c 100644 --- a/Libraries/ConnectMocks/MockBidirectionalAsyncStream.swift +++ b/Libraries/ConnectMocks/MockBidirectionalAsyncStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 4c6203e2..1bbcff94 100644 --- a/Libraries/ConnectMocks/MockBidirectionalStream.swift +++ b/Libraries/ConnectMocks/MockBidirectionalStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 692a0b94..1e633d91 100644 --- a/Libraries/ConnectMocks/MockClientOnlyAsyncStream.swift +++ b/Libraries/ConnectMocks/MockClientOnlyAsyncStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 d14b80ab..3e360631 100644 --- a/Libraries/ConnectMocks/MockClientOnlyStream.swift +++ b/Libraries/ConnectMocks/MockClientOnlyStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 91a4387b..af2f2560 100644 --- a/Libraries/ConnectMocks/MockServerOnlyAsyncStream.swift +++ b/Libraries/ConnectMocks/MockServerOnlyAsyncStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 1c4e51ef..f70fcc80 100644 --- a/Libraries/ConnectMocks/MockServerOnlyStream.swift +++ b/Libraries/ConnectMocks/MockServerOnlyStream.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 7c531000..d57d0bad 100644 --- a/Libraries/ConnectNIO/Internal/ConnectStreamChannelHandler.swift +++ b/Libraries/ConnectNIO/Internal/ConnectStreamChannelHandler.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 0d85c5b3..b6262dc3 100644 --- a/Libraries/ConnectNIO/Internal/ConnectUnaryChannelHandler.swift +++ b/Libraries/ConnectNIO/Internal/ConnectUnaryChannelHandler.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 29ea36f2..38626b5d 100644 --- a/Libraries/ConnectNIO/Internal/Extensions/ConnectError+Extensions.swift +++ b/Libraries/ConnectNIO/Internal/Extensions/ConnectError+Extensions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 87137641..1bad9d48 100644 --- a/Libraries/ConnectNIO/Internal/Extensions/HTTPRequestHead+Extensions.swift +++ b/Libraries/ConnectNIO/Internal/Extensions/HTTPRequestHead+Extensions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 ed2b9e56..92847f09 100644 --- a/Libraries/ConnectNIO/Internal/Extensions/Headers+Extensions.swift +++ b/Libraries/ConnectNIO/Internal/Extensions/Headers+Extensions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 4eff0710..8e64ee33 100644 --- a/Libraries/ConnectNIO/Internal/GRPCInterceptor.swift +++ b/Libraries/ConnectNIO/Internal/GRPCInterceptor.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 8825e83f..a22bdec0 100644 --- a/Libraries/ConnectNIO/Public/NIOHTTPClient.swift +++ b/Libraries/ConnectNIO/Public/NIOHTTPClient.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 0c8cbb14..593ad752 100644 --- a/Libraries/ConnectNIO/Public/NetworkProtocol+Extensions.swift +++ b/Libraries/ConnectNIO/Public/NetworkProtocol+Extensions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 aa34e754..f62621d1 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules MAKEFLAGS += --no-print-directory BIN := .tmp/bin -LICENSE_HEADER_YEAR_RANGE := 2022-2024 +LICENSE_HEADER_YEAR_RANGE := 2022-2025 CONFORMANCE_PROTO_REF := 9cb891ae36142a8a19c76f1e8a615b6d41fb726b CONFORMANCE_RUNNER_TAG := v1.0.4 EXAMPLES_PROTO_REF := e74547031f662f81a62f5e95ebaa9f7037e0c41b diff --git a/Package.swift b/Package.swift index 108b5e2b..72c699b3 100644 --- a/Package.swift +++ b/Package.swift @@ -1,6 +1,6 @@ // swift-tools-version:5.6 -// Copyright 2022-2023 Buf Technologies, Inc. +// Copyright 2022-2025 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/ConnectMockGenerator.swift b/Plugins/ConnectMocksPlugin/ConnectMockGenerator.swift index a9bfc6d6..019e0de3 100644 --- a/Plugins/ConnectMocksPlugin/ConnectMockGenerator.swift +++ b/Plugins/ConnectMocksPlugin/ConnectMockGenerator.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 ef855ba2..74f18641 100644 --- a/Plugins/ConnectPluginUtilities/FilePathComponents.swift +++ b/Plugins/ConnectPluginUtilities/FilePathComponents.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 7a6b2573..451a7afd 100644 --- a/Plugins/ConnectPluginUtilities/Generator.swift +++ b/Plugins/ConnectPluginUtilities/Generator.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 cd46c55c..db08626e 100644 --- a/Plugins/ConnectPluginUtilities/GeneratorOptions.swift +++ b/Plugins/ConnectPluginUtilities/GeneratorOptions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 d54dfced..021a90af 100644 --- a/Plugins/ConnectPluginUtilities/MethodDescriptor+Extensions.swift +++ b/Plugins/ConnectPluginUtilities/MethodDescriptor+Extensions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 17cd4d2f..3c0622d9 100644 --- a/Plugins/ConnectPluginUtilities/ServiceDescriptor+Extensions.swift +++ b/Plugins/ConnectPluginUtilities/ServiceDescriptor+Extensions.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 0b649b53..e0b640e4 100644 --- a/Plugins/ConnectSwiftPlugin/ConnectClientGenerator.swift +++ b/Plugins/ConnectSwiftPlugin/ConnectClientGenerator.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 275d777a..be7e37a8 100644 --- a/Tests/ConformanceClient/Sources/CommandLineArgument.swift +++ b/Tests/ConformanceClient/Sources/CommandLineArgument.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 3f59821d..95799c56 100644 --- a/Tests/ConformanceClient/Sources/ConformanceInvoker.swift +++ b/Tests/ConformanceClient/Sources/ConformanceInvoker.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 60fe0797..89f81b8f 100644 --- a/Tests/ConformanceClient/Sources/main.swift +++ b/Tests/ConformanceClient/Sources/main.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 4c7a8280..c87470db 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectMocksTests/ConnectMocksTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectMocksTests/ConnectMocksTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 d0022454..de85dde3 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ConnectEndStreamResponseTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ConnectEndStreamResponseTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 6543c3ff..48def1e0 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ConnectErrorTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ConnectErrorTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 080e0f4c..698fc121 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/EnvelopeTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/EnvelopeTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 b96354c4..019d735f 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/GzipCompressionPoolTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/GzipCompressionPoolTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 ebb07bd2..6e76837d 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorChainIterationTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorChainIterationTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 19fda1d1..99893238 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorFactoryTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorFactoryTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 51b857fd..ee791d8e 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorIntegrationTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/InterceptorIntegrationTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 36e517f8..de777e83 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/JSONCodecTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/JSONCodecTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 c4407b15..f8e76c36 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ProtoCodecTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ProtoCodecTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 3f93b455..98e6c38b 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ProtocolClientConfigTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ProtocolClientConfigTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 8202cb0c..d3af7b65 100644 --- a/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ServiceMetadataTests.swift +++ b/Tests/UnitTests/ConnectLibraryTests/ConnectTests/ServiceMetadataTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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 557ae2a2..7149bb75 100644 --- a/Tests/UnitTests/ConnectPluginUtilitiesTests/FilePathComponentsTests.swift +++ b/Tests/UnitTests/ConnectPluginUtilitiesTests/FilePathComponentsTests.swift @@ -1,4 +1,4 @@ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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. From 64b07df59911f7f4b115c8237ac58539a140e055 Mon Sep 17 00:00:00 2001 From: Michael Rebello Date: Mon, 6 Jan 2025 10:28:24 -0800 Subject: [PATCH 2/2] one more Signed-off-by: Michael Rebello --- .../GeneratedSources/proto/grpc/status/v1/status.pb.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Connect/Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift b/Libraries/Connect/Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift index 1df784cd..3f09e4ef 100644 --- a/Libraries/Connect/Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift +++ b/Libraries/Connect/Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift @@ -8,7 +8,7 @@ // For information on using the generated types, please see the documentation: // https://github.com/apple/swift-protobuf/ -// Copyright 2022-2024 The Connect Authors +// Copyright 2022-2025 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.