From e400ff7d830f96997e0a18e591045ed2b628269a Mon Sep 17 00:00:00 2001 From: Hakky54 Date: Mon, 17 Jan 2022 21:57:57 +0100 Subject: [PATCH 1/2] Fixed dangling javadoc comment warning by applying new mapping --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 058bf61a2..688ebdb99 100644 --- a/pom.xml +++ b/pom.xml @@ -582,7 +582,7 @@ true - JAVADOC_STYLE + SLASHSTAR_STYLE From b29c79c8d87e5d49892d4aac1983ebfe8ce7fc53 Mon Sep 17 00:00:00 2001 From: Marvin Froeder Date: Tue, 18 Jan 2022 10:11:19 +1300 Subject: [PATCH 2/2] Apply comment header formatter --- .../src/main/java/feign/error/AnnotationErrorDecoder.java | 4 ++-- .../src/main/java/feign/error/ErrorCodes.java | 4 ++-- .../src/main/java/feign/error/ErrorHandling.java | 4 ++-- .../src/main/java/feign/error/ExceptionGenerator.java | 4 ++-- .../src/main/java/feign/error/FeignExceptionConstructor.java | 4 ++-- .../src/main/java/feign/error/MethodErrorHandler.java | 4 ++-- .../src/main/java/feign/error/ResponseBody.java | 4 ++-- .../src/main/java/feign/error/ResponseHeaders.java | 4 ++-- .../java/feign/error/AbstractAnnotationErrorDecoderTest.java | 4 ++-- .../AnnotationErrorDecoderAnnotationInheritanceTest.java | 4 ++-- .../error/AnnotationErrorDecoderClassInheritanceTest.java | 4 ++-- .../AnnotationErrorDecoderExceptionConstructorsTest.java | 4 ++-- .../error/AnnotationErrorDecoderIllegalInterfacesTest.java | 4 ++-- ...tationErrorDecoderInheritanceClassLevelAnnotationTest.java | 4 ++-- ...ationErrorDecoderInheritanceMethodLevelAnnotationTest.java | 4 ++-- .../feign/error/AnnotationErrorDecoderInheritanceTest.java | 4 ++-- .../feign/error/AnnotationErrorDecoderNoAnnotationTest.java | 4 ++-- .../java/feign/error/AnnotationErrorDecoderPriorityTest.java | 4 ++-- .../src/test/java/feign/error/TestPojo.java | 4 ++-- .../main/java/feign/apttestgenerator/ArgumentDefinition.java | 4 ++-- .../main/java/feign/apttestgenerator/ClientDefinition.java | 4 ++-- .../main/java/feign/apttestgenerator/GenerateTestStubAPT.java | 4 ++-- .../main/java/feign/apttestgenerator/MethodDefinition.java | 4 ++-- .../src/test/java/example/github/GitHubStub.java | 4 ++-- .../java/feign/apttestgenerator/GenerateTestStubAPTTest.java | 4 ++-- .../main/java/feign/benchmark/DecoderIteratorsBenchmark.java | 4 ++-- .../src/main/java/feign/benchmark/FeignTestInterface.java | 4 ++-- .../src/main/java/feign/benchmark/RealRequestBenchmarks.java | 4 ++-- .../java/feign/benchmark/WhatShouldWeCacheBenchmarks.java | 4 ++-- core/src/main/java/feign/AlwaysEncodeBodyContract.java | 4 ++-- core/src/main/java/feign/AsyncClient.java | 4 ++-- core/src/main/java/feign/AsyncFeign.java | 4 ++-- core/src/main/java/feign/AsyncInvocation.java | 4 ++-- core/src/main/java/feign/AsyncJoinException.java | 4 ++-- core/src/main/java/feign/AsyncResponseHandler.java | 4 ++-- core/src/main/java/feign/Body.java | 4 ++-- core/src/main/java/feign/Capability.java | 4 ++-- core/src/main/java/feign/Client.java | 4 ++-- core/src/main/java/feign/CollectionFormat.java | 4 ++-- core/src/main/java/feign/Contract.java | 4 ++-- core/src/main/java/feign/DeclarativeContract.java | 4 ++-- core/src/main/java/feign/DefaultMethodHandler.java | 4 ++-- core/src/main/java/feign/ExceptionPropagationPolicy.java | 4 ++-- core/src/main/java/feign/Experimental.java | 4 ++-- core/src/main/java/feign/Feign.java | 4 ++-- core/src/main/java/feign/FeignException.java | 4 ++-- core/src/main/java/feign/HeaderMap.java | 4 ++-- core/src/main/java/feign/Headers.java | 4 ++-- core/src/main/java/feign/InvocationHandlerFactory.java | 4 ++-- core/src/main/java/feign/Logger.java | 4 ++-- core/src/main/java/feign/MethodInfo.java | 4 ++-- core/src/main/java/feign/MethodMetadata.java | 4 ++-- core/src/main/java/feign/Param.java | 4 ++-- core/src/main/java/feign/QueryMap.java | 4 ++-- core/src/main/java/feign/QueryMapEncoder.java | 4 ++-- core/src/main/java/feign/ReflectiveAsyncFeign.java | 4 ++-- core/src/main/java/feign/ReflectiveFeign.java | 4 ++-- core/src/main/java/feign/Request.java | 4 ++-- core/src/main/java/feign/RequestInterceptor.java | 4 ++-- core/src/main/java/feign/RequestLine.java | 4 ++-- core/src/main/java/feign/RequestTemplate.java | 4 ++-- core/src/main/java/feign/Response.java | 4 ++-- core/src/main/java/feign/ResponseMapper.java | 4 ++-- core/src/main/java/feign/RetryableException.java | 4 ++-- core/src/main/java/feign/Retryer.java | 4 ++-- core/src/main/java/feign/SynchronousMethodHandler.java | 4 ++-- core/src/main/java/feign/Target.java | 4 ++-- core/src/main/java/feign/Types.java | 4 ++-- core/src/main/java/feign/Util.java | 4 ++-- core/src/main/java/feign/auth/Base64.java | 4 ++-- .../src/main/java/feign/auth/BasicAuthRequestInterceptor.java | 4 ++-- core/src/main/java/feign/codec/DecodeException.java | 4 ++-- core/src/main/java/feign/codec/Decoder.java | 4 ++-- core/src/main/java/feign/codec/EncodeException.java | 4 ++-- core/src/main/java/feign/codec/Encoder.java | 4 ++-- core/src/main/java/feign/codec/ErrorDecoder.java | 4 ++-- core/src/main/java/feign/codec/StringDecoder.java | 4 ++-- core/src/main/java/feign/optionals/OptionalDecoder.java | 4 ++-- core/src/main/java/feign/querymap/BeanQueryMapEncoder.java | 4 ++-- core/src/main/java/feign/querymap/FieldQueryMapEncoder.java | 4 ++-- core/src/main/java/feign/stream/StreamDecoder.java | 4 ++-- core/src/main/java/feign/template/BodyTemplate.java | 4 ++-- core/src/main/java/feign/template/Expression.java | 4 ++-- core/src/main/java/feign/template/Expressions.java | 4 ++-- core/src/main/java/feign/template/HeaderTemplate.java | 4 ++-- core/src/main/java/feign/template/Literal.java | 4 ++-- core/src/main/java/feign/template/QueryTemplate.java | 4 ++-- core/src/main/java/feign/template/Template.java | 4 ++-- core/src/main/java/feign/template/TemplateChunk.java | 4 ++-- core/src/main/java/feign/template/UriTemplate.java | 4 ++-- core/src/main/java/feign/template/UriUtils.java | 4 ++-- core/src/test/java/feign/AlwaysEncodeBodyContractTest.java | 4 ++-- core/src/test/java/feign/AsyncFeignTest.java | 4 ++-- core/src/test/java/feign/BaseApiTest.java | 4 ++-- core/src/test/java/feign/CapabilityTest.java | 4 ++-- core/src/test/java/feign/ChildPojo.java | 4 ++-- .../src/test/java/feign/ContractWithRuntimeInjectionTest.java | 4 ++-- core/src/test/java/feign/CustomPojo.java | 4 ++-- core/src/test/java/feign/DefaultContractInheritanceTest.java | 4 ++-- core/src/test/java/feign/DefaultContractTest.java | 4 ++-- core/src/test/java/feign/DefaultQueryMapEncoderTest.java | 4 ++-- core/src/test/java/feign/EmptyTargetTest.java | 4 ++-- core/src/test/java/feign/EnumForNameTest.java | 4 ++-- core/src/test/java/feign/FeignBuilderTest.java | 4 ++-- core/src/test/java/feign/FeignExceptionTest.java | 4 ++-- core/src/test/java/feign/FeignTest.java | 4 ++-- core/src/test/java/feign/FeignUnderAsyncTest.java | 4 ++-- core/src/test/java/feign/LoggerTest.java | 4 ++-- core/src/test/java/feign/MethodMetadataPresenceTest.java | 4 ++-- core/src/test/java/feign/MultipleLoggerTest.java | 4 ++-- core/src/test/java/feign/OptionsTest.java | 4 ++-- core/src/test/java/feign/PropertyPojo.java | 4 ++-- core/src/test/java/feign/QueryMapEncoderObject.java | 4 ++-- core/src/test/java/feign/RequestTemplateTest.java | 4 ++-- core/src/test/java/feign/ResponseTest.java | 4 ++-- core/src/test/java/feign/RetryerTest.java | 4 ++-- core/src/test/java/feign/TargetTest.java | 4 ++-- core/src/test/java/feign/TypesResolveReturnTypeTest.java | 4 ++-- core/src/test/java/feign/UtilTest.java | 4 ++-- core/src/test/java/feign/assertj/FeignAssertions.java | 4 ++-- core/src/test/java/feign/assertj/MockWebServerAssertions.java | 4 ++-- core/src/test/java/feign/assertj/RecordedRequestAssert.java | 4 ++-- core/src/test/java/feign/assertj/RequestTemplateAssert.java | 4 ++-- .../test/java/feign/auth/BasicAuthRequestInterceptorTest.java | 4 ++-- core/src/test/java/feign/client/AbstractClientTest.java | 4 ++-- core/src/test/java/feign/client/DefaultClientTest.java | 4 ++-- core/src/test/java/feign/client/TrustingSSLSocketFactory.java | 4 ++-- core/src/test/java/feign/codec/DefaultDecoderTest.java | 4 ++-- core/src/test/java/feign/codec/DefaultEncoderTest.java | 4 ++-- .../java/feign/codec/DefaultErrorDecoderHttpErrorTest.java | 4 ++-- core/src/test/java/feign/codec/DefaultErrorDecoderTest.java | 4 ++-- core/src/test/java/feign/codec/RetryAfterDecoderTest.java | 4 ++-- core/src/test/java/feign/examples/GitHubExample.java | 4 ++-- core/src/test/java/feign/optionals/OptionalDecoderTests.java | 4 ++-- .../src/test/java/feign/querymap/BeanQueryMapEncoderTest.java | 4 ++-- .../test/java/feign/querymap/FieldQueryMapEncoderTest.java | 4 ++-- core/src/test/java/feign/stream/StreamDecoderTest.java | 4 ++-- core/src/test/java/feign/template/BodyTemplateTest.java | 4 ++-- core/src/test/java/feign/template/HeaderTemplateTest.java | 4 ++-- core/src/test/java/feign/template/QueryTemplateTest.java | 4 ++-- core/src/test/java/feign/template/UriTemplateTest.java | 4 ++-- core/src/test/java/feign/template/UriUtilsTest.java | 4 ++-- .../src/main/java/feign/metrics4/CountingInputStream.java | 4 ++-- .../src/main/java/feign/metrics4/FeignMetricName.java | 4 ++-- .../src/main/java/feign/metrics4/MeteredBody.java | 4 ++-- .../src/main/java/feign/metrics4/MeteredClient.java | 4 ++-- .../src/main/java/feign/metrics4/MeteredDecoder.java | 4 ++-- .../src/main/java/feign/metrics4/MeteredEncoder.java | 4 ++-- .../java/feign/metrics4/MeteredInvocationHandleFactory.java | 4 ++-- .../src/main/java/feign/metrics4/MetricSuppliers.java | 4 ++-- .../src/main/java/feign/metrics4/Metrics4Capability.java | 4 ++-- .../src/test/java/feign/metrics4/Metrics4CapabilityTest.java | 4 ++-- .../src/main/java/feign/metrics5/CountingInputStream.java | 4 ++-- .../src/main/java/feign/metrics5/FeignMetricName.java | 4 ++-- .../src/main/java/feign/metrics5/MeteredBody.java | 4 ++-- .../src/main/java/feign/metrics5/MeteredClient.java | 4 ++-- .../src/main/java/feign/metrics5/MeteredDecoder.java | 4 ++-- .../src/main/java/feign/metrics5/MeteredEncoder.java | 4 ++-- .../java/feign/metrics5/MeteredInvocationHandleFactory.java | 4 ++-- .../src/main/java/feign/metrics5/MetricSuppliers.java | 4 ++-- .../src/main/java/feign/metrics5/Metrics5Capability.java | 4 ++-- .../src/test/java/feign/metrics5/Metrics5CapabilityTest.java | 4 ++-- .../src/main/java/example/github/GitHubExample.java | 4 ++-- .../src/test/java/feign/example/github/GitHubExampleIT.java | 4 ++-- .../src/main/java/example/wikipedia/ResponseAdapter.java | 4 ++-- .../src/main/java/example/wikipedia/WikipediaExample.java | 4 ++-- .../test/java/feign/example/wikipedia/WikipediaExampleIT.java | 4 ++-- .../main/java/feign/googlehttpclient/GoogleHttpClient.java | 4 ++-- .../java/feign/googlehttpclient/GoogleHttpClientTest.java | 4 ++-- gson/src/main/java/feign/gson/DoubleToIntMapTypeAdapter.java | 4 ++-- gson/src/main/java/feign/gson/GsonDecoder.java | 4 ++-- gson/src/main/java/feign/gson/GsonEncoder.java | 4 ++-- gson/src/main/java/feign/gson/GsonFactory.java | 4 ++-- gson/src/test/java/feign/gson/GsonCodecTest.java | 4 ++-- gson/src/test/java/feign/gson/examples/GitHubExample.java | 4 ++-- hc5/src/main/java/feign/hc5/ApacheHttp5Client.java | 4 ++-- hc5/src/main/java/feign/hc5/AsyncApacheHttp5Client.java | 4 ++-- hc5/src/test/java/feign/hc5/ApacheHttp5ClientTest.java | 4 ++-- hc5/src/test/java/feign/hc5/AsyncApacheHttp5ClientTest.java | 4 ++-- hc5/src/test/java/feign/hc5/CustomPojo.java | 4 ++-- .../src/main/java/feign/httpclient/ApacheHttpClient.java | 4 ++-- .../src/test/java/feign/httpclient/ApacheHttpClientTest.java | 4 ++-- hystrix/src/main/java/feign/hystrix/FallbackFactory.java | 4 ++-- hystrix/src/main/java/feign/hystrix/HystrixCapability.java | 4 ++-- .../main/java/feign/hystrix/HystrixDelegatingContract.java | 4 ++-- hystrix/src/main/java/feign/hystrix/HystrixFeign.java | 4 ++-- .../src/main/java/feign/hystrix/HystrixInvocationHandler.java | 4 ++-- .../main/java/feign/hystrix/ObservableCompletableFuture.java | 4 ++-- hystrix/src/main/java/feign/hystrix/SetterFactory.java | 4 ++-- hystrix/src/test/java/feign/hystrix/FallbackFactoryTest.java | 4 ++-- hystrix/src/test/java/feign/hystrix/HystrixBuilderTest.java | 4 ++-- .../src/test/java/feign/hystrix/HystrixCapabilityTest.java | 4 ++-- hystrix/src/test/java/feign/hystrix/SetterFactoryTest.java | 4 ++-- .../main/java/feign/jackson/jaxb/JacksonJaxbJsonDecoder.java | 4 ++-- .../main/java/feign/jackson/jaxb/JacksonJaxbJsonEncoder.java | 4 ++-- .../test/java/feign/jackson/jaxb/JacksonJaxbCodecTest.java | 4 ++-- .../src/main/java/feign/jackson/jr/JacksonJrDecoder.java | 4 ++-- .../src/main/java/feign/jackson/jr/JacksonJrEncoder.java | 4 ++-- .../src/main/java/feign/jackson/jr/JacksonJrMapper.java | 4 ++-- .../src/test/java/feign/jackson/jr/JacksonCodecTest.java | 4 ++-- .../test/java/feign/jackson/jr/JavaLocalDateExtension.java | 4 ++-- .../test/java/feign/jackson/jr/examples/GitHubExample.java | 4 ++-- jackson/src/main/java/feign/jackson/JacksonDecoder.java | 4 ++-- jackson/src/main/java/feign/jackson/JacksonEncoder.java | 4 ++-- .../src/main/java/feign/jackson/JacksonIteratorDecoder.java | 4 ++-- jackson/src/test/java/feign/jackson/JacksonCodecTest.java | 4 ++-- jackson/src/test/java/feign/jackson/JacksonIteratorTest.java | 4 ++-- .../src/test/java/feign/jackson/examples/GitHubExample.java | 4 ++-- .../java/feign/jackson/examples/GitHubIteratorExample.java | 4 ++-- java11/src/main/java/feign/http2client/Http2Client.java | 4 ++-- java11/src/test/java/feign/http2client/test/CustomPojo.java | 4 ++-- .../java/feign/http2client/test/Http2ClientAsyncTest.java | 4 ++-- .../src/test/java/feign/http2client/test/Http2ClientTest.java | 4 ++-- jaxb/src/main/java/feign/jaxb/JAXBContextFactory.java | 4 ++-- jaxb/src/main/java/feign/jaxb/JAXBDecoder.java | 4 ++-- jaxb/src/main/java/feign/jaxb/JAXBEncoder.java | 4 ++-- jaxb/src/test/java/feign/jaxb/JAXBCodecTest.java | 4 ++-- jaxb/src/test/java/feign/jaxb/JAXBContextFactoryTest.java | 4 ++-- .../test/java/feign/jaxb/examples/AWSSignatureVersion4.java | 4 ++-- jaxb/src/test/java/feign/jaxb/examples/IAMExample.java | 4 ++-- jaxb/src/test/java/feign/jaxb/examples/package-info.java | 4 ++-- jaxrs/src/main/java/feign/jaxrs/JAXRSContract.java | 4 ++-- jaxrs/src/test/java/feign/jaxrs/JAXRSContractTest.java | 4 ++-- jaxrs/src/test/java/feign/jaxrs/examples/GitHubExample.java | 4 ++-- jaxrs2/src/main/java/feign/jaxrs2/JAXRS2Contract.java | 4 ++-- jaxrs2/src/main/java/feign/jaxrs2/JAXRSClient.java | 4 ++-- jaxrs2/src/test/java/feign/jaxrs2/JAXRS2ContractTest.java | 4 ++-- jaxrs2/src/test/java/feign/jaxrs2/JAXRSClientTest.java | 4 ++-- json/src/main/java/feign/json/JsonDecoder.java | 4 ++-- json/src/main/java/feign/json/JsonEncoder.java | 4 ++-- json/src/test/java/feign/json/JsonCodecTest.java | 4 ++-- json/src/test/java/feign/json/JsonDecoderTest.java | 4 ++-- json/src/test/java/feign/json/JsonEncoderTest.java | 4 ++-- json/src/test/java/feign/json/examples/GitHubExample.java | 4 ++-- .../src/main/java/feign/micrometer/CountingInputStream.java | 4 ++-- .../src/main/java/feign/micrometer/FeignMetricName.java | 4 ++-- .../main/java/feign/micrometer/FeignMetricTagResolver.java | 4 ++-- micrometer/src/main/java/feign/micrometer/MeteredBody.java | 4 ++-- micrometer/src/main/java/feign/micrometer/MeteredClient.java | 4 ++-- micrometer/src/main/java/feign/micrometer/MeteredDecoder.java | 4 ++-- micrometer/src/main/java/feign/micrometer/MeteredEncoder.java | 4 ++-- .../java/feign/micrometer/MeteredInvocationHandleFactory.java | 4 ++-- micrometer/src/main/java/feign/micrometer/MetricName.java | 4 ++-- .../src/main/java/feign/micrometer/MetricTagResolver.java | 4 ++-- .../src/main/java/feign/micrometer/MicrometerCapability.java | 4 ++-- .../test/java/feign/micrometer/AbstractMetricsTestBase.java | 4 ++-- .../test/java/feign/micrometer/MicrometerCapabilityTest.java | 4 ++-- mock/src/main/java/feign/mock/HttpMethod.java | 4 ++-- mock/src/main/java/feign/mock/MockClient.java | 4 ++-- mock/src/main/java/feign/mock/MockTarget.java | 4 ++-- mock/src/main/java/feign/mock/RequestHeaders.java | 4 ++-- mock/src/main/java/feign/mock/RequestKey.java | 4 ++-- mock/src/main/java/feign/mock/VerificationAssertionError.java | 4 ++-- mock/src/test/java/feign/mock/HttpProtocolVersionTest.java | 4 ++-- mock/src/test/java/feign/mock/MockClientSequentialTest.java | 4 ++-- mock/src/test/java/feign/mock/MockClientTest.java | 4 ++-- mock/src/test/java/feign/mock/MockTargetTest.java | 4 ++-- mock/src/test/java/feign/mock/RequestHeadersTest.java | 4 ++-- mock/src/test/java/feign/mock/RequestKeyTest.java | 4 ++-- okhttp/src/main/java/feign/okhttp/OkHttpClient.java | 4 ++-- okhttp/src/test/java/feign/okhttp/OkHttpClientTest.java | 4 ++-- pom.xml | 2 +- .../main/java/feign/reactive/ReactiveDelegatingContract.java | 4 ++-- reactive/src/main/java/feign/reactive/ReactiveFeign.java | 4 ++-- .../main/java/feign/reactive/ReactiveInvocationHandler.java | 4 ++-- reactive/src/main/java/feign/reactive/ReactorFeign.java | 4 ++-- .../main/java/feign/reactive/ReactorInvocationHandler.java | 4 ++-- reactive/src/main/java/feign/reactive/RxJavaFeign.java | 4 ++-- .../src/main/java/feign/reactive/RxJavaInvocationHandler.java | 4 ++-- .../java/feign/reactive/ReactiveDelegatingContractTest.java | 4 ++-- .../java/feign/reactive/ReactiveFeignIntegrationTest.java | 4 ++-- .../java/feign/reactive/ReactiveInvocationHandlerTest.java | 4 ++-- ribbon/src/main/java/feign/ribbon/LBClient.java | 4 ++-- ribbon/src/main/java/feign/ribbon/LBClientFactory.java | 4 ++-- ribbon/src/main/java/feign/ribbon/LoadBalancingTarget.java | 4 ++-- ribbon/src/main/java/feign/ribbon/RibbonClient.java | 4 ++-- ribbon/src/test/java/feign/ribbon/LBClientFactoryTest.java | 4 ++-- ribbon/src/test/java/feign/ribbon/LBClientTest.java | 4 ++-- .../src/test/java/feign/ribbon/LoadBalancingTargetTest.java | 4 ++-- .../test/java/feign/ribbon/PropagateFirstIOExceptionTest.java | 4 ++-- ribbon/src/test/java/feign/ribbon/RibbonClientTest.java | 4 ++-- sax/src/main/java/feign/sax/SAXDecoder.java | 4 ++-- sax/src/test/java/feign/sax/SAXDecoderTest.java | 4 ++-- .../test/java/feign/sax/examples/AWSSignatureVersion4.java | 4 ++-- sax/src/test/java/feign/sax/examples/IAMExample.java | 4 ++-- slf4j/src/main/java/feign/slf4j/Slf4jLogger.java | 4 ++-- slf4j/src/test/java/feign/slf4j/Slf4jLoggerTest.java | 4 ++-- slf4j/src/test/java/org/slf4j/impl/RecordingSimpleLogger.java | 4 ++-- soap/src/main/java/feign/soap/SOAPDecoder.java | 4 ++-- soap/src/main/java/feign/soap/SOAPEncoder.java | 4 ++-- soap/src/main/java/feign/soap/SOAPErrorDecoder.java | 4 ++-- soap/src/test/java/feign/soap/SOAPCodecTest.java | 4 ++-- soap/src/test/java/feign/soap/SOAPFaultDecoderTest.java | 4 ++-- soap/src/test/java/feign/soap/package-info.java | 4 ++-- spring4/src/main/java/feign/spring/SpringContract.java | 4 ++-- spring4/src/test/java/feign/spring/Data.java | 4 ++-- spring4/src/test/java/feign/spring/SpringContractTest.java | 4 ++-- 297 files changed, 593 insertions(+), 593 deletions(-) diff --git a/annotation-error-decoder/src/main/java/feign/error/AnnotationErrorDecoder.java b/annotation-error-decoder/src/main/java/feign/error/AnnotationErrorDecoder.java index 14b703f2f..41c1ce9aa 100644 --- a/annotation-error-decoder/src/main/java/feign/error/AnnotationErrorDecoder.java +++ b/annotation-error-decoder/src/main/java/feign/error/AnnotationErrorDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/main/java/feign/error/ErrorCodes.java b/annotation-error-decoder/src/main/java/feign/error/ErrorCodes.java index ae92e0dcc..7810feb1d 100644 --- a/annotation-error-decoder/src/main/java/feign/error/ErrorCodes.java +++ b/annotation-error-decoder/src/main/java/feign/error/ErrorCodes.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/main/java/feign/error/ErrorHandling.java b/annotation-error-decoder/src/main/java/feign/error/ErrorHandling.java index be7b8e1b7..ffb13e065 100644 --- a/annotation-error-decoder/src/main/java/feign/error/ErrorHandling.java +++ b/annotation-error-decoder/src/main/java/feign/error/ErrorHandling.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/main/java/feign/error/ExceptionGenerator.java b/annotation-error-decoder/src/main/java/feign/error/ExceptionGenerator.java index 7e22e876e..433c9d78f 100644 --- a/annotation-error-decoder/src/main/java/feign/error/ExceptionGenerator.java +++ b/annotation-error-decoder/src/main/java/feign/error/ExceptionGenerator.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/main/java/feign/error/FeignExceptionConstructor.java b/annotation-error-decoder/src/main/java/feign/error/FeignExceptionConstructor.java index 6ebcab246..7877ae142 100644 --- a/annotation-error-decoder/src/main/java/feign/error/FeignExceptionConstructor.java +++ b/annotation-error-decoder/src/main/java/feign/error/FeignExceptionConstructor.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/main/java/feign/error/MethodErrorHandler.java b/annotation-error-decoder/src/main/java/feign/error/MethodErrorHandler.java index 4e74cb4fd..ca44b438d 100644 --- a/annotation-error-decoder/src/main/java/feign/error/MethodErrorHandler.java +++ b/annotation-error-decoder/src/main/java/feign/error/MethodErrorHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/main/java/feign/error/ResponseBody.java b/annotation-error-decoder/src/main/java/feign/error/ResponseBody.java index cce0da4e9..da9bb4c13 100644 --- a/annotation-error-decoder/src/main/java/feign/error/ResponseBody.java +++ b/annotation-error-decoder/src/main/java/feign/error/ResponseBody.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/main/java/feign/error/ResponseHeaders.java b/annotation-error-decoder/src/main/java/feign/error/ResponseHeaders.java index 7f70450c9..b5119838e 100644 --- a/annotation-error-decoder/src/main/java/feign/error/ResponseHeaders.java +++ b/annotation-error-decoder/src/main/java/feign/error/ResponseHeaders.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/test/java/feign/error/AbstractAnnotationErrorDecoderTest.java b/annotation-error-decoder/src/test/java/feign/error/AbstractAnnotationErrorDecoderTest.java index c71f02dc6..5a930932b 100644 --- a/annotation-error-decoder/src/test/java/feign/error/AbstractAnnotationErrorDecoderTest.java +++ b/annotation-error-decoder/src/test/java/feign/error/AbstractAnnotationErrorDecoderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderAnnotationInheritanceTest.java b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderAnnotationInheritanceTest.java index 796f08f97..b699874e7 100644 --- a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderAnnotationInheritanceTest.java +++ b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderAnnotationInheritanceTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderClassInheritanceTest.java b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderClassInheritanceTest.java index c1ebd49e4..a58a4de8e 100644 --- a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderClassInheritanceTest.java +++ b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderClassInheritanceTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderExceptionConstructorsTest.java b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderExceptionConstructorsTest.java index b99139999..3d4fd7005 100644 --- a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderExceptionConstructorsTest.java +++ b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderExceptionConstructorsTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderIllegalInterfacesTest.java b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderIllegalInterfacesTest.java index 53dffb6db..a4cfa4369 100644 --- a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderIllegalInterfacesTest.java +++ b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderIllegalInterfacesTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderInheritanceClassLevelAnnotationTest.java b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderInheritanceClassLevelAnnotationTest.java index 47d37746f..437dd2e32 100644 --- a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderInheritanceClassLevelAnnotationTest.java +++ b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderInheritanceClassLevelAnnotationTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderInheritanceMethodLevelAnnotationTest.java b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderInheritanceMethodLevelAnnotationTest.java index 5a4fbd823..da6c79e87 100644 --- a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderInheritanceMethodLevelAnnotationTest.java +++ b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderInheritanceMethodLevelAnnotationTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderInheritanceTest.java b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderInheritanceTest.java index 480f44edb..4228b70f5 100644 --- a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderInheritanceTest.java +++ b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderInheritanceTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderNoAnnotationTest.java b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderNoAnnotationTest.java index a0f57ccb5..ed788ba65 100644 --- a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderNoAnnotationTest.java +++ b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderNoAnnotationTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderPriorityTest.java b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderPriorityTest.java index 5036afe04..41ab6e076 100644 --- a/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderPriorityTest.java +++ b/annotation-error-decoder/src/test/java/feign/error/AnnotationErrorDecoderPriorityTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/annotation-error-decoder/src/test/java/feign/error/TestPojo.java b/annotation-error-decoder/src/test/java/feign/error/TestPojo.java index 24b98e710..9db75fc82 100644 --- a/annotation-error-decoder/src/test/java/feign/error/TestPojo.java +++ b/annotation-error-decoder/src/test/java/feign/error/TestPojo.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/apt-test-generator/src/main/java/feign/apttestgenerator/ArgumentDefinition.java b/apt-test-generator/src/main/java/feign/apttestgenerator/ArgumentDefinition.java index 0e97624d5..2a025983a 100644 --- a/apt-test-generator/src/main/java/feign/apttestgenerator/ArgumentDefinition.java +++ b/apt-test-generator/src/main/java/feign/apttestgenerator/ArgumentDefinition.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/apt-test-generator/src/main/java/feign/apttestgenerator/ClientDefinition.java b/apt-test-generator/src/main/java/feign/apttestgenerator/ClientDefinition.java index 59b75c439..79d0b3ee1 100644 --- a/apt-test-generator/src/main/java/feign/apttestgenerator/ClientDefinition.java +++ b/apt-test-generator/src/main/java/feign/apttestgenerator/ClientDefinition.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/apt-test-generator/src/main/java/feign/apttestgenerator/GenerateTestStubAPT.java b/apt-test-generator/src/main/java/feign/apttestgenerator/GenerateTestStubAPT.java index 07a9946bf..a9f558e95 100644 --- a/apt-test-generator/src/main/java/feign/apttestgenerator/GenerateTestStubAPT.java +++ b/apt-test-generator/src/main/java/feign/apttestgenerator/GenerateTestStubAPT.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/apt-test-generator/src/main/java/feign/apttestgenerator/MethodDefinition.java b/apt-test-generator/src/main/java/feign/apttestgenerator/MethodDefinition.java index 89650ed4e..f4cf73afb 100644 --- a/apt-test-generator/src/main/java/feign/apttestgenerator/MethodDefinition.java +++ b/apt-test-generator/src/main/java/feign/apttestgenerator/MethodDefinition.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/apt-test-generator/src/test/java/example/github/GitHubStub.java b/apt-test-generator/src/test/java/example/github/GitHubStub.java index 918a1f5ad..a464d0f10 100644 --- a/apt-test-generator/src/test/java/example/github/GitHubStub.java +++ b/apt-test-generator/src/test/java/example/github/GitHubStub.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/apt-test-generator/src/test/java/feign/apttestgenerator/GenerateTestStubAPTTest.java b/apt-test-generator/src/test/java/feign/apttestgenerator/GenerateTestStubAPTTest.java index c8ee009b7..138a6d08e 100644 --- a/apt-test-generator/src/test/java/feign/apttestgenerator/GenerateTestStubAPTTest.java +++ b/apt-test-generator/src/test/java/feign/apttestgenerator/GenerateTestStubAPTTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/benchmark/src/main/java/feign/benchmark/DecoderIteratorsBenchmark.java b/benchmark/src/main/java/feign/benchmark/DecoderIteratorsBenchmark.java index a52d4baf0..36cf0c665 100644 --- a/benchmark/src/main/java/feign/benchmark/DecoderIteratorsBenchmark.java +++ b/benchmark/src/main/java/feign/benchmark/DecoderIteratorsBenchmark.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/benchmark/src/main/java/feign/benchmark/FeignTestInterface.java b/benchmark/src/main/java/feign/benchmark/FeignTestInterface.java index babf9ab85..812976331 100644 --- a/benchmark/src/main/java/feign/benchmark/FeignTestInterface.java +++ b/benchmark/src/main/java/feign/benchmark/FeignTestInterface.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/benchmark/src/main/java/feign/benchmark/RealRequestBenchmarks.java b/benchmark/src/main/java/feign/benchmark/RealRequestBenchmarks.java index 9da45a442..498831ac1 100644 --- a/benchmark/src/main/java/feign/benchmark/RealRequestBenchmarks.java +++ b/benchmark/src/main/java/feign/benchmark/RealRequestBenchmarks.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/benchmark/src/main/java/feign/benchmark/WhatShouldWeCacheBenchmarks.java b/benchmark/src/main/java/feign/benchmark/WhatShouldWeCacheBenchmarks.java index 137a43be1..9c658f3a1 100644 --- a/benchmark/src/main/java/feign/benchmark/WhatShouldWeCacheBenchmarks.java +++ b/benchmark/src/main/java/feign/benchmark/WhatShouldWeCacheBenchmarks.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/AlwaysEncodeBodyContract.java b/core/src/main/java/feign/AlwaysEncodeBodyContract.java index ee4fa430d..5f742a2c3 100644 --- a/core/src/main/java/feign/AlwaysEncodeBodyContract.java +++ b/core/src/main/java/feign/AlwaysEncodeBodyContract.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/AsyncClient.java b/core/src/main/java/feign/AsyncClient.java index 7dacf4534..59c0d05ff 100644 --- a/core/src/main/java/feign/AsyncClient.java +++ b/core/src/main/java/feign/AsyncClient.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/AsyncFeign.java b/core/src/main/java/feign/AsyncFeign.java index e979caeea..7713f7de0 100644 --- a/core/src/main/java/feign/AsyncFeign.java +++ b/core/src/main/java/feign/AsyncFeign.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/AsyncInvocation.java b/core/src/main/java/feign/AsyncInvocation.java index dea0eab5c..c8c63da17 100644 --- a/core/src/main/java/feign/AsyncInvocation.java +++ b/core/src/main/java/feign/AsyncInvocation.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/AsyncJoinException.java b/core/src/main/java/feign/AsyncJoinException.java index e321d8cf7..5d7e83b6e 100644 --- a/core/src/main/java/feign/AsyncJoinException.java +++ b/core/src/main/java/feign/AsyncJoinException.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/AsyncResponseHandler.java b/core/src/main/java/feign/AsyncResponseHandler.java index 27c13920b..33c0d1b34 100644 --- a/core/src/main/java/feign/AsyncResponseHandler.java +++ b/core/src/main/java/feign/AsyncResponseHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Body.java b/core/src/main/java/feign/Body.java index cf0c60bda..e7336fbb1 100644 --- a/core/src/main/java/feign/Body.java +++ b/core/src/main/java/feign/Body.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Capability.java b/core/src/main/java/feign/Capability.java index 1d923732f..4e00895db 100644 --- a/core/src/main/java/feign/Capability.java +++ b/core/src/main/java/feign/Capability.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Client.java b/core/src/main/java/feign/Client.java index d35f2c17b..38058eccd 100644 --- a/core/src/main/java/feign/Client.java +++ b/core/src/main/java/feign/Client.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/CollectionFormat.java b/core/src/main/java/feign/CollectionFormat.java index f38fdeda4..a7e376ef7 100644 --- a/core/src/main/java/feign/CollectionFormat.java +++ b/core/src/main/java/feign/CollectionFormat.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Contract.java b/core/src/main/java/feign/Contract.java index 3d653ca9c..4186da477 100644 --- a/core/src/main/java/feign/Contract.java +++ b/core/src/main/java/feign/Contract.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/DeclarativeContract.java b/core/src/main/java/feign/DeclarativeContract.java index 81743dafb..f105ea0bb 100644 --- a/core/src/main/java/feign/DeclarativeContract.java +++ b/core/src/main/java/feign/DeclarativeContract.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/DefaultMethodHandler.java b/core/src/main/java/feign/DefaultMethodHandler.java index d2dc64c18..d7e35fd56 100644 --- a/core/src/main/java/feign/DefaultMethodHandler.java +++ b/core/src/main/java/feign/DefaultMethodHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/ExceptionPropagationPolicy.java b/core/src/main/java/feign/ExceptionPropagationPolicy.java index fbb47452f..a706414af 100644 --- a/core/src/main/java/feign/ExceptionPropagationPolicy.java +++ b/core/src/main/java/feign/ExceptionPropagationPolicy.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Experimental.java b/core/src/main/java/feign/Experimental.java index aa1ee161c..3205dce2c 100644 --- a/core/src/main/java/feign/Experimental.java +++ b/core/src/main/java/feign/Experimental.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Feign.java b/core/src/main/java/feign/Feign.java index 6962da649..32382a73f 100644 --- a/core/src/main/java/feign/Feign.java +++ b/core/src/main/java/feign/Feign.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/FeignException.java b/core/src/main/java/feign/FeignException.java index b62f59ff4..6d54d186f 100644 --- a/core/src/main/java/feign/FeignException.java +++ b/core/src/main/java/feign/FeignException.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/HeaderMap.java b/core/src/main/java/feign/HeaderMap.java index e8d89c7f2..51f3f1bd5 100644 --- a/core/src/main/java/feign/HeaderMap.java +++ b/core/src/main/java/feign/HeaderMap.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Headers.java b/core/src/main/java/feign/Headers.java index 77dcdc738..425ac1574 100644 --- a/core/src/main/java/feign/Headers.java +++ b/core/src/main/java/feign/Headers.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/InvocationHandlerFactory.java b/core/src/main/java/feign/InvocationHandlerFactory.java index 6a4811dd2..fbf13574b 100644 --- a/core/src/main/java/feign/InvocationHandlerFactory.java +++ b/core/src/main/java/feign/InvocationHandlerFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Logger.java b/core/src/main/java/feign/Logger.java index 763d432af..99740e53c 100644 --- a/core/src/main/java/feign/Logger.java +++ b/core/src/main/java/feign/Logger.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/MethodInfo.java b/core/src/main/java/feign/MethodInfo.java index 4d3f5777c..507f3872d 100644 --- a/core/src/main/java/feign/MethodInfo.java +++ b/core/src/main/java/feign/MethodInfo.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/MethodMetadata.java b/core/src/main/java/feign/MethodMetadata.java index b4370764d..81469fc8c 100644 --- a/core/src/main/java/feign/MethodMetadata.java +++ b/core/src/main/java/feign/MethodMetadata.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Param.java b/core/src/main/java/feign/Param.java index 7501cc29f..6789d9ed3 100644 --- a/core/src/main/java/feign/Param.java +++ b/core/src/main/java/feign/Param.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/QueryMap.java b/core/src/main/java/feign/QueryMap.java index 6515f21d7..7671d2a52 100644 --- a/core/src/main/java/feign/QueryMap.java +++ b/core/src/main/java/feign/QueryMap.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/QueryMapEncoder.java b/core/src/main/java/feign/QueryMapEncoder.java index 9551628f8..0eff49339 100644 --- a/core/src/main/java/feign/QueryMapEncoder.java +++ b/core/src/main/java/feign/QueryMapEncoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/ReflectiveAsyncFeign.java b/core/src/main/java/feign/ReflectiveAsyncFeign.java index f58fe66ac..71267c2fe 100644 --- a/core/src/main/java/feign/ReflectiveAsyncFeign.java +++ b/core/src/main/java/feign/ReflectiveAsyncFeign.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/ReflectiveFeign.java b/core/src/main/java/feign/ReflectiveFeign.java index 426f7cf96..40b081e37 100644 --- a/core/src/main/java/feign/ReflectiveFeign.java +++ b/core/src/main/java/feign/ReflectiveFeign.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Request.java b/core/src/main/java/feign/Request.java index 06d4e095f..a56f453b4 100644 --- a/core/src/main/java/feign/Request.java +++ b/core/src/main/java/feign/Request.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/RequestInterceptor.java b/core/src/main/java/feign/RequestInterceptor.java index 43a10fdad..bf6496be6 100644 --- a/core/src/main/java/feign/RequestInterceptor.java +++ b/core/src/main/java/feign/RequestInterceptor.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/RequestLine.java b/core/src/main/java/feign/RequestLine.java index aaffe07fa..3869f2fe1 100644 --- a/core/src/main/java/feign/RequestLine.java +++ b/core/src/main/java/feign/RequestLine.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/RequestTemplate.java b/core/src/main/java/feign/RequestTemplate.java index 0892cc6f2..04fe443c8 100644 --- a/core/src/main/java/feign/RequestTemplate.java +++ b/core/src/main/java/feign/RequestTemplate.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Response.java b/core/src/main/java/feign/Response.java index 00ace421b..84ad31d99 100644 --- a/core/src/main/java/feign/Response.java +++ b/core/src/main/java/feign/Response.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/ResponseMapper.java b/core/src/main/java/feign/ResponseMapper.java index 403ec6fc8..cbc249929 100644 --- a/core/src/main/java/feign/ResponseMapper.java +++ b/core/src/main/java/feign/ResponseMapper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/RetryableException.java b/core/src/main/java/feign/RetryableException.java index af92f1093..b81459837 100644 --- a/core/src/main/java/feign/RetryableException.java +++ b/core/src/main/java/feign/RetryableException.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Retryer.java b/core/src/main/java/feign/Retryer.java index 6b3b9b758..963b69208 100644 --- a/core/src/main/java/feign/Retryer.java +++ b/core/src/main/java/feign/Retryer.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/SynchronousMethodHandler.java b/core/src/main/java/feign/SynchronousMethodHandler.java index 14dbd54c6..7ee7e82dc 100644 --- a/core/src/main/java/feign/SynchronousMethodHandler.java +++ b/core/src/main/java/feign/SynchronousMethodHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Target.java b/core/src/main/java/feign/Target.java index 8c9b8dafa..393b40863 100644 --- a/core/src/main/java/feign/Target.java +++ b/core/src/main/java/feign/Target.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Types.java b/core/src/main/java/feign/Types.java index 757da3aa2..178abf4e0 100644 --- a/core/src/main/java/feign/Types.java +++ b/core/src/main/java/feign/Types.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/Util.java b/core/src/main/java/feign/Util.java index 783e9d530..376855758 100644 --- a/core/src/main/java/feign/Util.java +++ b/core/src/main/java/feign/Util.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/auth/Base64.java b/core/src/main/java/feign/auth/Base64.java index 2cea74f49..3d8a3b133 100644 --- a/core/src/main/java/feign/auth/Base64.java +++ b/core/src/main/java/feign/auth/Base64.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/auth/BasicAuthRequestInterceptor.java b/core/src/main/java/feign/auth/BasicAuthRequestInterceptor.java index 30db075c0..0392df673 100644 --- a/core/src/main/java/feign/auth/BasicAuthRequestInterceptor.java +++ b/core/src/main/java/feign/auth/BasicAuthRequestInterceptor.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/codec/DecodeException.java b/core/src/main/java/feign/codec/DecodeException.java index acf2be727..219be7361 100644 --- a/core/src/main/java/feign/codec/DecodeException.java +++ b/core/src/main/java/feign/codec/DecodeException.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/codec/Decoder.java b/core/src/main/java/feign/codec/Decoder.java index 889688862..3bb69639f 100644 --- a/core/src/main/java/feign/codec/Decoder.java +++ b/core/src/main/java/feign/codec/Decoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/codec/EncodeException.java b/core/src/main/java/feign/codec/EncodeException.java index 4ae19bcfe..400a25e73 100644 --- a/core/src/main/java/feign/codec/EncodeException.java +++ b/core/src/main/java/feign/codec/EncodeException.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/codec/Encoder.java b/core/src/main/java/feign/codec/Encoder.java index c650774fb..d2f304ef0 100644 --- a/core/src/main/java/feign/codec/Encoder.java +++ b/core/src/main/java/feign/codec/Encoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/codec/ErrorDecoder.java b/core/src/main/java/feign/codec/ErrorDecoder.java index 6fad000c4..6ed6b90cc 100644 --- a/core/src/main/java/feign/codec/ErrorDecoder.java +++ b/core/src/main/java/feign/codec/ErrorDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/codec/StringDecoder.java b/core/src/main/java/feign/codec/StringDecoder.java index 2e6143f9c..8d3b9838e 100644 --- a/core/src/main/java/feign/codec/StringDecoder.java +++ b/core/src/main/java/feign/codec/StringDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/optionals/OptionalDecoder.java b/core/src/main/java/feign/optionals/OptionalDecoder.java index 063c584d2..d8b87714a 100644 --- a/core/src/main/java/feign/optionals/OptionalDecoder.java +++ b/core/src/main/java/feign/optionals/OptionalDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/querymap/BeanQueryMapEncoder.java b/core/src/main/java/feign/querymap/BeanQueryMapEncoder.java index 8c473b7c6..3d64f6da0 100644 --- a/core/src/main/java/feign/querymap/BeanQueryMapEncoder.java +++ b/core/src/main/java/feign/querymap/BeanQueryMapEncoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/querymap/FieldQueryMapEncoder.java b/core/src/main/java/feign/querymap/FieldQueryMapEncoder.java index a74bd5658..c83c67e07 100644 --- a/core/src/main/java/feign/querymap/FieldQueryMapEncoder.java +++ b/core/src/main/java/feign/querymap/FieldQueryMapEncoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/stream/StreamDecoder.java b/core/src/main/java/feign/stream/StreamDecoder.java index 5d884f4a8..c5e796395 100644 --- a/core/src/main/java/feign/stream/StreamDecoder.java +++ b/core/src/main/java/feign/stream/StreamDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/template/BodyTemplate.java b/core/src/main/java/feign/template/BodyTemplate.java index 55ec05ffb..b6fe34094 100644 --- a/core/src/main/java/feign/template/BodyTemplate.java +++ b/core/src/main/java/feign/template/BodyTemplate.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/template/Expression.java b/core/src/main/java/feign/template/Expression.java index 12d3135d5..af3250ca7 100644 --- a/core/src/main/java/feign/template/Expression.java +++ b/core/src/main/java/feign/template/Expression.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/template/Expressions.java b/core/src/main/java/feign/template/Expressions.java index 012696b7e..8dc9f108d 100644 --- a/core/src/main/java/feign/template/Expressions.java +++ b/core/src/main/java/feign/template/Expressions.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/template/HeaderTemplate.java b/core/src/main/java/feign/template/HeaderTemplate.java index 3553c099a..cc1e9ce2e 100644 --- a/core/src/main/java/feign/template/HeaderTemplate.java +++ b/core/src/main/java/feign/template/HeaderTemplate.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/template/Literal.java b/core/src/main/java/feign/template/Literal.java index a3a591c81..d45773fc7 100644 --- a/core/src/main/java/feign/template/Literal.java +++ b/core/src/main/java/feign/template/Literal.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/template/QueryTemplate.java b/core/src/main/java/feign/template/QueryTemplate.java index 2d4ab0b19..e2c043808 100644 --- a/core/src/main/java/feign/template/QueryTemplate.java +++ b/core/src/main/java/feign/template/QueryTemplate.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/template/Template.java b/core/src/main/java/feign/template/Template.java index 5f4ea93c8..23889c063 100644 --- a/core/src/main/java/feign/template/Template.java +++ b/core/src/main/java/feign/template/Template.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/template/TemplateChunk.java b/core/src/main/java/feign/template/TemplateChunk.java index 22a9d14f1..cff2cc278 100644 --- a/core/src/main/java/feign/template/TemplateChunk.java +++ b/core/src/main/java/feign/template/TemplateChunk.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/template/UriTemplate.java b/core/src/main/java/feign/template/UriTemplate.java index ac3723d14..fbe5c1f8d 100644 --- a/core/src/main/java/feign/template/UriTemplate.java +++ b/core/src/main/java/feign/template/UriTemplate.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/main/java/feign/template/UriUtils.java b/core/src/main/java/feign/template/UriUtils.java index a5eaa0bfd..b04444e15 100644 --- a/core/src/main/java/feign/template/UriUtils.java +++ b/core/src/main/java/feign/template/UriUtils.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/AlwaysEncodeBodyContractTest.java b/core/src/test/java/feign/AlwaysEncodeBodyContractTest.java index 9d692996e..226205572 100644 --- a/core/src/test/java/feign/AlwaysEncodeBodyContractTest.java +++ b/core/src/test/java/feign/AlwaysEncodeBodyContractTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/AsyncFeignTest.java b/core/src/test/java/feign/AsyncFeignTest.java index c0ef5531e..43fb766c3 100644 --- a/core/src/test/java/feign/AsyncFeignTest.java +++ b/core/src/test/java/feign/AsyncFeignTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/BaseApiTest.java b/core/src/test/java/feign/BaseApiTest.java index b6506942d..0d02fd4eb 100644 --- a/core/src/test/java/feign/BaseApiTest.java +++ b/core/src/test/java/feign/BaseApiTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/CapabilityTest.java b/core/src/test/java/feign/CapabilityTest.java index ea21519e2..62e1bb702 100644 --- a/core/src/test/java/feign/CapabilityTest.java +++ b/core/src/test/java/feign/CapabilityTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/ChildPojo.java b/core/src/test/java/feign/ChildPojo.java index 92616461d..6dfe97890 100644 --- a/core/src/test/java/feign/ChildPojo.java +++ b/core/src/test/java/feign/ChildPojo.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/ContractWithRuntimeInjectionTest.java b/core/src/test/java/feign/ContractWithRuntimeInjectionTest.java index 219b2092b..0fe0d3754 100644 --- a/core/src/test/java/feign/ContractWithRuntimeInjectionTest.java +++ b/core/src/test/java/feign/ContractWithRuntimeInjectionTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/CustomPojo.java b/core/src/test/java/feign/CustomPojo.java index ed569e5d5..e177b549f 100644 --- a/core/src/test/java/feign/CustomPojo.java +++ b/core/src/test/java/feign/CustomPojo.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/DefaultContractInheritanceTest.java b/core/src/test/java/feign/DefaultContractInheritanceTest.java index 42195ea02..47197dbe6 100644 --- a/core/src/test/java/feign/DefaultContractInheritanceTest.java +++ b/core/src/test/java/feign/DefaultContractInheritanceTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/DefaultContractTest.java b/core/src/test/java/feign/DefaultContractTest.java index 259c24227..5b194ac3b 100644 --- a/core/src/test/java/feign/DefaultContractTest.java +++ b/core/src/test/java/feign/DefaultContractTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/DefaultQueryMapEncoderTest.java b/core/src/test/java/feign/DefaultQueryMapEncoderTest.java index 366fd82ee..6ba21408f 100644 --- a/core/src/test/java/feign/DefaultQueryMapEncoderTest.java +++ b/core/src/test/java/feign/DefaultQueryMapEncoderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/EmptyTargetTest.java b/core/src/test/java/feign/EmptyTargetTest.java index 4bb5e4778..aabbc75b5 100644 --- a/core/src/test/java/feign/EmptyTargetTest.java +++ b/core/src/test/java/feign/EmptyTargetTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/EnumForNameTest.java b/core/src/test/java/feign/EnumForNameTest.java index 812635238..cebec7426 100644 --- a/core/src/test/java/feign/EnumForNameTest.java +++ b/core/src/test/java/feign/EnumForNameTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/FeignBuilderTest.java b/core/src/test/java/feign/FeignBuilderTest.java index c3debc00c..36e229f32 100644 --- a/core/src/test/java/feign/FeignBuilderTest.java +++ b/core/src/test/java/feign/FeignBuilderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/FeignExceptionTest.java b/core/src/test/java/feign/FeignExceptionTest.java index b3a936d09..09ed97438 100644 --- a/core/src/test/java/feign/FeignExceptionTest.java +++ b/core/src/test/java/feign/FeignExceptionTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/FeignTest.java b/core/src/test/java/feign/FeignTest.java index 8aa94a357..ad7e5deea 100644 --- a/core/src/test/java/feign/FeignTest.java +++ b/core/src/test/java/feign/FeignTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/FeignUnderAsyncTest.java b/core/src/test/java/feign/FeignUnderAsyncTest.java index fee1677c1..3675498be 100644 --- a/core/src/test/java/feign/FeignUnderAsyncTest.java +++ b/core/src/test/java/feign/FeignUnderAsyncTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/LoggerTest.java b/core/src/test/java/feign/LoggerTest.java index 576bdd3ec..03bf1a88d 100644 --- a/core/src/test/java/feign/LoggerTest.java +++ b/core/src/test/java/feign/LoggerTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/MethodMetadataPresenceTest.java b/core/src/test/java/feign/MethodMetadataPresenceTest.java index 09a0f0a9e..90d971ef9 100644 --- a/core/src/test/java/feign/MethodMetadataPresenceTest.java +++ b/core/src/test/java/feign/MethodMetadataPresenceTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/MultipleLoggerTest.java b/core/src/test/java/feign/MultipleLoggerTest.java index 887280795..456e0419d 100644 --- a/core/src/test/java/feign/MultipleLoggerTest.java +++ b/core/src/test/java/feign/MultipleLoggerTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/OptionsTest.java b/core/src/test/java/feign/OptionsTest.java index f13720fca..0d701501e 100644 --- a/core/src/test/java/feign/OptionsTest.java +++ b/core/src/test/java/feign/OptionsTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/PropertyPojo.java b/core/src/test/java/feign/PropertyPojo.java index e5a4f3a08..81fcba957 100644 --- a/core/src/test/java/feign/PropertyPojo.java +++ b/core/src/test/java/feign/PropertyPojo.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/QueryMapEncoderObject.java b/core/src/test/java/feign/QueryMapEncoderObject.java index 3da3c855a..9dcf24b3e 100644 --- a/core/src/test/java/feign/QueryMapEncoderObject.java +++ b/core/src/test/java/feign/QueryMapEncoderObject.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/RequestTemplateTest.java b/core/src/test/java/feign/RequestTemplateTest.java index 158426635..c17c63b42 100644 --- a/core/src/test/java/feign/RequestTemplateTest.java +++ b/core/src/test/java/feign/RequestTemplateTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/ResponseTest.java b/core/src/test/java/feign/ResponseTest.java index ba56947d7..10296ccf7 100644 --- a/core/src/test/java/feign/ResponseTest.java +++ b/core/src/test/java/feign/ResponseTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/RetryerTest.java b/core/src/test/java/feign/RetryerTest.java index 7345fc274..5d40218c3 100644 --- a/core/src/test/java/feign/RetryerTest.java +++ b/core/src/test/java/feign/RetryerTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/TargetTest.java b/core/src/test/java/feign/TargetTest.java index 9570a0c03..2d06a3341 100644 --- a/core/src/test/java/feign/TargetTest.java +++ b/core/src/test/java/feign/TargetTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/TypesResolveReturnTypeTest.java b/core/src/test/java/feign/TypesResolveReturnTypeTest.java index 7a502e48e..16669e712 100644 --- a/core/src/test/java/feign/TypesResolveReturnTypeTest.java +++ b/core/src/test/java/feign/TypesResolveReturnTypeTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/UtilTest.java b/core/src/test/java/feign/UtilTest.java index d9e6b49e3..cbe57b4e6 100644 --- a/core/src/test/java/feign/UtilTest.java +++ b/core/src/test/java/feign/UtilTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/assertj/FeignAssertions.java b/core/src/test/java/feign/assertj/FeignAssertions.java index d480c692a..e916b9131 100644 --- a/core/src/test/java/feign/assertj/FeignAssertions.java +++ b/core/src/test/java/feign/assertj/FeignAssertions.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/assertj/MockWebServerAssertions.java b/core/src/test/java/feign/assertj/MockWebServerAssertions.java index 323438ed0..aa03cd8b2 100644 --- a/core/src/test/java/feign/assertj/MockWebServerAssertions.java +++ b/core/src/test/java/feign/assertj/MockWebServerAssertions.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/assertj/RecordedRequestAssert.java b/core/src/test/java/feign/assertj/RecordedRequestAssert.java index e49b61bdb..df3a1efdf 100644 --- a/core/src/test/java/feign/assertj/RecordedRequestAssert.java +++ b/core/src/test/java/feign/assertj/RecordedRequestAssert.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/assertj/RequestTemplateAssert.java b/core/src/test/java/feign/assertj/RequestTemplateAssert.java index 6afe8e26e..5a70d045f 100644 --- a/core/src/test/java/feign/assertj/RequestTemplateAssert.java +++ b/core/src/test/java/feign/assertj/RequestTemplateAssert.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/auth/BasicAuthRequestInterceptorTest.java b/core/src/test/java/feign/auth/BasicAuthRequestInterceptorTest.java index 862430403..a15d99e60 100644 --- a/core/src/test/java/feign/auth/BasicAuthRequestInterceptorTest.java +++ b/core/src/test/java/feign/auth/BasicAuthRequestInterceptorTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/client/AbstractClientTest.java b/core/src/test/java/feign/client/AbstractClientTest.java index 99f7b461c..45c8ce52a 100644 --- a/core/src/test/java/feign/client/AbstractClientTest.java +++ b/core/src/test/java/feign/client/AbstractClientTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/client/DefaultClientTest.java b/core/src/test/java/feign/client/DefaultClientTest.java index 42e3f1406..898902e03 100644 --- a/core/src/test/java/feign/client/DefaultClientTest.java +++ b/core/src/test/java/feign/client/DefaultClientTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/client/TrustingSSLSocketFactory.java b/core/src/test/java/feign/client/TrustingSSLSocketFactory.java index bc7d6d02c..09a2950c2 100644 --- a/core/src/test/java/feign/client/TrustingSSLSocketFactory.java +++ b/core/src/test/java/feign/client/TrustingSSLSocketFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/codec/DefaultDecoderTest.java b/core/src/test/java/feign/codec/DefaultDecoderTest.java index 262448aa6..78637820a 100644 --- a/core/src/test/java/feign/codec/DefaultDecoderTest.java +++ b/core/src/test/java/feign/codec/DefaultDecoderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/codec/DefaultEncoderTest.java b/core/src/test/java/feign/codec/DefaultEncoderTest.java index 23bbd958b..474d5feca 100644 --- a/core/src/test/java/feign/codec/DefaultEncoderTest.java +++ b/core/src/test/java/feign/codec/DefaultEncoderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/codec/DefaultErrorDecoderHttpErrorTest.java b/core/src/test/java/feign/codec/DefaultErrorDecoderHttpErrorTest.java index c172e3ba9..510680d35 100644 --- a/core/src/test/java/feign/codec/DefaultErrorDecoderHttpErrorTest.java +++ b/core/src/test/java/feign/codec/DefaultErrorDecoderHttpErrorTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/codec/DefaultErrorDecoderTest.java b/core/src/test/java/feign/codec/DefaultErrorDecoderTest.java index 1ddb42c52..42903e9ce 100644 --- a/core/src/test/java/feign/codec/DefaultErrorDecoderTest.java +++ b/core/src/test/java/feign/codec/DefaultErrorDecoderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/codec/RetryAfterDecoderTest.java b/core/src/test/java/feign/codec/RetryAfterDecoderTest.java index be018a59f..bde4017d6 100644 --- a/core/src/test/java/feign/codec/RetryAfterDecoderTest.java +++ b/core/src/test/java/feign/codec/RetryAfterDecoderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/examples/GitHubExample.java b/core/src/test/java/feign/examples/GitHubExample.java index a0af9ae81..a17f1439e 100644 --- a/core/src/test/java/feign/examples/GitHubExample.java +++ b/core/src/test/java/feign/examples/GitHubExample.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/optionals/OptionalDecoderTests.java b/core/src/test/java/feign/optionals/OptionalDecoderTests.java index 3538af621..d0294e482 100644 --- a/core/src/test/java/feign/optionals/OptionalDecoderTests.java +++ b/core/src/test/java/feign/optionals/OptionalDecoderTests.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/querymap/BeanQueryMapEncoderTest.java b/core/src/test/java/feign/querymap/BeanQueryMapEncoderTest.java index 4799069ec..674881bc3 100644 --- a/core/src/test/java/feign/querymap/BeanQueryMapEncoderTest.java +++ b/core/src/test/java/feign/querymap/BeanQueryMapEncoderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/querymap/FieldQueryMapEncoderTest.java b/core/src/test/java/feign/querymap/FieldQueryMapEncoderTest.java index 6c06fd67e..a7c9f9e6a 100644 --- a/core/src/test/java/feign/querymap/FieldQueryMapEncoderTest.java +++ b/core/src/test/java/feign/querymap/FieldQueryMapEncoderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/stream/StreamDecoderTest.java b/core/src/test/java/feign/stream/StreamDecoderTest.java index 3332bbcb1..0a9f94e62 100644 --- a/core/src/test/java/feign/stream/StreamDecoderTest.java +++ b/core/src/test/java/feign/stream/StreamDecoderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/template/BodyTemplateTest.java b/core/src/test/java/feign/template/BodyTemplateTest.java index 3b160988e..776f9a959 100644 --- a/core/src/test/java/feign/template/BodyTemplateTest.java +++ b/core/src/test/java/feign/template/BodyTemplateTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/template/HeaderTemplateTest.java b/core/src/test/java/feign/template/HeaderTemplateTest.java index 5dde1c2d7..6b18a086b 100644 --- a/core/src/test/java/feign/template/HeaderTemplateTest.java +++ b/core/src/test/java/feign/template/HeaderTemplateTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/template/QueryTemplateTest.java b/core/src/test/java/feign/template/QueryTemplateTest.java index 0c7a4d381..acf80f7f5 100644 --- a/core/src/test/java/feign/template/QueryTemplateTest.java +++ b/core/src/test/java/feign/template/QueryTemplateTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/template/UriTemplateTest.java b/core/src/test/java/feign/template/UriTemplateTest.java index 4a1e742f5..916d7a7ea 100644 --- a/core/src/test/java/feign/template/UriTemplateTest.java +++ b/core/src/test/java/feign/template/UriTemplateTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/core/src/test/java/feign/template/UriUtilsTest.java b/core/src/test/java/feign/template/UriUtilsTest.java index 7f4734d81..09d273a0e 100644 --- a/core/src/test/java/feign/template/UriUtilsTest.java +++ b/core/src/test/java/feign/template/UriUtilsTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics4/src/main/java/feign/metrics4/CountingInputStream.java b/dropwizard-metrics4/src/main/java/feign/metrics4/CountingInputStream.java index d3109d920..90888395b 100644 --- a/dropwizard-metrics4/src/main/java/feign/metrics4/CountingInputStream.java +++ b/dropwizard-metrics4/src/main/java/feign/metrics4/CountingInputStream.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics4/src/main/java/feign/metrics4/FeignMetricName.java b/dropwizard-metrics4/src/main/java/feign/metrics4/FeignMetricName.java index 9501dc870..e7b115208 100644 --- a/dropwizard-metrics4/src/main/java/feign/metrics4/FeignMetricName.java +++ b/dropwizard-metrics4/src/main/java/feign/metrics4/FeignMetricName.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredBody.java b/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredBody.java index 9d10e07a4..277c7c49d 100644 --- a/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredBody.java +++ b/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredBody.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredClient.java b/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredClient.java index 04f72eae1..d18243b37 100644 --- a/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredClient.java +++ b/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredClient.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredDecoder.java b/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredDecoder.java index 8f34f2dba..b502a5192 100644 --- a/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredDecoder.java +++ b/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredEncoder.java b/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredEncoder.java index 3b8f014f9..c0da83296 100644 --- a/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredEncoder.java +++ b/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredEncoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredInvocationHandleFactory.java b/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredInvocationHandleFactory.java index b88f5dbde..ded9bd69e 100644 --- a/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredInvocationHandleFactory.java +++ b/dropwizard-metrics4/src/main/java/feign/metrics4/MeteredInvocationHandleFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics4/src/main/java/feign/metrics4/MetricSuppliers.java b/dropwizard-metrics4/src/main/java/feign/metrics4/MetricSuppliers.java index 1587eec18..aa627c161 100644 --- a/dropwizard-metrics4/src/main/java/feign/metrics4/MetricSuppliers.java +++ b/dropwizard-metrics4/src/main/java/feign/metrics4/MetricSuppliers.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics4/src/main/java/feign/metrics4/Metrics4Capability.java b/dropwizard-metrics4/src/main/java/feign/metrics4/Metrics4Capability.java index 12ad74a56..282aaed10 100644 --- a/dropwizard-metrics4/src/main/java/feign/metrics4/Metrics4Capability.java +++ b/dropwizard-metrics4/src/main/java/feign/metrics4/Metrics4Capability.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics4/src/test/java/feign/metrics4/Metrics4CapabilityTest.java b/dropwizard-metrics4/src/test/java/feign/metrics4/Metrics4CapabilityTest.java index 8fc9d6299..989798a4e 100644 --- a/dropwizard-metrics4/src/test/java/feign/metrics4/Metrics4CapabilityTest.java +++ b/dropwizard-metrics4/src/test/java/feign/metrics4/Metrics4CapabilityTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics5/src/main/java/feign/metrics5/CountingInputStream.java b/dropwizard-metrics5/src/main/java/feign/metrics5/CountingInputStream.java index 5344b357d..b9cc30456 100644 --- a/dropwizard-metrics5/src/main/java/feign/metrics5/CountingInputStream.java +++ b/dropwizard-metrics5/src/main/java/feign/metrics5/CountingInputStream.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics5/src/main/java/feign/metrics5/FeignMetricName.java b/dropwizard-metrics5/src/main/java/feign/metrics5/FeignMetricName.java index db1ee7702..6f9985341 100644 --- a/dropwizard-metrics5/src/main/java/feign/metrics5/FeignMetricName.java +++ b/dropwizard-metrics5/src/main/java/feign/metrics5/FeignMetricName.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredBody.java b/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredBody.java index ea179dc6b..50e9fca7c 100644 --- a/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredBody.java +++ b/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredBody.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredClient.java b/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredClient.java index d76d01572..a56dca7f8 100644 --- a/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredClient.java +++ b/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredClient.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredDecoder.java b/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredDecoder.java index 828142a17..10573cf5c 100644 --- a/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredDecoder.java +++ b/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredEncoder.java b/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredEncoder.java index 6a59176f2..0c2f198fc 100644 --- a/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredEncoder.java +++ b/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredEncoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredInvocationHandleFactory.java b/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredInvocationHandleFactory.java index 6f458131a..3fd63ea60 100644 --- a/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredInvocationHandleFactory.java +++ b/dropwizard-metrics5/src/main/java/feign/metrics5/MeteredInvocationHandleFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics5/src/main/java/feign/metrics5/MetricSuppliers.java b/dropwizard-metrics5/src/main/java/feign/metrics5/MetricSuppliers.java index 6f35a784b..83b16a7e7 100644 --- a/dropwizard-metrics5/src/main/java/feign/metrics5/MetricSuppliers.java +++ b/dropwizard-metrics5/src/main/java/feign/metrics5/MetricSuppliers.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics5/src/main/java/feign/metrics5/Metrics5Capability.java b/dropwizard-metrics5/src/main/java/feign/metrics5/Metrics5Capability.java index 72ea0021c..f7119bfdb 100644 --- a/dropwizard-metrics5/src/main/java/feign/metrics5/Metrics5Capability.java +++ b/dropwizard-metrics5/src/main/java/feign/metrics5/Metrics5Capability.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/dropwizard-metrics5/src/test/java/feign/metrics5/Metrics5CapabilityTest.java b/dropwizard-metrics5/src/test/java/feign/metrics5/Metrics5CapabilityTest.java index 0ebbe9a5e..631a6ddb6 100644 --- a/dropwizard-metrics5/src/test/java/feign/metrics5/Metrics5CapabilityTest.java +++ b/dropwizard-metrics5/src/test/java/feign/metrics5/Metrics5CapabilityTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/example-github/src/main/java/example/github/GitHubExample.java b/example-github/src/main/java/example/github/GitHubExample.java index e89a380a7..b3b3798b8 100644 --- a/example-github/src/main/java/example/github/GitHubExample.java +++ b/example-github/src/main/java/example/github/GitHubExample.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/example-github/src/test/java/feign/example/github/GitHubExampleIT.java b/example-github/src/test/java/feign/example/github/GitHubExampleIT.java index 92f0cd6b0..85fdb9cca 100644 --- a/example-github/src/test/java/feign/example/github/GitHubExampleIT.java +++ b/example-github/src/test/java/feign/example/github/GitHubExampleIT.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/example-wikipedia/src/main/java/example/wikipedia/ResponseAdapter.java b/example-wikipedia/src/main/java/example/wikipedia/ResponseAdapter.java index c1cc82b93..6ae3318f9 100644 --- a/example-wikipedia/src/main/java/example/wikipedia/ResponseAdapter.java +++ b/example-wikipedia/src/main/java/example/wikipedia/ResponseAdapter.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/example-wikipedia/src/main/java/example/wikipedia/WikipediaExample.java b/example-wikipedia/src/main/java/example/wikipedia/WikipediaExample.java index 46c6d0d11..d393f5f07 100644 --- a/example-wikipedia/src/main/java/example/wikipedia/WikipediaExample.java +++ b/example-wikipedia/src/main/java/example/wikipedia/WikipediaExample.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/example-wikipedia/src/test/java/feign/example/wikipedia/WikipediaExampleIT.java b/example-wikipedia/src/test/java/feign/example/wikipedia/WikipediaExampleIT.java index fc8d77025..729034506 100644 --- a/example-wikipedia/src/test/java/feign/example/wikipedia/WikipediaExampleIT.java +++ b/example-wikipedia/src/test/java/feign/example/wikipedia/WikipediaExampleIT.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/googlehttpclient/src/main/java/feign/googlehttpclient/GoogleHttpClient.java b/googlehttpclient/src/main/java/feign/googlehttpclient/GoogleHttpClient.java index cff6665fc..2dbe52ab0 100644 --- a/googlehttpclient/src/main/java/feign/googlehttpclient/GoogleHttpClient.java +++ b/googlehttpclient/src/main/java/feign/googlehttpclient/GoogleHttpClient.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/googlehttpclient/src/test/java/feign/googlehttpclient/GoogleHttpClientTest.java b/googlehttpclient/src/test/java/feign/googlehttpclient/GoogleHttpClientTest.java index d6d1f7f14..74664e36a 100644 --- a/googlehttpclient/src/test/java/feign/googlehttpclient/GoogleHttpClientTest.java +++ b/googlehttpclient/src/test/java/feign/googlehttpclient/GoogleHttpClientTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/gson/src/main/java/feign/gson/DoubleToIntMapTypeAdapter.java b/gson/src/main/java/feign/gson/DoubleToIntMapTypeAdapter.java index 3f77549b1..42581dd6b 100644 --- a/gson/src/main/java/feign/gson/DoubleToIntMapTypeAdapter.java +++ b/gson/src/main/java/feign/gson/DoubleToIntMapTypeAdapter.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/gson/src/main/java/feign/gson/GsonDecoder.java b/gson/src/main/java/feign/gson/GsonDecoder.java index 3b7a6d689..30cd28b1c 100644 --- a/gson/src/main/java/feign/gson/GsonDecoder.java +++ b/gson/src/main/java/feign/gson/GsonDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/gson/src/main/java/feign/gson/GsonEncoder.java b/gson/src/main/java/feign/gson/GsonEncoder.java index efe90395a..34d3ee2f6 100644 --- a/gson/src/main/java/feign/gson/GsonEncoder.java +++ b/gson/src/main/java/feign/gson/GsonEncoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/gson/src/main/java/feign/gson/GsonFactory.java b/gson/src/main/java/feign/gson/GsonFactory.java index 0b1f5ed39..c18971a89 100644 --- a/gson/src/main/java/feign/gson/GsonFactory.java +++ b/gson/src/main/java/feign/gson/GsonFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/gson/src/test/java/feign/gson/GsonCodecTest.java b/gson/src/test/java/feign/gson/GsonCodecTest.java index 6e91bcf8e..fae96e893 100644 --- a/gson/src/test/java/feign/gson/GsonCodecTest.java +++ b/gson/src/test/java/feign/gson/GsonCodecTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/gson/src/test/java/feign/gson/examples/GitHubExample.java b/gson/src/test/java/feign/gson/examples/GitHubExample.java index ff59e5067..c8d5fc2ce 100644 --- a/gson/src/test/java/feign/gson/examples/GitHubExample.java +++ b/gson/src/test/java/feign/gson/examples/GitHubExample.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hc5/src/main/java/feign/hc5/ApacheHttp5Client.java b/hc5/src/main/java/feign/hc5/ApacheHttp5Client.java index 5a78f627d..7bcd3aa5a 100644 --- a/hc5/src/main/java/feign/hc5/ApacheHttp5Client.java +++ b/hc5/src/main/java/feign/hc5/ApacheHttp5Client.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hc5/src/main/java/feign/hc5/AsyncApacheHttp5Client.java b/hc5/src/main/java/feign/hc5/AsyncApacheHttp5Client.java index 52d428b61..0723135a7 100644 --- a/hc5/src/main/java/feign/hc5/AsyncApacheHttp5Client.java +++ b/hc5/src/main/java/feign/hc5/AsyncApacheHttp5Client.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hc5/src/test/java/feign/hc5/ApacheHttp5ClientTest.java b/hc5/src/test/java/feign/hc5/ApacheHttp5ClientTest.java index a0939d552..78f7da8d7 100644 --- a/hc5/src/test/java/feign/hc5/ApacheHttp5ClientTest.java +++ b/hc5/src/test/java/feign/hc5/ApacheHttp5ClientTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hc5/src/test/java/feign/hc5/AsyncApacheHttp5ClientTest.java b/hc5/src/test/java/feign/hc5/AsyncApacheHttp5ClientTest.java index c5e27cca8..92251223c 100644 --- a/hc5/src/test/java/feign/hc5/AsyncApacheHttp5ClientTest.java +++ b/hc5/src/test/java/feign/hc5/AsyncApacheHttp5ClientTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hc5/src/test/java/feign/hc5/CustomPojo.java b/hc5/src/test/java/feign/hc5/CustomPojo.java index 729570783..8d2d46774 100644 --- a/hc5/src/test/java/feign/hc5/CustomPojo.java +++ b/hc5/src/test/java/feign/hc5/CustomPojo.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/httpclient/src/main/java/feign/httpclient/ApacheHttpClient.java b/httpclient/src/main/java/feign/httpclient/ApacheHttpClient.java index 44402daf1..f7d641cbc 100644 --- a/httpclient/src/main/java/feign/httpclient/ApacheHttpClient.java +++ b/httpclient/src/main/java/feign/httpclient/ApacheHttpClient.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/httpclient/src/test/java/feign/httpclient/ApacheHttpClientTest.java b/httpclient/src/test/java/feign/httpclient/ApacheHttpClientTest.java index 3b0f27eac..476a951bc 100644 --- a/httpclient/src/test/java/feign/httpclient/ApacheHttpClientTest.java +++ b/httpclient/src/test/java/feign/httpclient/ApacheHttpClientTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hystrix/src/main/java/feign/hystrix/FallbackFactory.java b/hystrix/src/main/java/feign/hystrix/FallbackFactory.java index c58401d66..7cc947154 100644 --- a/hystrix/src/main/java/feign/hystrix/FallbackFactory.java +++ b/hystrix/src/main/java/feign/hystrix/FallbackFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hystrix/src/main/java/feign/hystrix/HystrixCapability.java b/hystrix/src/main/java/feign/hystrix/HystrixCapability.java index 68c6a75fc..489832998 100644 --- a/hystrix/src/main/java/feign/hystrix/HystrixCapability.java +++ b/hystrix/src/main/java/feign/hystrix/HystrixCapability.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hystrix/src/main/java/feign/hystrix/HystrixDelegatingContract.java b/hystrix/src/main/java/feign/hystrix/HystrixDelegatingContract.java index 6002895d8..20f7f9ecc 100644 --- a/hystrix/src/main/java/feign/hystrix/HystrixDelegatingContract.java +++ b/hystrix/src/main/java/feign/hystrix/HystrixDelegatingContract.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hystrix/src/main/java/feign/hystrix/HystrixFeign.java b/hystrix/src/main/java/feign/hystrix/HystrixFeign.java index ebb6420f9..7293b5203 100644 --- a/hystrix/src/main/java/feign/hystrix/HystrixFeign.java +++ b/hystrix/src/main/java/feign/hystrix/HystrixFeign.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hystrix/src/main/java/feign/hystrix/HystrixInvocationHandler.java b/hystrix/src/main/java/feign/hystrix/HystrixInvocationHandler.java index cf73f045a..8c7a451a9 100644 --- a/hystrix/src/main/java/feign/hystrix/HystrixInvocationHandler.java +++ b/hystrix/src/main/java/feign/hystrix/HystrixInvocationHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hystrix/src/main/java/feign/hystrix/ObservableCompletableFuture.java b/hystrix/src/main/java/feign/hystrix/ObservableCompletableFuture.java index 9f1ab6ae2..762843b40 100644 --- a/hystrix/src/main/java/feign/hystrix/ObservableCompletableFuture.java +++ b/hystrix/src/main/java/feign/hystrix/ObservableCompletableFuture.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hystrix/src/main/java/feign/hystrix/SetterFactory.java b/hystrix/src/main/java/feign/hystrix/SetterFactory.java index 5b7304eb5..36904d54c 100644 --- a/hystrix/src/main/java/feign/hystrix/SetterFactory.java +++ b/hystrix/src/main/java/feign/hystrix/SetterFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hystrix/src/test/java/feign/hystrix/FallbackFactoryTest.java b/hystrix/src/test/java/feign/hystrix/FallbackFactoryTest.java index 0b0d80d01..7a0969350 100644 --- a/hystrix/src/test/java/feign/hystrix/FallbackFactoryTest.java +++ b/hystrix/src/test/java/feign/hystrix/FallbackFactoryTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hystrix/src/test/java/feign/hystrix/HystrixBuilderTest.java b/hystrix/src/test/java/feign/hystrix/HystrixBuilderTest.java index d89aa1e42..7facb252e 100644 --- a/hystrix/src/test/java/feign/hystrix/HystrixBuilderTest.java +++ b/hystrix/src/test/java/feign/hystrix/HystrixBuilderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hystrix/src/test/java/feign/hystrix/HystrixCapabilityTest.java b/hystrix/src/test/java/feign/hystrix/HystrixCapabilityTest.java index 15cb5fcda..82697be0e 100644 --- a/hystrix/src/test/java/feign/hystrix/HystrixCapabilityTest.java +++ b/hystrix/src/test/java/feign/hystrix/HystrixCapabilityTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/hystrix/src/test/java/feign/hystrix/SetterFactoryTest.java b/hystrix/src/test/java/feign/hystrix/SetterFactoryTest.java index b2a1fb007..7658b4c57 100644 --- a/hystrix/src/test/java/feign/hystrix/SetterFactoryTest.java +++ b/hystrix/src/test/java/feign/hystrix/SetterFactoryTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson-jaxb/src/main/java/feign/jackson/jaxb/JacksonJaxbJsonDecoder.java b/jackson-jaxb/src/main/java/feign/jackson/jaxb/JacksonJaxbJsonDecoder.java index 9fbda3e99..91230848a 100644 --- a/jackson-jaxb/src/main/java/feign/jackson/jaxb/JacksonJaxbJsonDecoder.java +++ b/jackson-jaxb/src/main/java/feign/jackson/jaxb/JacksonJaxbJsonDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson-jaxb/src/main/java/feign/jackson/jaxb/JacksonJaxbJsonEncoder.java b/jackson-jaxb/src/main/java/feign/jackson/jaxb/JacksonJaxbJsonEncoder.java index 16d015623..5b96677f6 100644 --- a/jackson-jaxb/src/main/java/feign/jackson/jaxb/JacksonJaxbJsonEncoder.java +++ b/jackson-jaxb/src/main/java/feign/jackson/jaxb/JacksonJaxbJsonEncoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson-jaxb/src/test/java/feign/jackson/jaxb/JacksonJaxbCodecTest.java b/jackson-jaxb/src/test/java/feign/jackson/jaxb/JacksonJaxbCodecTest.java index beb241358..d77a6b38a 100644 --- a/jackson-jaxb/src/test/java/feign/jackson/jaxb/JacksonJaxbCodecTest.java +++ b/jackson-jaxb/src/test/java/feign/jackson/jaxb/JacksonJaxbCodecTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson-jr/src/main/java/feign/jackson/jr/JacksonJrDecoder.java b/jackson-jr/src/main/java/feign/jackson/jr/JacksonJrDecoder.java index bb0f3e99c..c6d79d5e5 100644 --- a/jackson-jr/src/main/java/feign/jackson/jr/JacksonJrDecoder.java +++ b/jackson-jr/src/main/java/feign/jackson/jr/JacksonJrDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson-jr/src/main/java/feign/jackson/jr/JacksonJrEncoder.java b/jackson-jr/src/main/java/feign/jackson/jr/JacksonJrEncoder.java index 09b76f9df..2c61bfbfa 100644 --- a/jackson-jr/src/main/java/feign/jackson/jr/JacksonJrEncoder.java +++ b/jackson-jr/src/main/java/feign/jackson/jr/JacksonJrEncoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson-jr/src/main/java/feign/jackson/jr/JacksonJrMapper.java b/jackson-jr/src/main/java/feign/jackson/jr/JacksonJrMapper.java index 38d39c6c5..f5358e594 100644 --- a/jackson-jr/src/main/java/feign/jackson/jr/JacksonJrMapper.java +++ b/jackson-jr/src/main/java/feign/jackson/jr/JacksonJrMapper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson-jr/src/test/java/feign/jackson/jr/JacksonCodecTest.java b/jackson-jr/src/test/java/feign/jackson/jr/JacksonCodecTest.java index 19a6cf2f5..407543191 100644 --- a/jackson-jr/src/test/java/feign/jackson/jr/JacksonCodecTest.java +++ b/jackson-jr/src/test/java/feign/jackson/jr/JacksonCodecTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson-jr/src/test/java/feign/jackson/jr/JavaLocalDateExtension.java b/jackson-jr/src/test/java/feign/jackson/jr/JavaLocalDateExtension.java index 3104b5e3d..6bd5ca5b5 100644 --- a/jackson-jr/src/test/java/feign/jackson/jr/JavaLocalDateExtension.java +++ b/jackson-jr/src/test/java/feign/jackson/jr/JavaLocalDateExtension.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson-jr/src/test/java/feign/jackson/jr/examples/GitHubExample.java b/jackson-jr/src/test/java/feign/jackson/jr/examples/GitHubExample.java index 2eb4df5bb..be15bbb48 100644 --- a/jackson-jr/src/test/java/feign/jackson/jr/examples/GitHubExample.java +++ b/jackson-jr/src/test/java/feign/jackson/jr/examples/GitHubExample.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson/src/main/java/feign/jackson/JacksonDecoder.java b/jackson/src/main/java/feign/jackson/JacksonDecoder.java index 6b24843d4..fc69187d4 100644 --- a/jackson/src/main/java/feign/jackson/JacksonDecoder.java +++ b/jackson/src/main/java/feign/jackson/JacksonDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson/src/main/java/feign/jackson/JacksonEncoder.java b/jackson/src/main/java/feign/jackson/JacksonEncoder.java index 4298d8a61..58737a9a0 100644 --- a/jackson/src/main/java/feign/jackson/JacksonEncoder.java +++ b/jackson/src/main/java/feign/jackson/JacksonEncoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson/src/main/java/feign/jackson/JacksonIteratorDecoder.java b/jackson/src/main/java/feign/jackson/JacksonIteratorDecoder.java index 22133ddec..3bd512d12 100644 --- a/jackson/src/main/java/feign/jackson/JacksonIteratorDecoder.java +++ b/jackson/src/main/java/feign/jackson/JacksonIteratorDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson/src/test/java/feign/jackson/JacksonCodecTest.java b/jackson/src/test/java/feign/jackson/JacksonCodecTest.java index ecc58f540..cf80f5bc3 100644 --- a/jackson/src/test/java/feign/jackson/JacksonCodecTest.java +++ b/jackson/src/test/java/feign/jackson/JacksonCodecTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson/src/test/java/feign/jackson/JacksonIteratorTest.java b/jackson/src/test/java/feign/jackson/JacksonIteratorTest.java index c89e237f8..50ff1e601 100644 --- a/jackson/src/test/java/feign/jackson/JacksonIteratorTest.java +++ b/jackson/src/test/java/feign/jackson/JacksonIteratorTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson/src/test/java/feign/jackson/examples/GitHubExample.java b/jackson/src/test/java/feign/jackson/examples/GitHubExample.java index f64c07b8b..78531be22 100644 --- a/jackson/src/test/java/feign/jackson/examples/GitHubExample.java +++ b/jackson/src/test/java/feign/jackson/examples/GitHubExample.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jackson/src/test/java/feign/jackson/examples/GitHubIteratorExample.java b/jackson/src/test/java/feign/jackson/examples/GitHubIteratorExample.java index 04b5442cc..22088ebd7 100644 --- a/jackson/src/test/java/feign/jackson/examples/GitHubIteratorExample.java +++ b/jackson/src/test/java/feign/jackson/examples/GitHubIteratorExample.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/java11/src/main/java/feign/http2client/Http2Client.java b/java11/src/main/java/feign/http2client/Http2Client.java index 6b0b5ddf8..1065c989a 100644 --- a/java11/src/main/java/feign/http2client/Http2Client.java +++ b/java11/src/main/java/feign/http2client/Http2Client.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/java11/src/test/java/feign/http2client/test/CustomPojo.java b/java11/src/test/java/feign/http2client/test/CustomPojo.java index 97c477072..c06dfa751 100644 --- a/java11/src/test/java/feign/http2client/test/CustomPojo.java +++ b/java11/src/test/java/feign/http2client/test/CustomPojo.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/java11/src/test/java/feign/http2client/test/Http2ClientAsyncTest.java b/java11/src/test/java/feign/http2client/test/Http2ClientAsyncTest.java index 205450bd2..cf2f82c8b 100644 --- a/java11/src/test/java/feign/http2client/test/Http2ClientAsyncTest.java +++ b/java11/src/test/java/feign/http2client/test/Http2ClientAsyncTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/java11/src/test/java/feign/http2client/test/Http2ClientTest.java b/java11/src/test/java/feign/http2client/test/Http2ClientTest.java index 574648383..0e03fcb06 100644 --- a/java11/src/test/java/feign/http2client/test/Http2ClientTest.java +++ b/java11/src/test/java/feign/http2client/test/Http2ClientTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxb/src/main/java/feign/jaxb/JAXBContextFactory.java b/jaxb/src/main/java/feign/jaxb/JAXBContextFactory.java index 16fa5b669..f4e4327e3 100644 --- a/jaxb/src/main/java/feign/jaxb/JAXBContextFactory.java +++ b/jaxb/src/main/java/feign/jaxb/JAXBContextFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxb/src/main/java/feign/jaxb/JAXBDecoder.java b/jaxb/src/main/java/feign/jaxb/JAXBDecoder.java index b8d49c115..013c8447e 100644 --- a/jaxb/src/main/java/feign/jaxb/JAXBDecoder.java +++ b/jaxb/src/main/java/feign/jaxb/JAXBDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxb/src/main/java/feign/jaxb/JAXBEncoder.java b/jaxb/src/main/java/feign/jaxb/JAXBEncoder.java index 78af26d80..716cd0a7c 100644 --- a/jaxb/src/main/java/feign/jaxb/JAXBEncoder.java +++ b/jaxb/src/main/java/feign/jaxb/JAXBEncoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxb/src/test/java/feign/jaxb/JAXBCodecTest.java b/jaxb/src/test/java/feign/jaxb/JAXBCodecTest.java index de015f0d5..171427a73 100644 --- a/jaxb/src/test/java/feign/jaxb/JAXBCodecTest.java +++ b/jaxb/src/test/java/feign/jaxb/JAXBCodecTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxb/src/test/java/feign/jaxb/JAXBContextFactoryTest.java b/jaxb/src/test/java/feign/jaxb/JAXBContextFactoryTest.java index 6c8931466..166071952 100644 --- a/jaxb/src/test/java/feign/jaxb/JAXBContextFactoryTest.java +++ b/jaxb/src/test/java/feign/jaxb/JAXBContextFactoryTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxb/src/test/java/feign/jaxb/examples/AWSSignatureVersion4.java b/jaxb/src/test/java/feign/jaxb/examples/AWSSignatureVersion4.java index 6d712f6ff..9a86a21e6 100644 --- a/jaxb/src/test/java/feign/jaxb/examples/AWSSignatureVersion4.java +++ b/jaxb/src/test/java/feign/jaxb/examples/AWSSignatureVersion4.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxb/src/test/java/feign/jaxb/examples/IAMExample.java b/jaxb/src/test/java/feign/jaxb/examples/IAMExample.java index 80388ea69..ffef83728 100644 --- a/jaxb/src/test/java/feign/jaxb/examples/IAMExample.java +++ b/jaxb/src/test/java/feign/jaxb/examples/IAMExample.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxb/src/test/java/feign/jaxb/examples/package-info.java b/jaxb/src/test/java/feign/jaxb/examples/package-info.java index 312944307..42a06febb 100644 --- a/jaxb/src/test/java/feign/jaxb/examples/package-info.java +++ b/jaxb/src/test/java/feign/jaxb/examples/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxrs/src/main/java/feign/jaxrs/JAXRSContract.java b/jaxrs/src/main/java/feign/jaxrs/JAXRSContract.java index 5b6cd866c..323847d01 100644 --- a/jaxrs/src/main/java/feign/jaxrs/JAXRSContract.java +++ b/jaxrs/src/main/java/feign/jaxrs/JAXRSContract.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxrs/src/test/java/feign/jaxrs/JAXRSContractTest.java b/jaxrs/src/test/java/feign/jaxrs/JAXRSContractTest.java index c7f20f106..0b6536da3 100644 --- a/jaxrs/src/test/java/feign/jaxrs/JAXRSContractTest.java +++ b/jaxrs/src/test/java/feign/jaxrs/JAXRSContractTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxrs/src/test/java/feign/jaxrs/examples/GitHubExample.java b/jaxrs/src/test/java/feign/jaxrs/examples/GitHubExample.java index 8cd90dc59..1279445ba 100644 --- a/jaxrs/src/test/java/feign/jaxrs/examples/GitHubExample.java +++ b/jaxrs/src/test/java/feign/jaxrs/examples/GitHubExample.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxrs2/src/main/java/feign/jaxrs2/JAXRS2Contract.java b/jaxrs2/src/main/java/feign/jaxrs2/JAXRS2Contract.java index f3a291b37..2a67a36d6 100644 --- a/jaxrs2/src/main/java/feign/jaxrs2/JAXRS2Contract.java +++ b/jaxrs2/src/main/java/feign/jaxrs2/JAXRS2Contract.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxrs2/src/main/java/feign/jaxrs2/JAXRSClient.java b/jaxrs2/src/main/java/feign/jaxrs2/JAXRSClient.java index b9355ff7d..2f278c645 100644 --- a/jaxrs2/src/main/java/feign/jaxrs2/JAXRSClient.java +++ b/jaxrs2/src/main/java/feign/jaxrs2/JAXRSClient.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxrs2/src/test/java/feign/jaxrs2/JAXRS2ContractTest.java b/jaxrs2/src/test/java/feign/jaxrs2/JAXRS2ContractTest.java index 8714fd4b3..d16d34f57 100644 --- a/jaxrs2/src/test/java/feign/jaxrs2/JAXRS2ContractTest.java +++ b/jaxrs2/src/test/java/feign/jaxrs2/JAXRS2ContractTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/jaxrs2/src/test/java/feign/jaxrs2/JAXRSClientTest.java b/jaxrs2/src/test/java/feign/jaxrs2/JAXRSClientTest.java index 114c471ad..7b28b6689 100644 --- a/jaxrs2/src/test/java/feign/jaxrs2/JAXRSClientTest.java +++ b/jaxrs2/src/test/java/feign/jaxrs2/JAXRSClientTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/json/src/main/java/feign/json/JsonDecoder.java b/json/src/main/java/feign/json/JsonDecoder.java index 578ae3ea1..18d25524d 100644 --- a/json/src/main/java/feign/json/JsonDecoder.java +++ b/json/src/main/java/feign/json/JsonDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/json/src/main/java/feign/json/JsonEncoder.java b/json/src/main/java/feign/json/JsonEncoder.java index b809f1969..e347c85da 100644 --- a/json/src/main/java/feign/json/JsonEncoder.java +++ b/json/src/main/java/feign/json/JsonEncoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/json/src/test/java/feign/json/JsonCodecTest.java b/json/src/test/java/feign/json/JsonCodecTest.java index c99986039..5e23c5b57 100644 --- a/json/src/test/java/feign/json/JsonCodecTest.java +++ b/json/src/test/java/feign/json/JsonCodecTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/json/src/test/java/feign/json/JsonDecoderTest.java b/json/src/test/java/feign/json/JsonDecoderTest.java index 05eb7ead0..bc8fbde58 100644 --- a/json/src/test/java/feign/json/JsonDecoderTest.java +++ b/json/src/test/java/feign/json/JsonDecoderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/json/src/test/java/feign/json/JsonEncoderTest.java b/json/src/test/java/feign/json/JsonEncoderTest.java index 874c60f14..d14a5f4f5 100644 --- a/json/src/test/java/feign/json/JsonEncoderTest.java +++ b/json/src/test/java/feign/json/JsonEncoderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/json/src/test/java/feign/json/examples/GitHubExample.java b/json/src/test/java/feign/json/examples/GitHubExample.java index c884119e4..fa7abfc45 100644 --- a/json/src/test/java/feign/json/examples/GitHubExample.java +++ b/json/src/test/java/feign/json/examples/GitHubExample.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/micrometer/src/main/java/feign/micrometer/CountingInputStream.java b/micrometer/src/main/java/feign/micrometer/CountingInputStream.java index 364216b75..6fc6e2861 100644 --- a/micrometer/src/main/java/feign/micrometer/CountingInputStream.java +++ b/micrometer/src/main/java/feign/micrometer/CountingInputStream.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/micrometer/src/main/java/feign/micrometer/FeignMetricName.java b/micrometer/src/main/java/feign/micrometer/FeignMetricName.java index 59b240bb1..180bd7977 100644 --- a/micrometer/src/main/java/feign/micrometer/FeignMetricName.java +++ b/micrometer/src/main/java/feign/micrometer/FeignMetricName.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/micrometer/src/main/java/feign/micrometer/FeignMetricTagResolver.java b/micrometer/src/main/java/feign/micrometer/FeignMetricTagResolver.java index b397032ed..87ac838d9 100644 --- a/micrometer/src/main/java/feign/micrometer/FeignMetricTagResolver.java +++ b/micrometer/src/main/java/feign/micrometer/FeignMetricTagResolver.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/micrometer/src/main/java/feign/micrometer/MeteredBody.java b/micrometer/src/main/java/feign/micrometer/MeteredBody.java index d862e066b..c1b994ca6 100644 --- a/micrometer/src/main/java/feign/micrometer/MeteredBody.java +++ b/micrometer/src/main/java/feign/micrometer/MeteredBody.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/micrometer/src/main/java/feign/micrometer/MeteredClient.java b/micrometer/src/main/java/feign/micrometer/MeteredClient.java index bde0b9cec..713b7e8c9 100644 --- a/micrometer/src/main/java/feign/micrometer/MeteredClient.java +++ b/micrometer/src/main/java/feign/micrometer/MeteredClient.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/micrometer/src/main/java/feign/micrometer/MeteredDecoder.java b/micrometer/src/main/java/feign/micrometer/MeteredDecoder.java index 8800a7e29..10fa9f6ae 100644 --- a/micrometer/src/main/java/feign/micrometer/MeteredDecoder.java +++ b/micrometer/src/main/java/feign/micrometer/MeteredDecoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/micrometer/src/main/java/feign/micrometer/MeteredEncoder.java b/micrometer/src/main/java/feign/micrometer/MeteredEncoder.java index 4437ba277..e1c39c09a 100644 --- a/micrometer/src/main/java/feign/micrometer/MeteredEncoder.java +++ b/micrometer/src/main/java/feign/micrometer/MeteredEncoder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/micrometer/src/main/java/feign/micrometer/MeteredInvocationHandleFactory.java b/micrometer/src/main/java/feign/micrometer/MeteredInvocationHandleFactory.java index 07fd2e608..45e1833c6 100644 --- a/micrometer/src/main/java/feign/micrometer/MeteredInvocationHandleFactory.java +++ b/micrometer/src/main/java/feign/micrometer/MeteredInvocationHandleFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/micrometer/src/main/java/feign/micrometer/MetricName.java b/micrometer/src/main/java/feign/micrometer/MetricName.java index 2f56ade9d..be137abcf 100644 --- a/micrometer/src/main/java/feign/micrometer/MetricName.java +++ b/micrometer/src/main/java/feign/micrometer/MetricName.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/micrometer/src/main/java/feign/micrometer/MetricTagResolver.java b/micrometer/src/main/java/feign/micrometer/MetricTagResolver.java index bce247c85..adda9fdb4 100644 --- a/micrometer/src/main/java/feign/micrometer/MetricTagResolver.java +++ b/micrometer/src/main/java/feign/micrometer/MetricTagResolver.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/micrometer/src/main/java/feign/micrometer/MicrometerCapability.java b/micrometer/src/main/java/feign/micrometer/MicrometerCapability.java index 6b893270c..677383563 100644 --- a/micrometer/src/main/java/feign/micrometer/MicrometerCapability.java +++ b/micrometer/src/main/java/feign/micrometer/MicrometerCapability.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/micrometer/src/test/java/feign/micrometer/AbstractMetricsTestBase.java b/micrometer/src/test/java/feign/micrometer/AbstractMetricsTestBase.java index 441a927f3..92ee6f22c 100644 --- a/micrometer/src/test/java/feign/micrometer/AbstractMetricsTestBase.java +++ b/micrometer/src/test/java/feign/micrometer/AbstractMetricsTestBase.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/micrometer/src/test/java/feign/micrometer/MicrometerCapabilityTest.java b/micrometer/src/test/java/feign/micrometer/MicrometerCapabilityTest.java index 8934ecb98..fb06362e0 100644 --- a/micrometer/src/test/java/feign/micrometer/MicrometerCapabilityTest.java +++ b/micrometer/src/test/java/feign/micrometer/MicrometerCapabilityTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/mock/src/main/java/feign/mock/HttpMethod.java b/mock/src/main/java/feign/mock/HttpMethod.java index 9bb733e9c..5d83d033f 100644 --- a/mock/src/main/java/feign/mock/HttpMethod.java +++ b/mock/src/main/java/feign/mock/HttpMethod.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/mock/src/main/java/feign/mock/MockClient.java b/mock/src/main/java/feign/mock/MockClient.java index e8448b832..d32970d6a 100644 --- a/mock/src/main/java/feign/mock/MockClient.java +++ b/mock/src/main/java/feign/mock/MockClient.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/mock/src/main/java/feign/mock/MockTarget.java b/mock/src/main/java/feign/mock/MockTarget.java index 7f954bfef..2d609e633 100644 --- a/mock/src/main/java/feign/mock/MockTarget.java +++ b/mock/src/main/java/feign/mock/MockTarget.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/mock/src/main/java/feign/mock/RequestHeaders.java b/mock/src/main/java/feign/mock/RequestHeaders.java index 9aae45f2b..a0c57f7b8 100644 --- a/mock/src/main/java/feign/mock/RequestHeaders.java +++ b/mock/src/main/java/feign/mock/RequestHeaders.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/mock/src/main/java/feign/mock/RequestKey.java b/mock/src/main/java/feign/mock/RequestKey.java index b5cd07d28..eee8cfd3a 100644 --- a/mock/src/main/java/feign/mock/RequestKey.java +++ b/mock/src/main/java/feign/mock/RequestKey.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/mock/src/main/java/feign/mock/VerificationAssertionError.java b/mock/src/main/java/feign/mock/VerificationAssertionError.java index 0e2cc9ff1..45d6dea18 100644 --- a/mock/src/main/java/feign/mock/VerificationAssertionError.java +++ b/mock/src/main/java/feign/mock/VerificationAssertionError.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/mock/src/test/java/feign/mock/HttpProtocolVersionTest.java b/mock/src/test/java/feign/mock/HttpProtocolVersionTest.java index 55742258f..0778d50e3 100644 --- a/mock/src/test/java/feign/mock/HttpProtocolVersionTest.java +++ b/mock/src/test/java/feign/mock/HttpProtocolVersionTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/mock/src/test/java/feign/mock/MockClientSequentialTest.java b/mock/src/test/java/feign/mock/MockClientSequentialTest.java index e3f4324e2..90dde0bdb 100644 --- a/mock/src/test/java/feign/mock/MockClientSequentialTest.java +++ b/mock/src/test/java/feign/mock/MockClientSequentialTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/mock/src/test/java/feign/mock/MockClientTest.java b/mock/src/test/java/feign/mock/MockClientTest.java index 3ea208eea..039bce3f2 100644 --- a/mock/src/test/java/feign/mock/MockClientTest.java +++ b/mock/src/test/java/feign/mock/MockClientTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/mock/src/test/java/feign/mock/MockTargetTest.java b/mock/src/test/java/feign/mock/MockTargetTest.java index dd8549b27..5be393117 100644 --- a/mock/src/test/java/feign/mock/MockTargetTest.java +++ b/mock/src/test/java/feign/mock/MockTargetTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/mock/src/test/java/feign/mock/RequestHeadersTest.java b/mock/src/test/java/feign/mock/RequestHeadersTest.java index bcbcb9fa8..d76ce1f40 100644 --- a/mock/src/test/java/feign/mock/RequestHeadersTest.java +++ b/mock/src/test/java/feign/mock/RequestHeadersTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/mock/src/test/java/feign/mock/RequestKeyTest.java b/mock/src/test/java/feign/mock/RequestKeyTest.java index a14553fd6..24f556484 100644 --- a/mock/src/test/java/feign/mock/RequestKeyTest.java +++ b/mock/src/test/java/feign/mock/RequestKeyTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2020 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/okhttp/src/main/java/feign/okhttp/OkHttpClient.java b/okhttp/src/main/java/feign/okhttp/OkHttpClient.java index bbea047a7..80c4fe8c8 100644 --- a/okhttp/src/main/java/feign/okhttp/OkHttpClient.java +++ b/okhttp/src/main/java/feign/okhttp/OkHttpClient.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/okhttp/src/test/java/feign/okhttp/OkHttpClientTest.java b/okhttp/src/test/java/feign/okhttp/OkHttpClientTest.java index 48ca9ecee..d494b5ab9 100644 --- a/okhttp/src/test/java/feign/okhttp/OkHttpClientTest.java +++ b/okhttp/src/test/java/feign/okhttp/OkHttpClientTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2012-2021 The Feign Authors +/* + * Copyright 2012-2022 The Feign 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 diff --git a/pom.xml b/pom.xml index a65542217..39d9ab8e1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@