From 60a0b0c471d720b0546ee3a5b4fa4283635dfbcf Mon Sep 17 00:00:00 2001 From: Carl Mastrangelo Date: Thu, 3 May 2018 14:55:21 -0700 Subject: [PATCH] all: normalize copyright header --- BUILD.bazel | 2 +- NOTICE.txt | 2 +- .../java/io/grpc/alts/AltsChannelBuilder.java | 2 +- .../main/java/io/grpc/alts/AltsServerBuilder.java | 2 +- .../java/io/grpc/alts/CheckGcpEnvironment.java | 2 +- .../io/grpc/alts/HandshakerServiceChannel.java | 2 +- .../java/io/grpc/alts/internal/AeadCrypter.java | 2 +- .../io/grpc/alts/internal/AesGcmAeadCrypter.java | 2 +- .../grpc/alts/internal/AesGcmHkdfAeadCrypter.java | 2 +- .../io/grpc/alts/internal/AltsAuthContext.java | 2 +- .../io/grpc/alts/internal/AltsChannelCrypter.java | 2 +- .../io/grpc/alts/internal/AltsClientOptions.java | 2 +- .../java/io/grpc/alts/internal/AltsFraming.java | 2 +- .../grpc/alts/internal/AltsHandshakerClient.java | 2 +- .../grpc/alts/internal/AltsHandshakerOptions.java | 2 +- .../io/grpc/alts/internal/AltsHandshakerStub.java | 2 +- .../alts/internal/AltsProtocolNegotiator.java | 2 +- .../grpc/alts/internal/AltsTsiFrameProtector.java | 2 +- .../io/grpc/alts/internal/AltsTsiHandshaker.java | 2 +- .../java/io/grpc/alts/internal/BufUnwrapper.java | 2 +- .../grpc/alts/internal/ChannelCrypterNetty.java | 2 +- .../io/grpc/alts/internal/NettyTsiHandshaker.java | 2 +- .../io/grpc/alts/internal/ProtectedPromise.java | 2 +- .../alts/internal/RpcProtocolVersionsUtil.java | 2 +- .../io/grpc/alts/internal/TsiFrameHandler.java | 2 +- .../io/grpc/alts/internal/TsiFrameProtector.java | 2 +- .../grpc/alts/internal/TsiHandshakeHandler.java | 2 +- .../java/io/grpc/alts/internal/TsiHandshaker.java | 2 +- .../grpc/alts/internal/TsiHandshakerFactory.java | 2 +- .../main/java/io/grpc/alts/internal/TsiPeer.java | 2 +- alts/src/main/proto/grpc/gcp/altscontext.proto | 2 +- alts/src/main/proto/grpc/gcp/handshaker.proto | 2 +- .../grpc/gcp/transport_security_common.proto | 2 +- .../java/io/grpc/alts/AltsChannelBuilderTest.java | 2 +- .../java/io/grpc/alts/AltsServerBuilderTest.java | 2 +- .../io/grpc/alts/CheckGcpEnvironmentTest.java | 2 +- .../alts/internal/AesGcmHkdfAeadCrypterTest.java | 2 +- .../grpc/alts/internal/AltsAuthContextTest.java | 2 +- .../alts/internal/AltsChannelCrypterTest.java | 2 +- .../grpc/alts/internal/AltsClientOptionsTest.java | 2 +- .../io/grpc/alts/internal/AltsFramingTest.java | 2 +- .../alts/internal/AltsHandshakerClientTest.java | 2 +- .../alts/internal/AltsHandshakerOptionsTest.java | 2 +- .../alts/internal/AltsHandshakerStubTest.java | 2 +- .../alts/internal/AltsProtocolNegotiatorTest.java | 2 +- .../alts/internal/AltsTsiFrameProtectorTest.java | 2 +- .../grpc/alts/internal/AltsTsiHandshakerTest.java | 2 +- .../java/io/grpc/alts/internal/AltsTsiTest.java | 2 +- .../io/grpc/alts/internal/BufUnwrapperTest.java | 2 +- .../io/grpc/alts/internal/ByteBufTestUtils.java | 2 +- .../internal/ChannelCrypterNettyTestBase.java | 2 +- .../io/grpc/alts/internal/FakeChannelCrypter.java | 2 +- .../io/grpc/alts/internal/FakeTsiHandshaker.java | 2 +- .../java/io/grpc/alts/internal/FakeTsiTest.java | 2 +- .../alts/internal/MockAltsHandshakerResp.java | 2 +- .../alts/internal/NettyTsiHandshakerTest.java | 2 +- .../internal/RpcProtocolVersionsUtilTest.java | 2 +- .../test/java/io/grpc/alts/internal/TsiTest.java | 2 +- .../integrationtest/InteropTesterTest.java | 2 +- .../android/integrationtest/InteropTester.java | 2 +- .../android/integrationtest/TesterActivity.java | 2 +- .../integrationtest/TesterInstrumentation.java | 2 +- .../TesterOkHttpChannelBuilder.java | 2 +- .../app/src/main/proto/grpc/testing/empty.proto | 7 +++---- .../src/main/proto/grpc/testing/messages.proto | 7 +++---- .../app/src/main/proto/grpc/testing/test.proto | 7 +++---- .../io/grpc/android/AndroidChannelBuilder.java | 2 +- .../grpc/android/AndroidChannelBuilderTest.java | 2 +- .../java/io/grpc/auth/ClientAuthInterceptor.java | 2 +- .../auth/GoogleAuthLibraryCallCredentials.java | 2 +- .../java/io/grpc/auth/MoreCallCredentials.java | 2 +- auth/src/main/java/io/grpc/auth/package-info.java | 2 +- .../io/grpc/auth/ClientAuthInterceptorTest.java | 2 +- .../GoogleAuthLibraryCallCredentialsTest.java | 2 +- .../io/grpc/benchmarks/TransportBenchmark.java | 2 +- .../grpc/benchmarks/netty/AbstractBenchmark.java | 2 +- .../FlowControlledMessagesPerSecondBenchmark.java | 2 +- .../netty/HandlerRegistryBenchmark.java | 2 +- .../netty/SingleThreadBlockingQpsBenchmark.java | 2 +- .../StreamingPingPongsPerSecondBenchmark.java | 2 +- .../StreamingResponseBandwidthBenchmark.java | 2 +- .../benchmarks/netty/UnaryCallQpsBenchmark.java | 2 +- .../UnaryCallResponseBandwidthBenchmark.java | 2 +- .../io/grpc/benchmarks/ByteBufInputStream.java | 2 +- .../grpc/benchmarks/ByteBufOutputMarshaller.java | 2 +- .../grpc/benchmarks/SocketAddressValidator.java | 2 +- .../main/java/io/grpc/benchmarks/Transport.java | 2 +- .../src/main/java/io/grpc/benchmarks/Utils.java | 2 +- .../io/grpc/benchmarks/driver/LoadClient.java | 2 +- .../io/grpc/benchmarks/driver/LoadServer.java | 2 +- .../io/grpc/benchmarks/driver/LoadWorker.java | 2 +- .../qps/AbstractConfigurationBuilder.java | 2 +- .../java/io/grpc/benchmarks/qps/AsyncClient.java | 2 +- .../java/io/grpc/benchmarks/qps/AsyncServer.java | 2 +- .../grpc/benchmarks/qps/ClientConfiguration.java | 2 +- .../io/grpc/benchmarks/qps/Configuration.java | 2 +- .../io/grpc/benchmarks/qps/OpenLoopClient.java | 2 +- .../grpc/benchmarks/qps/ServerConfiguration.java | 2 +- .../src/main/proto/grpc/testing/control.proto | 7 +++---- .../src/main/proto/grpc/testing/messages.proto | 7 +++---- .../src/main/proto/grpc/testing/payloads.proto | 7 +++---- .../src/main/proto/grpc/testing/services.proto | 7 +++---- .../src/main/proto/grpc/testing/stats.proto | 7 +++---- .../io/grpc/benchmarks/driver/LoadClientTest.java | 2 +- .../io/grpc/benchmarks/driver/LoadWorkerTest.java | 2 +- buildscripts/checkstyle.license | 2 +- buildscripts/set_github_status.py | 2 +- buildscripts/sign-local-repo.sh | 2 +- buildscripts/sonatype-upload.sh | 2 +- .../test/proto/grpc/testing/compiler/test.proto | 2 +- .../jmh/java/io/grpc/AttachDetachBenchmark.java | 2 +- context/src/jmh/java/io/grpc/ReadBenchmark.java | 2 +- context/src/jmh/java/io/grpc/WriteBenchmark.java | 2 +- context/src/main/java/io/grpc/Context.java | 2 +- context/src/main/java/io/grpc/Deadline.java | 2 +- .../io/grpc/PersistentHashArrayMappedTrie.java | 2 +- .../java/io/grpc/ThreadLocalContextStorage.java | 2 +- context/src/test/java/io/grpc/ContextTest.java | 2 +- context/src/test/java/io/grpc/DeadlineTest.java | 2 +- .../grpc/PersistentHashArrayMappedTrieTest.java | 2 +- .../java/io/grpc/StaticTestingClassLoader.java | 2 +- .../java/io/grpc/testing/DeadlineSubject.java | 2 +- .../src/jmh/java/io/grpc/AttributesBenchmark.java | 2 +- .../jmh/java/io/grpc/CallOptionsBenchmark.java | 2 +- .../io/grpc/DecompressorRegistryBenchmark.java | 2 +- core/src/jmh/java/io/grpc/StatusBenchmark.java | 2 +- .../java/io/grpc/internal/ChannelzBenchmark.java | 2 +- .../internal/SerializingExecutorBenchmark.java | 2 +- .../grpc/internal/StatsTraceContextBenchmark.java | 2 +- core/src/main/java/io/grpc/Attributes.java | 2 +- core/src/main/java/io/grpc/BindableService.java | 2 +- core/src/main/java/io/grpc/CallCredentials.java | 2 +- core/src/main/java/io/grpc/CallOptions.java | 2 +- core/src/main/java/io/grpc/Channel.java | 2 +- core/src/main/java/io/grpc/ClientCall.java | 2 +- core/src/main/java/io/grpc/ClientInterceptor.java | 2 +- .../src/main/java/io/grpc/ClientInterceptors.java | 2 +- .../src/main/java/io/grpc/ClientStreamTracer.java | 2 +- core/src/main/java/io/grpc/Codec.java | 2 +- core/src/main/java/io/grpc/Compressor.java | 2 +- .../src/main/java/io/grpc/CompressorRegistry.java | 2 +- core/src/main/java/io/grpc/ConnectivityState.java | 2 +- .../main/java/io/grpc/ConnectivityStateInfo.java | 2 +- core/src/main/java/io/grpc/Contexts.java | 2 +- core/src/main/java/io/grpc/Decompressor.java | 2 +- .../main/java/io/grpc/DecompressorRegistry.java | 2 +- core/src/main/java/io/grpc/Drainable.java | 2 +- .../main/java/io/grpc/EquivalentAddressGroup.java | 2 +- core/src/main/java/io/grpc/ExperimentalApi.java | 2 +- .../java/io/grpc/ForwardingChannelBuilder.java | 2 +- .../main/java/io/grpc/ForwardingClientCall.java | 2 +- .../io/grpc/ForwardingClientCallListener.java | 2 +- .../main/java/io/grpc/ForwardingServerCall.java | 2 +- .../io/grpc/ForwardingServerCallListener.java | 2 +- core/src/main/java/io/grpc/Grpc.java | 2 +- core/src/main/java/io/grpc/HandlerRegistry.java | 2 +- core/src/main/java/io/grpc/Internal.java | 2 +- .../java/io/grpc/InternalClientInterceptors.java | 2 +- .../io/grpc/InternalDecompressorRegistry.java | 2 +- .../main/java/io/grpc/InternalKnownTransport.java | 2 +- .../io/grpc/InternalManagedChannelProvider.java | 2 +- core/src/main/java/io/grpc/InternalMetadata.java | 2 +- .../java/io/grpc/InternalMethodDescriptor.java | 2 +- .../java/io/grpc/InternalNotifyOnServerBuild.java | 2 +- .../java/io/grpc/InternalServerInterceptors.java | 2 +- .../java/io/grpc/InternalServiceProviders.java | 2 +- core/src/main/java/io/grpc/InternalStatus.java | 2 +- core/src/main/java/io/grpc/KnownLength.java | 2 +- core/src/main/java/io/grpc/LoadBalancer.java | 2 +- core/src/main/java/io/grpc/ManagedChannel.java | 2 +- .../main/java/io/grpc/ManagedChannelBuilder.java | 2 +- .../main/java/io/grpc/ManagedChannelProvider.java | 2 +- core/src/main/java/io/grpc/Metadata.java | 2 +- core/src/main/java/io/grpc/MethodDescriptor.java | 2 +- core/src/main/java/io/grpc/NameResolver.java | 2 +- .../main/java/io/grpc/NameResolverProvider.java | 2 +- .../java/io/grpc/PartialForwardingClientCall.java | 2 +- .../grpc/PartialForwardingClientCallListener.java | 2 +- .../java/io/grpc/PartialForwardingServerCall.java | 2 +- .../grpc/PartialForwardingServerCallListener.java | 2 +- .../java/io/grpc/PickFirstBalancerFactory.java | 2 +- core/src/main/java/io/grpc/SecurityLevel.java | 2 +- core/src/main/java/io/grpc/Server.java | 2 +- core/src/main/java/io/grpc/ServerBuilder.java | 2 +- core/src/main/java/io/grpc/ServerCall.java | 2 +- core/src/main/java/io/grpc/ServerCallHandler.java | 2 +- core/src/main/java/io/grpc/ServerInterceptor.java | 2 +- .../src/main/java/io/grpc/ServerInterceptors.java | 2 +- .../main/java/io/grpc/ServerMethodDefinition.java | 2 +- core/src/main/java/io/grpc/ServerProvider.java | 2 +- .../java/io/grpc/ServerServiceDefinition.java | 2 +- .../src/main/java/io/grpc/ServerStreamTracer.java | 2 +- .../main/java/io/grpc/ServerTransportFilter.java | 2 +- core/src/main/java/io/grpc/ServiceDescriptor.java | 2 +- core/src/main/java/io/grpc/ServiceProviders.java | 2 +- core/src/main/java/io/grpc/Status.java | 2 +- core/src/main/java/io/grpc/StatusException.java | 2 +- .../main/java/io/grpc/StatusRuntimeException.java | 2 +- core/src/main/java/io/grpc/StreamTracer.java | 2 +- .../grpc/inprocess/InProcessChannelBuilder.java | 2 +- .../java/io/grpc/inprocess/InProcessServer.java | 2 +- .../io/grpc/inprocess/InProcessServerBuilder.java | 2 +- .../io/grpc/inprocess/InProcessSocketAddress.java | 2 +- .../io/grpc/inprocess/InProcessTransport.java | 2 +- .../main/java/io/grpc/inprocess/package-info.java | 2 +- .../io/grpc/internal/AbstractClientStream.java | 2 +- .../AbstractManagedChannelImplBuilder.java | 2 +- .../io/grpc/internal/AbstractReadableBuffer.java | 2 +- .../grpc/internal/AbstractServerImplBuilder.java | 2 +- .../io/grpc/internal/AbstractServerStream.java | 2 +- .../java/io/grpc/internal/AbstractStream.java | 2 +- .../java/io/grpc/internal/AbstractSubchannel.java | 2 +- .../grpc/internal/ApplicationThreadDeframer.java | 2 +- .../main/java/io/grpc/internal/AtomicBackoff.java | 2 +- .../java/io/grpc/internal/AtomicLongCounter.java | 2 +- .../AutoConfiguredLoadBalancerFactory.java | 2 +- .../main/java/io/grpc/internal/BackoffPolicy.java | 2 +- .../java/io/grpc/internal/BinaryLogProvider.java | 2 +- .../CallCredentialsApplyingTransportFactory.java | 2 +- .../main/java/io/grpc/internal/CallTracer.java | 2 +- .../java/io/grpc/internal/CensusStatsModule.java | 2 +- .../io/grpc/internal/CensusTracingModule.java | 2 +- .../java/io/grpc/internal/ChannelExecutor.java | 2 +- core/src/main/java/io/grpc/internal/Channelz.java | 2 +- .../java/io/grpc/internal/ClientCallImpl.java | 2 +- .../main/java/io/grpc/internal/ClientStream.java | 2 +- .../io/grpc/internal/ClientStreamListener.java | 2 +- .../java/io/grpc/internal/ClientTransport.java | 2 +- .../io/grpc/internal/ClientTransportFactory.java | 2 +- .../io/grpc/internal/CompositeReadableBuffer.java | 2 +- .../grpc/internal/ConnectionClientTransport.java | 2 +- .../grpc/internal/ConnectivityStateManager.java | 2 +- .../java/io/grpc/internal/ContextRunnable.java | 2 +- core/src/main/java/io/grpc/internal/Deframer.java | 2 +- .../io/grpc/internal/DelayedClientTransport.java | 2 +- .../main/java/io/grpc/internal/DelayedStream.java | 2 +- .../java/io/grpc/internal/DnsNameResolver.java | 2 +- .../io/grpc/internal/DnsNameResolverProvider.java | 2 +- .../grpc/internal/ExponentialBackoffPolicy.java | 2 +- .../io/grpc/internal/FailingClientStream.java | 2 +- .../io/grpc/internal/FailingClientTransport.java | 2 +- .../java/io/grpc/internal/FixedObjectPool.java | 2 +- .../io/grpc/internal/ForwardingClientStream.java | 2 +- .../internal/ForwardingClientStreamListener.java | 2 +- .../ForwardingConnectionClientTransport.java | 2 +- .../grpc/internal/ForwardingManagedChannel.java | 2 +- .../io/grpc/internal/ForwardingNameResolver.java | 2 +- .../grpc/internal/ForwardingReadableBuffer.java | 2 +- core/src/main/java/io/grpc/internal/Framer.java | 2 +- .../java/io/grpc/internal/GrpcAttributes.java | 2 +- core/src/main/java/io/grpc/internal/GrpcUtil.java | 2 +- .../io/grpc/internal/GzipInflatingBuffer.java | 2 +- .../internal/Http2ClientStreamTransportState.java | 2 +- .../src/main/java/io/grpc/internal/Http2Ping.java | 2 +- .../io/grpc/internal/InUseStateAggregator.java | 2 +- .../main/java/io/grpc/internal/Instrumented.java | 2 +- .../io/grpc/internal/InternalHandlerRegistry.java | 2 +- .../java/io/grpc/internal/InternalServer.java | 2 +- .../java/io/grpc/internal/InternalSubchannel.java | 2 +- core/src/main/java/io/grpc/internal/IoUtils.java | 2 +- .../main/java/io/grpc/internal/JsonParser.java | 2 +- .../java/io/grpc/internal/KeepAliveManager.java | 2 +- .../io/grpc/internal/LogExceptionRunnable.java | 2 +- core/src/main/java/io/grpc/internal/LogId.java | 2 +- .../main/java/io/grpc/internal/LongCounter.java | 2 +- .../java/io/grpc/internal/LongCounterFactory.java | 2 +- .../java/io/grpc/internal/ManagedChannelImpl.java | 2 +- .../internal/ManagedChannelOrphanWrapper.java | 2 +- .../io/grpc/internal/ManagedClientTransport.java | 2 +- .../java/io/grpc/internal/MessageDeframer.java | 2 +- .../main/java/io/grpc/internal/MessageFramer.java | 2 +- .../io/grpc/internal/MetadataApplierImpl.java | 2 +- .../java/io/grpc/internal/MoreThrowables.java | 2 +- .../java/io/grpc/internal/NoopClientStream.java | 2 +- .../main/java/io/grpc/internal/ObjectPool.java | 2 +- .../main/java/io/grpc/internal/OobChannel.java | 2 +- .../OverrideAuthorityNameResolverFactory.java | 2 +- .../java/io/grpc/internal/PairSocketAddress.java | 2 +- .../io/grpc/internal/PickSubchannelArgsImpl.java | 2 +- .../main/java/io/grpc/internal/ProxyDetector.java | 2 +- .../java/io/grpc/internal/ProxyDetectorImpl.java | 2 +- .../java/io/grpc/internal/ProxyParameters.java | 2 +- .../java/io/grpc/internal/ReadableBuffer.java | 2 +- .../java/io/grpc/internal/ReadableBuffers.java | 2 +- .../grpc/internal/ReflectionLongAdderCounter.java | 2 +- .../main/java/io/grpc/internal/Rescheduler.java | 2 +- .../java/io/grpc/internal/RetriableStream.java | 2 +- .../main/java/io/grpc/internal/RetryPolicy.java | 2 +- .../SerializeReentrantCallsDirectExecutor.java | 2 +- .../io/grpc/internal/SerializingExecutor.java | 2 +- .../java/io/grpc/internal/ServerCallImpl.java | 2 +- .../java/io/grpc/internal/ServerCallInfoImpl.java | 2 +- .../main/java/io/grpc/internal/ServerImpl.java | 2 +- .../java/io/grpc/internal/ServerListener.java | 2 +- .../main/java/io/grpc/internal/ServerStream.java | 2 +- .../io/grpc/internal/ServerStreamListener.java | 2 +- .../java/io/grpc/internal/ServerTransport.java | 2 +- .../io/grpc/internal/ServerTransportListener.java | 2 +- .../grpc/internal/ServiceConfigInterceptor.java | 2 +- .../java/io/grpc/internal/ServiceConfigUtil.java | 2 +- .../io/grpc/internal/SharedResourceHolder.java | 2 +- .../java/io/grpc/internal/SharedResourcePool.java | 2 +- .../java/io/grpc/internal/StatsTraceContext.java | 2 +- core/src/main/java/io/grpc/internal/Stream.java | 2 +- .../java/io/grpc/internal/StreamListener.java | 2 +- .../java/io/grpc/internal/TransportFrameUtil.java | 2 +- .../java/io/grpc/internal/TransportTracer.java | 2 +- .../src/main/java/io/grpc/internal/WithLogId.java | 2 +- .../java/io/grpc/internal/WritableBuffer.java | 2 +- .../io/grpc/internal/WritableBufferAllocator.java | 2 +- .../main/java/io/grpc/internal/package-info.java | 2 +- core/src/main/java/io/grpc/package-info.java | 2 +- .../java/io/grpc/util/MutableHandlerRegistry.java | 2 +- .../grpc/util/RoundRobinLoadBalancerFactory.java | 2 +- ...TransmitStatusRuntimeExceptionInterceptor.java | 2 +- core/src/main/java/io/grpc/util/package-info.java | 2 +- core/src/test/java/io/grpc/AttributesTest.java | 2 +- core/src/test/java/io/grpc/CallOptionsTest.java | 2 +- .../test/java/io/grpc/ClientInterceptorsTest.java | 2 +- .../java/io/grpc/ConnectivityStateInfoTest.java | 2 +- core/src/test/java/io/grpc/ContextsTest.java | 2 +- .../java/io/grpc/DecompressorRegistryTest.java | 2 +- .../io/grpc/ForwardingChannelBuilderTest.java | 2 +- .../io/grpc/ForwardingServerCallListenerTest.java | 2 +- .../src/test/java/io/grpc/ForwardingTestUtil.java | 2 +- core/src/test/java/io/grpc/IntegerMarshaller.java | 2 +- core/src/test/java/io/grpc/LoadBalancerTest.java | 2 +- .../java/io/grpc/ManagedChannelProviderTest.java | 2 +- core/src/test/java/io/grpc/MetadataTest.java | 2 +- .../test/java/io/grpc/MethodDescriptorTest.java | 2 +- .../java/io/grpc/NameResolverProviderTest.java | 2 +- .../java/io/grpc/PickFirstLoadBalancerTest.java | 2 +- .../test/java/io/grpc/ReplacingClassLoader.java | 2 +- .../test/java/io/grpc/ServerInterceptorsTest.java | 2 +- .../java/io/grpc/ServerServiceDefinitionTest.java | 2 +- .../test/java/io/grpc/ServiceDescriptorTest.java | 2 +- .../test/java/io/grpc/ServiceProvidersTest.java | 2 +- .../ServiceProvidersTestAbstractProvider.java | 2 +- .../java/io/grpc/ServiceProvidersTestUtil.java | 2 +- core/src/test/java/io/grpc/StatusTest.java | 2 +- core/src/test/java/io/grpc/StringMarshaller.java | 2 +- .../inprocess/InProcessChannelBuilderTest.java | 2 +- .../InProcessClientTransportFactoryTest.java | 2 +- .../inprocess/InProcessServerBuilderTest.java | 2 +- .../io/grpc/inprocess/InProcessServerTest.java | 2 +- .../io/grpc/inprocess/InProcessTransportTest.java | 2 +- .../grpc/internal/AbstractClientStreamTest.java | 2 +- .../AbstractManagedChannelImplBuilderTest.java | 2 +- .../grpc/internal/AbstractReadableBufferTest.java | 2 +- .../internal/AbstractServerImplBuilderTest.java | 2 +- .../grpc/internal/AbstractServerStreamTest.java | 2 +- .../internal/ApplicationThreadDeframerTest.java | 2 +- .../java/io/grpc/internal/AtomicBackoffTest.java | 2 +- .../AutoConfiguredLoadBalancerFactoryTest.java | 2 +- .../io/grpc/internal/BinaryLogProviderTest.java | 2 +- .../io/grpc/internal/ByteWritableBufferTest.java | 2 +- .../internal/CallCredentialsApplyingTest.java | 2 +- .../java/io/grpc/internal/CensusModulesTest.java | 2 +- .../io/grpc/internal/ChannelExecutorTest.java | 2 +- .../test/java/io/grpc/internal/ChannelzTest.java | 2 +- .../java/io/grpc/internal/ClientCallImplTest.java | 2 +- .../internal/CompositeReadableBufferTest.java | 2 +- .../internal/ConnectivityStateManagerTest.java | 2 +- .../grpc/internal/DelayedClientTransportTest.java | 2 +- .../java/io/grpc/internal/DelayedStreamTest.java | 2 +- .../internal/DnsNameResolverProviderTest.java | 2 +- .../io/grpc/internal/DnsNameResolverTest.java | 2 +- .../internal/ExponentialBackoffPolicyTest.java | 2 +- .../io/grpc/internal/FailingClientStreamTest.java | 2 +- .../grpc/internal/FailingClientTransportTest.java | 2 +- .../src/test/java/io/grpc/internal/FakeClock.java | 2 +- .../test/java/io/grpc/internal/FakeClockTest.java | 2 +- .../ForwardingClientStreamListenerTest.java | 2 +- .../grpc/internal/ForwardingClientStreamTest.java | 2 +- .../internal/ForwardingManagedChannelTest.java | 2 +- .../grpc/internal/ForwardingNameResolverTest.java | 2 +- .../internal/ForwardingReadableBufferTest.java | 2 +- .../test/java/io/grpc/internal/GrpcUtilTest.java | 2 +- .../io/grpc/internal/GzipInflatingBufferTest.java | 2 +- .../Http2ClientStreamTransportStateTest.java | 2 +- .../io/grpc/internal/InternalSubchannelTest.java | 2 +- .../test/java/io/grpc/internal/IoUtilsTest.java | 2 +- .../java/io/grpc/internal/JsonParserTest.java | 2 +- .../io/grpc/internal/KeepAliveManagerTest.java | 2 +- .../ManagedChannelImplGetNameResolverTest.java | 2 +- .../internal/ManagedChannelImplIdlenessTest.java | 2 +- .../io/grpc/internal/ManagedChannelImplTest.java | 2 +- .../internal/ManagedChannelOrphanWrapperTest.java | 2 +- .../io/grpc/internal/MessageDeframerTest.java | 2 +- .../java/io/grpc/internal/MessageFramerTest.java | 2 +- .../grpc/internal/NoopClientStreamListener.java | 2 +- .../OverrideAuthorityNameResolverTest.java | 2 +- .../io/grpc/internal/ProxyDetectorImplTest.java | 2 +- .../io/grpc/internal/ReadableBufferTestBase.java | 2 +- .../grpc/internal/ReadableBuffersArrayTest.java | 2 +- .../internal/ReadableBuffersByteBufferTest.java | 2 +- .../io/grpc/internal/ReadableBuffersTest.java | 2 +- .../internal/ReflectionLongAdderCounterTest.java | 2 +- .../java/io/grpc/internal/ReschedulerTest.java | 2 +- .../io/grpc/internal/RetriableStreamTest.java | 2 +- .../java/io/grpc/internal/RetryPolicyTest.java | 2 +- ...SerializeReentrantCallsDirectExecutorTest.java | 2 +- .../io/grpc/internal/SerializingExecutorTest.java | 2 +- .../java/io/grpc/internal/ServerCallImplTest.java | 2 +- .../java/io/grpc/internal/ServerImplTest.java | 2 +- .../internal/ServiceConfigInterceptorTest.java | 2 +- .../grpc/internal/SharedResourceHolderTest.java | 2 +- .../src/test/java/io/grpc/internal/TestUtils.java | 2 +- .../io/grpc/internal/TransportFrameUtilTest.java | 2 +- .../internal/WritableBufferAllocatorTestBase.java | 2 +- .../io/grpc/internal/WritableBufferTestBase.java | 2 +- .../io/grpc/util/MutableHandlerRegistryTest.java | 2 +- .../io/grpc/util/RoundRobinLoadBalancerTest.java | 2 +- .../io/grpc/util/UtilServerInterceptorsTest.java | 2 +- .../java/io/grpc/cronet/CronetCallOptions.java | 2 +- .../java/io/grpc/cronet/CronetChannelBuilder.java | 2 +- .../java/io/grpc/cronet/CronetClientStream.java | 2 +- .../io/grpc/cronet/CronetClientTransport.java | 2 +- .../java/io/grpc/cronet/CronetWritableBuffer.java | 2 +- .../cronet/CronetWritableBufferAllocator.java | 2 +- .../io/grpc/cronet/CronetChannelBuilderTest.java | 2 +- .../io/grpc/cronet/CronetClientStreamTest.java | 2 +- .../io/grpc/cronet/CronetClientTransportTest.java | 2 +- .../cronet/CronetWritableBufferAllocatorTest.java | 2 +- .../ClientCacheExampleActivity.java | 2 +- .../app/src/main/proto/helloworld.proto | 7 +++---- .../helloworldexample/HelloworldActivity.java | 2 +- .../app/src/main/proto/helloworld.proto | 7 +++---- .../routeguideexample/RouteGuideActivity.java | 2 +- .../io/grpc/routeguideexample/RouteGuideUtil.java | 2 +- .../app/src/main/proto/route_guide.proto | 7 +++---- .../grpc/helloworldexample/HelloworldActivity.kt | 2 +- .../app/src/main/proto/helloworld.proto | 7 +++---- .../grpc/examples/helloworld/HelloWorldClient.kt | 2 +- .../grpc/examples/helloworld/HelloWorldServer.kt | 2 +- .../src/main/proto/helloworld.proto | 7 +++---- .../examples/helloworld/HelloWorldClientTest.kt | 2 +- .../examples/helloworld/HelloWorldServerTest.kt | 2 +- .../grpc/examples/advanced/HelloJsonClient.java | 2 +- .../grpc/examples/advanced/HelloJsonServer.java | 2 +- .../grpc/examples/alts/HelloWorldAltsClient.java | 2 +- .../grpc/examples/alts/HelloWorldAltsServer.java | 2 +- .../examples/errorhandling/DetailErrorSample.java | 2 +- .../errorhandling/ErrorHandlingClient.java | 2 +- .../experimental/CompressingHelloWorldClient.java | 2 +- .../grpc/examples/header/CustomHeaderClient.java | 2 +- .../grpc/examples/header/CustomHeaderServer.java | 2 +- .../examples/header/HeaderClientInterceptor.java | 2 +- .../examples/header/HeaderServerInterceptor.java | 2 +- .../examples/helloworld/HelloWorldClient.java | 2 +- .../examples/helloworld/HelloWorldServer.java | 2 +- .../helloworldtls/HelloWorldClientTls.java | 2 +- .../helloworldtls/HelloWorldServerTls.java | 2 +- .../ManualFlowControlClient.java | 2 +- .../ManualFlowControlServer.java | 2 +- .../examples/routeguide/RouteGuideClient.java | 2 +- .../examples/routeguide/RouteGuideServer.java | 2 +- .../grpc/examples/routeguide/RouteGuideUtil.java | 2 +- examples/src/main/proto/hello_streaming.proto | 7 +++---- examples/src/main/proto/helloworld.proto | 7 +++---- examples/src/main/proto/route_guide.proto | 7 +++---- .../header/HeaderClientInterceptorTest.java | 2 +- .../header/HeaderServerInterceptorTest.java | 2 +- .../examples/helloworld/HelloWorldClientTest.java | 2 +- .../examples/helloworld/HelloWorldServerTest.java | 2 +- .../examples/routeguide/RouteGuideClientTest.java | 2 +- .../examples/routeguide/RouteGuideServerTest.java | 2 +- gae-interop-testing/gae-jdk7/build.gradle | 2 +- .../integration/OkHttpClientInteropServlet.java | 2 +- .../src/main/webapp/WEB-INF/appengine-web.xml | 2 +- gae-interop-testing/gae-jdk8/build.gradle | 2 +- .../testing/integration/LongLivedChannel.java | 2 +- .../integration/NettyClientInteropServlet.java | 2 +- .../src/main/webapp/WEB-INF/appengine-web.xml | 2 +- .../java/io/grpc/grpclb/BackendAddressGroup.java | 2 +- .../java/io/grpc/grpclb/CachedSubchannelPool.java | 2 +- grpclb/src/main/java/io/grpc/grpclb/DropType.java | 2 +- .../io/grpc/grpclb/GrpclbClientLoadRecorder.java | 2 +- .../main/java/io/grpc/grpclb/GrpclbConstants.java | 2 +- .../java/io/grpc/grpclb/GrpclbLoadBalancer.java | 2 +- .../io/grpc/grpclb/GrpclbLoadBalancerFactory.java | 2 +- .../src/main/java/io/grpc/grpclb/GrpclbState.java | 2 +- .../main/java/io/grpc/grpclb/LbAddressGroup.java | 2 +- .../main/java/io/grpc/grpclb/SubchannelPool.java | 2 +- .../main/java/io/grpc/grpclb/TimeProvider.java | 2 +- .../src/main/proto/grpc/lb/v1/load_balancer.proto | 15 ++++++++++++++- .../io/grpc/grpclb/CachedSubchannelPoolTest.java | 2 +- .../java/io/grpc/grpclb/FakeSocketAddress.java | 2 +- .../io/grpc/grpclb/GrpclbLoadBalancerTest.java | 2 +- .../testing/integration/AbstractInteropTest.java | 2 +- .../io/grpc/testing/integration/Http2Client.java | 2 +- .../grpc/testing/integration/Http2TestCases.java | 2 +- .../testing/integration/ReconnectTestClient.java | 2 +- .../testing/integration/StressTestClient.java | 2 +- .../io/grpc/testing/integration/TestCases.java | 2 +- .../testing/integration/TestServiceClient.java | 2 +- .../grpc/testing/integration/TestServiceImpl.java | 2 +- .../testing/integration/TestServiceServer.java | 2 +- .../java/io/grpc/testing/integration/Util.java | 2 +- .../src/main/proto/grpc/testing/empty.proto | 7 +++---- .../src/main/proto/grpc/testing/messages.proto | 7 +++---- .../src/main/proto/grpc/testing/metrics.proto | 7 +++---- .../src/main/proto/grpc/testing/test.proto | 7 +++---- .../java/io/grpc/ChannelAndServerBuilderTest.java | 2 +- .../test/java/io/grpc/stub/StubConfigTest.java | 2 +- .../integration/AutoWindowSizingOnTest.java | 2 +- .../grpc/testing/integration/CascadingTest.java | 2 +- .../grpc/testing/integration/CompressionTest.java | 2 +- .../grpc/testing/integration/ConcurrencyTest.java | 2 +- .../integration/Http2NettyLocalChannelTest.java | 2 +- .../grpc/testing/integration/Http2NettyTest.java | 2 +- .../grpc/testing/integration/Http2OkHttpTest.java | 2 +- .../grpc/testing/integration/InProcessTest.java | 2 +- .../testing/integration/MoreInProcessTest.java | 2 +- .../testing/integration/NettyFlowControlTest.java | 2 +- .../io/grpc/testing/integration/ProxyTest.java | 2 +- .../testing/integration/StressTestClientTest.java | 2 +- .../grpc/testing/integration/TestCasesTest.java | 2 +- .../integration/TestServiceClientTest.java | 2 +- .../testing/integration/TrafficControlProxy.java | 2 +- .../integration/TransportCompressionTest.java | 2 +- .../java/io/grpc/netty/shaded/ShadingTest.java | 2 +- .../io/grpc/netty/InboundHeadersBenchmark.java | 2 +- .../io/grpc/netty/MethodDescriptorBenchmark.java | 2 +- .../io/grpc/netty/OutboundHeadersBenchmark.java | 2 +- .../java/io/grpc/netty/AbstractHttp2Headers.java | 2 +- .../java/io/grpc/netty/AbstractNettyHandler.java | 2 +- .../io/grpc/netty/CancelClientStreamCommand.java | 2 +- .../io/grpc/netty/CancelServerStreamCommand.java | 2 +- .../netty/ClientTransportLifecycleManager.java | 2 +- .../java/io/grpc/netty/CreateStreamCommand.java | 2 +- .../java/io/grpc/netty/ForcefulCloseCommand.java | 2 +- .../java/io/grpc/netty/GracefulCloseCommand.java | 2 +- .../io/grpc/netty/GrpcHttp2ConnectionHandler.java | 2 +- .../java/io/grpc/netty/GrpcHttp2HeadersUtils.java | 2 +- .../io/grpc/netty/GrpcHttp2OutboundHeaders.java | 2 +- .../main/java/io/grpc/netty/GrpcSslContexts.java | 2 +- .../main/java/io/grpc/netty/HandlerSettings.java | 2 +- .../io/grpc/netty/InternalHandlerSettings.java | 2 +- .../grpc/netty/InternalNettyChannelBuilder.java | 2 +- .../io/grpc/netty/InternalNettyServerBuilder.java | 2 +- .../io/grpc/netty/InternalNettySocketSupport.java | 2 +- .../src/main/java/io/grpc/netty/JettyTlsUtil.java | 2 +- .../java/io/grpc/netty/KeepAliveEnforcer.java | 2 +- .../io/grpc/netty/MaxConnectionIdleManager.java | 2 +- .../main/java/io/grpc/netty/NegotiationType.java | 2 +- .../java/io/grpc/netty/NettyChannelBuilder.java | 2 +- .../java/io/grpc/netty/NettyChannelProvider.java | 2 +- .../java/io/grpc/netty/NettyClientHandler.java | 2 +- .../java/io/grpc/netty/NettyClientStream.java | 2 +- .../java/io/grpc/netty/NettyClientTransport.java | 2 +- .../java/io/grpc/netty/NettyHandlerSettings.java | 2 +- .../java/io/grpc/netty/NettyReadableBuffer.java | 2 +- .../src/main/java/io/grpc/netty/NettyServer.java | 2 +- .../java/io/grpc/netty/NettyServerBuilder.java | 2 +- .../java/io/grpc/netty/NettyServerHandler.java | 2 +- .../java/io/grpc/netty/NettyServerProvider.java | 2 +- .../java/io/grpc/netty/NettyServerStream.java | 2 +- .../java/io/grpc/netty/NettyServerTransport.java | 2 +- .../java/io/grpc/netty/NettySocketSupport.java | 2 +- .../java/io/grpc/netty/NettyWritableBuffer.java | 2 +- .../grpc/netty/NettyWritableBufferAllocator.java | 2 +- .../java/io/grpc/netty/ProtocolNegotiator.java | 2 +- .../java/io/grpc/netty/ProtocolNegotiators.java | 2 +- .../java/io/grpc/netty/SendGrpcFrameCommand.java | 2 +- .../main/java/io/grpc/netty/SendPingCommand.java | 2 +- .../io/grpc/netty/SendResponseHeadersCommand.java | 2 +- .../main/java/io/grpc/netty/StreamIdHolder.java | 2 +- netty/src/main/java/io/grpc/netty/Utils.java | 2 +- netty/src/main/java/io/grpc/netty/WriteQueue.java | 2 +- .../src/main/java/io/grpc/netty/package-info.java | 2 +- .../io/grpc/netty/AbstractHttp2HeadersTest.java | 2 +- .../io/grpc/netty/GrpcHttp2HeadersUtilsTest.java | 2 +- .../grpc/netty/GrpcHttp2InboundHeadersTest.java | 2 +- .../java/io/grpc/netty/GrpcSslContextsTest.java | 2 +- .../java/io/grpc/netty/KeepAliveEnforcerTest.java | 2 +- .../grpc/netty/MaxConnectionIdleManagerTest.java | 2 +- .../io/grpc/netty/NettyChannelBuilderTest.java | 2 +- .../io/grpc/netty/NettyChannelProviderTest.java | 2 +- .../io/grpc/netty/NettyClientHandlerTest.java | 2 +- .../java/io/grpc/netty/NettyClientStreamTest.java | 2 +- .../netty/NettyClientTransportFactoryTest.java | 2 +- .../io/grpc/netty/NettyClientTransportTest.java | 2 +- .../java/io/grpc/netty/NettyHandlerTestBase.java | 2 +- .../io/grpc/netty/NettyReadableBufferTest.java | 2 +- .../io/grpc/netty/NettyServerBuilderTest.java | 2 +- .../io/grpc/netty/NettyServerHandlerTest.java | 2 +- .../io/grpc/netty/NettyServerProviderTest.java | 2 +- .../java/io/grpc/netty/NettyServerStreamTest.java | 2 +- .../test/java/io/grpc/netty/NettyServerTest.java | 2 +- .../io/grpc/netty/NettyServerTransportTest.java | 2 +- .../java/io/grpc/netty/NettyStreamTestBase.java | 2 +- .../test/java/io/grpc/netty/NettyTestUtil.java | 2 +- .../java/io/grpc/netty/NettyTransportTest.java | 2 +- .../netty/NettyWritableBufferAllocatorTest.java | 2 +- .../io/grpc/netty/NettyWritableBufferTest.java | 2 +- .../io/grpc/netty/ProtocolNegotiatorsTest.java | 2 +- netty/src/test/java/io/grpc/netty/TlsTest.java | 2 +- netty/src/test/java/io/grpc/netty/UtilsTest.java | 2 +- .../test/java/io/grpc/netty/WriteQueueTest.java | 2 +- .../java/io/grpc/okhttp/AsyncFrameWriter.java | 2 +- okhttp/src/main/java/io/grpc/okhttp/Headers.java | 2 +- .../main/java/io/grpc/okhttp/NegotiationType.java | 2 +- .../java/io/grpc/okhttp/OkHttpChannelBuilder.java | 2 +- .../io/grpc/okhttp/OkHttpChannelProvider.java | 2 +- .../java/io/grpc/okhttp/OkHttpClientStream.java | 2 +- .../io/grpc/okhttp/OkHttpClientTransport.java | 2 +- .../io/grpc/okhttp/OkHttpProtocolNegotiator.java | 2 +- .../java/io/grpc/okhttp/OkHttpReadableBuffer.java | 2 +- .../java/io/grpc/okhttp/OkHttpSettingsUtil.java | 2 +- .../java/io/grpc/okhttp/OkHttpTlsUpgrader.java | 2 +- .../java/io/grpc/okhttp/OkHttpWritableBuffer.java | 2 +- .../okhttp/OkHttpWritableBufferAllocator.java | 2 +- .../io/grpc/okhttp/OutboundFlowController.java | 2 +- okhttp/src/main/java/io/grpc/okhttp/Utils.java | 2 +- .../main/java/io/grpc/okhttp/package-info.java | 2 +- .../io/grpc/internal/AccessProtectedHack.java | 2 +- .../src/test/java/io/grpc/okhttp/HeadersTest.java | 2 +- .../io/grpc/okhttp/OkHttpChannelBuilderTest.java | 2 +- .../io/grpc/okhttp/OkHttpChannelProviderTest.java | 2 +- .../io/grpc/okhttp/OkHttpClientStreamTest.java | 2 +- .../okhttp/OkHttpClientTransportFactoryTest.java | 2 +- .../io/grpc/okhttp/OkHttpClientTransportTest.java | 2 +- .../grpc/okhttp/OkHttpProtocolNegotiatorTest.java | 2 +- .../io/grpc/okhttp/OkHttpReadableBufferTest.java | 2 +- .../io/grpc/okhttp/OkHttpTlsUpgraderTest.java | 2 +- .../java/io/grpc/okhttp/OkHttpTransportTest.java | 2 +- .../okhttp/OkHttpWritableBufferAllocatorTest.java | 2 +- .../io/grpc/okhttp/OkHttpWritableBufferTest.java | 2 +- .../java/io/grpc/okhttp/OptionalMethodTest.java | 2 +- .../src/test/java/io/grpc/okhttp/UtilsTest.java | 2 +- .../io/grpc/protobuf/lite/ProtoInputStream.java | 2 +- .../io/grpc/protobuf/lite/ProtoLiteUtils.java | 2 +- .../java/io/grpc/protobuf/lite/package-info.java | 2 +- .../io/grpc/protobuf/lite/ProtoLiteUtilsTest.java | 2 +- .../io/grpc/protobuf/nano/MessageNanoFactory.java | 2 +- .../grpc/protobuf/nano/NanoProtoInputStream.java | 2 +- .../java/io/grpc/protobuf/nano/NanoUtils.java | 2 +- .../java/io/grpc/protobuf/nano/package-info.java | 2 +- .../java/io/grpc/protobuf/nano/NanoUtilsTest.java | 2 +- .../test/proto/grpc/testing/nano/messages.proto | 7 +++---- .../protobuf/ProtoFileDescriptorSupplier.java | 2 +- .../protobuf/ProtoMethodDescriptorSupplier.java | 2 +- .../protobuf/ProtoServiceDescriptorSupplier.java | 2 +- .../main/java/io/grpc/protobuf/ProtoUtils.java | 2 +- .../main/java/io/grpc/protobuf/StatusProto.java | 2 +- .../main/java/io/grpc/protobuf/package-info.java | 2 +- .../java/io/grpc/protobuf/ProtoUtilsTest.java | 2 +- .../java/io/grpc/protobuf/StatusProtoTest.java | 2 +- .../protobuf/services/ProtoReflectionService.java | 2 +- .../io/grpc/services/BinaryLogProviderImpl.java | 2 +- .../main/java/io/grpc/services/BinaryLogSink.java | 2 +- .../io/grpc/services/BinaryLogSinkProvider.java | 2 +- .../main/java/io/grpc/services/BinlogHelper.java | 2 +- .../java/io/grpc/services/ChannelzProtoUtil.java | 2 +- .../java/io/grpc/services/ChannelzService.java | 2 +- .../java/io/grpc/services/HealthServiceImpl.java | 2 +- .../io/grpc/services/HealthStatusManager.java | 2 +- .../internal/CensusBinaryLogProvider.java | 2 +- .../main/java/io/grpc/services/package-info.java | 2 +- .../proto/google/instrumentation/census.proto | 2 +- .../main/proto/grpc/channelz/v1/channelz.proto | 2 +- .../src/main/proto/grpc/health/v1/health.proto | 7 +++---- services/src/main/proto/io/grpc/binarylog.proto | 2 +- .../io/grpc/reflection/v1alpha/reflection.proto | 7 +++---- .../services/ProtoReflectionServiceTest.java | 2 +- .../java/io/grpc/services/BinlogHelperTest.java | 2 +- .../io/grpc/services/ChannelzProtoUtilTest.java | 2 +- .../io/grpc/services/ChannelzServiceTest.java | 2 +- .../java/io/grpc/services/ChannelzTestHelper.java | 2 +- .../io/grpc/services/HealthStatusManagerTest.java | 2 +- .../internal/CensusBinaryLogProviderTest.java | 2 +- .../testing/dynamic_reflection_test.proto | 7 +++---- .../dynamic_reflection_test_depth_two.proto | 7 +++---- .../grpc/reflection/testing/reflection_test.proto | 7 +++---- .../testing/reflection_test_depth_three.proto | 7 +++---- .../testing/reflection_test_depth_two.proto | 7 +++---- .../reflection_test_depth_two_alternate.proto | 7 +++---- stub/src/main/java/io/grpc/stub/AbstractStub.java | 2 +- .../java/io/grpc/stub/CallStreamObserver.java | 2 +- .../io/grpc/stub/ClientCallStreamObserver.java | 2 +- stub/src/main/java/io/grpc/stub/ClientCalls.java | 2 +- .../java/io/grpc/stub/ClientResponseObserver.java | 2 +- .../src/main/java/io/grpc/stub/MetadataUtils.java | 2 +- .../io/grpc/stub/ServerCallStreamObserver.java | 2 +- stub/src/main/java/io/grpc/stub/ServerCalls.java | 2 +- .../main/java/io/grpc/stub/StreamObserver.java | 2 +- .../main/java/io/grpc/stub/StreamObservers.java | 2 +- stub/src/main/java/io/grpc/stub/package-info.java | 2 +- .../test/java/io/grpc/stub/AbstractStubTest.java | 2 +- .../test/java/io/grpc/stub/ClientCallsTest.java | 2 +- .../test/java/io/grpc/stub/ServerCallsTest.java | 2 +- .../io/grpc/testing/protobuf/simpleservice.proto | 2 +- .../grpc/testing/protobuf/SimpleServiceTest.java | 2 +- .../java/io/grpc/internal/NoopClientCall.java | 2 +- .../java/io/grpc/internal/NoopServerCall.java | 2 +- .../java/io/grpc/internal/TestingAccessor.java | 2 +- .../AbstractClientTransportFactoryTest.java | 2 +- .../internal/testing/AbstractTransportTest.java | 2 +- .../internal/testing/SingleMessageProducer.java | 2 +- .../io/grpc/internal/testing/StatsTestUtils.java | 2 +- .../io/grpc/internal/testing/StreamRecorder.java | 2 +- .../internal/testing/TestClientStreamTracer.java | 2 +- .../internal/testing/TestServerStreamTracer.java | 2 +- .../grpc/internal/testing/TestStreamTracer.java | 2 +- .../java/io/grpc/internal/testing/TestUtils.java | 2 +- .../java/io/grpc/testing/GrpcCleanupRule.java | 2 +- .../main/java/io/grpc/testing/GrpcServerRule.java | 2 +- .../main/java/io/grpc/testing/StreamRecorder.java | 2 +- .../io/grpc/testing/TestMethodDescriptors.java | 2 +- .../src/main/java/io/grpc/testing/TestUtils.java | 2 +- .../src/main/java/io/grpc/testing/TlsTesting.java | 2 +- .../main/java/io/grpc/testing/package-info.java | 2 +- .../io/grpc/internal/testing/TestUtilsTest.java | 2 +- .../java/io/grpc/testing/GrpcCleanupRuleTest.java | 2 +- .../java/io/grpc/testing/GrpcServerRuleTest.java | 2 +- .../test/java/io/grpc/testing/TlsTestingTest.java | 2 +- 717 files changed, 788 insertions(+), 804 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index b30a6bdc05..e4175b0ece 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2017 gRPC authors. +# Copyright 2017 The gRPC 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/NOTICE.txt b/NOTICE.txt index e4be9bf96b..79a48ce2d7 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,4 +1,4 @@ -Copyright 2014, gRPC Authors All rights reserved. +Copyright 2014 The gRPC 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/alts/src/main/java/io/grpc/alts/AltsChannelBuilder.java b/alts/src/main/java/io/grpc/alts/AltsChannelBuilder.java index 43301efdc4..ddb24b0504 100644 --- a/alts/src/main/java/io/grpc/alts/AltsChannelBuilder.java +++ b/alts/src/main/java/io/grpc/alts/AltsChannelBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/AltsServerBuilder.java b/alts/src/main/java/io/grpc/alts/AltsServerBuilder.java index 3d39a548fd..7e5ea70728 100644 --- a/alts/src/main/java/io/grpc/alts/AltsServerBuilder.java +++ b/alts/src/main/java/io/grpc/alts/AltsServerBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/CheckGcpEnvironment.java b/alts/src/main/java/io/grpc/alts/CheckGcpEnvironment.java index 58b0503d25..9c300ac334 100644 --- a/alts/src/main/java/io/grpc/alts/CheckGcpEnvironment.java +++ b/alts/src/main/java/io/grpc/alts/CheckGcpEnvironment.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/HandshakerServiceChannel.java b/alts/src/main/java/io/grpc/alts/HandshakerServiceChannel.java index fdfa972e9c..e6332861b8 100644 --- a/alts/src/main/java/io/grpc/alts/HandshakerServiceChannel.java +++ b/alts/src/main/java/io/grpc/alts/HandshakerServiceChannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/AeadCrypter.java b/alts/src/main/java/io/grpc/alts/internal/AeadCrypter.java index aadb0150c5..4d99187c33 100644 --- a/alts/src/main/java/io/grpc/alts/internal/AeadCrypter.java +++ b/alts/src/main/java/io/grpc/alts/internal/AeadCrypter.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/AesGcmAeadCrypter.java b/alts/src/main/java/io/grpc/alts/internal/AesGcmAeadCrypter.java index 2f23ab1588..f3b968f131 100644 --- a/alts/src/main/java/io/grpc/alts/internal/AesGcmAeadCrypter.java +++ b/alts/src/main/java/io/grpc/alts/internal/AesGcmAeadCrypter.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypter.java b/alts/src/main/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypter.java index 4e5bbd1720..b0f7535d35 100644 --- a/alts/src/main/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypter.java +++ b/alts/src/main/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypter.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/AltsAuthContext.java b/alts/src/main/java/io/grpc/alts/internal/AltsAuthContext.java index 06b4ee8143..cc335fe96d 100644 --- a/alts/src/main/java/io/grpc/alts/internal/AltsAuthContext.java +++ b/alts/src/main/java/io/grpc/alts/internal/AltsAuthContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/AltsChannelCrypter.java b/alts/src/main/java/io/grpc/alts/internal/AltsChannelCrypter.java index 71b8a8351f..3e999fa63b 100644 --- a/alts/src/main/java/io/grpc/alts/internal/AltsChannelCrypter.java +++ b/alts/src/main/java/io/grpc/alts/internal/AltsChannelCrypter.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/AltsClientOptions.java b/alts/src/main/java/io/grpc/alts/internal/AltsClientOptions.java index 0b749ca22a..8474c89009 100644 --- a/alts/src/main/java/io/grpc/alts/internal/AltsClientOptions.java +++ b/alts/src/main/java/io/grpc/alts/internal/AltsClientOptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/AltsFraming.java b/alts/src/main/java/io/grpc/alts/internal/AltsFraming.java index 5b1a5ef7f7..d243d95f4a 100644 --- a/alts/src/main/java/io/grpc/alts/internal/AltsFraming.java +++ b/alts/src/main/java/io/grpc/alts/internal/AltsFraming.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerClient.java b/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerClient.java index 6e13c110e7..8f1d79bf0a 100644 --- a/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerClient.java +++ b/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerOptions.java b/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerOptions.java index 2b98cc48a3..5e0dbdbe29 100644 --- a/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerOptions.java +++ b/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerOptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerStub.java b/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerStub.java index 7665713138..ee979aa433 100644 --- a/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerStub.java +++ b/alts/src/main/java/io/grpc/alts/internal/AltsHandshakerStub.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/AltsProtocolNegotiator.java b/alts/src/main/java/io/grpc/alts/internal/AltsProtocolNegotiator.java index 4c6e5165cd..137c356b74 100644 --- a/alts/src/main/java/io/grpc/alts/internal/AltsProtocolNegotiator.java +++ b/alts/src/main/java/io/grpc/alts/internal/AltsProtocolNegotiator.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/AltsTsiFrameProtector.java b/alts/src/main/java/io/grpc/alts/internal/AltsTsiFrameProtector.java index 178e881a2a..c112c319b8 100644 --- a/alts/src/main/java/io/grpc/alts/internal/AltsTsiFrameProtector.java +++ b/alts/src/main/java/io/grpc/alts/internal/AltsTsiFrameProtector.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/AltsTsiHandshaker.java b/alts/src/main/java/io/grpc/alts/internal/AltsTsiHandshaker.java index 6ce8ff99a7..3699abb8d5 100644 --- a/alts/src/main/java/io/grpc/alts/internal/AltsTsiHandshaker.java +++ b/alts/src/main/java/io/grpc/alts/internal/AltsTsiHandshaker.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/BufUnwrapper.java b/alts/src/main/java/io/grpc/alts/internal/BufUnwrapper.java index 668753278a..9934dd2ff5 100644 --- a/alts/src/main/java/io/grpc/alts/internal/BufUnwrapper.java +++ b/alts/src/main/java/io/grpc/alts/internal/BufUnwrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/ChannelCrypterNetty.java b/alts/src/main/java/io/grpc/alts/internal/ChannelCrypterNetty.java index 991caa78d4..4164560e7a 100644 --- a/alts/src/main/java/io/grpc/alts/internal/ChannelCrypterNetty.java +++ b/alts/src/main/java/io/grpc/alts/internal/ChannelCrypterNetty.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/NettyTsiHandshaker.java b/alts/src/main/java/io/grpc/alts/internal/NettyTsiHandshaker.java index 01c317d721..8d4bbd1a21 100644 --- a/alts/src/main/java/io/grpc/alts/internal/NettyTsiHandshaker.java +++ b/alts/src/main/java/io/grpc/alts/internal/NettyTsiHandshaker.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/ProtectedPromise.java b/alts/src/main/java/io/grpc/alts/internal/ProtectedPromise.java index 2cbb1e7d4e..a19a8160f5 100644 --- a/alts/src/main/java/io/grpc/alts/internal/ProtectedPromise.java +++ b/alts/src/main/java/io/grpc/alts/internal/ProtectedPromise.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/RpcProtocolVersionsUtil.java b/alts/src/main/java/io/grpc/alts/internal/RpcProtocolVersionsUtil.java index 294e75ca8d..b685b6b2d3 100644 --- a/alts/src/main/java/io/grpc/alts/internal/RpcProtocolVersionsUtil.java +++ b/alts/src/main/java/io/grpc/alts/internal/RpcProtocolVersionsUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/TsiFrameHandler.java b/alts/src/main/java/io/grpc/alts/internal/TsiFrameHandler.java index 7fd24b8b34..60ce859a95 100644 --- a/alts/src/main/java/io/grpc/alts/internal/TsiFrameHandler.java +++ b/alts/src/main/java/io/grpc/alts/internal/TsiFrameHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/TsiFrameProtector.java b/alts/src/main/java/io/grpc/alts/internal/TsiFrameProtector.java index b5caeab452..b4227989ef 100644 --- a/alts/src/main/java/io/grpc/alts/internal/TsiFrameProtector.java +++ b/alts/src/main/java/io/grpc/alts/internal/TsiFrameProtector.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/TsiHandshakeHandler.java b/alts/src/main/java/io/grpc/alts/internal/TsiHandshakeHandler.java index 362179aebd..2cc66b06fd 100644 --- a/alts/src/main/java/io/grpc/alts/internal/TsiHandshakeHandler.java +++ b/alts/src/main/java/io/grpc/alts/internal/TsiHandshakeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/TsiHandshaker.java b/alts/src/main/java/io/grpc/alts/internal/TsiHandshaker.java index 546f597212..967582aa81 100644 --- a/alts/src/main/java/io/grpc/alts/internal/TsiHandshaker.java +++ b/alts/src/main/java/io/grpc/alts/internal/TsiHandshaker.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/TsiHandshakerFactory.java b/alts/src/main/java/io/grpc/alts/internal/TsiHandshakerFactory.java index 9ad5d1ad40..58e3726cbd 100644 --- a/alts/src/main/java/io/grpc/alts/internal/TsiHandshakerFactory.java +++ b/alts/src/main/java/io/grpc/alts/internal/TsiHandshakerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/java/io/grpc/alts/internal/TsiPeer.java b/alts/src/main/java/io/grpc/alts/internal/TsiPeer.java index 9198744b0b..990cf0b9c0 100644 --- a/alts/src/main/java/io/grpc/alts/internal/TsiPeer.java +++ b/alts/src/main/java/io/grpc/alts/internal/TsiPeer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/main/proto/grpc/gcp/altscontext.proto b/alts/src/main/proto/grpc/gcp/altscontext.proto index 48c2d6abd8..9568c07187 100644 --- a/alts/src/main/proto/grpc/gcp/altscontext.proto +++ b/alts/src/main/proto/grpc/gcp/altscontext.proto @@ -1,4 +1,4 @@ -// Copyright 2018 gRPC authors. +// Copyright 2018 The gRPC 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/alts/src/main/proto/grpc/gcp/handshaker.proto b/alts/src/main/proto/grpc/gcp/handshaker.proto index b56f07113f..3a1fd717cf 100644 --- a/alts/src/main/proto/grpc/gcp/handshaker.proto +++ b/alts/src/main/proto/grpc/gcp/handshaker.proto @@ -1,4 +1,4 @@ -// Copyright 2018 gRPC authors. +// Copyright 2018 The gRPC 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/alts/src/main/proto/grpc/gcp/transport_security_common.proto b/alts/src/main/proto/grpc/gcp/transport_security_common.proto index d0f861e644..e10197159e 100644 --- a/alts/src/main/proto/grpc/gcp/transport_security_common.proto +++ b/alts/src/main/proto/grpc/gcp/transport_security_common.proto @@ -1,4 +1,4 @@ -// Copyright 2018 gRPC authors. +// Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/AltsChannelBuilderTest.java b/alts/src/test/java/io/grpc/alts/AltsChannelBuilderTest.java index 44ab158db7..83635cf484 100644 --- a/alts/src/test/java/io/grpc/alts/AltsChannelBuilderTest.java +++ b/alts/src/test/java/io/grpc/alts/AltsChannelBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/AltsServerBuilderTest.java b/alts/src/test/java/io/grpc/alts/AltsServerBuilderTest.java index afdd89025a..f729a8be2b 100644 --- a/alts/src/test/java/io/grpc/alts/AltsServerBuilderTest.java +++ b/alts/src/test/java/io/grpc/alts/AltsServerBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/CheckGcpEnvironmentTest.java b/alts/src/test/java/io/grpc/alts/CheckGcpEnvironmentTest.java index 5e05f18815..bef16f7776 100644 --- a/alts/src/test/java/io/grpc/alts/CheckGcpEnvironmentTest.java +++ b/alts/src/test/java/io/grpc/alts/CheckGcpEnvironmentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypterTest.java b/alts/src/test/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypterTest.java index ef64633ea5..d655a6e835 100644 --- a/alts/src/test/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypterTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/AesGcmHkdfAeadCrypterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/AltsAuthContextTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsAuthContextTest.java index 7778ffd3d5..eb1fbf9cac 100644 --- a/alts/src/test/java/io/grpc/alts/internal/AltsAuthContextTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/AltsAuthContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/AltsChannelCrypterTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsChannelCrypterTest.java index 39b84f7712..0b40a8b31d 100644 --- a/alts/src/test/java/io/grpc/alts/internal/AltsChannelCrypterTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/AltsChannelCrypterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/AltsClientOptionsTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsClientOptionsTest.java index 56767735e4..cdb44c9aff 100644 --- a/alts/src/test/java/io/grpc/alts/internal/AltsClientOptionsTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/AltsClientOptionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/AltsFramingTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsFramingTest.java index c2656403bd..5ad250e062 100644 --- a/alts/src/test/java/io/grpc/alts/internal/AltsFramingTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/AltsFramingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerClientTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerClientTest.java index c33f607506..d5cbecfca5 100644 --- a/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerClientTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerOptionsTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerOptionsTest.java index ae58a16f15..6a7814b300 100644 --- a/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerOptionsTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerOptionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerStubTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerStubTest.java index 52aef0343d..aa6554cc4b 100644 --- a/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerStubTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/AltsHandshakerStubTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/AltsProtocolNegotiatorTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsProtocolNegotiatorTest.java index e7ce17fe57..9114964cad 100644 --- a/alts/src/test/java/io/grpc/alts/internal/AltsProtocolNegotiatorTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/AltsProtocolNegotiatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/AltsTsiFrameProtectorTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsTsiFrameProtectorTest.java index c5de123ac0..460ec03b8c 100644 --- a/alts/src/test/java/io/grpc/alts/internal/AltsTsiFrameProtectorTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/AltsTsiFrameProtectorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/AltsTsiHandshakerTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsTsiHandshakerTest.java index 8f8c7a5cc8..ac3dfb8f2d 100644 --- a/alts/src/test/java/io/grpc/alts/internal/AltsTsiHandshakerTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/AltsTsiHandshakerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/AltsTsiTest.java b/alts/src/test/java/io/grpc/alts/internal/AltsTsiTest.java index d9872e6f6b..8d990bda88 100644 --- a/alts/src/test/java/io/grpc/alts/internal/AltsTsiTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/AltsTsiTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/BufUnwrapperTest.java b/alts/src/test/java/io/grpc/alts/internal/BufUnwrapperTest.java index 6829ca8740..67f318e861 100644 --- a/alts/src/test/java/io/grpc/alts/internal/BufUnwrapperTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/BufUnwrapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/ByteBufTestUtils.java b/alts/src/test/java/io/grpc/alts/internal/ByteBufTestUtils.java index a05d24a135..0d0f13c9cc 100644 --- a/alts/src/test/java/io/grpc/alts/internal/ByteBufTestUtils.java +++ b/alts/src/test/java/io/grpc/alts/internal/ByteBufTestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/ChannelCrypterNettyTestBase.java b/alts/src/test/java/io/grpc/alts/internal/ChannelCrypterNettyTestBase.java index 8094e6832d..6de3c59671 100644 --- a/alts/src/test/java/io/grpc/alts/internal/ChannelCrypterNettyTestBase.java +++ b/alts/src/test/java/io/grpc/alts/internal/ChannelCrypterNettyTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/FakeChannelCrypter.java b/alts/src/test/java/io/grpc/alts/internal/FakeChannelCrypter.java index 0c4986f45f..037af017ae 100644 --- a/alts/src/test/java/io/grpc/alts/internal/FakeChannelCrypter.java +++ b/alts/src/test/java/io/grpc/alts/internal/FakeChannelCrypter.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/FakeTsiHandshaker.java b/alts/src/test/java/io/grpc/alts/internal/FakeTsiHandshaker.java index 74bffffffa..ea728e3bb1 100644 --- a/alts/src/test/java/io/grpc/alts/internal/FakeTsiHandshaker.java +++ b/alts/src/test/java/io/grpc/alts/internal/FakeTsiHandshaker.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/FakeTsiTest.java b/alts/src/test/java/io/grpc/alts/internal/FakeTsiTest.java index 3f6576257b..cf7c3133e7 100644 --- a/alts/src/test/java/io/grpc/alts/internal/FakeTsiTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/FakeTsiTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/MockAltsHandshakerResp.java b/alts/src/test/java/io/grpc/alts/internal/MockAltsHandshakerResp.java index 28ece25b3c..205746690d 100644 --- a/alts/src/test/java/io/grpc/alts/internal/MockAltsHandshakerResp.java +++ b/alts/src/test/java/io/grpc/alts/internal/MockAltsHandshakerResp.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/NettyTsiHandshakerTest.java b/alts/src/test/java/io/grpc/alts/internal/NettyTsiHandshakerTest.java index ff4c9135a0..2ef0ad20dd 100644 --- a/alts/src/test/java/io/grpc/alts/internal/NettyTsiHandshakerTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/NettyTsiHandshakerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/RpcProtocolVersionsUtilTest.java b/alts/src/test/java/io/grpc/alts/internal/RpcProtocolVersionsUtilTest.java index 8009090be2..dc3c7eb5d8 100644 --- a/alts/src/test/java/io/grpc/alts/internal/RpcProtocolVersionsUtilTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/RpcProtocolVersionsUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/alts/src/test/java/io/grpc/alts/internal/TsiTest.java b/alts/src/test/java/io/grpc/alts/internal/TsiTest.java index 8e6767b08a..5c9cf265e2 100644 --- a/alts/src/test/java/io/grpc/alts/internal/TsiTest.java +++ b/alts/src/test/java/io/grpc/alts/internal/TsiTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/android-interop-testing/app/src/androidTest/java/io/grpc/android/integrationtest/InteropTesterTest.java b/android-interop-testing/app/src/androidTest/java/io/grpc/android/integrationtest/InteropTesterTest.java index 15e2c26e2c..8f83542de1 100644 --- a/android-interop-testing/app/src/androidTest/java/io/grpc/android/integrationtest/InteropTesterTest.java +++ b/android-interop-testing/app/src/androidTest/java/io/grpc/android/integrationtest/InteropTesterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/InteropTester.java b/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/InteropTester.java index bf71a29273..e7ea66bcfb 100644 --- a/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/InteropTester.java +++ b/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/InteropTester.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/TesterActivity.java b/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/TesterActivity.java index be7774929f..02013a7e17 100644 --- a/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/TesterActivity.java +++ b/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/TesterActivity.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/TesterInstrumentation.java b/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/TesterInstrumentation.java index 39aa60c835..c17bbed0bf 100644 --- a/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/TesterInstrumentation.java +++ b/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/TesterInstrumentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/TesterOkHttpChannelBuilder.java b/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/TesterOkHttpChannelBuilder.java index 70ad64da72..bd719788cf 100644 --- a/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/TesterOkHttpChannelBuilder.java +++ b/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/TesterOkHttpChannelBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/android-interop-testing/app/src/main/proto/grpc/testing/empty.proto b/android-interop-testing/app/src/main/proto/grpc/testing/empty.proto index 74eb30a27e..a5c9dc6195 100644 --- a/android-interop-testing/app/src/main/proto/grpc/testing/empty.proto +++ b/android-interop-testing/app/src/main/proto/grpc/testing/empty.proto @@ -1,13 +1,12 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/android-interop-testing/app/src/main/proto/grpc/testing/messages.proto b/android-interop-testing/app/src/main/proto/grpc/testing/messages.proto index 9ae6253e4b..64a10f4f78 100644 --- a/android-interop-testing/app/src/main/proto/grpc/testing/messages.proto +++ b/android-interop-testing/app/src/main/proto/grpc/testing/messages.proto @@ -1,13 +1,12 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/android-interop-testing/app/src/main/proto/grpc/testing/test.proto b/android-interop-testing/app/src/main/proto/grpc/testing/test.proto index 8dce985d1c..45871ed774 100644 --- a/android-interop-testing/app/src/main/proto/grpc/testing/test.proto +++ b/android-interop-testing/app/src/main/proto/grpc/testing/test.proto @@ -1,13 +1,12 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/android/src/main/java/io/grpc/android/AndroidChannelBuilder.java b/android/src/main/java/io/grpc/android/AndroidChannelBuilder.java index 413ee59636..06e6ad8ccf 100644 --- a/android/src/main/java/io/grpc/android/AndroidChannelBuilder.java +++ b/android/src/main/java/io/grpc/android/AndroidChannelBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/android/src/test/java/io/grpc/android/AndroidChannelBuilderTest.java b/android/src/test/java/io/grpc/android/AndroidChannelBuilderTest.java index 5adeee3259..faf998f724 100644 --- a/android/src/test/java/io/grpc/android/AndroidChannelBuilderTest.java +++ b/android/src/test/java/io/grpc/android/AndroidChannelBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/auth/src/main/java/io/grpc/auth/ClientAuthInterceptor.java b/auth/src/main/java/io/grpc/auth/ClientAuthInterceptor.java index 80c41959a3..adbf2cbce5 100644 --- a/auth/src/main/java/io/grpc/auth/ClientAuthInterceptor.java +++ b/auth/src/main/java/io/grpc/auth/ClientAuthInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/auth/src/main/java/io/grpc/auth/GoogleAuthLibraryCallCredentials.java b/auth/src/main/java/io/grpc/auth/GoogleAuthLibraryCallCredentials.java index 12efabfe89..4117677cbd 100644 --- a/auth/src/main/java/io/grpc/auth/GoogleAuthLibraryCallCredentials.java +++ b/auth/src/main/java/io/grpc/auth/GoogleAuthLibraryCallCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/auth/src/main/java/io/grpc/auth/MoreCallCredentials.java b/auth/src/main/java/io/grpc/auth/MoreCallCredentials.java index 42e540ba36..8c6f2dc80e 100644 --- a/auth/src/main/java/io/grpc/auth/MoreCallCredentials.java +++ b/auth/src/main/java/io/grpc/auth/MoreCallCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/auth/src/main/java/io/grpc/auth/package-info.java b/auth/src/main/java/io/grpc/auth/package-info.java index 85118f20dc..fb707bdf1d 100644 --- a/auth/src/main/java/io/grpc/auth/package-info.java +++ b/auth/src/main/java/io/grpc/auth/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/auth/src/test/java/io/grpc/auth/ClientAuthInterceptorTest.java b/auth/src/test/java/io/grpc/auth/ClientAuthInterceptorTest.java index d6ca20e1bc..66399f496b 100644 --- a/auth/src/test/java/io/grpc/auth/ClientAuthInterceptorTest.java +++ b/auth/src/test/java/io/grpc/auth/ClientAuthInterceptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/auth/src/test/java/io/grpc/auth/GoogleAuthLibraryCallCredentialsTest.java b/auth/src/test/java/io/grpc/auth/GoogleAuthLibraryCallCredentialsTest.java index 04a48c07f8..53a5859b17 100644 --- a/auth/src/test/java/io/grpc/auth/GoogleAuthLibraryCallCredentialsTest.java +++ b/auth/src/test/java/io/grpc/auth/GoogleAuthLibraryCallCredentialsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/benchmarks/src/jmh/java/io/grpc/benchmarks/TransportBenchmark.java b/benchmarks/src/jmh/java/io/grpc/benchmarks/TransportBenchmark.java index d54b119f10..75084238c9 100644 --- a/benchmarks/src/jmh/java/io/grpc/benchmarks/TransportBenchmark.java +++ b/benchmarks/src/jmh/java/io/grpc/benchmarks/TransportBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/AbstractBenchmark.java b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/AbstractBenchmark.java index 7dbf5eb781..37a817a3c3 100644 --- a/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/AbstractBenchmark.java +++ b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/AbstractBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/FlowControlledMessagesPerSecondBenchmark.java b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/FlowControlledMessagesPerSecondBenchmark.java index 55c29b4128..3be6fe9a8a 100644 --- a/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/FlowControlledMessagesPerSecondBenchmark.java +++ b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/FlowControlledMessagesPerSecondBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/HandlerRegistryBenchmark.java b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/HandlerRegistryBenchmark.java index 066e967fab..76d20c9fc7 100644 --- a/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/HandlerRegistryBenchmark.java +++ b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/HandlerRegistryBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/SingleThreadBlockingQpsBenchmark.java b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/SingleThreadBlockingQpsBenchmark.java index 57ebef77ac..07f37d89f6 100644 --- a/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/SingleThreadBlockingQpsBenchmark.java +++ b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/SingleThreadBlockingQpsBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/StreamingPingPongsPerSecondBenchmark.java b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/StreamingPingPongsPerSecondBenchmark.java index cbc38c697a..1b56b769f7 100644 --- a/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/StreamingPingPongsPerSecondBenchmark.java +++ b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/StreamingPingPongsPerSecondBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/StreamingResponseBandwidthBenchmark.java b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/StreamingResponseBandwidthBenchmark.java index 643b6140f3..fcd4dffcbc 100644 --- a/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/StreamingResponseBandwidthBenchmark.java +++ b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/StreamingResponseBandwidthBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/UnaryCallQpsBenchmark.java b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/UnaryCallQpsBenchmark.java index 7806ef8578..6e12513a76 100644 --- a/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/UnaryCallQpsBenchmark.java +++ b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/UnaryCallQpsBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/UnaryCallResponseBandwidthBenchmark.java b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/UnaryCallResponseBandwidthBenchmark.java index b9b1a72979..80e0eec2b5 100644 --- a/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/UnaryCallResponseBandwidthBenchmark.java +++ b/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/UnaryCallResponseBandwidthBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/ByteBufInputStream.java b/benchmarks/src/main/java/io/grpc/benchmarks/ByteBufInputStream.java index bbb10107da..c3e9e0a85c 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/ByteBufInputStream.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/ByteBufInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/ByteBufOutputMarshaller.java b/benchmarks/src/main/java/io/grpc/benchmarks/ByteBufOutputMarshaller.java index 1e24c9eb1a..49ae105bdb 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/ByteBufOutputMarshaller.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/ByteBufOutputMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/SocketAddressValidator.java b/benchmarks/src/main/java/io/grpc/benchmarks/SocketAddressValidator.java index 89d9558135..6c6d597cd5 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/SocketAddressValidator.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/SocketAddressValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/Transport.java b/benchmarks/src/main/java/io/grpc/benchmarks/Transport.java index 8587e88c2c..0097bd9dd2 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/Transport.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/Transport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/Utils.java b/benchmarks/src/main/java/io/grpc/benchmarks/Utils.java index d696ef4278..9a3d1f6bc2 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/Utils.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/driver/LoadClient.java b/benchmarks/src/main/java/io/grpc/benchmarks/driver/LoadClient.java index 259b43ffef..f6779daa02 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/driver/LoadClient.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/driver/LoadClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/driver/LoadServer.java b/benchmarks/src/main/java/io/grpc/benchmarks/driver/LoadServer.java index cfbffa4e90..f07d640029 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/driver/LoadServer.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/driver/LoadServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/driver/LoadWorker.java b/benchmarks/src/main/java/io/grpc/benchmarks/driver/LoadWorker.java index 87526653f2..30968e53e9 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/driver/LoadWorker.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/driver/LoadWorker.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/qps/AbstractConfigurationBuilder.java b/benchmarks/src/main/java/io/grpc/benchmarks/qps/AbstractConfigurationBuilder.java index b9eed9c452..d095e90903 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/qps/AbstractConfigurationBuilder.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/qps/AbstractConfigurationBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/qps/AsyncClient.java b/benchmarks/src/main/java/io/grpc/benchmarks/qps/AsyncClient.java index 7561a9686c..1d12c770d4 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/qps/AsyncClient.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/qps/AsyncClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/qps/AsyncServer.java b/benchmarks/src/main/java/io/grpc/benchmarks/qps/AsyncServer.java index fb990e9f41..d73ffdf96b 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/qps/AsyncServer.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/qps/AsyncServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/qps/ClientConfiguration.java b/benchmarks/src/main/java/io/grpc/benchmarks/qps/ClientConfiguration.java index 61ee530738..f15779bdab 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/qps/ClientConfiguration.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/qps/ClientConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/qps/Configuration.java b/benchmarks/src/main/java/io/grpc/benchmarks/qps/Configuration.java index 366be27c02..ce2b643be2 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/qps/Configuration.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/qps/Configuration.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/qps/OpenLoopClient.java b/benchmarks/src/main/java/io/grpc/benchmarks/qps/OpenLoopClient.java index d2a6944827..60c4df813c 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/qps/OpenLoopClient.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/qps/OpenLoopClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/main/java/io/grpc/benchmarks/qps/ServerConfiguration.java b/benchmarks/src/main/java/io/grpc/benchmarks/qps/ServerConfiguration.java index 6fb52468fc..a8a097303f 100644 --- a/benchmarks/src/main/java/io/grpc/benchmarks/qps/ServerConfiguration.java +++ b/benchmarks/src/main/java/io/grpc/benchmarks/qps/ServerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/benchmarks/src/main/proto/grpc/testing/control.proto b/benchmarks/src/main/proto/grpc/testing/control.proto index dce39bab6d..403450c83e 100644 --- a/benchmarks/src/main/proto/grpc/testing/control.proto +++ b/benchmarks/src/main/proto/grpc/testing/control.proto @@ -1,12 +1,11 @@ -// Copyright 2015-2016, gRPC Authors -// All rights reserved. +// Copyright 2015-2016 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/benchmarks/src/main/proto/grpc/testing/messages.proto b/benchmarks/src/main/proto/grpc/testing/messages.proto index 702f8d8590..ec8c4ffd34 100644 --- a/benchmarks/src/main/proto/grpc/testing/messages.proto +++ b/benchmarks/src/main/proto/grpc/testing/messages.proto @@ -1,12 +1,11 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/benchmarks/src/main/proto/grpc/testing/payloads.proto b/benchmarks/src/main/proto/grpc/testing/payloads.proto index 60fd6173f1..6529d11d10 100644 --- a/benchmarks/src/main/proto/grpc/testing/payloads.proto +++ b/benchmarks/src/main/proto/grpc/testing/payloads.proto @@ -1,12 +1,11 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/benchmarks/src/main/proto/grpc/testing/services.proto b/benchmarks/src/main/proto/grpc/testing/services.proto index 592f5a28d2..543d4e855c 100644 --- a/benchmarks/src/main/proto/grpc/testing/services.proto +++ b/benchmarks/src/main/proto/grpc/testing/services.proto @@ -1,12 +1,11 @@ -// Copyright 2015-2016, gRPC Authors -// All rights reserved. +// Copyright 2015-2016 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/benchmarks/src/main/proto/grpc/testing/stats.proto b/benchmarks/src/main/proto/grpc/testing/stats.proto index 695a6ffb00..5a233aa902 100644 --- a/benchmarks/src/main/proto/grpc/testing/stats.proto +++ b/benchmarks/src/main/proto/grpc/testing/stats.proto @@ -1,12 +1,11 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/benchmarks/src/test/java/io/grpc/benchmarks/driver/LoadClientTest.java b/benchmarks/src/test/java/io/grpc/benchmarks/driver/LoadClientTest.java index 4265f4a3b2..e8c6b92990 100644 --- a/benchmarks/src/test/java/io/grpc/benchmarks/driver/LoadClientTest.java +++ b/benchmarks/src/test/java/io/grpc/benchmarks/driver/LoadClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/benchmarks/src/test/java/io/grpc/benchmarks/driver/LoadWorkerTest.java b/benchmarks/src/test/java/io/grpc/benchmarks/driver/LoadWorkerTest.java index 236545c04f..a9de21f681 100644 --- a/benchmarks/src/test/java/io/grpc/benchmarks/driver/LoadWorkerTest.java +++ b/benchmarks/src/test/java/io/grpc/benchmarks/driver/LoadWorkerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/buildscripts/checkstyle.license b/buildscripts/checkstyle.license index fec3b71768..cef19a3985 100644 --- a/buildscripts/checkstyle.license +++ b/buildscripts/checkstyle.license @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/buildscripts/set_github_status.py b/buildscripts/set_github_status.py index e8e25930a6..09b2ad2ace 100755 --- a/buildscripts/set_github_status.py +++ b/buildscripts/set_github_status.py @@ -1,6 +1,6 @@ #!/usr/bin/env python2.7 # -# Copyright 2018 gRPC authors. +# Copyright 2018 The gRPC 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/buildscripts/sign-local-repo.sh b/buildscripts/sign-local-repo.sh index 563b37023e..e2377c49ab 100755 --- a/buildscripts/sign-local-repo.sh +++ b/buildscripts/sign-local-repo.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2017, gRPC Authors All rights reserved. +# Copyright 2017 The gRPC 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/buildscripts/sonatype-upload.sh b/buildscripts/sonatype-upload.sh index 0ef36d06cf..236212dfd7 100755 --- a/buildscripts/sonatype-upload.sh +++ b/buildscripts/sonatype-upload.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2017, gRPC Authors All rights reserved. +# Copyright 2017 The gRPC 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/compiler/src/test/proto/grpc/testing/compiler/test.proto b/compiler/src/test/proto/grpc/testing/compiler/test.proto index 4a5b20e040..464cecd72c 100644 --- a/compiler/src/test/proto/grpc/testing/compiler/test.proto +++ b/compiler/src/test/proto/grpc/testing/compiler/test.proto @@ -1,4 +1,4 @@ -// Copyright 2015, gRPC Authors +// Copyright 2015 The gRPC Authors // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/context/src/jmh/java/io/grpc/AttachDetachBenchmark.java b/context/src/jmh/java/io/grpc/AttachDetachBenchmark.java index 52f0245c71..8a9321e968 100644 --- a/context/src/jmh/java/io/grpc/AttachDetachBenchmark.java +++ b/context/src/jmh/java/io/grpc/AttachDetachBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/context/src/jmh/java/io/grpc/ReadBenchmark.java b/context/src/jmh/java/io/grpc/ReadBenchmark.java index a789ed8984..237aa6f8eb 100644 --- a/context/src/jmh/java/io/grpc/ReadBenchmark.java +++ b/context/src/jmh/java/io/grpc/ReadBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/context/src/jmh/java/io/grpc/WriteBenchmark.java b/context/src/jmh/java/io/grpc/WriteBenchmark.java index f081900e91..d4c27053e7 100644 --- a/context/src/jmh/java/io/grpc/WriteBenchmark.java +++ b/context/src/jmh/java/io/grpc/WriteBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/context/src/main/java/io/grpc/Context.java b/context/src/main/java/io/grpc/Context.java index 600d0c25a2..795eb4ec3c 100644 --- a/context/src/main/java/io/grpc/Context.java +++ b/context/src/main/java/io/grpc/Context.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/context/src/main/java/io/grpc/Deadline.java b/context/src/main/java/io/grpc/Deadline.java index 07e20e18f8..1152ee32bf 100644 --- a/context/src/main/java/io/grpc/Deadline.java +++ b/context/src/main/java/io/grpc/Deadline.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/context/src/main/java/io/grpc/PersistentHashArrayMappedTrie.java b/context/src/main/java/io/grpc/PersistentHashArrayMappedTrie.java index 4f2d85bfe5..8c5b053233 100644 --- a/context/src/main/java/io/grpc/PersistentHashArrayMappedTrie.java +++ b/context/src/main/java/io/grpc/PersistentHashArrayMappedTrie.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/context/src/main/java/io/grpc/ThreadLocalContextStorage.java b/context/src/main/java/io/grpc/ThreadLocalContextStorage.java index 7c49d5ff74..ab734e292e 100644 --- a/context/src/main/java/io/grpc/ThreadLocalContextStorage.java +++ b/context/src/main/java/io/grpc/ThreadLocalContextStorage.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/context/src/test/java/io/grpc/ContextTest.java b/context/src/test/java/io/grpc/ContextTest.java index 4f8e082ab6..ab0130bf74 100644 --- a/context/src/test/java/io/grpc/ContextTest.java +++ b/context/src/test/java/io/grpc/ContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/context/src/test/java/io/grpc/DeadlineTest.java b/context/src/test/java/io/grpc/DeadlineTest.java index d740dc41c4..548ebe59ca 100644 --- a/context/src/test/java/io/grpc/DeadlineTest.java +++ b/context/src/test/java/io/grpc/DeadlineTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/context/src/test/java/io/grpc/PersistentHashArrayMappedTrieTest.java b/context/src/test/java/io/grpc/PersistentHashArrayMappedTrieTest.java index 863441a1b2..c91800541f 100644 --- a/context/src/test/java/io/grpc/PersistentHashArrayMappedTrieTest.java +++ b/context/src/test/java/io/grpc/PersistentHashArrayMappedTrieTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/context/src/test/java/io/grpc/StaticTestingClassLoader.java b/context/src/test/java/io/grpc/StaticTestingClassLoader.java index 590a7c0da8..716a887e8d 100644 --- a/context/src/test/java/io/grpc/StaticTestingClassLoader.java +++ b/context/src/test/java/io/grpc/StaticTestingClassLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/context/src/test/java/io/grpc/testing/DeadlineSubject.java b/context/src/test/java/io/grpc/testing/DeadlineSubject.java index 11ce984334..41c1061b98 100644 --- a/context/src/test/java/io/grpc/testing/DeadlineSubject.java +++ b/context/src/test/java/io/grpc/testing/DeadlineSubject.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/jmh/java/io/grpc/AttributesBenchmark.java b/core/src/jmh/java/io/grpc/AttributesBenchmark.java index 0cb605d727..dbcaf19854 100644 --- a/core/src/jmh/java/io/grpc/AttributesBenchmark.java +++ b/core/src/jmh/java/io/grpc/AttributesBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/jmh/java/io/grpc/CallOptionsBenchmark.java b/core/src/jmh/java/io/grpc/CallOptionsBenchmark.java index 361ee65206..67026291f8 100644 --- a/core/src/jmh/java/io/grpc/CallOptionsBenchmark.java +++ b/core/src/jmh/java/io/grpc/CallOptionsBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/jmh/java/io/grpc/DecompressorRegistryBenchmark.java b/core/src/jmh/java/io/grpc/DecompressorRegistryBenchmark.java index fdcad75425..65af12ea0a 100644 --- a/core/src/jmh/java/io/grpc/DecompressorRegistryBenchmark.java +++ b/core/src/jmh/java/io/grpc/DecompressorRegistryBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/jmh/java/io/grpc/StatusBenchmark.java b/core/src/jmh/java/io/grpc/StatusBenchmark.java index c09ebad679..e3f087c620 100644 --- a/core/src/jmh/java/io/grpc/StatusBenchmark.java +++ b/core/src/jmh/java/io/grpc/StatusBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/jmh/java/io/grpc/internal/ChannelzBenchmark.java b/core/src/jmh/java/io/grpc/internal/ChannelzBenchmark.java index 72ded69d54..55afb9c108 100644 --- a/core/src/jmh/java/io/grpc/internal/ChannelzBenchmark.java +++ b/core/src/jmh/java/io/grpc/internal/ChannelzBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/jmh/java/io/grpc/internal/SerializingExecutorBenchmark.java b/core/src/jmh/java/io/grpc/internal/SerializingExecutorBenchmark.java index dc402d1939..d37c634b92 100644 --- a/core/src/jmh/java/io/grpc/internal/SerializingExecutorBenchmark.java +++ b/core/src/jmh/java/io/grpc/internal/SerializingExecutorBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/jmh/java/io/grpc/internal/StatsTraceContextBenchmark.java b/core/src/jmh/java/io/grpc/internal/StatsTraceContextBenchmark.java index 19e43b506b..80ed9fc820 100644 --- a/core/src/jmh/java/io/grpc/internal/StatsTraceContextBenchmark.java +++ b/core/src/jmh/java/io/grpc/internal/StatsTraceContextBenchmark.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/Attributes.java b/core/src/main/java/io/grpc/Attributes.java index 28e2bd4ae3..22215a1063 100644 --- a/core/src/main/java/io/grpc/Attributes.java +++ b/core/src/main/java/io/grpc/Attributes.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/BindableService.java b/core/src/main/java/io/grpc/BindableService.java index 5a05f55588..682d959e69 100644 --- a/core/src/main/java/io/grpc/BindableService.java +++ b/core/src/main/java/io/grpc/BindableService.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/CallCredentials.java b/core/src/main/java/io/grpc/CallCredentials.java index e12c0d2521..e75cdc17cb 100644 --- a/core/src/main/java/io/grpc/CallCredentials.java +++ b/core/src/main/java/io/grpc/CallCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/CallOptions.java b/core/src/main/java/io/grpc/CallOptions.java index 03d170c61f..eca402e134 100644 --- a/core/src/main/java/io/grpc/CallOptions.java +++ b/core/src/main/java/io/grpc/CallOptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/Channel.java b/core/src/main/java/io/grpc/Channel.java index 6fb665c964..60ff76ff08 100644 --- a/core/src/main/java/io/grpc/Channel.java +++ b/core/src/main/java/io/grpc/Channel.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/ClientCall.java b/core/src/main/java/io/grpc/ClientCall.java index 43ac85a740..b093690dee 100644 --- a/core/src/main/java/io/grpc/ClientCall.java +++ b/core/src/main/java/io/grpc/ClientCall.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/ClientInterceptor.java b/core/src/main/java/io/grpc/ClientInterceptor.java index 36717ed96b..b01133a952 100644 --- a/core/src/main/java/io/grpc/ClientInterceptor.java +++ b/core/src/main/java/io/grpc/ClientInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/ClientInterceptors.java b/core/src/main/java/io/grpc/ClientInterceptors.java index 71175bb7c3..6301e16c45 100644 --- a/core/src/main/java/io/grpc/ClientInterceptors.java +++ b/core/src/main/java/io/grpc/ClientInterceptors.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/ClientStreamTracer.java b/core/src/main/java/io/grpc/ClientStreamTracer.java index a4716ea812..5d419c2736 100644 --- a/core/src/main/java/io/grpc/ClientStreamTracer.java +++ b/core/src/main/java/io/grpc/ClientStreamTracer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/Codec.java b/core/src/main/java/io/grpc/Codec.java index 8650c55d53..040dae0b6f 100644 --- a/core/src/main/java/io/grpc/Codec.java +++ b/core/src/main/java/io/grpc/Codec.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/Compressor.java b/core/src/main/java/io/grpc/Compressor.java index 0fe45baf6e..a933faf51b 100644 --- a/core/src/main/java/io/grpc/Compressor.java +++ b/core/src/main/java/io/grpc/Compressor.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/CompressorRegistry.java b/core/src/main/java/io/grpc/CompressorRegistry.java index b94d8c8376..e0124af823 100644 --- a/core/src/main/java/io/grpc/CompressorRegistry.java +++ b/core/src/main/java/io/grpc/CompressorRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/ConnectivityState.java b/core/src/main/java/io/grpc/ConnectivityState.java index 145e1f598c..677039b251 100644 --- a/core/src/main/java/io/grpc/ConnectivityState.java +++ b/core/src/main/java/io/grpc/ConnectivityState.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/ConnectivityStateInfo.java b/core/src/main/java/io/grpc/ConnectivityStateInfo.java index e51b1e400b..e2c1624f36 100644 --- a/core/src/main/java/io/grpc/ConnectivityStateInfo.java +++ b/core/src/main/java/io/grpc/ConnectivityStateInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/Contexts.java b/core/src/main/java/io/grpc/Contexts.java index 6af881e7b0..04f2fd034b 100644 --- a/core/src/main/java/io/grpc/Contexts.java +++ b/core/src/main/java/io/grpc/Contexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/Decompressor.java b/core/src/main/java/io/grpc/Decompressor.java index b655a7c8d0..bdced215b3 100644 --- a/core/src/main/java/io/grpc/Decompressor.java +++ b/core/src/main/java/io/grpc/Decompressor.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/DecompressorRegistry.java b/core/src/main/java/io/grpc/DecompressorRegistry.java index cfa3554c69..72926d2a91 100644 --- a/core/src/main/java/io/grpc/DecompressorRegistry.java +++ b/core/src/main/java/io/grpc/DecompressorRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/Drainable.java b/core/src/main/java/io/grpc/Drainable.java index d274cb2a49..7b7cf5ca2c 100644 --- a/core/src/main/java/io/grpc/Drainable.java +++ b/core/src/main/java/io/grpc/Drainable.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/EquivalentAddressGroup.java b/core/src/main/java/io/grpc/EquivalentAddressGroup.java index 60f24e31da..38fea97374 100644 --- a/core/src/main/java/io/grpc/EquivalentAddressGroup.java +++ b/core/src/main/java/io/grpc/EquivalentAddressGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/ExperimentalApi.java b/core/src/main/java/io/grpc/ExperimentalApi.java index 10b253e112..22eef51fc7 100644 --- a/core/src/main/java/io/grpc/ExperimentalApi.java +++ b/core/src/main/java/io/grpc/ExperimentalApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/ForwardingChannelBuilder.java b/core/src/main/java/io/grpc/ForwardingChannelBuilder.java index 9297753d48..08de130eaa 100644 --- a/core/src/main/java/io/grpc/ForwardingChannelBuilder.java +++ b/core/src/main/java/io/grpc/ForwardingChannelBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/ForwardingClientCall.java b/core/src/main/java/io/grpc/ForwardingClientCall.java index 4e12c60b49..6aa2712591 100644 --- a/core/src/main/java/io/grpc/ForwardingClientCall.java +++ b/core/src/main/java/io/grpc/ForwardingClientCall.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/ForwardingClientCallListener.java b/core/src/main/java/io/grpc/ForwardingClientCallListener.java index 40cf2b56f9..01961b5574 100644 --- a/core/src/main/java/io/grpc/ForwardingClientCallListener.java +++ b/core/src/main/java/io/grpc/ForwardingClientCallListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/ForwardingServerCall.java b/core/src/main/java/io/grpc/ForwardingServerCall.java index b28dac21c3..a953d3d3ab 100644 --- a/core/src/main/java/io/grpc/ForwardingServerCall.java +++ b/core/src/main/java/io/grpc/ForwardingServerCall.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/ForwardingServerCallListener.java b/core/src/main/java/io/grpc/ForwardingServerCallListener.java index 5246e5cea7..e978e4c9c6 100644 --- a/core/src/main/java/io/grpc/ForwardingServerCallListener.java +++ b/core/src/main/java/io/grpc/ForwardingServerCallListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/Grpc.java b/core/src/main/java/io/grpc/Grpc.java index 8d3d4cc528..64d796f0f9 100644 --- a/core/src/main/java/io/grpc/Grpc.java +++ b/core/src/main/java/io/grpc/Grpc.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/HandlerRegistry.java b/core/src/main/java/io/grpc/HandlerRegistry.java index 35a627a5c1..4aaf0114fb 100644 --- a/core/src/main/java/io/grpc/HandlerRegistry.java +++ b/core/src/main/java/io/grpc/HandlerRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/Internal.java b/core/src/main/java/io/grpc/Internal.java index e2c56bc113..394fe9edbe 100644 --- a/core/src/main/java/io/grpc/Internal.java +++ b/core/src/main/java/io/grpc/Internal.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/InternalClientInterceptors.java b/core/src/main/java/io/grpc/InternalClientInterceptors.java index b6c2624675..c3c1bae46f 100644 --- a/core/src/main/java/io/grpc/InternalClientInterceptors.java +++ b/core/src/main/java/io/grpc/InternalClientInterceptors.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/InternalDecompressorRegistry.java b/core/src/main/java/io/grpc/InternalDecompressorRegistry.java index 2065d50fab..c0563a46e8 100644 --- a/core/src/main/java/io/grpc/InternalDecompressorRegistry.java +++ b/core/src/main/java/io/grpc/InternalDecompressorRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/InternalKnownTransport.java b/core/src/main/java/io/grpc/InternalKnownTransport.java index 45a46da72f..3aca25fbb8 100644 --- a/core/src/main/java/io/grpc/InternalKnownTransport.java +++ b/core/src/main/java/io/grpc/InternalKnownTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/InternalManagedChannelProvider.java b/core/src/main/java/io/grpc/InternalManagedChannelProvider.java index 94f9c281ec..37fd52a7a5 100644 --- a/core/src/main/java/io/grpc/InternalManagedChannelProvider.java +++ b/core/src/main/java/io/grpc/InternalManagedChannelProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/InternalMetadata.java b/core/src/main/java/io/grpc/InternalMetadata.java index 4fb8a7f6ab..3e19702a2c 100644 --- a/core/src/main/java/io/grpc/InternalMetadata.java +++ b/core/src/main/java/io/grpc/InternalMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/InternalMethodDescriptor.java b/core/src/main/java/io/grpc/InternalMethodDescriptor.java index 303877e8aa..9ffc188087 100644 --- a/core/src/main/java/io/grpc/InternalMethodDescriptor.java +++ b/core/src/main/java/io/grpc/InternalMethodDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/InternalNotifyOnServerBuild.java b/core/src/main/java/io/grpc/InternalNotifyOnServerBuild.java index ed4ebcb221..b52acfaa7c 100644 --- a/core/src/main/java/io/grpc/InternalNotifyOnServerBuild.java +++ b/core/src/main/java/io/grpc/InternalNotifyOnServerBuild.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/InternalServerInterceptors.java b/core/src/main/java/io/grpc/InternalServerInterceptors.java index 63902dbd9e..0c9e2aa0ec 100644 --- a/core/src/main/java/io/grpc/InternalServerInterceptors.java +++ b/core/src/main/java/io/grpc/InternalServerInterceptors.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/InternalServiceProviders.java b/core/src/main/java/io/grpc/InternalServiceProviders.java index 0904b529d3..c72e01db67 100644 --- a/core/src/main/java/io/grpc/InternalServiceProviders.java +++ b/core/src/main/java/io/grpc/InternalServiceProviders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/InternalStatus.java b/core/src/main/java/io/grpc/InternalStatus.java index 82710bf91b..9f6854a2de 100644 --- a/core/src/main/java/io/grpc/InternalStatus.java +++ b/core/src/main/java/io/grpc/InternalStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/KnownLength.java b/core/src/main/java/io/grpc/KnownLength.java index 88b1200421..f31c3383e9 100644 --- a/core/src/main/java/io/grpc/KnownLength.java +++ b/core/src/main/java/io/grpc/KnownLength.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/LoadBalancer.java b/core/src/main/java/io/grpc/LoadBalancer.java index a24e3874af..6e08964ee4 100644 --- a/core/src/main/java/io/grpc/LoadBalancer.java +++ b/core/src/main/java/io/grpc/LoadBalancer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/ManagedChannel.java b/core/src/main/java/io/grpc/ManagedChannel.java index cb8282633e..38085dc27f 100644 --- a/core/src/main/java/io/grpc/ManagedChannel.java +++ b/core/src/main/java/io/grpc/ManagedChannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/ManagedChannelBuilder.java b/core/src/main/java/io/grpc/ManagedChannelBuilder.java index df259123cb..73975c1f48 100644 --- a/core/src/main/java/io/grpc/ManagedChannelBuilder.java +++ b/core/src/main/java/io/grpc/ManagedChannelBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/ManagedChannelProvider.java b/core/src/main/java/io/grpc/ManagedChannelProvider.java index b56b31471a..16fa99b298 100644 --- a/core/src/main/java/io/grpc/ManagedChannelProvider.java +++ b/core/src/main/java/io/grpc/ManagedChannelProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/Metadata.java b/core/src/main/java/io/grpc/Metadata.java index 9778ab180f..7f4393fcb0 100644 --- a/core/src/main/java/io/grpc/Metadata.java +++ b/core/src/main/java/io/grpc/Metadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/MethodDescriptor.java b/core/src/main/java/io/grpc/MethodDescriptor.java index acc3adec21..08c072c886 100644 --- a/core/src/main/java/io/grpc/MethodDescriptor.java +++ b/core/src/main/java/io/grpc/MethodDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/NameResolver.java b/core/src/main/java/io/grpc/NameResolver.java index 686cd386d5..7bf6671674 100644 --- a/core/src/main/java/io/grpc/NameResolver.java +++ b/core/src/main/java/io/grpc/NameResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/NameResolverProvider.java b/core/src/main/java/io/grpc/NameResolverProvider.java index 89eb30b4ed..8cb5b4f822 100644 --- a/core/src/main/java/io/grpc/NameResolverProvider.java +++ b/core/src/main/java/io/grpc/NameResolverProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/PartialForwardingClientCall.java b/core/src/main/java/io/grpc/PartialForwardingClientCall.java index 86fde9e2a1..b49a143292 100644 --- a/core/src/main/java/io/grpc/PartialForwardingClientCall.java +++ b/core/src/main/java/io/grpc/PartialForwardingClientCall.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/PartialForwardingClientCallListener.java b/core/src/main/java/io/grpc/PartialForwardingClientCallListener.java index 00d87a19db..632e6a1360 100644 --- a/core/src/main/java/io/grpc/PartialForwardingClientCallListener.java +++ b/core/src/main/java/io/grpc/PartialForwardingClientCallListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/PartialForwardingServerCall.java b/core/src/main/java/io/grpc/PartialForwardingServerCall.java index 27f4990c95..8b95d7ae3f 100644 --- a/core/src/main/java/io/grpc/PartialForwardingServerCall.java +++ b/core/src/main/java/io/grpc/PartialForwardingServerCall.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/PartialForwardingServerCallListener.java b/core/src/main/java/io/grpc/PartialForwardingServerCallListener.java index c6745b09ba..ca2fd0058c 100644 --- a/core/src/main/java/io/grpc/PartialForwardingServerCallListener.java +++ b/core/src/main/java/io/grpc/PartialForwardingServerCallListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/PickFirstBalancerFactory.java b/core/src/main/java/io/grpc/PickFirstBalancerFactory.java index 3de4321333..1bca5ffe41 100644 --- a/core/src/main/java/io/grpc/PickFirstBalancerFactory.java +++ b/core/src/main/java/io/grpc/PickFirstBalancerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/SecurityLevel.java b/core/src/main/java/io/grpc/SecurityLevel.java index f54f59d1a6..9ce57ebbbf 100644 --- a/core/src/main/java/io/grpc/SecurityLevel.java +++ b/core/src/main/java/io/grpc/SecurityLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/Server.java b/core/src/main/java/io/grpc/Server.java index 204a1e649b..a9f0f40c83 100644 --- a/core/src/main/java/io/grpc/Server.java +++ b/core/src/main/java/io/grpc/Server.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/ServerBuilder.java b/core/src/main/java/io/grpc/ServerBuilder.java index 6814660063..7428283078 100644 --- a/core/src/main/java/io/grpc/ServerBuilder.java +++ b/core/src/main/java/io/grpc/ServerBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/ServerCall.java b/core/src/main/java/io/grpc/ServerCall.java index f0b47bd115..e261467388 100644 --- a/core/src/main/java/io/grpc/ServerCall.java +++ b/core/src/main/java/io/grpc/ServerCall.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/ServerCallHandler.java b/core/src/main/java/io/grpc/ServerCallHandler.java index f5ea9da576..13d0b4128f 100644 --- a/core/src/main/java/io/grpc/ServerCallHandler.java +++ b/core/src/main/java/io/grpc/ServerCallHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/ServerInterceptor.java b/core/src/main/java/io/grpc/ServerInterceptor.java index a89377a62f..ff5b8afc16 100644 --- a/core/src/main/java/io/grpc/ServerInterceptor.java +++ b/core/src/main/java/io/grpc/ServerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/ServerInterceptors.java b/core/src/main/java/io/grpc/ServerInterceptors.java index 29d1f06005..d146ac03cb 100644 --- a/core/src/main/java/io/grpc/ServerInterceptors.java +++ b/core/src/main/java/io/grpc/ServerInterceptors.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/ServerMethodDefinition.java b/core/src/main/java/io/grpc/ServerMethodDefinition.java index 88e59cd6c8..5163172a6e 100644 --- a/core/src/main/java/io/grpc/ServerMethodDefinition.java +++ b/core/src/main/java/io/grpc/ServerMethodDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/ServerProvider.java b/core/src/main/java/io/grpc/ServerProvider.java index 060be56420..68d25cff45 100644 --- a/core/src/main/java/io/grpc/ServerProvider.java +++ b/core/src/main/java/io/grpc/ServerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/ServerServiceDefinition.java b/core/src/main/java/io/grpc/ServerServiceDefinition.java index 6238df9d42..d0faa10b1d 100644 --- a/core/src/main/java/io/grpc/ServerServiceDefinition.java +++ b/core/src/main/java/io/grpc/ServerServiceDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/ServerStreamTracer.java b/core/src/main/java/io/grpc/ServerStreamTracer.java index a0475eecb7..d004352ea1 100644 --- a/core/src/main/java/io/grpc/ServerStreamTracer.java +++ b/core/src/main/java/io/grpc/ServerStreamTracer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/ServerTransportFilter.java b/core/src/main/java/io/grpc/ServerTransportFilter.java index e43fa02cf2..834a83bcc3 100644 --- a/core/src/main/java/io/grpc/ServerTransportFilter.java +++ b/core/src/main/java/io/grpc/ServerTransportFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/ServiceDescriptor.java b/core/src/main/java/io/grpc/ServiceDescriptor.java index c0c9f36358..8bb762e87e 100644 --- a/core/src/main/java/io/grpc/ServiceDescriptor.java +++ b/core/src/main/java/io/grpc/ServiceDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/ServiceProviders.java b/core/src/main/java/io/grpc/ServiceProviders.java index 22d8ee173c..367c101432 100644 --- a/core/src/main/java/io/grpc/ServiceProviders.java +++ b/core/src/main/java/io/grpc/ServiceProviders.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/Status.java b/core/src/main/java/io/grpc/Status.java index e76fc1d434..fd51827e20 100644 --- a/core/src/main/java/io/grpc/Status.java +++ b/core/src/main/java/io/grpc/Status.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/StatusException.java b/core/src/main/java/io/grpc/StatusException.java index 7030332138..a96f05ed13 100644 --- a/core/src/main/java/io/grpc/StatusException.java +++ b/core/src/main/java/io/grpc/StatusException.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/StatusRuntimeException.java b/core/src/main/java/io/grpc/StatusRuntimeException.java index c024bb8936..9ce02db151 100644 --- a/core/src/main/java/io/grpc/StatusRuntimeException.java +++ b/core/src/main/java/io/grpc/StatusRuntimeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/StreamTracer.java b/core/src/main/java/io/grpc/StreamTracer.java index 9bb1cbf7b6..c6dfcaa089 100644 --- a/core/src/main/java/io/grpc/StreamTracer.java +++ b/core/src/main/java/io/grpc/StreamTracer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/inprocess/InProcessChannelBuilder.java b/core/src/main/java/io/grpc/inprocess/InProcessChannelBuilder.java index f840cad2fa..e271526b7a 100644 --- a/core/src/main/java/io/grpc/inprocess/InProcessChannelBuilder.java +++ b/core/src/main/java/io/grpc/inprocess/InProcessChannelBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/inprocess/InProcessServer.java b/core/src/main/java/io/grpc/inprocess/InProcessServer.java index 81bb047b9f..95a7b0860a 100644 --- a/core/src/main/java/io/grpc/inprocess/InProcessServer.java +++ b/core/src/main/java/io/grpc/inprocess/InProcessServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/inprocess/InProcessServerBuilder.java b/core/src/main/java/io/grpc/inprocess/InProcessServerBuilder.java index 82f5452961..205eb4bddf 100644 --- a/core/src/main/java/io/grpc/inprocess/InProcessServerBuilder.java +++ b/core/src/main/java/io/grpc/inprocess/InProcessServerBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/inprocess/InProcessSocketAddress.java b/core/src/main/java/io/grpc/inprocess/InProcessSocketAddress.java index 255be183b4..22c23a7e1e 100644 --- a/core/src/main/java/io/grpc/inprocess/InProcessSocketAddress.java +++ b/core/src/main/java/io/grpc/inprocess/InProcessSocketAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/inprocess/InProcessTransport.java b/core/src/main/java/io/grpc/inprocess/InProcessTransport.java index d71c2315c6..013c658324 100644 --- a/core/src/main/java/io/grpc/inprocess/InProcessTransport.java +++ b/core/src/main/java/io/grpc/inprocess/InProcessTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/inprocess/package-info.java b/core/src/main/java/io/grpc/inprocess/package-info.java index d7d7613cac..56887ad9c6 100644 --- a/core/src/main/java/io/grpc/inprocess/package-info.java +++ b/core/src/main/java/io/grpc/inprocess/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/AbstractClientStream.java b/core/src/main/java/io/grpc/internal/AbstractClientStream.java index ba82576df6..14279dcf23 100644 --- a/core/src/main/java/io/grpc/internal/AbstractClientStream.java +++ b/core/src/main/java/io/grpc/internal/AbstractClientStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/AbstractManagedChannelImplBuilder.java b/core/src/main/java/io/grpc/internal/AbstractManagedChannelImplBuilder.java index 0386a2de3c..d717d1d598 100644 --- a/core/src/main/java/io/grpc/internal/AbstractManagedChannelImplBuilder.java +++ b/core/src/main/java/io/grpc/internal/AbstractManagedChannelImplBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/AbstractReadableBuffer.java b/core/src/main/java/io/grpc/internal/AbstractReadableBuffer.java index d732a2369f..e43b7a7cc0 100644 --- a/core/src/main/java/io/grpc/internal/AbstractReadableBuffer.java +++ b/core/src/main/java/io/grpc/internal/AbstractReadableBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/AbstractServerImplBuilder.java b/core/src/main/java/io/grpc/internal/AbstractServerImplBuilder.java index 967b346549..683b5a1ebb 100644 --- a/core/src/main/java/io/grpc/internal/AbstractServerImplBuilder.java +++ b/core/src/main/java/io/grpc/internal/AbstractServerImplBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/AbstractServerStream.java b/core/src/main/java/io/grpc/internal/AbstractServerStream.java index ec4a8e6969..562dbc41e4 100644 --- a/core/src/main/java/io/grpc/internal/AbstractServerStream.java +++ b/core/src/main/java/io/grpc/internal/AbstractServerStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/AbstractStream.java b/core/src/main/java/io/grpc/internal/AbstractStream.java index 22866f0714..ff9f376a05 100644 --- a/core/src/main/java/io/grpc/internal/AbstractStream.java +++ b/core/src/main/java/io/grpc/internal/AbstractStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/AbstractSubchannel.java b/core/src/main/java/io/grpc/internal/AbstractSubchannel.java index e77ed4e569..1e946c9297 100644 --- a/core/src/main/java/io/grpc/internal/AbstractSubchannel.java +++ b/core/src/main/java/io/grpc/internal/AbstractSubchannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/ApplicationThreadDeframer.java b/core/src/main/java/io/grpc/internal/ApplicationThreadDeframer.java index 71c540f297..1efe4729e9 100644 --- a/core/src/main/java/io/grpc/internal/ApplicationThreadDeframer.java +++ b/core/src/main/java/io/grpc/internal/ApplicationThreadDeframer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/AtomicBackoff.java b/core/src/main/java/io/grpc/internal/AtomicBackoff.java index 90cfd1ee30..68ba9bece0 100644 --- a/core/src/main/java/io/grpc/internal/AtomicBackoff.java +++ b/core/src/main/java/io/grpc/internal/AtomicBackoff.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/AtomicLongCounter.java b/core/src/main/java/io/grpc/internal/AtomicLongCounter.java index 67de34afeb..83c685afde 100644 --- a/core/src/main/java/io/grpc/internal/AtomicLongCounter.java +++ b/core/src/main/java/io/grpc/internal/AtomicLongCounter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/AutoConfiguredLoadBalancerFactory.java b/core/src/main/java/io/grpc/internal/AutoConfiguredLoadBalancerFactory.java index e1f6f5d4fa..81ec8d7aac 100644 --- a/core/src/main/java/io/grpc/internal/AutoConfiguredLoadBalancerFactory.java +++ b/core/src/main/java/io/grpc/internal/AutoConfiguredLoadBalancerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/internal/BackoffPolicy.java b/core/src/main/java/io/grpc/internal/BackoffPolicy.java index 21541db275..89bc3e90e0 100644 --- a/core/src/main/java/io/grpc/internal/BackoffPolicy.java +++ b/core/src/main/java/io/grpc/internal/BackoffPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/BinaryLogProvider.java b/core/src/main/java/io/grpc/internal/BinaryLogProvider.java index d44660e139..10ead2ea97 100644 --- a/core/src/main/java/io/grpc/internal/BinaryLogProvider.java +++ b/core/src/main/java/io/grpc/internal/BinaryLogProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/CallCredentialsApplyingTransportFactory.java b/core/src/main/java/io/grpc/internal/CallCredentialsApplyingTransportFactory.java index 383b10d50d..3ce4ddc8b1 100644 --- a/core/src/main/java/io/grpc/internal/CallCredentialsApplyingTransportFactory.java +++ b/core/src/main/java/io/grpc/internal/CallCredentialsApplyingTransportFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/CallTracer.java b/core/src/main/java/io/grpc/internal/CallTracer.java index dc8cecf788..9402ba3456 100644 --- a/core/src/main/java/io/grpc/internal/CallTracer.java +++ b/core/src/main/java/io/grpc/internal/CallTracer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/CensusStatsModule.java b/core/src/main/java/io/grpc/internal/CensusStatsModule.java index 13d12d0c18..298655307a 100644 --- a/core/src/main/java/io/grpc/internal/CensusStatsModule.java +++ b/core/src/main/java/io/grpc/internal/CensusStatsModule.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/CensusTracingModule.java b/core/src/main/java/io/grpc/internal/CensusTracingModule.java index fca03ba682..5558cecce5 100644 --- a/core/src/main/java/io/grpc/internal/CensusTracingModule.java +++ b/core/src/main/java/io/grpc/internal/CensusTracingModule.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/ChannelExecutor.java b/core/src/main/java/io/grpc/internal/ChannelExecutor.java index 4134df1425..20a29a1375 100644 --- a/core/src/main/java/io/grpc/internal/ChannelExecutor.java +++ b/core/src/main/java/io/grpc/internal/ChannelExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/Channelz.java b/core/src/main/java/io/grpc/internal/Channelz.java index 505130517c..9d78b691ff 100644 --- a/core/src/main/java/io/grpc/internal/Channelz.java +++ b/core/src/main/java/io/grpc/internal/Channelz.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/internal/ClientCallImpl.java b/core/src/main/java/io/grpc/internal/ClientCallImpl.java index 1a372a1bc8..99bf9ddc4c 100644 --- a/core/src/main/java/io/grpc/internal/ClientCallImpl.java +++ b/core/src/main/java/io/grpc/internal/ClientCallImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/ClientStream.java b/core/src/main/java/io/grpc/internal/ClientStream.java index c277a3c9e2..19203dd241 100644 --- a/core/src/main/java/io/grpc/internal/ClientStream.java +++ b/core/src/main/java/io/grpc/internal/ClientStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/ClientStreamListener.java b/core/src/main/java/io/grpc/internal/ClientStreamListener.java index e205391619..6374d55a16 100644 --- a/core/src/main/java/io/grpc/internal/ClientStreamListener.java +++ b/core/src/main/java/io/grpc/internal/ClientStreamListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/ClientTransport.java b/core/src/main/java/io/grpc/internal/ClientTransport.java index 40de1757f6..1c3b5ad7ae 100644 --- a/core/src/main/java/io/grpc/internal/ClientTransport.java +++ b/core/src/main/java/io/grpc/internal/ClientTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/ClientTransportFactory.java b/core/src/main/java/io/grpc/internal/ClientTransportFactory.java index d28a4d0e11..2e5bafc597 100644 --- a/core/src/main/java/io/grpc/internal/ClientTransportFactory.java +++ b/core/src/main/java/io/grpc/internal/ClientTransportFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/CompositeReadableBuffer.java b/core/src/main/java/io/grpc/internal/CompositeReadableBuffer.java index 28b72fa053..8f5f4964f4 100644 --- a/core/src/main/java/io/grpc/internal/CompositeReadableBuffer.java +++ b/core/src/main/java/io/grpc/internal/CompositeReadableBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/ConnectionClientTransport.java b/core/src/main/java/io/grpc/internal/ConnectionClientTransport.java index fd2559dc94..8385316d60 100644 --- a/core/src/main/java/io/grpc/internal/ConnectionClientTransport.java +++ b/core/src/main/java/io/grpc/internal/ConnectionClientTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/ConnectivityStateManager.java b/core/src/main/java/io/grpc/internal/ConnectivityStateManager.java index 971d4dd74a..0a0ef91df8 100644 --- a/core/src/main/java/io/grpc/internal/ConnectivityStateManager.java +++ b/core/src/main/java/io/grpc/internal/ConnectivityStateManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/ContextRunnable.java b/core/src/main/java/io/grpc/internal/ContextRunnable.java index c0b1ec2f1b..9d82b3962b 100644 --- a/core/src/main/java/io/grpc/internal/ContextRunnable.java +++ b/core/src/main/java/io/grpc/internal/ContextRunnable.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/Deframer.java b/core/src/main/java/io/grpc/internal/Deframer.java index 65e44eab07..c85537f97a 100644 --- a/core/src/main/java/io/grpc/internal/Deframer.java +++ b/core/src/main/java/io/grpc/internal/Deframer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/DelayedClientTransport.java b/core/src/main/java/io/grpc/internal/DelayedClientTransport.java index 01b3fb73f9..31850371e5 100644 --- a/core/src/main/java/io/grpc/internal/DelayedClientTransport.java +++ b/core/src/main/java/io/grpc/internal/DelayedClientTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/DelayedStream.java b/core/src/main/java/io/grpc/internal/DelayedStream.java index 4a1e2201e8..c52b5d92e7 100644 --- a/core/src/main/java/io/grpc/internal/DelayedStream.java +++ b/core/src/main/java/io/grpc/internal/DelayedStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/DnsNameResolver.java b/core/src/main/java/io/grpc/internal/DnsNameResolver.java index 252878f515..a16f8b5453 100644 --- a/core/src/main/java/io/grpc/internal/DnsNameResolver.java +++ b/core/src/main/java/io/grpc/internal/DnsNameResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/DnsNameResolverProvider.java b/core/src/main/java/io/grpc/internal/DnsNameResolverProvider.java index 3184a33cea..cddbe3f3b0 100644 --- a/core/src/main/java/io/grpc/internal/DnsNameResolverProvider.java +++ b/core/src/main/java/io/grpc/internal/DnsNameResolverProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/ExponentialBackoffPolicy.java b/core/src/main/java/io/grpc/internal/ExponentialBackoffPolicy.java index 5b96871d7c..dec99f9132 100644 --- a/core/src/main/java/io/grpc/internal/ExponentialBackoffPolicy.java +++ b/core/src/main/java/io/grpc/internal/ExponentialBackoffPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/FailingClientStream.java b/core/src/main/java/io/grpc/internal/FailingClientStream.java index 93155f4f44..798779fa42 100644 --- a/core/src/main/java/io/grpc/internal/FailingClientStream.java +++ b/core/src/main/java/io/grpc/internal/FailingClientStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/FailingClientTransport.java b/core/src/main/java/io/grpc/internal/FailingClientTransport.java index 9890e73e27..0d33d65c4f 100644 --- a/core/src/main/java/io/grpc/internal/FailingClientTransport.java +++ b/core/src/main/java/io/grpc/internal/FailingClientTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/FixedObjectPool.java b/core/src/main/java/io/grpc/internal/FixedObjectPool.java index b5feb5fd00..7ad6d46a50 100644 --- a/core/src/main/java/io/grpc/internal/FixedObjectPool.java +++ b/core/src/main/java/io/grpc/internal/FixedObjectPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/ForwardingClientStream.java b/core/src/main/java/io/grpc/internal/ForwardingClientStream.java index 8b389ded70..b1d25d5572 100644 --- a/core/src/main/java/io/grpc/internal/ForwardingClientStream.java +++ b/core/src/main/java/io/grpc/internal/ForwardingClientStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/internal/ForwardingClientStreamListener.java b/core/src/main/java/io/grpc/internal/ForwardingClientStreamListener.java index cbb80b5fe7..d4e7790bd0 100644 --- a/core/src/main/java/io/grpc/internal/ForwardingClientStreamListener.java +++ b/core/src/main/java/io/grpc/internal/ForwardingClientStreamListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/internal/ForwardingConnectionClientTransport.java b/core/src/main/java/io/grpc/internal/ForwardingConnectionClientTransport.java index 7d730d6a47..808e5d2a06 100644 --- a/core/src/main/java/io/grpc/internal/ForwardingConnectionClientTransport.java +++ b/core/src/main/java/io/grpc/internal/ForwardingConnectionClientTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/ForwardingManagedChannel.java b/core/src/main/java/io/grpc/internal/ForwardingManagedChannel.java index 69f5a083f2..7ef4ce42e9 100644 --- a/core/src/main/java/io/grpc/internal/ForwardingManagedChannel.java +++ b/core/src/main/java/io/grpc/internal/ForwardingManagedChannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/internal/ForwardingNameResolver.java b/core/src/main/java/io/grpc/internal/ForwardingNameResolver.java index 7d63d5582c..954e1dc057 100644 --- a/core/src/main/java/io/grpc/internal/ForwardingNameResolver.java +++ b/core/src/main/java/io/grpc/internal/ForwardingNameResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/ForwardingReadableBuffer.java b/core/src/main/java/io/grpc/internal/ForwardingReadableBuffer.java index ac6e2b446c..03fafee768 100644 --- a/core/src/main/java/io/grpc/internal/ForwardingReadableBuffer.java +++ b/core/src/main/java/io/grpc/internal/ForwardingReadableBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/Framer.java b/core/src/main/java/io/grpc/internal/Framer.java index 2f30deb5e7..3cb341e42e 100644 --- a/core/src/main/java/io/grpc/internal/Framer.java +++ b/core/src/main/java/io/grpc/internal/Framer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/GrpcAttributes.java b/core/src/main/java/io/grpc/internal/GrpcAttributes.java index 157806d92e..601bbd60b6 100644 --- a/core/src/main/java/io/grpc/internal/GrpcAttributes.java +++ b/core/src/main/java/io/grpc/internal/GrpcAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/GrpcUtil.java b/core/src/main/java/io/grpc/internal/GrpcUtil.java index 9ba9c51d55..397a668dbf 100644 --- a/core/src/main/java/io/grpc/internal/GrpcUtil.java +++ b/core/src/main/java/io/grpc/internal/GrpcUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/GzipInflatingBuffer.java b/core/src/main/java/io/grpc/internal/GzipInflatingBuffer.java index 5b9e930b45..99945977f3 100644 --- a/core/src/main/java/io/grpc/internal/GzipInflatingBuffer.java +++ b/core/src/main/java/io/grpc/internal/GzipInflatingBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/Http2ClientStreamTransportState.java b/core/src/main/java/io/grpc/internal/Http2ClientStreamTransportState.java index ea22432e5b..da9f7bc5d1 100644 --- a/core/src/main/java/io/grpc/internal/Http2ClientStreamTransportState.java +++ b/core/src/main/java/io/grpc/internal/Http2ClientStreamTransportState.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/Http2Ping.java b/core/src/main/java/io/grpc/internal/Http2Ping.java index 5c8d5d0755..1259d85f2b 100644 --- a/core/src/main/java/io/grpc/internal/Http2Ping.java +++ b/core/src/main/java/io/grpc/internal/Http2Ping.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/InUseStateAggregator.java b/core/src/main/java/io/grpc/internal/InUseStateAggregator.java index f5d00e53d0..4c9bba1296 100644 --- a/core/src/main/java/io/grpc/internal/InUseStateAggregator.java +++ b/core/src/main/java/io/grpc/internal/InUseStateAggregator.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/Instrumented.java b/core/src/main/java/io/grpc/internal/Instrumented.java index 0a2001238d..c5ac8ee42d 100644 --- a/core/src/main/java/io/grpc/internal/Instrumented.java +++ b/core/src/main/java/io/grpc/internal/Instrumented.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/InternalHandlerRegistry.java b/core/src/main/java/io/grpc/internal/InternalHandlerRegistry.java index 6fd40b1e5f..2123e7c628 100644 --- a/core/src/main/java/io/grpc/internal/InternalHandlerRegistry.java +++ b/core/src/main/java/io/grpc/internal/InternalHandlerRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/InternalServer.java b/core/src/main/java/io/grpc/internal/InternalServer.java index 2937e1f192..16f4e104ef 100644 --- a/core/src/main/java/io/grpc/internal/InternalServer.java +++ b/core/src/main/java/io/grpc/internal/InternalServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/InternalSubchannel.java b/core/src/main/java/io/grpc/internal/InternalSubchannel.java index 2095d30a81..c8103dbc1a 100644 --- a/core/src/main/java/io/grpc/internal/InternalSubchannel.java +++ b/core/src/main/java/io/grpc/internal/InternalSubchannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/IoUtils.java b/core/src/main/java/io/grpc/internal/IoUtils.java index 67d903c2e6..f66b3bb04a 100644 --- a/core/src/main/java/io/grpc/internal/IoUtils.java +++ b/core/src/main/java/io/grpc/internal/IoUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/JsonParser.java b/core/src/main/java/io/grpc/internal/JsonParser.java index dc6c81d498..a3790e08d8 100644 --- a/core/src/main/java/io/grpc/internal/JsonParser.java +++ b/core/src/main/java/io/grpc/internal/JsonParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/internal/KeepAliveManager.java b/core/src/main/java/io/grpc/internal/KeepAliveManager.java index 7311ba27d6..b85c47ece5 100644 --- a/core/src/main/java/io/grpc/internal/KeepAliveManager.java +++ b/core/src/main/java/io/grpc/internal/KeepAliveManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/LogExceptionRunnable.java b/core/src/main/java/io/grpc/internal/LogExceptionRunnable.java index 889746a26c..507c6fea3a 100644 --- a/core/src/main/java/io/grpc/internal/LogExceptionRunnable.java +++ b/core/src/main/java/io/grpc/internal/LogExceptionRunnable.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/LogId.java b/core/src/main/java/io/grpc/internal/LogId.java index 72c2e0e2f4..27c90bf737 100644 --- a/core/src/main/java/io/grpc/internal/LogId.java +++ b/core/src/main/java/io/grpc/internal/LogId.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/LongCounter.java b/core/src/main/java/io/grpc/internal/LongCounter.java index 6e14cd3d7e..a88930b7d3 100644 --- a/core/src/main/java/io/grpc/internal/LongCounter.java +++ b/core/src/main/java/io/grpc/internal/LongCounter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/LongCounterFactory.java b/core/src/main/java/io/grpc/internal/LongCounterFactory.java index 2787934ebd..0942139aaf 100644 --- a/core/src/main/java/io/grpc/internal/LongCounterFactory.java +++ b/core/src/main/java/io/grpc/internal/LongCounterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/ManagedChannelImpl.java b/core/src/main/java/io/grpc/internal/ManagedChannelImpl.java index 47d24e0bae..b419056f25 100644 --- a/core/src/main/java/io/grpc/internal/ManagedChannelImpl.java +++ b/core/src/main/java/io/grpc/internal/ManagedChannelImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/ManagedChannelOrphanWrapper.java b/core/src/main/java/io/grpc/internal/ManagedChannelOrphanWrapper.java index eeea956ee0..8ae83de0cd 100644 --- a/core/src/main/java/io/grpc/internal/ManagedChannelOrphanWrapper.java +++ b/core/src/main/java/io/grpc/internal/ManagedChannelOrphanWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/internal/ManagedClientTransport.java b/core/src/main/java/io/grpc/internal/ManagedClientTransport.java index f9754fc333..47cf53a725 100644 --- a/core/src/main/java/io/grpc/internal/ManagedClientTransport.java +++ b/core/src/main/java/io/grpc/internal/ManagedClientTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/MessageDeframer.java b/core/src/main/java/io/grpc/internal/MessageDeframer.java index 122095fb63..5ca4907e41 100644 --- a/core/src/main/java/io/grpc/internal/MessageDeframer.java +++ b/core/src/main/java/io/grpc/internal/MessageDeframer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/MessageFramer.java b/core/src/main/java/io/grpc/internal/MessageFramer.java index 8c95ffbdfb..1512d9f89b 100644 --- a/core/src/main/java/io/grpc/internal/MessageFramer.java +++ b/core/src/main/java/io/grpc/internal/MessageFramer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/MetadataApplierImpl.java b/core/src/main/java/io/grpc/internal/MetadataApplierImpl.java index 1ed8c1932e..48e00665cd 100644 --- a/core/src/main/java/io/grpc/internal/MetadataApplierImpl.java +++ b/core/src/main/java/io/grpc/internal/MetadataApplierImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/MoreThrowables.java b/core/src/main/java/io/grpc/internal/MoreThrowables.java index e310bf8bbd..f49f2373c1 100644 --- a/core/src/main/java/io/grpc/internal/MoreThrowables.java +++ b/core/src/main/java/io/grpc/internal/MoreThrowables.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/NoopClientStream.java b/core/src/main/java/io/grpc/internal/NoopClientStream.java index b066db598a..7e9d9272ec 100644 --- a/core/src/main/java/io/grpc/internal/NoopClientStream.java +++ b/core/src/main/java/io/grpc/internal/NoopClientStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/ObjectPool.java b/core/src/main/java/io/grpc/internal/ObjectPool.java index 94511a853a..13547bc274 100644 --- a/core/src/main/java/io/grpc/internal/ObjectPool.java +++ b/core/src/main/java/io/grpc/internal/ObjectPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/OobChannel.java b/core/src/main/java/io/grpc/internal/OobChannel.java index 4953093efd..578bf92bb6 100644 --- a/core/src/main/java/io/grpc/internal/OobChannel.java +++ b/core/src/main/java/io/grpc/internal/OobChannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/OverrideAuthorityNameResolverFactory.java b/core/src/main/java/io/grpc/internal/OverrideAuthorityNameResolverFactory.java index 77a0b43882..1e2154a4e0 100644 --- a/core/src/main/java/io/grpc/internal/OverrideAuthorityNameResolverFactory.java +++ b/core/src/main/java/io/grpc/internal/OverrideAuthorityNameResolverFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/PairSocketAddress.java b/core/src/main/java/io/grpc/internal/PairSocketAddress.java index 257849febb..ac0daef681 100644 --- a/core/src/main/java/io/grpc/internal/PairSocketAddress.java +++ b/core/src/main/java/io/grpc/internal/PairSocketAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/internal/PickSubchannelArgsImpl.java b/core/src/main/java/io/grpc/internal/PickSubchannelArgsImpl.java index 86042187b4..b6ec5bfac5 100644 --- a/core/src/main/java/io/grpc/internal/PickSubchannelArgsImpl.java +++ b/core/src/main/java/io/grpc/internal/PickSubchannelArgsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/ProxyDetector.java b/core/src/main/java/io/grpc/internal/ProxyDetector.java index a302af90a4..1ea7436318 100644 --- a/core/src/main/java/io/grpc/internal/ProxyDetector.java +++ b/core/src/main/java/io/grpc/internal/ProxyDetector.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/ProxyDetectorImpl.java b/core/src/main/java/io/grpc/internal/ProxyDetectorImpl.java index 8ce2ebc33f..f6072464dc 100644 --- a/core/src/main/java/io/grpc/internal/ProxyDetectorImpl.java +++ b/core/src/main/java/io/grpc/internal/ProxyDetectorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/ProxyParameters.java b/core/src/main/java/io/grpc/internal/ProxyParameters.java index 2a70e2cc47..b880550a99 100644 --- a/core/src/main/java/io/grpc/internal/ProxyParameters.java +++ b/core/src/main/java/io/grpc/internal/ProxyParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/ReadableBuffer.java b/core/src/main/java/io/grpc/internal/ReadableBuffer.java index 83e6238923..7d2ca7ebba 100644 --- a/core/src/main/java/io/grpc/internal/ReadableBuffer.java +++ b/core/src/main/java/io/grpc/internal/ReadableBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/ReadableBuffers.java b/core/src/main/java/io/grpc/internal/ReadableBuffers.java index ee826d5b16..4f65ff1434 100644 --- a/core/src/main/java/io/grpc/internal/ReadableBuffers.java +++ b/core/src/main/java/io/grpc/internal/ReadableBuffers.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/ReflectionLongAdderCounter.java b/core/src/main/java/io/grpc/internal/ReflectionLongAdderCounter.java index 8e3bcb35db..6126706875 100644 --- a/core/src/main/java/io/grpc/internal/ReflectionLongAdderCounter.java +++ b/core/src/main/java/io/grpc/internal/ReflectionLongAdderCounter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/Rescheduler.java b/core/src/main/java/io/grpc/internal/Rescheduler.java index a6091ee238..e4d198059f 100644 --- a/core/src/main/java/io/grpc/internal/Rescheduler.java +++ b/core/src/main/java/io/grpc/internal/Rescheduler.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/internal/RetriableStream.java b/core/src/main/java/io/grpc/internal/RetriableStream.java index d2ae1d666d..aa34812835 100644 --- a/core/src/main/java/io/grpc/internal/RetriableStream.java +++ b/core/src/main/java/io/grpc/internal/RetriableStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/RetryPolicy.java b/core/src/main/java/io/grpc/internal/RetryPolicy.java index 8169f3bf4f..2a70997202 100644 --- a/core/src/main/java/io/grpc/internal/RetryPolicy.java +++ b/core/src/main/java/io/grpc/internal/RetryPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/internal/SerializeReentrantCallsDirectExecutor.java b/core/src/main/java/io/grpc/internal/SerializeReentrantCallsDirectExecutor.java index f35e36241b..685caf1306 100644 --- a/core/src/main/java/io/grpc/internal/SerializeReentrantCallsDirectExecutor.java +++ b/core/src/main/java/io/grpc/internal/SerializeReentrantCallsDirectExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/SerializingExecutor.java b/core/src/main/java/io/grpc/internal/SerializingExecutor.java index 84632b9cbb..9d9234e010 100644 --- a/core/src/main/java/io/grpc/internal/SerializingExecutor.java +++ b/core/src/main/java/io/grpc/internal/SerializingExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/ServerCallImpl.java b/core/src/main/java/io/grpc/internal/ServerCallImpl.java index 203ecaaed4..24a852da53 100644 --- a/core/src/main/java/io/grpc/internal/ServerCallImpl.java +++ b/core/src/main/java/io/grpc/internal/ServerCallImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/ServerCallInfoImpl.java b/core/src/main/java/io/grpc/internal/ServerCallInfoImpl.java index 3f4ba4e89f..0e8b899306 100644 --- a/core/src/main/java/io/grpc/internal/ServerCallInfoImpl.java +++ b/core/src/main/java/io/grpc/internal/ServerCallInfoImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/internal/ServerImpl.java b/core/src/main/java/io/grpc/internal/ServerImpl.java index 6c13ee3f88..6cca856a88 100644 --- a/core/src/main/java/io/grpc/internal/ServerImpl.java +++ b/core/src/main/java/io/grpc/internal/ServerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/ServerListener.java b/core/src/main/java/io/grpc/internal/ServerListener.java index a37e9617e2..abe296faae 100644 --- a/core/src/main/java/io/grpc/internal/ServerListener.java +++ b/core/src/main/java/io/grpc/internal/ServerListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/ServerStream.java b/core/src/main/java/io/grpc/internal/ServerStream.java index 7990b91b5a..04b7853bb3 100644 --- a/core/src/main/java/io/grpc/internal/ServerStream.java +++ b/core/src/main/java/io/grpc/internal/ServerStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/ServerStreamListener.java b/core/src/main/java/io/grpc/internal/ServerStreamListener.java index 3896af1f4f..e55217ab42 100644 --- a/core/src/main/java/io/grpc/internal/ServerStreamListener.java +++ b/core/src/main/java/io/grpc/internal/ServerStreamListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/ServerTransport.java b/core/src/main/java/io/grpc/internal/ServerTransport.java index 8e95a11433..11215a7595 100644 --- a/core/src/main/java/io/grpc/internal/ServerTransport.java +++ b/core/src/main/java/io/grpc/internal/ServerTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/ServerTransportListener.java b/core/src/main/java/io/grpc/internal/ServerTransportListener.java index ec872c0580..740236e377 100644 --- a/core/src/main/java/io/grpc/internal/ServerTransportListener.java +++ b/core/src/main/java/io/grpc/internal/ServerTransportListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/ServiceConfigInterceptor.java b/core/src/main/java/io/grpc/internal/ServiceConfigInterceptor.java index 4940aff5f0..3053610404 100644 --- a/core/src/main/java/io/grpc/internal/ServiceConfigInterceptor.java +++ b/core/src/main/java/io/grpc/internal/ServiceConfigInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/internal/ServiceConfigUtil.java b/core/src/main/java/io/grpc/internal/ServiceConfigUtil.java index 888f48f511..ad0e368144 100644 --- a/core/src/main/java/io/grpc/internal/ServiceConfigUtil.java +++ b/core/src/main/java/io/grpc/internal/ServiceConfigUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/main/java/io/grpc/internal/SharedResourceHolder.java b/core/src/main/java/io/grpc/internal/SharedResourceHolder.java index ad04ecafd0..39368141ef 100644 --- a/core/src/main/java/io/grpc/internal/SharedResourceHolder.java +++ b/core/src/main/java/io/grpc/internal/SharedResourceHolder.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/SharedResourcePool.java b/core/src/main/java/io/grpc/internal/SharedResourcePool.java index f3c8bdfe22..57892720d3 100644 --- a/core/src/main/java/io/grpc/internal/SharedResourcePool.java +++ b/core/src/main/java/io/grpc/internal/SharedResourcePool.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/StatsTraceContext.java b/core/src/main/java/io/grpc/internal/StatsTraceContext.java index 4f9beef31a..8021a97224 100644 --- a/core/src/main/java/io/grpc/internal/StatsTraceContext.java +++ b/core/src/main/java/io/grpc/internal/StatsTraceContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/internal/Stream.java b/core/src/main/java/io/grpc/internal/Stream.java index 5faca5b5e2..f52b1725f6 100644 --- a/core/src/main/java/io/grpc/internal/Stream.java +++ b/core/src/main/java/io/grpc/internal/Stream.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/StreamListener.java b/core/src/main/java/io/grpc/internal/StreamListener.java index 23fd35bcf0..090c0555b0 100644 --- a/core/src/main/java/io/grpc/internal/StreamListener.java +++ b/core/src/main/java/io/grpc/internal/StreamListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/TransportFrameUtil.java b/core/src/main/java/io/grpc/internal/TransportFrameUtil.java index 3482bf1730..e015740b79 100644 --- a/core/src/main/java/io/grpc/internal/TransportFrameUtil.java +++ b/core/src/main/java/io/grpc/internal/TransportFrameUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/internal/TransportTracer.java b/core/src/main/java/io/grpc/internal/TransportTracer.java index c9391e4228..0446956bff 100644 --- a/core/src/main/java/io/grpc/internal/TransportTracer.java +++ b/core/src/main/java/io/grpc/internal/TransportTracer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/WithLogId.java b/core/src/main/java/io/grpc/internal/WithLogId.java index 46d66be236..6bf6c4302c 100644 --- a/core/src/main/java/io/grpc/internal/WithLogId.java +++ b/core/src/main/java/io/grpc/internal/WithLogId.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/internal/WritableBuffer.java b/core/src/main/java/io/grpc/internal/WritableBuffer.java index c5310aa060..8cb36abded 100644 --- a/core/src/main/java/io/grpc/internal/WritableBuffer.java +++ b/core/src/main/java/io/grpc/internal/WritableBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/WritableBufferAllocator.java b/core/src/main/java/io/grpc/internal/WritableBufferAllocator.java index f78b0cbb09..902b279a55 100644 --- a/core/src/main/java/io/grpc/internal/WritableBufferAllocator.java +++ b/core/src/main/java/io/grpc/internal/WritableBufferAllocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/internal/package-info.java b/core/src/main/java/io/grpc/internal/package-info.java index ddbb38c992..bd8ff8981f 100644 --- a/core/src/main/java/io/grpc/internal/package-info.java +++ b/core/src/main/java/io/grpc/internal/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/package-info.java b/core/src/main/java/io/grpc/package-info.java index a35dee9f90..8663d75cc6 100644 --- a/core/src/main/java/io/grpc/package-info.java +++ b/core/src/main/java/io/grpc/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/main/java/io/grpc/util/MutableHandlerRegistry.java b/core/src/main/java/io/grpc/util/MutableHandlerRegistry.java index 69fb7f4eaf..4eaafbac23 100644 --- a/core/src/main/java/io/grpc/util/MutableHandlerRegistry.java +++ b/core/src/main/java/io/grpc/util/MutableHandlerRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/main/java/io/grpc/util/RoundRobinLoadBalancerFactory.java b/core/src/main/java/io/grpc/util/RoundRobinLoadBalancerFactory.java index 19e608fc03..871a0d4325 100644 --- a/core/src/main/java/io/grpc/util/RoundRobinLoadBalancerFactory.java +++ b/core/src/main/java/io/grpc/util/RoundRobinLoadBalancerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/main/java/io/grpc/util/TransmitStatusRuntimeExceptionInterceptor.java b/core/src/main/java/io/grpc/util/TransmitStatusRuntimeExceptionInterceptor.java index 420fb3caa7..7e3578a230 100644 --- a/core/src/main/java/io/grpc/util/TransmitStatusRuntimeExceptionInterceptor.java +++ b/core/src/main/java/io/grpc/util/TransmitStatusRuntimeExceptionInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/main/java/io/grpc/util/package-info.java b/core/src/main/java/io/grpc/util/package-info.java index feabfbfde1..b0e877fd4b 100644 --- a/core/src/main/java/io/grpc/util/package-info.java +++ b/core/src/main/java/io/grpc/util/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/AttributesTest.java b/core/src/test/java/io/grpc/AttributesTest.java index ab0bc79fee..45319c8f0e 100644 --- a/core/src/test/java/io/grpc/AttributesTest.java +++ b/core/src/test/java/io/grpc/AttributesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/CallOptionsTest.java b/core/src/test/java/io/grpc/CallOptionsTest.java index 3fef17a5c4..46e53a1f92 100644 --- a/core/src/test/java/io/grpc/CallOptionsTest.java +++ b/core/src/test/java/io/grpc/CallOptionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/ClientInterceptorsTest.java b/core/src/test/java/io/grpc/ClientInterceptorsTest.java index 81a7055e36..22b48baeef 100644 --- a/core/src/test/java/io/grpc/ClientInterceptorsTest.java +++ b/core/src/test/java/io/grpc/ClientInterceptorsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/ConnectivityStateInfoTest.java b/core/src/test/java/io/grpc/ConnectivityStateInfoTest.java index f1d469eff2..4ba755e743 100644 --- a/core/src/test/java/io/grpc/ConnectivityStateInfoTest.java +++ b/core/src/test/java/io/grpc/ConnectivityStateInfoTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/ContextsTest.java b/core/src/test/java/io/grpc/ContextsTest.java index 4eb15e099f..d2dc233946 100644 --- a/core/src/test/java/io/grpc/ContextsTest.java +++ b/core/src/test/java/io/grpc/ContextsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/DecompressorRegistryTest.java b/core/src/test/java/io/grpc/DecompressorRegistryTest.java index 726cfe7d27..0430eb2e2c 100644 --- a/core/src/test/java/io/grpc/DecompressorRegistryTest.java +++ b/core/src/test/java/io/grpc/DecompressorRegistryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/ForwardingChannelBuilderTest.java b/core/src/test/java/io/grpc/ForwardingChannelBuilderTest.java index e433215b91..1c5e1b305b 100644 --- a/core/src/test/java/io/grpc/ForwardingChannelBuilderTest.java +++ b/core/src/test/java/io/grpc/ForwardingChannelBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/ForwardingServerCallListenerTest.java b/core/src/test/java/io/grpc/ForwardingServerCallListenerTest.java index bf83d7df38..c252aad611 100644 --- a/core/src/test/java/io/grpc/ForwardingServerCallListenerTest.java +++ b/core/src/test/java/io/grpc/ForwardingServerCallListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/ForwardingTestUtil.java b/core/src/test/java/io/grpc/ForwardingTestUtil.java index cb673eef31..ce9ca5eb7e 100644 --- a/core/src/test/java/io/grpc/ForwardingTestUtil.java +++ b/core/src/test/java/io/grpc/ForwardingTestUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/IntegerMarshaller.java b/core/src/test/java/io/grpc/IntegerMarshaller.java index 580f3f6b70..44b378683d 100644 --- a/core/src/test/java/io/grpc/IntegerMarshaller.java +++ b/core/src/test/java/io/grpc/IntegerMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/LoadBalancerTest.java b/core/src/test/java/io/grpc/LoadBalancerTest.java index 69526095f1..16a953f1af 100644 --- a/core/src/test/java/io/grpc/LoadBalancerTest.java +++ b/core/src/test/java/io/grpc/LoadBalancerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/ManagedChannelProviderTest.java b/core/src/test/java/io/grpc/ManagedChannelProviderTest.java index 817243219a..edb4a701eb 100644 --- a/core/src/test/java/io/grpc/ManagedChannelProviderTest.java +++ b/core/src/test/java/io/grpc/ManagedChannelProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/MetadataTest.java b/core/src/test/java/io/grpc/MetadataTest.java index 067aad2bec..360f888408 100644 --- a/core/src/test/java/io/grpc/MetadataTest.java +++ b/core/src/test/java/io/grpc/MetadataTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/MethodDescriptorTest.java b/core/src/test/java/io/grpc/MethodDescriptorTest.java index 2a8c395ee5..47f13d3573 100644 --- a/core/src/test/java/io/grpc/MethodDescriptorTest.java +++ b/core/src/test/java/io/grpc/MethodDescriptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/NameResolverProviderTest.java b/core/src/test/java/io/grpc/NameResolverProviderTest.java index 81ca08bf08..61d62afc40 100644 --- a/core/src/test/java/io/grpc/NameResolverProviderTest.java +++ b/core/src/test/java/io/grpc/NameResolverProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/PickFirstLoadBalancerTest.java b/core/src/test/java/io/grpc/PickFirstLoadBalancerTest.java index 5c85fa331a..e330a0a632 100644 --- a/core/src/test/java/io/grpc/PickFirstLoadBalancerTest.java +++ b/core/src/test/java/io/grpc/PickFirstLoadBalancerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/ReplacingClassLoader.java b/core/src/test/java/io/grpc/ReplacingClassLoader.java index 8a9b985c34..0cd34f8013 100644 --- a/core/src/test/java/io/grpc/ReplacingClassLoader.java +++ b/core/src/test/java/io/grpc/ReplacingClassLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/ServerInterceptorsTest.java b/core/src/test/java/io/grpc/ServerInterceptorsTest.java index 95b3e5b94c..992fe8f750 100644 --- a/core/src/test/java/io/grpc/ServerInterceptorsTest.java +++ b/core/src/test/java/io/grpc/ServerInterceptorsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/ServerServiceDefinitionTest.java b/core/src/test/java/io/grpc/ServerServiceDefinitionTest.java index 551a35322b..3250485dfb 100644 --- a/core/src/test/java/io/grpc/ServerServiceDefinitionTest.java +++ b/core/src/test/java/io/grpc/ServerServiceDefinitionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/ServiceDescriptorTest.java b/core/src/test/java/io/grpc/ServiceDescriptorTest.java index 4f8a6f234d..f3ed69fab3 100644 --- a/core/src/test/java/io/grpc/ServiceDescriptorTest.java +++ b/core/src/test/java/io/grpc/ServiceDescriptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/ServiceProvidersTest.java b/core/src/test/java/io/grpc/ServiceProvidersTest.java index e097aa532e..d069501642 100644 --- a/core/src/test/java/io/grpc/ServiceProvidersTest.java +++ b/core/src/test/java/io/grpc/ServiceProvidersTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/ServiceProvidersTestAbstractProvider.java b/core/src/test/java/io/grpc/ServiceProvidersTestAbstractProvider.java index 052d28f582..cc998976d9 100644 --- a/core/src/test/java/io/grpc/ServiceProvidersTestAbstractProvider.java +++ b/core/src/test/java/io/grpc/ServiceProvidersTestAbstractProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/ServiceProvidersTestUtil.java b/core/src/test/java/io/grpc/ServiceProvidersTestUtil.java index d7bc7f3d6e..aec493d573 100644 --- a/core/src/test/java/io/grpc/ServiceProvidersTestUtil.java +++ b/core/src/test/java/io/grpc/ServiceProvidersTestUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/StatusTest.java b/core/src/test/java/io/grpc/StatusTest.java index ff2250509b..9abeba436f 100644 --- a/core/src/test/java/io/grpc/StatusTest.java +++ b/core/src/test/java/io/grpc/StatusTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/StringMarshaller.java b/core/src/test/java/io/grpc/StringMarshaller.java index 1869a955eb..af53d420e2 100644 --- a/core/src/test/java/io/grpc/StringMarshaller.java +++ b/core/src/test/java/io/grpc/StringMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/inprocess/InProcessChannelBuilderTest.java b/core/src/test/java/io/grpc/inprocess/InProcessChannelBuilderTest.java index 1ba5e583a0..58efb7fa26 100644 --- a/core/src/test/java/io/grpc/inprocess/InProcessChannelBuilderTest.java +++ b/core/src/test/java/io/grpc/inprocess/InProcessChannelBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/inprocess/InProcessClientTransportFactoryTest.java b/core/src/test/java/io/grpc/inprocess/InProcessClientTransportFactoryTest.java index dffbbd4939..4dcd4b8656 100644 --- a/core/src/test/java/io/grpc/inprocess/InProcessClientTransportFactoryTest.java +++ b/core/src/test/java/io/grpc/inprocess/InProcessClientTransportFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/inprocess/InProcessServerBuilderTest.java b/core/src/test/java/io/grpc/inprocess/InProcessServerBuilderTest.java index df11f6b7bd..94859394dc 100644 --- a/core/src/test/java/io/grpc/inprocess/InProcessServerBuilderTest.java +++ b/core/src/test/java/io/grpc/inprocess/InProcessServerBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/inprocess/InProcessServerTest.java b/core/src/test/java/io/grpc/inprocess/InProcessServerTest.java index 6d196c80bc..2a45f15d9e 100644 --- a/core/src/test/java/io/grpc/inprocess/InProcessServerTest.java +++ b/core/src/test/java/io/grpc/inprocess/InProcessServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/inprocess/InProcessTransportTest.java b/core/src/test/java/io/grpc/inprocess/InProcessTransportTest.java index 1972b83af0..5dc14df15a 100644 --- a/core/src/test/java/io/grpc/inprocess/InProcessTransportTest.java +++ b/core/src/test/java/io/grpc/inprocess/InProcessTransportTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/internal/AbstractClientStreamTest.java b/core/src/test/java/io/grpc/internal/AbstractClientStreamTest.java index d9b9edd47e..aad3ddf9ad 100644 --- a/core/src/test/java/io/grpc/internal/AbstractClientStreamTest.java +++ b/core/src/test/java/io/grpc/internal/AbstractClientStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/AbstractManagedChannelImplBuilderTest.java b/core/src/test/java/io/grpc/internal/AbstractManagedChannelImplBuilderTest.java index 4c9b5e4a3c..b6ab80eac3 100644 --- a/core/src/test/java/io/grpc/internal/AbstractManagedChannelImplBuilderTest.java +++ b/core/src/test/java/io/grpc/internal/AbstractManagedChannelImplBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/internal/AbstractReadableBufferTest.java b/core/src/test/java/io/grpc/internal/AbstractReadableBufferTest.java index 2e6effe0b6..46a66586d2 100644 --- a/core/src/test/java/io/grpc/internal/AbstractReadableBufferTest.java +++ b/core/src/test/java/io/grpc/internal/AbstractReadableBufferTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/internal/AbstractServerImplBuilderTest.java b/core/src/test/java/io/grpc/internal/AbstractServerImplBuilderTest.java index ed85ac377e..db4def2d07 100644 --- a/core/src/test/java/io/grpc/internal/AbstractServerImplBuilderTest.java +++ b/core/src/test/java/io/grpc/internal/AbstractServerImplBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/internal/AbstractServerStreamTest.java b/core/src/test/java/io/grpc/internal/AbstractServerStreamTest.java index 6d39af13e0..49ac5bdc73 100644 --- a/core/src/test/java/io/grpc/internal/AbstractServerStreamTest.java +++ b/core/src/test/java/io/grpc/internal/AbstractServerStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/ApplicationThreadDeframerTest.java b/core/src/test/java/io/grpc/internal/ApplicationThreadDeframerTest.java index 24154f7621..68f2ac1f0d 100644 --- a/core/src/test/java/io/grpc/internal/ApplicationThreadDeframerTest.java +++ b/core/src/test/java/io/grpc/internal/ApplicationThreadDeframerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/internal/AtomicBackoffTest.java b/core/src/test/java/io/grpc/internal/AtomicBackoffTest.java index 9a3e29ff95..780db5258e 100644 --- a/core/src/test/java/io/grpc/internal/AtomicBackoffTest.java +++ b/core/src/test/java/io/grpc/internal/AtomicBackoffTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/internal/AutoConfiguredLoadBalancerFactoryTest.java b/core/src/test/java/io/grpc/internal/AutoConfiguredLoadBalancerFactoryTest.java index 124d0f9338..817dd58c6b 100644 --- a/core/src/test/java/io/grpc/internal/AutoConfiguredLoadBalancerFactoryTest.java +++ b/core/src/test/java/io/grpc/internal/AutoConfiguredLoadBalancerFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/internal/BinaryLogProviderTest.java b/core/src/test/java/io/grpc/internal/BinaryLogProviderTest.java index af1b5e3369..2a7b02883f 100644 --- a/core/src/test/java/io/grpc/internal/BinaryLogProviderTest.java +++ b/core/src/test/java/io/grpc/internal/BinaryLogProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/internal/ByteWritableBufferTest.java b/core/src/test/java/io/grpc/internal/ByteWritableBufferTest.java index fc3a54a55a..cb730313a9 100644 --- a/core/src/test/java/io/grpc/internal/ByteWritableBufferTest.java +++ b/core/src/test/java/io/grpc/internal/ByteWritableBufferTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/CallCredentialsApplyingTest.java b/core/src/test/java/io/grpc/internal/CallCredentialsApplyingTest.java index 1b001cb76c..5e6c6cee61 100644 --- a/core/src/test/java/io/grpc/internal/CallCredentialsApplyingTest.java +++ b/core/src/test/java/io/grpc/internal/CallCredentialsApplyingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/internal/CensusModulesTest.java b/core/src/test/java/io/grpc/internal/CensusModulesTest.java index feada6f95f..20d563fa57 100644 --- a/core/src/test/java/io/grpc/internal/CensusModulesTest.java +++ b/core/src/test/java/io/grpc/internal/CensusModulesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/internal/ChannelExecutorTest.java b/core/src/test/java/io/grpc/internal/ChannelExecutorTest.java index a3f9c941b3..db18366ee4 100644 --- a/core/src/test/java/io/grpc/internal/ChannelExecutorTest.java +++ b/core/src/test/java/io/grpc/internal/ChannelExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/internal/ChannelzTest.java b/core/src/test/java/io/grpc/internal/ChannelzTest.java index ad50c87ac1..53263edc1d 100644 --- a/core/src/test/java/io/grpc/internal/ChannelzTest.java +++ b/core/src/test/java/io/grpc/internal/ChannelzTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/internal/ClientCallImplTest.java b/core/src/test/java/io/grpc/internal/ClientCallImplTest.java index f040410dee..288c8efe23 100644 --- a/core/src/test/java/io/grpc/internal/ClientCallImplTest.java +++ b/core/src/test/java/io/grpc/internal/ClientCallImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/CompositeReadableBufferTest.java b/core/src/test/java/io/grpc/internal/CompositeReadableBufferTest.java index caeb2b0b70..a73df727dd 100644 --- a/core/src/test/java/io/grpc/internal/CompositeReadableBufferTest.java +++ b/core/src/test/java/io/grpc/internal/CompositeReadableBufferTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/internal/ConnectivityStateManagerTest.java b/core/src/test/java/io/grpc/internal/ConnectivityStateManagerTest.java index 42c58b345f..1f88a31eb2 100644 --- a/core/src/test/java/io/grpc/internal/ConnectivityStateManagerTest.java +++ b/core/src/test/java/io/grpc/internal/ConnectivityStateManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/internal/DelayedClientTransportTest.java b/core/src/test/java/io/grpc/internal/DelayedClientTransportTest.java index 79ca3f6354..ebf04a59a5 100644 --- a/core/src/test/java/io/grpc/internal/DelayedClientTransportTest.java +++ b/core/src/test/java/io/grpc/internal/DelayedClientTransportTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/DelayedStreamTest.java b/core/src/test/java/io/grpc/internal/DelayedStreamTest.java index aec3a5bbc6..5f29d24026 100644 --- a/core/src/test/java/io/grpc/internal/DelayedStreamTest.java +++ b/core/src/test/java/io/grpc/internal/DelayedStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/DnsNameResolverProviderTest.java b/core/src/test/java/io/grpc/internal/DnsNameResolverProviderTest.java index d94e741751..9e771aac4d 100644 --- a/core/src/test/java/io/grpc/internal/DnsNameResolverProviderTest.java +++ b/core/src/test/java/io/grpc/internal/DnsNameResolverProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/internal/DnsNameResolverTest.java b/core/src/test/java/io/grpc/internal/DnsNameResolverTest.java index 8d7296d5b5..9124dab464 100644 --- a/core/src/test/java/io/grpc/internal/DnsNameResolverTest.java +++ b/core/src/test/java/io/grpc/internal/DnsNameResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/ExponentialBackoffPolicyTest.java b/core/src/test/java/io/grpc/internal/ExponentialBackoffPolicyTest.java index 346f7352f0..ca597a82c9 100644 --- a/core/src/test/java/io/grpc/internal/ExponentialBackoffPolicyTest.java +++ b/core/src/test/java/io/grpc/internal/ExponentialBackoffPolicyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/FailingClientStreamTest.java b/core/src/test/java/io/grpc/internal/FailingClientStreamTest.java index e8dd0089dc..aceed19d61 100644 --- a/core/src/test/java/io/grpc/internal/FailingClientStreamTest.java +++ b/core/src/test/java/io/grpc/internal/FailingClientStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/internal/FailingClientTransportTest.java b/core/src/test/java/io/grpc/internal/FailingClientTransportTest.java index 83e0caccc9..8ea161e538 100644 --- a/core/src/test/java/io/grpc/internal/FailingClientTransportTest.java +++ b/core/src/test/java/io/grpc/internal/FailingClientTransportTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/internal/FakeClock.java b/core/src/test/java/io/grpc/internal/FakeClock.java index bb10263eba..706a7d3b3b 100644 --- a/core/src/test/java/io/grpc/internal/FakeClock.java +++ b/core/src/test/java/io/grpc/internal/FakeClock.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/FakeClockTest.java b/core/src/test/java/io/grpc/internal/FakeClockTest.java index ce0e532234..a92cd4926f 100644 --- a/core/src/test/java/io/grpc/internal/FakeClockTest.java +++ b/core/src/test/java/io/grpc/internal/FakeClockTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/internal/ForwardingClientStreamListenerTest.java b/core/src/test/java/io/grpc/internal/ForwardingClientStreamListenerTest.java index 814d201164..5d1fbe1f28 100644 --- a/core/src/test/java/io/grpc/internal/ForwardingClientStreamListenerTest.java +++ b/core/src/test/java/io/grpc/internal/ForwardingClientStreamListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/internal/ForwardingClientStreamTest.java b/core/src/test/java/io/grpc/internal/ForwardingClientStreamTest.java index 3023d2744e..130bb1bc15 100644 --- a/core/src/test/java/io/grpc/internal/ForwardingClientStreamTest.java +++ b/core/src/test/java/io/grpc/internal/ForwardingClientStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/internal/ForwardingManagedChannelTest.java b/core/src/test/java/io/grpc/internal/ForwardingManagedChannelTest.java index 03a00b63b0..6e192e945c 100644 --- a/core/src/test/java/io/grpc/internal/ForwardingManagedChannelTest.java +++ b/core/src/test/java/io/grpc/internal/ForwardingManagedChannelTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/internal/ForwardingNameResolverTest.java b/core/src/test/java/io/grpc/internal/ForwardingNameResolverTest.java index ccce42a43e..45223e0c0a 100644 --- a/core/src/test/java/io/grpc/internal/ForwardingNameResolverTest.java +++ b/core/src/test/java/io/grpc/internal/ForwardingNameResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/internal/ForwardingReadableBufferTest.java b/core/src/test/java/io/grpc/internal/ForwardingReadableBufferTest.java index 0b130ac2f5..1f33d598a1 100644 --- a/core/src/test/java/io/grpc/internal/ForwardingReadableBufferTest.java +++ b/core/src/test/java/io/grpc/internal/ForwardingReadableBufferTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/GrpcUtilTest.java b/core/src/test/java/io/grpc/internal/GrpcUtilTest.java index 51942c9070..f369453bb8 100644 --- a/core/src/test/java/io/grpc/internal/GrpcUtilTest.java +++ b/core/src/test/java/io/grpc/internal/GrpcUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/internal/GzipInflatingBufferTest.java b/core/src/test/java/io/grpc/internal/GzipInflatingBufferTest.java index d3c3a2c094..06d431dc90 100644 --- a/core/src/test/java/io/grpc/internal/GzipInflatingBufferTest.java +++ b/core/src/test/java/io/grpc/internal/GzipInflatingBufferTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/internal/Http2ClientStreamTransportStateTest.java b/core/src/test/java/io/grpc/internal/Http2ClientStreamTransportStateTest.java index 5cb526299f..3e4f4b9f43 100644 --- a/core/src/test/java/io/grpc/internal/Http2ClientStreamTransportStateTest.java +++ b/core/src/test/java/io/grpc/internal/Http2ClientStreamTransportStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/internal/InternalSubchannelTest.java b/core/src/test/java/io/grpc/internal/InternalSubchannelTest.java index d4fe541d99..9e83cfeabc 100644 --- a/core/src/test/java/io/grpc/internal/InternalSubchannelTest.java +++ b/core/src/test/java/io/grpc/internal/InternalSubchannelTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/IoUtilsTest.java b/core/src/test/java/io/grpc/internal/IoUtilsTest.java index 2ad5fbc055..fc51985237 100644 --- a/core/src/test/java/io/grpc/internal/IoUtilsTest.java +++ b/core/src/test/java/io/grpc/internal/IoUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/internal/JsonParserTest.java b/core/src/test/java/io/grpc/internal/JsonParserTest.java index 22ef13a8b9..5e690c9c28 100644 --- a/core/src/test/java/io/grpc/internal/JsonParserTest.java +++ b/core/src/test/java/io/grpc/internal/JsonParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/internal/KeepAliveManagerTest.java b/core/src/test/java/io/grpc/internal/KeepAliveManagerTest.java index 5487064e41..2567c93e7d 100644 --- a/core/src/test/java/io/grpc/internal/KeepAliveManagerTest.java +++ b/core/src/test/java/io/grpc/internal/KeepAliveManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/internal/ManagedChannelImplGetNameResolverTest.java b/core/src/test/java/io/grpc/internal/ManagedChannelImplGetNameResolverTest.java index 978752ac35..2fd3b9b694 100644 --- a/core/src/test/java/io/grpc/internal/ManagedChannelImplGetNameResolverTest.java +++ b/core/src/test/java/io/grpc/internal/ManagedChannelImplGetNameResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/ManagedChannelImplIdlenessTest.java b/core/src/test/java/io/grpc/internal/ManagedChannelImplIdlenessTest.java index d2631e179d..9261b41213 100644 --- a/core/src/test/java/io/grpc/internal/ManagedChannelImplIdlenessTest.java +++ b/core/src/test/java/io/grpc/internal/ManagedChannelImplIdlenessTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/internal/ManagedChannelImplTest.java b/core/src/test/java/io/grpc/internal/ManagedChannelImplTest.java index 71a27ea1d2..0a6dee69d8 100644 --- a/core/src/test/java/io/grpc/internal/ManagedChannelImplTest.java +++ b/core/src/test/java/io/grpc/internal/ManagedChannelImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/ManagedChannelOrphanWrapperTest.java b/core/src/test/java/io/grpc/internal/ManagedChannelOrphanWrapperTest.java index 01153f80f2..3873256acf 100644 --- a/core/src/test/java/io/grpc/internal/ManagedChannelOrphanWrapperTest.java +++ b/core/src/test/java/io/grpc/internal/ManagedChannelOrphanWrapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/internal/MessageDeframerTest.java b/core/src/test/java/io/grpc/internal/MessageDeframerTest.java index db7dd68299..ab2a4c1d77 100644 --- a/core/src/test/java/io/grpc/internal/MessageDeframerTest.java +++ b/core/src/test/java/io/grpc/internal/MessageDeframerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/internal/MessageFramerTest.java b/core/src/test/java/io/grpc/internal/MessageFramerTest.java index ff8cda0968..4f6efdb936 100644 --- a/core/src/test/java/io/grpc/internal/MessageFramerTest.java +++ b/core/src/test/java/io/grpc/internal/MessageFramerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/internal/NoopClientStreamListener.java b/core/src/test/java/io/grpc/internal/NoopClientStreamListener.java index 3436ee6efa..90a1c8cec1 100644 --- a/core/src/test/java/io/grpc/internal/NoopClientStreamListener.java +++ b/core/src/test/java/io/grpc/internal/NoopClientStreamListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/OverrideAuthorityNameResolverTest.java b/core/src/test/java/io/grpc/internal/OverrideAuthorityNameResolverTest.java index c5557d0dcd..619b5ffc56 100644 --- a/core/src/test/java/io/grpc/internal/OverrideAuthorityNameResolverTest.java +++ b/core/src/test/java/io/grpc/internal/OverrideAuthorityNameResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/internal/ProxyDetectorImplTest.java b/core/src/test/java/io/grpc/internal/ProxyDetectorImplTest.java index 9b4acd722d..0d3227e79e 100644 --- a/core/src/test/java/io/grpc/internal/ProxyDetectorImplTest.java +++ b/core/src/test/java/io/grpc/internal/ProxyDetectorImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/internal/ReadableBufferTestBase.java b/core/src/test/java/io/grpc/internal/ReadableBufferTestBase.java index 89344e5686..c53b89109c 100644 --- a/core/src/test/java/io/grpc/internal/ReadableBufferTestBase.java +++ b/core/src/test/java/io/grpc/internal/ReadableBufferTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/internal/ReadableBuffersArrayTest.java b/core/src/test/java/io/grpc/internal/ReadableBuffersArrayTest.java index da05bc2baf..2bed7d52b1 100644 --- a/core/src/test/java/io/grpc/internal/ReadableBuffersArrayTest.java +++ b/core/src/test/java/io/grpc/internal/ReadableBuffersArrayTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/internal/ReadableBuffersByteBufferTest.java b/core/src/test/java/io/grpc/internal/ReadableBuffersByteBufferTest.java index c7c1bfc4b2..a040182c25 100644 --- a/core/src/test/java/io/grpc/internal/ReadableBuffersByteBufferTest.java +++ b/core/src/test/java/io/grpc/internal/ReadableBuffersByteBufferTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/internal/ReadableBuffersTest.java b/core/src/test/java/io/grpc/internal/ReadableBuffersTest.java index 762a36bc99..ea9daeed6a 100644 --- a/core/src/test/java/io/grpc/internal/ReadableBuffersTest.java +++ b/core/src/test/java/io/grpc/internal/ReadableBuffersTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/internal/ReflectionLongAdderCounterTest.java b/core/src/test/java/io/grpc/internal/ReflectionLongAdderCounterTest.java index e298733f58..8e3b67b04d 100644 --- a/core/src/test/java/io/grpc/internal/ReflectionLongAdderCounterTest.java +++ b/core/src/test/java/io/grpc/internal/ReflectionLongAdderCounterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/internal/ReschedulerTest.java b/core/src/test/java/io/grpc/internal/ReschedulerTest.java index 4eef0677e3..c2e2fc719a 100644 --- a/core/src/test/java/io/grpc/internal/ReschedulerTest.java +++ b/core/src/test/java/io/grpc/internal/ReschedulerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/internal/RetriableStreamTest.java b/core/src/test/java/io/grpc/internal/RetriableStreamTest.java index c989f5e41e..7f219376a0 100644 --- a/core/src/test/java/io/grpc/internal/RetriableStreamTest.java +++ b/core/src/test/java/io/grpc/internal/RetriableStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/internal/RetryPolicyTest.java b/core/src/test/java/io/grpc/internal/RetryPolicyTest.java index d0ab506907..c62eb1bcbd 100644 --- a/core/src/test/java/io/grpc/internal/RetryPolicyTest.java +++ b/core/src/test/java/io/grpc/internal/RetryPolicyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/internal/SerializeReentrantCallsDirectExecutorTest.java b/core/src/test/java/io/grpc/internal/SerializeReentrantCallsDirectExecutorTest.java index 75cc07252c..8f89fea640 100644 --- a/core/src/test/java/io/grpc/internal/SerializeReentrantCallsDirectExecutorTest.java +++ b/core/src/test/java/io/grpc/internal/SerializeReentrantCallsDirectExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/SerializingExecutorTest.java b/core/src/test/java/io/grpc/internal/SerializingExecutorTest.java index 7cc9762a51..fe3f5666fe 100644 --- a/core/src/test/java/io/grpc/internal/SerializingExecutorTest.java +++ b/core/src/test/java/io/grpc/internal/SerializingExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/core/src/test/java/io/grpc/internal/ServerCallImplTest.java b/core/src/test/java/io/grpc/internal/ServerCallImplTest.java index d3b1165e8f..9e597a7beb 100644 --- a/core/src/test/java/io/grpc/internal/ServerCallImplTest.java +++ b/core/src/test/java/io/grpc/internal/ServerCallImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/ServerImplTest.java b/core/src/test/java/io/grpc/internal/ServerImplTest.java index 6be63e1605..e49fd10ab9 100644 --- a/core/src/test/java/io/grpc/internal/ServerImplTest.java +++ b/core/src/test/java/io/grpc/internal/ServerImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/internal/ServiceConfigInterceptorTest.java b/core/src/test/java/io/grpc/internal/ServiceConfigInterceptorTest.java index 060878030f..dcf1f76c54 100644 --- a/core/src/test/java/io/grpc/internal/ServiceConfigInterceptorTest.java +++ b/core/src/test/java/io/grpc/internal/ServiceConfigInterceptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/core/src/test/java/io/grpc/internal/SharedResourceHolderTest.java b/core/src/test/java/io/grpc/internal/SharedResourceHolderTest.java index ac3d0d46f5..3b65d08dca 100644 --- a/core/src/test/java/io/grpc/internal/SharedResourceHolderTest.java +++ b/core/src/test/java/io/grpc/internal/SharedResourceHolderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/internal/TestUtils.java b/core/src/test/java/io/grpc/internal/TestUtils.java index 38ad262b2d..d676fd4548 100644 --- a/core/src/test/java/io/grpc/internal/TestUtils.java +++ b/core/src/test/java/io/grpc/internal/TestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/TransportFrameUtilTest.java b/core/src/test/java/io/grpc/internal/TransportFrameUtilTest.java index d0b48c79a6..aa99fdb9f5 100644 --- a/core/src/test/java/io/grpc/internal/TransportFrameUtilTest.java +++ b/core/src/test/java/io/grpc/internal/TransportFrameUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/internal/WritableBufferAllocatorTestBase.java b/core/src/test/java/io/grpc/internal/WritableBufferAllocatorTestBase.java index 24d526a74d..f7aff08985 100644 --- a/core/src/test/java/io/grpc/internal/WritableBufferAllocatorTestBase.java +++ b/core/src/test/java/io/grpc/internal/WritableBufferAllocatorTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/internal/WritableBufferTestBase.java b/core/src/test/java/io/grpc/internal/WritableBufferTestBase.java index e33b08335c..0245359597 100644 --- a/core/src/test/java/io/grpc/internal/WritableBufferTestBase.java +++ b/core/src/test/java/io/grpc/internal/WritableBufferTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/core/src/test/java/io/grpc/util/MutableHandlerRegistryTest.java b/core/src/test/java/io/grpc/util/MutableHandlerRegistryTest.java index 4aeb599a1c..3ffd14d8ff 100644 --- a/core/src/test/java/io/grpc/util/MutableHandlerRegistryTest.java +++ b/core/src/test/java/io/grpc/util/MutableHandlerRegistryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014, gRPC Authors All rights reserved. + * Copyright 2014 The gRPC 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/core/src/test/java/io/grpc/util/RoundRobinLoadBalancerTest.java b/core/src/test/java/io/grpc/util/RoundRobinLoadBalancerTest.java index acdb5387b0..b4c931fed1 100644 --- a/core/src/test/java/io/grpc/util/RoundRobinLoadBalancerTest.java +++ b/core/src/test/java/io/grpc/util/RoundRobinLoadBalancerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/core/src/test/java/io/grpc/util/UtilServerInterceptorsTest.java b/core/src/test/java/io/grpc/util/UtilServerInterceptorsTest.java index 530b619940..7bd38ba8da 100644 --- a/core/src/test/java/io/grpc/util/UtilServerInterceptorsTest.java +++ b/core/src/test/java/io/grpc/util/UtilServerInterceptorsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/cronet/src/main/java/io/grpc/cronet/CronetCallOptions.java b/cronet/src/main/java/io/grpc/cronet/CronetCallOptions.java index fbd3ea5548..71255454b4 100644 --- a/cronet/src/main/java/io/grpc/cronet/CronetCallOptions.java +++ b/cronet/src/main/java/io/grpc/cronet/CronetCallOptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/cronet/src/main/java/io/grpc/cronet/CronetChannelBuilder.java b/cronet/src/main/java/io/grpc/cronet/CronetChannelBuilder.java index e84e525f51..58b40c7c21 100644 --- a/cronet/src/main/java/io/grpc/cronet/CronetChannelBuilder.java +++ b/cronet/src/main/java/io/grpc/cronet/CronetChannelBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/cronet/src/main/java/io/grpc/cronet/CronetClientStream.java b/cronet/src/main/java/io/grpc/cronet/CronetClientStream.java index b37a85b2f4..100be20f5b 100644 --- a/cronet/src/main/java/io/grpc/cronet/CronetClientStream.java +++ b/cronet/src/main/java/io/grpc/cronet/CronetClientStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/cronet/src/main/java/io/grpc/cronet/CronetClientTransport.java b/cronet/src/main/java/io/grpc/cronet/CronetClientTransport.java index d5fcea323b..54eddd677c 100644 --- a/cronet/src/main/java/io/grpc/cronet/CronetClientTransport.java +++ b/cronet/src/main/java/io/grpc/cronet/CronetClientTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/cronet/src/main/java/io/grpc/cronet/CronetWritableBuffer.java b/cronet/src/main/java/io/grpc/cronet/CronetWritableBuffer.java index f0e713a2b0..989520698b 100644 --- a/cronet/src/main/java/io/grpc/cronet/CronetWritableBuffer.java +++ b/cronet/src/main/java/io/grpc/cronet/CronetWritableBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/cronet/src/main/java/io/grpc/cronet/CronetWritableBufferAllocator.java b/cronet/src/main/java/io/grpc/cronet/CronetWritableBufferAllocator.java index c373b03ebd..0ccb211ce1 100644 --- a/cronet/src/main/java/io/grpc/cronet/CronetWritableBufferAllocator.java +++ b/cronet/src/main/java/io/grpc/cronet/CronetWritableBufferAllocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/cronet/src/test/java/io/grpc/cronet/CronetChannelBuilderTest.java b/cronet/src/test/java/io/grpc/cronet/CronetChannelBuilderTest.java index 94d2f48028..7f1d55cd15 100644 --- a/cronet/src/test/java/io/grpc/cronet/CronetChannelBuilderTest.java +++ b/cronet/src/test/java/io/grpc/cronet/CronetChannelBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/cronet/src/test/java/io/grpc/cronet/CronetClientStreamTest.java b/cronet/src/test/java/io/grpc/cronet/CronetClientStreamTest.java index 176033c3a5..3d2ad58c15 100644 --- a/cronet/src/test/java/io/grpc/cronet/CronetClientStreamTest.java +++ b/cronet/src/test/java/io/grpc/cronet/CronetClientStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/cronet/src/test/java/io/grpc/cronet/CronetClientTransportTest.java b/cronet/src/test/java/io/grpc/cronet/CronetClientTransportTest.java index dbd3f07d74..cefed621db 100644 --- a/cronet/src/test/java/io/grpc/cronet/CronetClientTransportTest.java +++ b/cronet/src/test/java/io/grpc/cronet/CronetClientTransportTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/cronet/src/test/java/io/grpc/cronet/CronetWritableBufferAllocatorTest.java b/cronet/src/test/java/io/grpc/cronet/CronetWritableBufferAllocatorTest.java index a58f213c05..a549d94b35 100644 --- a/cronet/src/test/java/io/grpc/cronet/CronetWritableBufferAllocatorTest.java +++ b/cronet/src/test/java/io/grpc/cronet/CronetWritableBufferAllocatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/ClientCacheExampleActivity.java b/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/ClientCacheExampleActivity.java index b6096c8d5d..232ab6e180 100644 --- a/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/ClientCacheExampleActivity.java +++ b/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/ClientCacheExampleActivity.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/android/clientcache/app/src/main/proto/helloworld.proto b/examples/android/clientcache/app/src/main/proto/helloworld.proto index 7469e1e47d..3ee78e7a90 100644 --- a/examples/android/clientcache/app/src/main/proto/helloworld.proto +++ b/examples/android/clientcache/app/src/main/proto/helloworld.proto @@ -1,12 +1,11 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/HelloworldActivity.java b/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/HelloworldActivity.java index 89bcb83f6b..28cd488f87 100644 --- a/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/HelloworldActivity.java +++ b/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/HelloworldActivity.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/android/helloworld/app/src/main/proto/helloworld.proto b/examples/android/helloworld/app/src/main/proto/helloworld.proto index 78441b2d53..c60d9416f1 100644 --- a/examples/android/helloworld/app/src/main/proto/helloworld.proto +++ b/examples/android/helloworld/app/src/main/proto/helloworld.proto @@ -1,12 +1,11 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/RouteGuideActivity.java b/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/RouteGuideActivity.java index 19ba4aa166..1a223bf042 100644 --- a/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/RouteGuideActivity.java +++ b/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/RouteGuideActivity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/android/routeguide/app/src/main/java/io/grpc/routeguideexample/RouteGuideUtil.java b/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/RouteGuideUtil.java index 3ef0e5f171..56af278d9f 100644 --- a/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/RouteGuideUtil.java +++ b/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/RouteGuideUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/android/routeguide/app/src/main/proto/route_guide.proto b/examples/android/routeguide/app/src/main/proto/route_guide.proto index 74ac7fd739..3991c9622f 100644 --- a/examples/android/routeguide/app/src/main/proto/route_guide.proto +++ b/examples/android/routeguide/app/src/main/proto/route_guide.proto @@ -1,12 +1,11 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/examples/example-kotlin/android/helloworld/app/src/main/kotlin/io/grpc/helloworldexample/HelloworldActivity.kt b/examples/example-kotlin/android/helloworld/app/src/main/kotlin/io/grpc/helloworldexample/HelloworldActivity.kt index bcc6d0f28d..66c96b9bc6 100644 --- a/examples/example-kotlin/android/helloworld/app/src/main/kotlin/io/grpc/helloworldexample/HelloworldActivity.kt +++ b/examples/example-kotlin/android/helloworld/app/src/main/kotlin/io/grpc/helloworldexample/HelloworldActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/example-kotlin/android/helloworld/app/src/main/proto/helloworld.proto b/examples/example-kotlin/android/helloworld/app/src/main/proto/helloworld.proto index 78441b2d53..c60d9416f1 100644 --- a/examples/example-kotlin/android/helloworld/app/src/main/proto/helloworld.proto +++ b/examples/example-kotlin/android/helloworld/app/src/main/proto/helloworld.proto @@ -1,12 +1,11 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/examples/example-kotlin/src/main/kotlin/io/grpc/examples/helloworld/HelloWorldClient.kt b/examples/example-kotlin/src/main/kotlin/io/grpc/examples/helloworld/HelloWorldClient.kt index 74fe7c993f..783aca6179 100644 --- a/examples/example-kotlin/src/main/kotlin/io/grpc/examples/helloworld/HelloWorldClient.kt +++ b/examples/example-kotlin/src/main/kotlin/io/grpc/examples/helloworld/HelloWorldClient.kt @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/example-kotlin/src/main/kotlin/io/grpc/examples/helloworld/HelloWorldServer.kt b/examples/example-kotlin/src/main/kotlin/io/grpc/examples/helloworld/HelloWorldServer.kt index ae0d8de825..6e390d26da 100644 --- a/examples/example-kotlin/src/main/kotlin/io/grpc/examples/helloworld/HelloWorldServer.kt +++ b/examples/example-kotlin/src/main/kotlin/io/grpc/examples/helloworld/HelloWorldServer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/example-kotlin/src/main/proto/helloworld.proto b/examples/example-kotlin/src/main/proto/helloworld.proto index 78441b2d53..c60d9416f1 100644 --- a/examples/example-kotlin/src/main/proto/helloworld.proto +++ b/examples/example-kotlin/src/main/proto/helloworld.proto @@ -1,12 +1,11 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/examples/example-kotlin/src/test/kotlin/io/grpc/examples/helloworld/HelloWorldClientTest.kt b/examples/example-kotlin/src/test/kotlin/io/grpc/examples/helloworld/HelloWorldClientTest.kt index 3d096c9202..5b06d7b795 100644 --- a/examples/example-kotlin/src/test/kotlin/io/grpc/examples/helloworld/HelloWorldClientTest.kt +++ b/examples/example-kotlin/src/test/kotlin/io/grpc/examples/helloworld/HelloWorldClientTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/example-kotlin/src/test/kotlin/io/grpc/examples/helloworld/HelloWorldServerTest.kt b/examples/example-kotlin/src/test/kotlin/io/grpc/examples/helloworld/HelloWorldServerTest.kt index 4512b34ac2..26e0e3ebb3 100644 --- a/examples/example-kotlin/src/test/kotlin/io/grpc/examples/helloworld/HelloWorldServerTest.kt +++ b/examples/example-kotlin/src/test/kotlin/io/grpc/examples/helloworld/HelloWorldServerTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/src/main/java/io/grpc/examples/advanced/HelloJsonClient.java b/examples/src/main/java/io/grpc/examples/advanced/HelloJsonClient.java index d9d6f6aeab..815734fb68 100644 --- a/examples/src/main/java/io/grpc/examples/advanced/HelloJsonClient.java +++ b/examples/src/main/java/io/grpc/examples/advanced/HelloJsonClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/src/main/java/io/grpc/examples/advanced/HelloJsonServer.java b/examples/src/main/java/io/grpc/examples/advanced/HelloJsonServer.java index 0c1d0c9aea..1c822e7a24 100644 --- a/examples/src/main/java/io/grpc/examples/advanced/HelloJsonServer.java +++ b/examples/src/main/java/io/grpc/examples/advanced/HelloJsonServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/src/main/java/io/grpc/examples/alts/HelloWorldAltsClient.java b/examples/src/main/java/io/grpc/examples/alts/HelloWorldAltsClient.java index 8ef005b365..96351808b2 100644 --- a/examples/src/main/java/io/grpc/examples/alts/HelloWorldAltsClient.java +++ b/examples/src/main/java/io/grpc/examples/alts/HelloWorldAltsClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/src/main/java/io/grpc/examples/alts/HelloWorldAltsServer.java b/examples/src/main/java/io/grpc/examples/alts/HelloWorldAltsServer.java index 24931115c1..fd662069cf 100644 --- a/examples/src/main/java/io/grpc/examples/alts/HelloWorldAltsServer.java +++ b/examples/src/main/java/io/grpc/examples/alts/HelloWorldAltsServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2018, gRPC Authors All rights reserved. + * Copyright 2018 The gRPC 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/src/main/java/io/grpc/examples/errorhandling/DetailErrorSample.java b/examples/src/main/java/io/grpc/examples/errorhandling/DetailErrorSample.java index 9d126e701a..b743b46b47 100644 --- a/examples/src/main/java/io/grpc/examples/errorhandling/DetailErrorSample.java +++ b/examples/src/main/java/io/grpc/examples/errorhandling/DetailErrorSample.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/src/main/java/io/grpc/examples/errorhandling/ErrorHandlingClient.java b/examples/src/main/java/io/grpc/examples/errorhandling/ErrorHandlingClient.java index 845eb93f54..4afd39b08f 100644 --- a/examples/src/main/java/io/grpc/examples/errorhandling/ErrorHandlingClient.java +++ b/examples/src/main/java/io/grpc/examples/errorhandling/ErrorHandlingClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/src/main/java/io/grpc/examples/experimental/CompressingHelloWorldClient.java b/examples/src/main/java/io/grpc/examples/experimental/CompressingHelloWorldClient.java index ba46f0f80b..2ed51a48c1 100644 --- a/examples/src/main/java/io/grpc/examples/experimental/CompressingHelloWorldClient.java +++ b/examples/src/main/java/io/grpc/examples/experimental/CompressingHelloWorldClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/src/main/java/io/grpc/examples/header/CustomHeaderClient.java b/examples/src/main/java/io/grpc/examples/header/CustomHeaderClient.java index 783ef80db8..1095c73e71 100644 --- a/examples/src/main/java/io/grpc/examples/header/CustomHeaderClient.java +++ b/examples/src/main/java/io/grpc/examples/header/CustomHeaderClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/src/main/java/io/grpc/examples/header/CustomHeaderServer.java b/examples/src/main/java/io/grpc/examples/header/CustomHeaderServer.java index 4caa5a5850..21ad5f2769 100644 --- a/examples/src/main/java/io/grpc/examples/header/CustomHeaderServer.java +++ b/examples/src/main/java/io/grpc/examples/header/CustomHeaderServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/src/main/java/io/grpc/examples/header/HeaderClientInterceptor.java b/examples/src/main/java/io/grpc/examples/header/HeaderClientInterceptor.java index 00c2bf3c3a..b9a7393129 100644 --- a/examples/src/main/java/io/grpc/examples/header/HeaderClientInterceptor.java +++ b/examples/src/main/java/io/grpc/examples/header/HeaderClientInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/src/main/java/io/grpc/examples/header/HeaderServerInterceptor.java b/examples/src/main/java/io/grpc/examples/header/HeaderServerInterceptor.java index a40040cea3..35ca71ed0b 100644 --- a/examples/src/main/java/io/grpc/examples/header/HeaderServerInterceptor.java +++ b/examples/src/main/java/io/grpc/examples/header/HeaderServerInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/src/main/java/io/grpc/examples/helloworld/HelloWorldClient.java b/examples/src/main/java/io/grpc/examples/helloworld/HelloWorldClient.java index 5d05827787..8e9d31e7e2 100644 --- a/examples/src/main/java/io/grpc/examples/helloworld/HelloWorldClient.java +++ b/examples/src/main/java/io/grpc/examples/helloworld/HelloWorldClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java b/examples/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java index f02ad56a64..4c021a8a05 100644 --- a/examples/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java +++ b/examples/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/src/main/java/io/grpc/examples/helloworldtls/HelloWorldClientTls.java b/examples/src/main/java/io/grpc/examples/helloworldtls/HelloWorldClientTls.java index b335bd15d1..8be0b38e07 100644 --- a/examples/src/main/java/io/grpc/examples/helloworldtls/HelloWorldClientTls.java +++ b/examples/src/main/java/io/grpc/examples/helloworldtls/HelloWorldClientTls.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/src/main/java/io/grpc/examples/helloworldtls/HelloWorldServerTls.java b/examples/src/main/java/io/grpc/examples/helloworldtls/HelloWorldServerTls.java index 47c663da91..7e7c66053a 100644 --- a/examples/src/main/java/io/grpc/examples/helloworldtls/HelloWorldServerTls.java +++ b/examples/src/main/java/io/grpc/examples/helloworldtls/HelloWorldServerTls.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/src/main/java/io/grpc/examples/manualflowcontrol/ManualFlowControlClient.java b/examples/src/main/java/io/grpc/examples/manualflowcontrol/ManualFlowControlClient.java index 53d490bbca..60c799eecb 100644 --- a/examples/src/main/java/io/grpc/examples/manualflowcontrol/ManualFlowControlClient.java +++ b/examples/src/main/java/io/grpc/examples/manualflowcontrol/ManualFlowControlClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/src/main/java/io/grpc/examples/manualflowcontrol/ManualFlowControlServer.java b/examples/src/main/java/io/grpc/examples/manualflowcontrol/ManualFlowControlServer.java index 13e87dbaec..3d12fc5c24 100644 --- a/examples/src/main/java/io/grpc/examples/manualflowcontrol/ManualFlowControlServer.java +++ b/examples/src/main/java/io/grpc/examples/manualflowcontrol/ManualFlowControlServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/src/main/java/io/grpc/examples/routeguide/RouteGuideClient.java b/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideClient.java index c96c53e0b3..6e22ba5286 100644 --- a/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideClient.java +++ b/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/src/main/java/io/grpc/examples/routeguide/RouteGuideServer.java b/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideServer.java index 4d9cd201eb..36f12e66f7 100644 --- a/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideServer.java +++ b/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/src/main/java/io/grpc/examples/routeguide/RouteGuideUtil.java b/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideUtil.java index f68386d346..6e49492da0 100644 --- a/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideUtil.java +++ b/examples/src/main/java/io/grpc/examples/routeguide/RouteGuideUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/src/main/proto/hello_streaming.proto b/examples/src/main/proto/hello_streaming.proto index e436a05ced..325b9093b0 100644 --- a/examples/src/main/proto/hello_streaming.proto +++ b/examples/src/main/proto/hello_streaming.proto @@ -1,12 +1,11 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/examples/src/main/proto/helloworld.proto b/examples/src/main/proto/helloworld.proto index 78441b2d53..c60d9416f1 100644 --- a/examples/src/main/proto/helloworld.proto +++ b/examples/src/main/proto/helloworld.proto @@ -1,12 +1,11 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/examples/src/main/proto/route_guide.proto b/examples/src/main/proto/route_guide.proto index 9994997faf..3c179f2ff1 100644 --- a/examples/src/main/proto/route_guide.proto +++ b/examples/src/main/proto/route_guide.proto @@ -1,12 +1,11 @@ -// Copyright 2015, gRPC Authors -// All rights reserved. +// Copyright 2015 The gRPC Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/examples/src/test/java/io/grpc/examples/header/HeaderClientInterceptorTest.java b/examples/src/test/java/io/grpc/examples/header/HeaderClientInterceptorTest.java index 0123ce9610..99da28fbbc 100644 --- a/examples/src/test/java/io/grpc/examples/header/HeaderClientInterceptorTest.java +++ b/examples/src/test/java/io/grpc/examples/header/HeaderClientInterceptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/src/test/java/io/grpc/examples/header/HeaderServerInterceptorTest.java b/examples/src/test/java/io/grpc/examples/header/HeaderServerInterceptorTest.java index 257389d460..3ba0bc5b97 100644 --- a/examples/src/test/java/io/grpc/examples/header/HeaderServerInterceptorTest.java +++ b/examples/src/test/java/io/grpc/examples/header/HeaderServerInterceptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/src/test/java/io/grpc/examples/helloworld/HelloWorldClientTest.java b/examples/src/test/java/io/grpc/examples/helloworld/HelloWorldClientTest.java index 7d1237de5f..07ef4017f4 100644 --- a/examples/src/test/java/io/grpc/examples/helloworld/HelloWorldClientTest.java +++ b/examples/src/test/java/io/grpc/examples/helloworld/HelloWorldClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, gRPC Authors All rights reserved. + * Copyright 2015 The gRPC 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/src/test/java/io/grpc/examples/helloworld/HelloWorldServerTest.java b/examples/src/test/java/io/grpc/examples/helloworld/HelloWorldServerTest.java index d0e5effdc8..8008c7b4ac 100644 --- a/examples/src/test/java/io/grpc/examples/helloworld/HelloWorldServerTest.java +++ b/examples/src/test/java/io/grpc/examples/helloworld/HelloWorldServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/src/test/java/io/grpc/examples/routeguide/RouteGuideClientTest.java b/examples/src/test/java/io/grpc/examples/routeguide/RouteGuideClientTest.java index 03bb88f076..794fcef858 100644 --- a/examples/src/test/java/io/grpc/examples/routeguide/RouteGuideClientTest.java +++ b/examples/src/test/java/io/grpc/examples/routeguide/RouteGuideClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/src/test/java/io/grpc/examples/routeguide/RouteGuideServerTest.java b/examples/src/test/java/io/grpc/examples/routeguide/RouteGuideServerTest.java index c9ed33b386..cd88d08101 100644 --- a/examples/src/test/java/io/grpc/examples/routeguide/RouteGuideServerTest.java +++ b/examples/src/test/java/io/grpc/examples/routeguide/RouteGuideServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016, gRPC Authors All rights reserved. + * Copyright 2016 The gRPC 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/gae-interop-testing/gae-jdk7/build.gradle b/gae-interop-testing/gae-jdk7/build.gradle index 06de80c262..a459432006 100644 --- a/gae-interop-testing/gae-jdk7/build.gradle +++ b/gae-interop-testing/gae-jdk7/build.gradle @@ -1,4 +1,4 @@ -// Copyright 2017, gRPC Authors All rights reserved. +// Copyright 2017 The gRPC 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/gae-interop-testing/gae-jdk7/src/main/java/io/grpc/testing/integration/OkHttpClientInteropServlet.java b/gae-interop-testing/gae-jdk7/src/main/java/io/grpc/testing/integration/OkHttpClientInteropServlet.java index 7e6fa53667..ed3c114e30 100644 --- a/gae-interop-testing/gae-jdk7/src/main/java/io/grpc/testing/integration/OkHttpClientInteropServlet.java +++ b/gae-interop-testing/gae-jdk7/src/main/java/io/grpc/testing/integration/OkHttpClientInteropServlet.java @@ -1,5 +1,5 @@ /* - * Copyright 2017, gRPC Authors All rights reserved. + * Copyright 2017 The gRPC 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/gae-interop-testing/gae-jdk7/src/main/webapp/WEB-INF/appengine-web.xml b/gae-interop-testing/gae-jdk7/src/main/webapp/WEB-INF/appengine-web.xml index f874981a0f..30227a4000 100644 --- a/gae-interop-testing/gae-jdk7/src/main/webapp/WEB-INF/appengine-web.xml +++ b/gae-interop-testing/gae-jdk7/src/main/webapp/WEB-INF/appengine-web.xml @@ -1,6 +1,6 @@